Bug #36642 server hang on shutdown after some XA transaction tests
Submitted: 10 May 2008 11:43 Modified: 15 Aug 2008 12:08
Reporter: Shane Bester
Status: Duplicate
Category:Server: General Severity:S3 (Non-critical)
Version:5.0.58 OS:Microsoft Windows
Assigned to: Target Version:
Tags: xa

[10 May 2008 11:43] Shane Bester
Description:
After many XA tests, mysqladmin shutdown couldn't shutdown the server.
CPU was pegged at 100% for 2 days, and I managed to get the stack trace of the thread
causing it:

mysqld-debug.exe!movelink
mysqld-debug.exe!hash_delete
mysqld-debug.exe!xid_cache_delete
mysqld-debug.exe!THD::cleanup
mysqld-debug.exe!end_thread
mysqld-debug.exe!handle_one_connection
mysqld-debug.exe!pthread_start
mysqld-debug.exe!_threadstart
kernel32.dll!FlsSetValue

See attachment for more details (to avoid ugly wrapping).

How to repeat:
give me time ..
[10 May 2008 11:45] Shane Bester
info - notice the "newlink=4294967295". maybe it is a clue. proper testcase will follow
later.

Attachment: bug36642.txt (text/plain), 1.53 KiB.

[15 Aug 2008 12:08] Shane Bester
tentatively marking as a duplicate of bug #28323