Core was generated by `/test/MD050621-mariadb-10.6.2-linux-x86_64-dbg/bin/mysqld --no-defaults --core-'.
|
Program terminated with signal SIGABRT, Aborted.
|
#0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50
|
[Current thread is 1 (Thread 0x150fd811e700 (LWP 3839114))]
|
(gdb) bt
|
#0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50
|
#1 0x0000150fd9783859 in __GI_abort () at abort.c:79
|
#2 0x0000150fd9783729 in __assert_fail_base (fmt=0x150fd9919588 "%s%s%s:%u: %s%sAssertion `%s' failed.\n%n", assertion=0x562e9ca85e06 "offset < table->s->reclength", file=0x562e9ca84990 "/test/10.6_dbg/sql/item_sum.cc", line=3846, function=<optimized out>) at assert.c:92
|
#3 0x0000150fd9794f36 in __GI___assert_fail (assertion=assertion@entry=0x562e9ca85e06 "offset < table->s->reclength", file=file@entry=0x562e9ca84990 "/test/10.6_dbg/sql/item_sum.cc", line=line@entry=3846, function=function@entry=0x562e9ca857f8 "int dump_leaf_key(void*, element_count, void*)") at assert.c:101
|
#4 0x0000562e9c02db97 in dump_leaf_key (key_arg=0x150f88072270, count=count@entry=1, item_arg=item_arg@entry=0x150f88014be8) at /test/10.6_dbg/sql/item_sum.cc:3846
|
#5 0x0000562e9c02e2bd in Item_func_group_concat::add (this=this@entry=0x150f88014be8, exclude_nulls=true) at /test/10.6_dbg/sql/item_sum.cc:4220
|
#6 0x0000562e9c0358b6 in Item_func_group_concat::add (this=0x150f88014be8) at /test/10.6_dbg/sql/item_sum.h:2043
|
#7 0x0000562e9c02ef9f in Aggregator_simple::add (this=<optimized out>) at /test/10.6_dbg/sql/item_sum.h:720
|
#8 0x0000562e9bc6707d in Item_sum::aggregator_add (this=0x150f88014be8) at /test/10.6_dbg/sql/item_sum.h:564
|
#9 Item_sum::reset_and_add (this=0x150f88014be8) at /test/10.6_dbg/sql/item_sum.h:445
|
#10 init_sum_functions (func_ptr=0x150f880168f8, end_ptr=0x150f88016900) at /test/10.6_dbg/sql/sql_select.cc:26128
|
#11 0x0000562e9bca5e72 in end_send_group (join=0x150f88016090, join_tab=<optimized out>, end_of_records=<optimized out>) at /test/10.6_dbg/sql/sql_select.cc:22433
|
#12 0x0000562e9bc6c3e0 in evaluate_join_record (join=join@entry=0x150f88016090, join_tab=join_tab@entry=0x150f88017518, error=error@entry=0) at /test/10.6_dbg/sql/sql_select.cc:21219
|
#13 0x0000562e9bc829f9 in sub_select (join=0x150f88016090, join_tab=0x150f88017518, end_of_records=<optimized out>) at /test/10.6_dbg/sql/sql_select.cc:20996
|
#14 0x0000562e9bcba616 in do_select (procedure=0x0, join=0x150f88016090) at /test/10.6_dbg/sql/sql_select.cc:20543
|
#15 JOIN::exec_inner (this=this@entry=0x150f88016090) at /test/10.6_dbg/sql/sql_select.cc:4726
|
#16 0x0000562e9bcbab04 in JOIN::exec (this=this@entry=0x150f88016090) at /test/10.6_dbg/sql/sql_select.cc:4504
|
#17 0x0000562e9bcb8a7a in mysql_select (thd=thd@entry=0x150f88000db8, tables=0x150f880150b0, fields=@0x150f88014338: {<base_list> = {<Sql_alloc> = {<No data fields>}, first = 0x150f88015060, last = 0x150f88015060, elements = 1}, <No data fields>}, conds=0x0, og_num=0, order=0x0, group=0x0, having=0x0, proc_param=0x0, select_options=2147748608, result=0x150f88016068, unit=0x150f88005130, select_lex=0x150f88014098) at /test/10.6_dbg/sql/sql_select.cc:4982
|
#18 0x0000562e9bcb8d2f in handle_select (thd=thd@entry=0x150f88000db8, lex=lex@entry=0x150f88005068, result=result@entry=0x150f88016068, setup_tables_done_option=setup_tables_done_option@entry=0) at /test/10.6_dbg/sql/sql_select.cc:544
|
#19 0x0000562e9bc2c6ac in execute_sqlcom_select (thd=thd@entry=0x150f88000db8, all_tables=0x150f880150b0) at /test/10.6_dbg/sql/sql_parse.cc:6242
|
#20 0x0000562e9bc3958c in mysql_execute_command (thd=thd@entry=0x150f88000db8) at /test/10.6_dbg/sql/sql_parse.cc:3937
|
#21 0x0000562e9bc25adc in mysql_parse (thd=thd@entry=0x150f88000db8, rawbuf=<optimized out>, length=<optimized out>, parser_state=parser_state@entry=0x150fd811d400) at /test/10.6_dbg/sql/sql_parse.cc:8016
|
#22 0x0000562e9bc34646 in dispatch_command (command=command@entry=COM_QUERY, thd=thd@entry=0x150f88000db8, packet=packet@entry=0x150f8800b769 "", packet_length=packet_length@entry=68, blocking=blocking@entry=true) at /test/10.6_dbg/sql/sql_class.h:1340
|
#23 0x0000562e9bc37a26 in do_command (thd=0x150f88000db8, blocking=blocking@entry=true) at /test/10.6_dbg/sql/sql_parse.cc:1406
|
#24 0x0000562e9bd9bec2 in do_handle_one_connection (connect=<optimized out>, connect@entry=0x562e9e9d0b98, put_in_cache=put_in_cache@entry=true) at /test/10.6_dbg/sql/sql_connect.cc:1410
|
#25 0x0000562e9bd9c4c7 in handle_one_connection (arg=arg@entry=0x562e9e9d0b98) at /test/10.6_dbg/sql/sql_connect.cc:1312
|
#26 0x0000562e9c24803a in pfs_spawn_thread (arg=0x562e9e8b9128) at /test/10.6_dbg/storage/perfschema/pfs.cc:2201
|
#27 0x0000150fd9c91609 in start_thread (arg=<optimized out>) at pthread_create.c:477
|
#28 0x0000150fd9880293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
|