Bug #92651 | main.parser-big-64bit fails with sanitizers enabled | ||
---|---|---|---|
Submitted: | 3 Oct 2018 8:30 | Modified: | 4 Nov 2018 17:59 |
Reporter: | Przemysław Skibiński (OCA) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Tests: Server | Severity: | S7 (Test Cases) |
Version: | 8.0.12 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[3 Oct 2018 8:30]
Przemysław Skibiński
[5 Oct 2018 10:34]
MySQL Verification Team
Hello Przemysław, Thank you for the report and feedback! regards, Umesh
[18 Oct 2018 13:06]
Tor Didriksen
Posted by developer: Fixed by Bug #28186188 INCREASE MINIMUM VALUE OF THREAD_STACK FOR CLANG/UBSAN BUILDS Bug #91260 increase minimum value of thread_stack for clang/ubsan builds index b2ef82f8277..94de5959dd2 100644 --- a/mysql-test/include/parser-big.inc +++ b/mysql-test/include/parser-big.inc @@ -50,10 +50,7 @@ DELIMITER ;| eval CALL p1($min20087571, $max20087571, 100000); SELECT LENGTH(@terms); -# Double stack size for sparc/developer studio. -# --replace_result 524288 262144 393216 196608 ---replace_result 573440 286720 442368 286720 221184 286720 -SELECT @@global.thread_stack, @@global.max_allowed_packet; +SELECT @@global.max_allowed_packet;