Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Duplicate
-
10.0(EOL)
-
None
Description
########### E:\buildbot\bbwin1\win-rqg-se\build\..\..\..\vardirs\10.0-2626\optim-crash-tests\trial3.log (STATUS_SERVER_CRASHED): last lines from the error log ###
|
Assertion failed: err_key < ha_alter_info->key_count, file E:\buildbot\bbwin1\win-rqg-se\build-debug\storage\xtradb\handler\handler0alter.cc, line 5115
|
R6010
|
- abort() has been called
|
160816 23:12:15 [ERROR] 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.
|
|
To report this bug, see https://mariadb.com/kb/en/reporting-bugs
|
|
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.
|
|
Server version: 10.0.27-MariaDB-debug
|
key_buffer_size=1048576
|
read_buffer_size=131072
|
max_used_connections=7
|
max_threads=501
|
thread_count=6
|
It is possible that mysqld could use up to
|
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 196095 K bytes of memory
|
Hope that's ok; if not, decrease some variables in the equation.
|
|
Thread pointer: 0x0x6e08df9778
|
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...
|
mysqld.exe!my_sigabrt_handler()[my_thr_init.c:477]
|
mysqld.exe!raise()[winsig.c:594]
|
mysqld.exe!abort()[abort.c:82]
|
mysqld.exe!_wassert()[assert.c:380]
|
mysqld.exe!commit_try_rebuild()[handler0alter.cc:5115]
|
mysqld.exe!ha_innobase::commit_inplace_alter_table()[handler0alter.cc:5817]
|
mysqld.exe!handler::ha_commit_inplace_alter_table()[handler.cc:4191]
|
mysqld.exe!mysql_inplace_alter_table()[sql_table.cc:7122]
|
mysqld.exe!mysql_alter_table()[sql_table.cc:8885]
|
mysqld.exe!Sql_cmd_alter_table::execute()[sql_alter.cc:312]
|
mysqld.exe!mysql_execute_command()[sql_parse.cc:5115]
|
mysqld.exe!mysql_parse()[sql_parse.cc:6575]
|
mysqld.exe!dispatch_command()[sql_parse.cc:1312]
|
mysqld.exe!do_command()[sql_parse.cc:999]
|
mysqld.exe!threadpool_process_request()[threadpool_common.cc:239]
|
mysqld.exe!io_completion_callback()[threadpool_win.cc:568]
|
KERNEL32.DLL!VirtualUnlock()
|
ntdll.dll!RtlGetActiveActivationContext()
|
ntdll.dll!RtlFreeUnicodeString()
|
KERNEL32.DLL!BaseThreadInitThunk()
|
ntdll.dll!RtlUserThreadStart()
|
|
Trying to get some variables.
|
Some pointers may be invalid and cause the dump to abort.
|
Query (0x6e08e05f30): ALTER TABLE t1 DROP COLUMN col3 /* QUERY_NO 2056 CON_ID 12 */
|
Connection ID (thread ID): 12
|
Status: NOT_KILLED
|
Attachments
Issue Links
- duplicates
-
MDEV-12827 Assertion failure when reporting duplicate key error in online table rebuild
- Closed