Bug #81448 | Sig from Query_cache::end_of_result in sql/sql_cache.cc:1041 | ||
---|---|---|---|
Submitted: | 17 May 2016 5:16 | Modified: | 29 Jul 2016 6:52 |
Reporter: | Roel Van de Paar | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server: Query Cache | Severity: | S6 (Debug Builds) |
Version: | 5.5.49, 5.5.50 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[17 May 2016 5:16]
Roel Van de Paar
[17 May 2016 6:13]
MySQL Verification Team
Hello Roel, Thank you for the report. It seems you forgot to upload the tarball :) Could you please upload it to the bug report? Thanks, Umesh
[18 May 2016 2:05]
Roel Van de Paar
Thanks Umesh, looks like I missed it (and it was deleted). Can you verify based on trust? Then dev could have a look and place back to "need feedback" if it's not clear from stack vs code review. Thanks.
[5 Jul 2016 7:25]
MySQL Verification Team
-- 5.5.50 and Shane's test case/steps from 47378 -- only debug build affected -- didn't notice this on 5.6/5.7 (gdb) bt #0 0x00007f77b432d771 in pthread_kill () from /lib64/libpthread.so.0 #1 0x00000000007ee356 in my_write_core (sig=6) at /pb2/build/sb_0-18916074-1463392611.14/mysqlcom-pro-5.5.50/mysys/stacktrace.c:433 #2 0x00000000006a625c in handle_fatal_signal (sig=6) at /pb2/build/sb_0-18916074-1463392611.14/mysqlcom-pro-5.5.50/sql/signal_handler.cc:247 #3 <signal handler called> #4 0x00007f77b34505d7 in raise () from /lib64/libc.so.6 #5 0x00007f77b3451cc8 in abort () from /lib64/libc.so.6 #6 0x00007f77b3449546 in __assert_fail_base () from /lib64/libc.so.6 #7 0x00007f77b34495f2 in __assert_fail () from /lib64/libc.so.6 #8 0x000000000055a82a in Query_cache::end_of_result (this=0x103e4e0 <query_cache>, thd=0x7f7794000b40) at /pb2/build/sb_0-18916074-1463392611.14/mysqlcom-pro-5.5.50/sql/sql_cache.cc:1041 #9 0x0000000000793e2e in sp_instr_stmt::execute (this=0x7f7790009640, thd=0x7f7794000b40, nextp=0x7f77b08018f8) at /pb2/build/sb_0-18916074-1463392611.14/mysqlcom-pro-5.5.50/sql/sp_head.cc:3151 #10 0x0000000000791cc0 in sp_head::execute (this=0x7f77900010b0, thd=0x7f7794000b40, merge_da_on_success=true) at /pb2/build/sb_0-18916074-1463392611.14/mysqlcom-pro-5.5.50/sql/sp_head.cc:1435 #11 0x00000000007927d7 in sp_head::execute_procedure (this=0x7f77900010b0, thd=0x7f7794000b40, args=0x7f77b0801d20) at /pb2/build/sb_0-18916074-1463392611.14/mysqlcom-pro-5.5.50/sql/sp_head.cc:2199 #12 0x0000000000625f1a in Event_job_data::execute (this=0x7f77b0801db0, thd=0x7f7794000b40, drop=false) at /pb2/build/sb_0-18916074-1463392611.14/mysqlcom-pro-5.5.50/sql/event_data_objects.cc:1434 #13 0x00000000007c839f in Event_worker_thread::run (this=0x7f77b0801ef7, thd=0x7f7794000b40, event=0x7f7794000a00) at /pb2/build/sb_0-18916074-1463392611.14/mysqlcom-pro-5.5.50/sql/event_scheduler.cc:325 #14 0x00000000007c84c9 in event_worker_thread (arg=<optimized out>) at /pb2/build/sb_0-18916074-1463392611.14/mysqlcom-pro-5.5.50/sql/event_scheduler.cc:282 #15 0x00007f77b4328df5 in start_thread () from /lib64/libpthread.so.0 #16 0x00007f77b351160d in clone () from /lib64/libc.so.6 (gdb)
[29 Jul 2016 6:52]
Jon Olav Hauglid
Fixed in 5.6.8 by the patch for Bug#47378