Bug #36642 server hang on shutdown after some XA transaction tests
Submitted: 10 May 2008 9:43 Modified: 15 Aug 2008 10:08
Reporter: Shane Bester (Platinum Quality Contributor) Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Server: General Severity:S3 (Non-critical)
Version:5.0.58 OS:Windows
Assigned to: CPU Architecture:Any
Tags: xa

[10 May 2008 9: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 9:45] MySQL Verification Team
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 10:08] MySQL Verification Team
tentatively marking as a duplicate of bug #28323