Description:
When running iuds2 test against a 6.0.4 binary compiled by the build team with 4.0.1, the following output was seen in mysql.err:
Stalled threads
Thread 0xd721d7c8 (-410371168) sleep=0, grant=0, locks=1, who 0, parent=(nil)
Pending Table::insert state 0 (1) syncObject 0xf70d2070
Thread 0xd7376708 (-383984736) sleep=0, grant=0, locks=1, who 0, parent=(nil)
Pending Table::insert state 0 (1) syncObject 0xf70d2070
Stalled synchronization objects:
SyncObject f70d2070: state 7, monitor 0, waiters 2
Waiting thread d721d7c8 (-410371168), type 1; Table::insert
Waiting thread d7376708 (-383984736), type 1; Table::insert
------------------------------------
Stalled threads
Thread 0xd7376708 (-383984736) sleep=0, grant=0, locks=1, who 0, parent=(nil)
Pending Table::insert state 0 (1) syncObject 0xf70d2070
Thread 0xd721d7c8 (-410371168) sleep=1, grant=0, locks=1, who 0, parent=(nil)
Pending Table::insert state 0 (1) syncObject 0xf70d2070
Stalled synchronization objects:
SyncObject f70d2070: state 6, monitor 0, waiters 2
Waiting thread d721d7c8 (-410371168), type 1; Table::insert
Waiting thread d7376708 (-383984736), type 1; Table::insert
Those two threads have been stalled for almost the entire lifetime of the test. I did not obtain a backtrace because the server crashed due to another (known)bug.
The purpose of the build made with 4.0.1 is to determine if 4.0.1 is a safe compiler to use for Falcon. Binaries compiled with both gcc 3 and gcc 4.1 have had issues.
How to repeat:
The binary in question is available from
buildc:/data0/mysqldev/tmp-200712031732-6.0.4-alpha-5379/buildc-glibc23/mysql-6.0.4-alpha-linux-i686-glibc23.tar.gz
Description: When running iuds2 test against a 6.0.4 binary compiled by the build team with 4.0.1, the following output was seen in mysql.err: Stalled threads Thread 0xd721d7c8 (-410371168) sleep=0, grant=0, locks=1, who 0, parent=(nil) Pending Table::insert state 0 (1) syncObject 0xf70d2070 Thread 0xd7376708 (-383984736) sleep=0, grant=0, locks=1, who 0, parent=(nil) Pending Table::insert state 0 (1) syncObject 0xf70d2070 Stalled synchronization objects: SyncObject f70d2070: state 7, monitor 0, waiters 2 Waiting thread d721d7c8 (-410371168), type 1; Table::insert Waiting thread d7376708 (-383984736), type 1; Table::insert ------------------------------------ Stalled threads Thread 0xd7376708 (-383984736) sleep=0, grant=0, locks=1, who 0, parent=(nil) Pending Table::insert state 0 (1) syncObject 0xf70d2070 Thread 0xd721d7c8 (-410371168) sleep=1, grant=0, locks=1, who 0, parent=(nil) Pending Table::insert state 0 (1) syncObject 0xf70d2070 Stalled synchronization objects: SyncObject f70d2070: state 6, monitor 0, waiters 2 Waiting thread d721d7c8 (-410371168), type 1; Table::insert Waiting thread d7376708 (-383984736), type 1; Table::insert Those two threads have been stalled for almost the entire lifetime of the test. I did not obtain a backtrace because the server crashed due to another (known)bug. The purpose of the build made with 4.0.1 is to determine if 4.0.1 is a safe compiler to use for Falcon. Binaries compiled with both gcc 3 and gcc 4.1 have had issues. How to repeat: The binary in question is available from buildc:/data0/mysqldev/tmp-200712031732-6.0.4-alpha-5379/buildc-glibc23/mysql-6.0.4-alpha-linux-i686-glibc23.tar.gz