Resource allocation failures in 'CREATE/DROP COMPRESSION_DICTIONARY' result in server crashes (debug mode) | handle_fatal_signal (sig=6) in innobase_create_zip_dict
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Percona Server moved to https://jira.percona.com/projects/PS | Status tracked in 5.7 | |||||
5.5 |
New
|
Undecided
|
Unassigned | |||
5.6 |
Fix Released
|
Medium
|
Yura Sorokin | |||
5.7 |
Fix Released
|
Medium
|
Yura Sorokin |
Bug Description
This testcase;
DROP DATABASE test;
SET DEBUG='
CREATE COMPRESSION_
Crashes 5.7.17 debug;
(gdb) bt
#0 0x00007ff35cc4c741 in __pthread_kill (threadid=
#1 0x000000000185027e in my_write_core (sig=6) at /git/PS-
#2 0x0000000000e81bc1 in handle_fatal_signal (sig=6) at /git/PS-
#3 <signal handler called>
#4 0x00007ff35afe01d7 in __GI_raise (sig=sig@entry=6) at ../nptl/
#5 0x00007ff35afe18c8 in __GI_abort () at abort.c:90
#6 0x0000000001bcb3d2 in ut_dbg_
at /git/PS-
#7 0x0000000001984715 in innobase_
data_
#8 0x00000000015e4da9 in mysql_create_
at /git/PS-
#9 0x000000000151fd73 in mysql_execute_
#10 0x0000000001524fed in mysql_parse (thd=0x7ff316c1
#11 0x0000000001519a03 in dispatch_command (thd=0x7ff316c1
#12 0x0000000001518849 in do_command (thd=0x7ff316c1
#13 0x0000000001656dfe in handle_connection (arg=0x7ff32f7f
#14 0x000000000187ee4d in pfs_spawn_thread (arg=0x7ff350f9
#15 0x00007ff35cc47dc5 in start_thread (arg=0x7ff35d23
#16 0x00007ff35b0a273d in clone () at ../sysdeps/
tags: | added: column-compression |
summary: |
- handle_fatal_signal (sig=6) in innobase_create_zip_dict + Resource allocation failures in 'CREATE/DROP COMPRESSION_DICTIONARY' + result in server crahes (debud mode) | handle_fatal_signal (sig=6) in + innobase_create_zip_dict |
summary: |
Resource allocation failures in 'CREATE/DROP COMPRESSION_DICTIONARY' - result in server crahes (debud mode) | handle_fatal_signal (sig=6) in + result in server crashes (debug mode) | handle_fatal_signal (sig=6) in innobase_create_zip_dict |
summary: |
Resource allocation failures in 'CREATE/DROP COMPRESSION_DICTIONARY' - result in server crashes (debug mode) | handle_fatal_signal (sig=6) in + result in server crashes (debud mode) | handle_fatal_signal (sig=6) in innobase_create_zip_dict |
summary: |
Resource allocation failures in 'CREATE/DROP COMPRESSION_DICTIONARY' - result in server crashes (debud mode) | handle_fatal_signal (sig=6) in + result in server crashes (debug mode) | handle_fatal_signal (sig=6) in innobase_create_zip_dict |
tags: | added: qa |
https:/ /github. com/percona/ percona- server/ pull/1412 /github. com/percona/ percona- server/ pull/1413
https:/