5.5.13 main.kill causes mysqld crash when using pool of threads

Bug #782106 reported by Valentine Gostev
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
percona-projects-qa
Fix Released
Medium
Laurynas Biveinis

Bug Description

main.kill [ fail ]
        Test ended at 2011-05-13 14:07:10

CURRENT_TEST: main.kill
mysqltest: In included file "./include/wait_condition.inc":
included from ./include/wait_condition.inc at line 42:
At line 42: Error running query 'SELECT MY_KILL(@id)': 2013 Lost connection to MySQL server during query

The result from queries just before the failure was:
SET DEBUG_SYNC = 'RESET';
DROP TABLE IF EXISTS t1, t2, t3;
DROP FUNCTION IF EXISTS MY_KILL;
CREATE FUNCTION MY_KILL(tid INT) RETURNS INT
BEGIN
DECLARE CONTINUE HANDLER FOR SQLEXCEPTION BEGIN END;
KILL tid;
RETURN (SELECT COUNT(*) = 0 FROM INFORMATION_SCHEMA.PROCESSLIST WHERE ID = tid);
END|
SET DEBUG_SYNC= 'thread_end SIGNAL con1_end';
SET DEBUG_SYNC= 'before_do_command_net_read SIGNAL con1_read';
SET DEBUG_SYNC='now WAIT_FOR con1_read';
Warnings:
Warning 1639 debug sync point wait timed out

Server [mysqld.1 - pid: 16486, winpid: 16486, exit: 256] failed during test run
Server log from this test:
----------SERVER LOG START-----------
110513 13:02:08 InnoDB: !!!!!!!! UNIV_DEBUG switched on !!!!!!!!!
110513 13:02:08 InnoDB: The InnoDB memory heap is disabled
110513 13:02:08 InnoDB: Mutexes and rw_locks use GCC atomic builtins
110513 13:02:08 InnoDB: Compressed tables use zlib 1.2.3
110513 13:02:08 InnoDB: Using Linux native AIO
110513 13:02:08 InnoDB: Initializing buffer pool, size = 8.0M
110513 13:02:08 InnoDB: Completed initialization of buffer pool
110513 13:02:08 InnoDB: highest supported file format is Barracuda.
110513 13:02:08 InnoDB: Waiting for the background threads to start
110513 13:02:09 InnoDB: 1.1.6 started; log sequence number 1595675
110513 13:02:09 [Note] Event Scheduler: Loaded 0 events
110513 13:02:09 [Note] /root/new_HEAP/sql/mysqld: ready for connections.
Version: '5.5.12-debug-log' socket: '/root/new_HEAP/mysql-test/var/tmp/mysqld.1.sock' port: 13000 Source distribution
mysqld: /root/new_HEAP/sql/debug_sync.cc:899: void debug_sync_remove_action(st_debug_sync_control*, st_debug_sync_action*): Assertion `ds_control == _current_thd()->debug_sync_control' failed.
110513 13:07:10 - mysqld got signal 6 ;
This could be because you hit a bug. It is also possible that this binary
or one of the libraries it was linked against is corrupt, improperly built,
or misconfigured. This error can also be caused by malfunctioning hardware.
We will try our best to scrape up some info that will hopefully help diagnose
the problem, but since we have already crashed, something is definitely wrong
and this may fail.

key_buffer_size=1048576
read_buffer_size=131072
max_used_connections=3
max_threads=21
thread_count=3
connection_count=3
It is possible that mysqld could use up to
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 10896 K
bytes of memory
Hope that's ok; if not, decrease some variables in the equation.

Thread pointer: 0x34f3290
Attempting backtrace. You can use the following information to find out
where mysqld died. If you see no messages after this, something went
terribly wrong...
stack_bottom = 0x47146108 thread_stack 0x40000
/root/new_HEAP/sql/mysqld(my_print_stacktrace+0x32)[0x894146]
/root/new_HEAP/sql/mysqld(handle_segfault+0x2c8)[0x52adc2]
/lib64/libpthread.so.0[0x7f476b304b10]
/lib64/libc.so.6(gsignal+0x35)[0x7f4769ff8265]
/lib64/libc.so.6(abort+0x110)[0x7f4769ff9d10]
/lib64/libc.so.6(__assert_fail+0xf6)[0x7f4769ff16e6]
/root/new_HEAP/sql/mysqld[0x5def0c]
/root/new_HEAP/sql/mysqld(_Z10debug_syncP3THDPKcm+0x17e)[0x5dff40]
/root/new_HEAP/sql/mysqld(_Z21debug_sync_end_threadP3THD+0x87)[0x5e0a11]
/root/new_HEAP/sql/mysqld(_ZN3THD7cleanupEv+0x135)[0x594ab1]
/root/new_HEAP/sql/mysqld(_Z10unlink_thdP3THD+0x4f)[0x52b2a3]
/root/new_HEAP/sql/mysqld[0x694e33]
/root/new_HEAP/sql/mysqld(libevent_thread_proc+0x1a0)[0x6952e8]
/lib64/libpthread.so.0[0x7f476b2fc73d]
/lib64/libc.so.6(clone+0x6d)[0x7f476a09bf6d]

Trying to get some variables.
Some pointers may be invalid and cause the dump to abort.
Query ((nil)): Connection ID (thread ID): 2
Status: NOT_KILLED

The manual page at http://dev.mysql.com/doc/mysql/en/crashing.html contains
information that should help you find out what is causing the crash.
Writing a core file
----------SERVER LOG END-------------

Changed in percona-projects-qa:
milestone: none → 5.5.13-eb
assignee: nobody → Laurynas Biveinis (laurynas-biveinis)
Changed in percona-projects-qa:
status: New → In Progress
importance: Undecided → High
Revision history for this message
Laurynas Biveinis (laurynas-biveinis) wrote :

The bug is in debug sync facility, will fix after high priority bugs.

Changed in percona-projects-qa:
importance: High → Medium
status: In Progress → Triaged
Changed in percona-projects-qa:
status: Triaged → In Progress
Changed in percona-projects-qa:
status: In Progress → Fix Committed
Changed in percona-projects-qa:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.