Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Duplicate
-
10.3.22
-
None
-
Ubuntu
Description
201014 17:02:44 [ERROR] mysqld got signal 11 ;
|
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.3.22-MariaDB-1:10.3.22+maria~bionic-log
|
key_buffer_size=134217728
|
read_buffer_size=2097152
|
max_used_connections=105
|
max_threads=3002
|
thread_count=79
|
It is possible that mysqld could use up to
|
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 18642952 K bytes of memory
|
Hope that's ok; if not, decrease some variables in the equation.
|
|
Thread pointer: 0x7fb74c00f1a8
|
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...
|
stack_bottom = 0x7fb7e23e1dd8 thread_stack 0x49000
|
mysqld(my_print_stacktrace+0x2e)[0x55d0db6932ee]
|
mysqld(handle_fatal_signal+0x515)[0x55d0db12b005]
|
/lib/x86_64-linux-gnu/libpthread.so.0(+0x12890)[0x7fb83cd56890]
|
mysqld(_Z18fix_fields_for_tvcP3THDR18List_iterator_fastI4ListI4ItemEE+0x38)[0x55d0db093968]
|
mysqld(_ZN18table_value_constr7prepareEP3THDP13st_select_lexP13select_resultP18st_select_lex_unit+0x7f)[0x55d0db093d2f]
|
mysqld(_ZN18st_select_lex_unit7prepareEP10TABLE_LISTP13select_resultm+0x66e)[0x55d0dafe54fe]
|
mysqld(_Z21mysql_derived_prepareP3THDP3LEXP10TABLE_LIST+0x56f)[0x55d0daf1231f]
|
mysqld(_Z27mysql_handle_single_derivedP3LEXP10TABLE_LISTj+0xb1)[0x55d0daf13271]
|
mysqld(_ZN13st_select_lex14handle_derivedEP3LEXj+0x47)[0x55d0daf2e6d7]
|
mysqld(_ZN4JOIN7prepareEP10TABLE_LISTjP4ItemjP8st_orderbS5_S3_S5_P13st_select_lexP18st_select_lex_unit+0xcb)[0x55d0daf92bcb]
|
mysqld(_Z12mysql_selectP3THDP10TABLE_LISTjR4ListI4ItemEPS4_jP8st_orderS9_S7_S9_yP13select_resultP18st_select_lex_unitP13st_select_lex+0x83f)[0x55d0dafa16df]
|
mysqld(_Z13handle_selectP3THDP3LEXP13select_resultm+0x14d)[0x55d0dafa18fd]
|
mysqld(+0x5814f1)[0x55d0daf424f1]
|
mysqld(_Z21mysql_execute_commandP3THD+0x5fb0)[0x55d0daf4f210]
|
mysqld(_ZN18Prepared_statement7executeEP6Stringb+0x4fe)[0x55d0daf6568e]
|
mysqld(_ZN18Prepared_statement12execute_loopEP6StringbPhS2_+0x9a)[0x55d0daf657ba]
|
mysqld(+0x5a5842)[0x55d0daf66842]
|
mysqld(_Z19mysqld_stmt_executeP3THDPcj+0x25)[0x55d0daf668e5]
|
mysqld(_Z16dispatch_command19enum_server_commandP3THDPcjbb+0xcac)[0x55d0daf52f1c]
|
mysqld(_Z10do_commandP3THD+0x178)[0x55d0daf54c88]
|
mysqld(_Z24do_handle_one_connectionP7CONNECT+0x33e)[0x55d0db02799e]
|
mysqld(handle_one_connection+0x3d)[0x55d0db027a6d]
|
/lib/x86_64-linux-gnu/libpthread.so.0(+0x76db)[0x7fb83cd4b6db]
|
/lib/x86_64-linux-gnu/libc.so.6(clone+0x3f)[0x7fb83c34d88f]
|
|
Trying to get some variables.
|
Some pointers may be invalid and cause the dump to abort.
|
Attachments
Issue Links
- is duplicated by
-
MDEV-23182 Server crashes in Item::fix_fields_if_needed / table_value_constr::prepare upon 2nd execution of PS
- Closed