Bug #84076 | Assertion `thd->is_error() || kill_errno' failed. | ||
---|---|---|---|
Submitted: | 6 Dec 2016 10:06 | Modified: | 6 Dec 2016 13:50 |
Reporter: | Roel Van de Paar | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: DML | Severity: | S6 (Debug Builds) |
Version: | 5.6.34 | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | debug |
[6 Dec 2016 10:06]
Roel Van de Paar
[6 Dec 2016 13:50]
MySQL Verification Team
Thank you for the bug report. 2016-12-06 11:42:42 8696 [Note] c:\dbs\5.6\bin\mysqld: ready for connections. Version: '5.6.36-debug' socket: '' port: 3560 Source distribution PULL: 2016-NOV-20 Assertion failed: thd->is_error() || kill_errno, file C:\build\2016NOV20\mysql-5.6\sql\filesort.cc, line 448 R6010 - abort() has been called 13:43:21 UTC - mysqld got exception 0x80000003 ; 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=8388608 read_buffer_size=131072 max_used_connections=1 max_threads=151 thread_count=1 connection_count=1 It is possible that mysqld could use up to key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 67958 K bytes of memory Hope that's ok; if not, decrease some variables in the equation. Thread pointer: 0x28cbb0bcce0 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... 7ff78cabed55 mysqld.exe!my_sigabrt_handler()[my_thr_init.c:455] 7ff78d0a212f mysqld.exe!raise()[winsig.c:594] 7ff78d0a4060 mysqld.exe!abort()[abort.c:82] 7ff78d09e9a8 mysqld.exe!_wassert()[assert.c:156] 7ff78c935b7f mysqld.exe!filesort()[filesort.cc:448] 7ff78c98862c mysqld.exe!create_sort_index()[sql_executor.cc:3346] 7ff78c982d83 mysqld.exe!st_join_table::sort_table()[sql_executor.cc:2515] 7ff78c980732 mysqld.exe!join_init_read_record()[sql_executor.cc:2389] 7ff78c97f642 mysqld.exe!sub_select()[sql_executor.cc:1259] 7ff78c9852bc mysqld.exe!do_select()[sql_executor.cc:936] 7ff78c9839c5 mysqld.exe!JOIN::exec()[sql_executor.cc:194] 7ff78c904cce mysqld.exe!mysql_execute_select()[sql_select.cc:1104] 7ff78c8f7b09 mysqld.exe!mysql_select()[sql_select.cc:1222] 7ff78c8f771d mysqld.exe!handle_select()[sql_select.cc:110] 7ff78c6f9713 mysqld.exe!mysql_execute_command()[sql_parse.cc:3559] 7ff78c6f5fba mysqld.exe!mysql_parse()[sql_parse.cc:6416] 7ff78c6ff6a9 mysqld.exe!dispatch_command()[sql_parse.cc:1372] 7ff78c6fe6c5 mysqld.exe!do_command()[sql_parse.cc:1036] 7ff78c7500d2 mysqld.exe!do_handle_one_connection()[sql_connect.cc:982] 7ff78c74ff02 mysqld.exe!handle_one_connection()[sql_connect.cc:900] 7ff78cf7a5f5 mysqld.exe!pfs_spawn_thread()[pfs.cc:1862] 7ff78cabd326 mysqld.exe!pthread_start()[my_winthread.c:62] 7ff78d0b26a5 mysqld.exe!_callthreadstartex()[threadex.c:376] 7ff78d0b28f7 mysqld.exe!_threadstartex()[threadex.c:359] 7ff862608364 KERNEL32.DLL!BaseThreadInitThunk() 7ff862715e91 ntdll.dll!RtlUserThreadStart()