Bug #59086 Tests crash on Windows
Submitted: 21 Dec 2010 10:10 Modified: 18 Jan 2011 8:33
Reporter: Alexander Nozdrin Email Updates:
Status: Closed Impact on me:
None 
Category:Tests: Server Severity:S7 (Test Cases)
Version:5.6 OS:Windows
Assigned to: CPU Architecture:Any
Tags: pb2, test failure

[21 Dec 2010 10:10] Alexander Nozdrin
Description:
Many tests fail like this:
...
Assertion failed: 0, file .\protocol.cc, line 522
...
01334DC3    mysqld.exe!my_sigabrt_handler()[my_thr_init.c:521]
0154026B    mysqld.exe!raise()[winsig.c:590]
0154B6C5    mysqld.exe!abort()[abort.c:71]
015429D7    mysqld.exe!_wassert()[assert.c:346]
0109E01D    mysqld.exe!Protocol::end_statement()[protocol.cc:522]
010CF000    mysqld.exe!dispatch_command()[sql_parse.cc:1439]
010CDB69    mysqld.exe!do_command()[sql_parse.cc:815]
00FD8300    mysqld.exe!do_handle_one_connection()[sql_connect.cc:748]
00FD7EEC    mysqld.exe!handle_one_connection()[sql_connect.cc:684]
014A5A1B    mysqld.exe!pfs_spawn_thread()[pfs.cc:1360]
01333D08    mysqld.exe!pthread_start()[my_winthread.c:61]
0154D3F3    mysqld.exe!_callthreadstartex()[threadex.c:348]
0154D394    mysqld.exe!_threadstartex()[threadex.c:331]
7600D0E9    kernel32.dll!BaseThreadInitThunk()
776B19BB    ntdll.dll!RtlInitializeExceptionChain()
776B198E    ntdll.dll!RtlInitializeExceptionChain()

How to repeat:
Check out trunk-security.
[18 Jan 2011 8:33] Alexander Nozdrin
It doesn't show up any more. Closing.