[MDEV-26407] Server crashes in Item_func_in::cleanup/Item::cleanup_processor Created: 2021-08-19  Updated: 2022-07-02  Resolved: 2022-04-28

Status: Closed
Project: MariaDB Server
Component/s: Virtual Columns
Affects Version/s: 10.2, 10.3, 10.4, 10.5, 10.6, 10.7
Fix Version/s: 10.3.35, 10.4.25, 10.5.16, 10.6.8, 10.7.4

Type: Bug Priority: Major
Reporter: Zhiyong Wu Assignee: Sergei Golubchik
Resolution: Duplicate Votes: 1
Labels: None
Environment:

Linux version 5.13.0-1-MANJARO (builduser@LEGION) (gcc (GCC) 11.1.0, GNU ld (GNU Binutils) 2.36.1) #1 SMP PREEMPT Mon Jun 7 06:16:10 UTC 2021 x86_64


Issue Links:
Duplicate
duplicates MDEV-24176 Server crashes after insert in the ta... Closed
duplicates MDEV-26437 Server crashes in Item_args::walk_args Closed
is duplicated by MDEV-26408 use-after-poison security in sql/item... Closed
is duplicated by MDEV-26414 use-after-poison in Data Mainipulation Closed
is duplicated by MDEV-26417 use-after-poison issue of MariaDB ser... Closed
is duplicated by MDEV-26425 MariaDB server crash in Predicant_to_... Closed
is duplicated by MDEV-27897 Serever crash virtual cloum with curd... Closed
is duplicated by MDEV-28083 MariaDB SEGV issue Closed
is duplicated by MDEV-28084 MariaDB UAP issue Closed
is duplicated by MDEV-28086 MariaDB SEGV issue Closed
is duplicated by MDEV-28088 MariaDB Global Buffer Overflow issue Closed
is duplicated by MDEV-28099 MariaDB UAP issue Closed
is duplicated by MDEV-28848 Server crash with particular SQL sequ... Closed
Relates
relates to MDEV-24176 Server crashes after insert in the ta... Closed
relates to MDEV-26281 ASAN use-after-poison when complex co... Closed
relates to MDEV-26452 SIGSEGV in Item::cleanup from Item::c... Closed
relates to MDEV-27073 Crash when a date conversion function... Confirmed
relates to MDEV-28085 MariaDB SEGV issue Closed
relates to MDEV-28087 MariaDB SEGV issue Closed

 Description   

PoC:

CREATE TABLE v0 ( v1 VARCHAR ( 65 ) CHAR SET ASCII NULL DEFAULT ( 'x' IN ( 'x' , CURRENT_USER ) ) ) ;
 START TRANSACTION READ WRITE ;
 INSERT INTO v0 VALUES ( v1 ) ;
 SELECT HEX ( GREATEST ( v1 , ( 'x' ) ) ) FROM v0 ;
 INSERT INTO v0 VALUES ( REPEAT ( ( NULL + 84551986.000000 ) = 74599462.000000 , ( HEX ( 18069096.000000 ) ) / -1 = 28 ) ) ;
 DESCRIBE SELECT v0 . v1 FROM v0 , v0 WHERE v0 . v1 = v0 . v1 ;

Log:

2021-08-16 14:41:38 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2021-08-16 14:41:38 0 [Note] InnoDB: Number of pools: 1
2021-08-16 14:41:38 0 [Note] InnoDB: Using crc32 + pclmulqdq instructions
2021-08-16 14:41:38 0 [Note] mysqld: O_TMPFILE is not supported on /tmp (disabling future attempts)
2021-08-16 14:41:38 0 [Note] InnoDB: Using liburing
2021-08-16 14:41:38 0 [Note] InnoDB: Initializing buffer pool, total size = 134217728, chunk size = 134217728
2021-08-16 14:41:38 0 [Note] InnoDB: Completed initialization of buffer pool
2021-08-16 14:41:38 0 [Note] InnoDB: 128 rollback segments are active.
2021-08-16 14:41:38 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2021-08-16 14:41:38 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2021-08-16 14:41:38 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
2021-08-16 14:41:38 0 [Note] InnoDB: 10.7.0 started; log sequence number 42161; transaction id 14
2021-08-16 14:41:38 0 [Note] InnoDB: Loading buffer pool(s) from /home/fuboat/mariadb-tmp/mysql-default-data/ib_buffer_pool
2021-08-16 14:41:38 0 [Note] Plugin 'FEEDBACK' is disabled.
2021-08-16 14:41:38 0 [Note] InnoDB: Buffer pool(s) load completed at 210816 14:41:38
2021-08-16 14:41:38 0 [Note] Server socket created on IP: '0.0.0.0'.
2021-08-16 14:41:38 0 [Note] Server socket created on IP: '::'.
2021-08-16 14:41:38 0 [Note] /usr/local/mysql/bin//mysqld: ready for connections.
Version: '10.7.0-MariaDB'  socket: '/tmp/0.socket'  port: 3306  Source distribution
2021-08-16 14:41:39 0 [Note] /usr/local/mysql/bin//mysqld (initiated by: root[root] @ localhost []): Normal shutdown
2021-08-16 14:41:39 0 [Note] InnoDB: FTS optimize thread exiting.
2021-08-16 14:41:39 0 [Note] InnoDB: Starting shutdown...
2021-08-16 14:41:39 0 [Note] InnoDB: Dumping buffer pool(s) to /home/fuboat/mariadb-tmp/mysql-default-data/ib_buffer_pool
2021-08-16 14:41:39 0 [Note] InnoDB: Buffer pool(s) dump completed at 210816 14:41:39
2021-08-16 14:41:39 0 [Note] InnoDB: Removed temporary tablespace data file: "./ibtmp1"
2021-08-16 14:41:39 0 [Note] InnoDB: Shutdown completed; log sequence number 42173; transaction id 15
2021-08-16 14:41:39 0 [Note] /usr/local/mysql/bin//mysqld: Shutdown complete
 
2021-08-16 15:00:28 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2021-08-16 15:00:28 0 [Note] InnoDB: Number of pools: 1
2021-08-16 15:00:28 0 [Note] InnoDB: Using crc32 + pclmulqdq instructions
2021-08-16 15:00:28 0 [Note] mysqld: O_TMPFILE is not supported on /tmp (disabling future attempts)
2021-08-16 15:00:28 0 [Note] InnoDB: Using liburing
2021-08-16 15:00:28 0 [Note] InnoDB: Initializing buffer pool, total size = 134217728, chunk size = 134217728
2021-08-16 15:00:28 0 [Note] InnoDB: Completed initialization of buffer pool
2021-08-16 15:00:39 0 [Note] InnoDB: 128 rollback segments are active.
2021-08-16 15:00:39 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2021-08-16 15:00:39 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2021-08-16 15:00:39 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
2021-08-16 15:00:39 0 [Note] InnoDB: 10.7.0 started; log sequence number 42173; transaction id 14
2021-08-16 15:00:39 0 [Note] InnoDB: Loading buffer pool(s) from /home/fuboat/mariadb-tmp/9/ib_buffer_pool
2021-08-16 15:00:39 0 [Note] Plugin 'FEEDBACK' is disabled.
2021-08-16 15:00:40 0 [Note] Server socket created on IP: '0.0.0.0'.
2021-08-16 15:00:40 0 [Note] Server socket created on IP: '::'.
2021-08-16 15:00:40 0 [Note] InnoDB: Buffer pool(s) load completed at 210816 15:00:40
2021-08-16 15:00:41 0 [Note] /usr/local/mysql/bin//mysqld: ready for connections.
Version: '10.7.0-MariaDB'  socket: '/tmp/9.socket'  port: 10009  Source distribution
210816 15:00:43 [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.7.0-MariaDB
key_buffer_size=134217728
read_buffer_size=131072
max_used_connections=1
max_threads=153
thread_count=1
It is possible that mysqld could use up to 
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 467956 K  bytes of memory
Hope that's ok; if not, decrease some variables in the equation.
 
Thread pointer: 0x62b0000bd218
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 = 0x7f987ba5b850 thread_stack 0x5fc00
sanitizer_common/sanitizer_common_interceptors.inc:4203(__interceptor_backtrace.part.0)[0x7f989b307c3e]
mysys/stacktrace.c:213(my_print_stacktrace)[0x55bb57c35747]
sql/signal_handler.cc:222(handle_fatal_signal)[0x55bb56bfd120]
sigaction.c:0(__restore_rt)[0x7f989acf1870]
sql/item_cmpfunc.h:2556(Item_func_in::cleanup())[0x55bb561f90ee]
sql/item.cc:574(Item::cleanup_processor(void*))[0x55bb56c4adbc]
sql/item.h:5439(Item_func_or_sum::walk(bool (Item::*)(void*), bool, void*))[0x55bb561fb774]
sql/table.cc:3616(fix_session_vcol_expr(THD*, Virtual_column_info*))[0x55bb567afd3a]
sql/sql_base.cc:5433(TABLE::fix_vcol_exprs(THD*))[0x55bb5632124f]
sql/sql_base.cc:5467(lock_tables(THD*, TABLE_LIST*, unsigned int, unsigned int))[0x55bb56321f93]
sql/sql_base.cc:5261(open_and_lock_tables(THD*, DDL_options_st const&, TABLE_LIST*, bool, unsigned int, Prelocking_strategy*))[0x55bb56326800]
sql/sql_base.h:397(open_and_lock_tables(THD*, TABLE_LIST*, bool, unsigned int))[0x55bb563dcef4]
sql/sql_parse.cc:4565(mysql_execute_command(THD*, bool))[0x55bb56495bb8]
sql/sql_parse.cc:8047(mysql_parse(THD*, char*, unsigned int, Parser_state*))[0x55bb564a25a1]
sql/sql_parse.cc:1898(dispatch_command(enum_server_command, THD*, char*, unsigned int, bool))[0x55bb564a860c]
sql/sql_parse.cc:1406(do_command(THD*, bool))[0x55bb564ad73d]
sql/sql_connect.cc:1418(do_handle_one_connection(CONNECT*, bool))[0x55bb56868e57]
sql/sql_connect.cc:1312(handle_one_connection)[0x55bb5686933d]
perfschema/pfs.cc:2204(pfs_spawn_thread)[0x55bb572f9c2c]
pthread_create.c:0(start_thread)[0x7f989ace7259]
:0(__GI___clone)[0x7f989a8925e3]
 
Trying to get some variables.
Some pointers may be invalid and cause the dump to abort.
Query (0x629000087238): INSERT INTO v0 VALUES ( REPEAT ( ( NULL + 84551986.000000 ) = 74599462.000000 , ( HEX ( 18069096.000000 ) ) / -1 = 28 ) )
 
Connection ID (thread ID): 4
Status: NOT_KILLED
 
Optimizer switch: index_merge=on,index_merge_union=on,index_merge_sort_union=on,index_merge_intersection=on,index_merge_sort_intersection=off,engine_condition_pushdown=off,index_condition_pushdown=on,derived_merge=on,derived_with_keys=on,firstmatch=on,loosescan=on,materialization=on,in_to_exists=on,semijoin=on,partial_match_rowid_merge=on,partial_match_table_scan=on,subquery_cache=on,mrr=off,mrr_cost_based=off,mrr_sort_keys=off,outer_join_with_cache=on,semijoin_with_cache=on,join_cache_incremental=on,join_cache_hashed=on,join_cache_bka=on,optimize_join_buffer_size=on,table_elimination=on,extended_keys=on,exists_to_in=on,orderby_uses_equalities=on,condition_pushdown_for_derived=on,split_materialized=on,condition_pushdown_for_subquery=on,rowid_filter=on,condition_pushdown_from_having=on,not_null_range_scan=off
 
The manual page at https://mariadb.com/kb/en/how-to-produce-a-full-stack-trace-for-mysqld/ contains
information that should help you find out what is causing the crash.
Writing a core file...
Working directory at /home/fuboat/mariadb-tmp/9
Resource Limits:
Limit                     Soft Limit           Hard Limit           Units     
Max cpu time              unlimited            unlimited            seconds   
Max file size             unlimited            unlimited            bytes     
Max data size             unlimited            unlimited            bytes     
Max stack size            8388608              unlimited            bytes     
Max core file size        unlimited            unlimited            bytes     
Max resident set          unlimited            unlimited            bytes     
Max processes             61608                61608                processes 
Max open files            524288               524288               files     
Max locked memory         65536                65536                bytes     
Max address space         unlimited            unlimited            bytes     
Max file locks            unlimited            unlimited            locks     
Max pending signals       61608                61608                signals   
Max msgqueue size         819200               819200               bytes     
Max nice priority         0                    0                    
Max realtime priority     0                    0                    
Max realtime timeout      unlimited            unlimited            us        
Core pattern: core

Coredump:

GNU gdb (GDB) 10.2
Copyright (C) 2021 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-pc-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<https://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
    <http://www.gnu.org/software/gdb/documentation/>.
 
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /usr/local/mysql/bin//mysqld...
[New LWP 321844]
[New LWP 272301]
[New LWP 315980]
[New LWP 272464]
[New LWP 272465]
[New LWP 272438]
[New LWP 313382]
[New LWP 313342]
[New LWP 315981]
[New LWP 315984]
[New LWP 315982]
[New LWP 321828]
[New LWP 331506]
[New LWP 331509]
[New LWP 272143]
[New LWP 315983]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
Core was generated by `/usr/local/mysql/bin//mysqld --port 10009 --datadir=/home/fuboat/mariadb-tmp/9'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0  0x00007f989acee808 in pthread_kill () from /usr/lib/libpthread.so.0
[Current thread is 1 (Thread 0x7f987ba5c240 (LWP 321844))]
(gdb) (gdb) #0  0x00007f989acee808 in pthread_kill () from /usr/lib/libpthread.so.0
#1  0x000055bb56bfd06b in handle_fatal_signal (sig=<optimized out>) at /experiment/mariadb-server/sql/signal_handler.cc:344
#2  <signal handler called>
#3  0x000055bb561f90ee in Item_func_in::cleanup (this=0x6190000a3dd8) at /experiment/mariadb-server/sql/item_cmpfunc.h:2556
#4  0x000055bb56c4adbc in Item::cleanup_processor (arg=<optimized out>, this=<optimized out>) at /experiment/mariadb-server/sql/item.cc:572
#5  Item::cleanup_processor (this=<optimized out>, arg=<optimized out>) at /experiment/mariadb-server/sql/item.cc:569
#6  0x000055bb561fb774 in Item_func_or_sum::walk (this=0x6190000a3dd8, processor=<optimized out>, walk_subquery=<optimized out>, arg=0x0) at /experiment/mariadb-server/sql/item.h:5439
#7  0x000055bb567afd3a in fix_session_vcol_expr (vcol=0x6190000a3f58, thd=0x62b0000bd218) at /experiment/mariadb-server/sql/table.cc:3614
#8  fix_session_vcol_expr (thd=0x62b0000bd218, vcol=0x6190000a3f58) at /experiment/mariadb-server/sql/table.cc:3608
#9  0x000055bb5632124f in TABLE::fix_vcol_exprs (thd=0x62b0000bd218, this=0x6190000a3298) at /experiment/mariadb-server/sql/sql_base.cc:5434
#10 TABLE::fix_vcol_exprs (this=0x6190000a3298, thd=0x62b0000bd218) at /experiment/mariadb-server/sql/sql_base.cc:5426
#11 0x000055bb56321f93 in fix_all_session_vcol_exprs (tables=0x629000087408, thd=0x62b0000bd218) at /experiment/mariadb-server/sql/sql_base.cc:5465
#12 lock_tables (thd=thd@entry=0x62b0000bd218, tables=0x629000087408, count=<optimized out>, flags=flags@entry=0) at /experiment/mariadb-server/sql/sql_base.cc:5649
#13 0x000055bb56326800 in open_and_lock_tables (thd=thd@entry=0x62b0000bd218, options=..., tables=<optimized out>, tables@entry=0x629000087408, derived=derived@entry=true, flags=flags@entry=0, prelocking_strategy=prelocking_strategy@entry=0x7f987ba592d0) at /experiment/mariadb-server/sql/sql_base.cc:5261
#14 0x000055bb563dcef4 in open_and_lock_tables (flags=0, derived=true, tables=0x629000087408, thd=0x62b0000bd218) at /experiment/mariadb-server/sql/sql_base.h:509
#15 mysql_insert (thd=thd@entry=0x62b0000bd218, table_list=0x629000087408, fields=..., values_list=..., update_fields=..., update_values=..., duplic=<optimized out>, ignore=<optimized out>, result=<optimized out>) at /experiment/mariadb-server/sql/sql_insert.cc:757
#16 0x000055bb56495bb8 in mysql_execute_command (thd=0x62b0000bd218, is_called_from_prepared_stmt=<optimized out>) at /experiment/mariadb-server/sql/sql_parse.cc:4565
#17 0x000055bb564a25a1 in mysql_parse (thd=0x62b0000bd218, rawbuf=<optimized out>, length=<optimized out>, parser_state=<optimized out>) at /experiment/mariadb-server/sql/sql_parse.cc:8030
#18 0x000055bb564a860c in dispatch_command (command=<optimized out>, thd=0x62b0000bd218, packet=<optimized out>, packet_length=<optimized out>, blocking=<optimized out>) at /experiment/mariadb-server/sql/sql_parse.cc:1896
#19 0x000055bb564ad73d in do_command (thd=0x62b0000bd218, blocking=blocking@entry=true) at /experiment/mariadb-server/sql/sql_parse.cc:1404
#20 0x000055bb56868e57 in do_handle_one_connection (connect=<optimized out>, put_in_cache=<optimized out>) at /experiment/mariadb-server/sql/sql_connect.cc:1418
#21 0x000055bb5686933d in handle_one_connection (arg=arg@entry=0x6080000023b8) at /experiment/mariadb-server/sql/sql_connect.cc:1312
#22 0x000055bb572f9c2c in pfs_spawn_thread (arg=0x617000005f18) at /experiment/mariadb-server/storage/perfschema/pfs.cc:2201
#23 0x00007f989ace7259 in start_thread () from /usr/lib/libpthread.so.0
#24 0x00007f989a8925e3 in clone () from /usr/lib/libc.so.6
(gdb) quit



 Comments   
Comment by Alice Sherepa [ 2021-08-26 ]

Thank you for the report!
I think it is the same problem as MDEV-26437, slightly different, so I will leave it here.
Repeatable on 10.2-10.6:

CREATE TABLE t1 ( v1 int DEFAULT ('x' IN ('x', CURRENT_USER))) ;
INSERT INTO t1 VALUES ( v1 ) ;
INSERT INTO t1 VALUES ( v1 ) ;

10.2 228630f61ac10240c36717

#3  <signal handler called>
#4  0x000056340c8dfbfd in Item_func_in::cleanup (this=0x7f59dc035188) at /10.2/src/sql/item_cmpfunc.h:1673
#5  0x000056340c78581f in Item::cleanup_processor (this=0x7f59dc035188, arg=0x0) at /10.2/src/sql/item.cc:680
#6  0x000056340c40f0b4 in Item::cleanup_excluding_fields_processor (this=0x7f59dc035188, arg=0x0) at /10.2/src/sql/item.h:1687
#7  0x000056340c48632c in Item_func_or_sum::walk (this=0x7f59dc035188, processor=&virtual table offset 792, walk_subquery=false, arg=0x0) at /10.2/src/sql/item.h:4422
#8  0x000056340c5f5a90 in fix_session_vcol_expr (thd=0x7f59dc000d90, vcol=0x7f59dc0352d8) at /10.2/src/sql/table.cc:2837
#9  0x000056340c47af5c in TABLE::fix_vcol_exprs (this=0x7f59dc175dc0, thd=0x7f59dc000d90) at /10.2/src/sql/sql_base.cc:4987
#10 0x000056340c47b128 in fix_all_session_vcol_exprs (thd=0x7f59dc000d90, tables=0x7f59dc0127e8) at /10.2/src/sql/sql_base.cc:5018
#11 0x000056340c47b76e in lock_tables (thd=0x7f59dc000d90, tables=0x7f59dc0127e8, count=1, flags=0) at /10.2/src/sql/sql_base.cc:5189
#12 0x000056340c47ab4d in open_and_lock_tables (thd=0x7f59dc000d90, options=..., tables=0x7f59dc0127e8, derived=true, flags=0, prelocking_strategy=0x7f5a31435738) at /10.2/src/sql/sql_base.cc:4870
#13 0x000056340c4405b9 in open_and_lock_tables (thd=0x7f59dc000d90, tables=0x7f59dc0127e8, derived=true, flags=0) at /10.2/src/sql/sql_base.h:508
#14 0x000056340c4c3272 in mysql_insert (thd=0x7f59dc000d90, table_list=0x7f59dc0127e8, fields=..., values_list=..., update_fields=..., update_values=..., duplic=DUP_ERROR, ignore=false) at /10.2/src/sql/sql_insert.cc:758
#15 0x000056340c4eb638 in mysql_execute_command (thd=0x7f59dc000d90) at /10.2/src/sql/sql_parse.cc:4217
#16 0x000056340c4f6b42 in mysql_parse (thd=0x7f59dc000d90, rawbuf=0x7f59dc012708 "INSERT INTO t1 VALUES ( v1 )", length=28, parser_state=0x7f5a31436560, is_com_multi=false, is_next_command=false) at /10.2/src/sql/sql_parse.cc:7793
#17 0x000056340c4e4d9d in dispatch_command (command=COM_QUERY, thd=0x7f59dc000d90, packet=0x7f59dc008b61 "INSERT INTO t1 VALUES ( v1 ) ", packet_length=29, is_com_multi=false, is_next_command=false) at /10.2/src/sql/sql_parse.cc:1827
#18 0x000056340c4e3898 in do_command (thd=0x7f59dc000d90) at /10.2/src/sql/sql_parse.cc:1381
#19 0x000056340c63f661 in do_handle_one_connection (connect=0x56340f11dd10) at /10.2/src/sql/sql_connect.cc:1336
#20 0x000056340c63f3c6 in handle_one_connection (arg=0x56340f11dd10) at /10.2/src/sql/sql_connect.cc:1241
#21 0x000056340ce68ec4 in pfs_spawn_thread (arg=0x56340f100fd0) at /10.2/src/storage/perfschema/pfs.cc:1869
#22 0x00007f5a37611609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#23 0x00007f5a371ec293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Comment by Alice Sherepa [ 2021-08-27 ]

 
CREATE TABLE t1 (i INT DEFAULT (from_unixtime (last_day (CASE 1 WHEN 'x' THEN 1 END))));
UPDATE t1 SET i = 'x' WHERE i IS NULL ;
INSERT INTO t1 VALUES  ('a') ;

10.4 dc6bc85cd29586631d

210827 13:46:07 [ERROR] mysqld got signal 11 ;
 
Server version: 10.4.22-MariaDB-debug-log
 
sql/signal_handler.cc:222(handle_fatal_signal)[0x559a62941fb3]
sigaction.c:0(__restore_rt)[0x7f11563fd3c0]
sql/item_cmpfunc.h:1973(Predicant_to_list_comparator::Predicant_to_value_comparator::cleanup())[0x559a62a55a23]
sql/item_cmpfunc.h:2080(Predicant_to_list_comparator::cleanup())[0x559a62a5664a]
sql/item_cmpfunc.h:2258(Item_func_case_simple::cleanup())[0x559a62a572a9]
sql/item.cc:564(Item::cleanup_processor(void*))[0x559a6299538a]
sql/item.h:1904(Item::cleanup_excluding_fields_processor(void*))[0x559a61e8531f]
sql/item.h:5265(Item_func_or_sum::walk(bool (Item::*)(void*), bool, void*))[0x559a61fd54e1]
sql/item.h:2579(Item_args::walk_args(bool (Item::*)(void*), bool, void*))[0x559a61fd4443]
sql/item.h:5263(Item_func_or_sum::walk(bool (Item::*)(void*), bool, void*))[0x559a61fd53dc]
sql/item.h:2579(Item_args::walk_args(bool (Item::*)(void*), bool, void*))[0x559a61fd4443]
sql/item.h:5263(Item_func_or_sum::walk(bool (Item::*)(void*), bool, void*))[0x559a61fd53dc]
sql/table.cc:3289(fix_session_vcol_expr(THD*, Virtual_column_info*))[0x559a6244df89]
sql/sql_base.cc:5477(TABLE::fix_vcol_exprs(THD*))[0x559a61fb752f]
sql/sql_base.cc:5509(fix_all_session_vcol_exprs(THD*, TABLE_LIST*))[0x559a61fb7a0b]
sql/sql_base.cc:5679(lock_tables(THD*, TABLE_LIST*, unsigned int, unsigned int))[0x559a61fb8c28]
sql/sql_base.cc:5316(open_and_lock_tables(THD*, DDL_options_st const&, TABLE_LIST*, bool, unsigned int, Prelocking_strategy*))[0x559a61fb65d4]
sql/sql_base.h:503(open_and_lock_tables(THD*, TABLE_LIST*, bool, unsigned int))[0x559a61f10698]
sql/sql_insert.cc:764(mysql_insert(THD*, TABLE_LIST*, List<Item>&, List<List<Item> >&, List<Item>&, List<Item>&, enum_duplicates, bool))[0x559a62080638]
sql/sql_parse.cc:4598(mysql_execute_command(THD*))[0x559a6213f317]
sql/sql_parse.cc:7995(mysql_parse(THD*, char*, unsigned int, Parser_state*, bool, bool))[0x559a621572d7]
sql/sql_parse.cc:1860(dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool))[0x559a6212da53]
sql/sql_parse.cc:1373(do_command(THD*))[0x559a6212a4d0]
sql/sql_connect.cc:1420(do_handle_one_connection(CONNECT*))[0x559a62523b39]
sql/sql_connect.cc:1317(handle_one_connection)[0x559a62523292]
perfschema/pfs.cc:1871(pfs_spawn_thread)[0x559a63bf574d]
nptl/pthread_create.c:478(start_thread)[0x7f11563f1609]
x86_64/clone.S:97(__GI___clone)[0x7f1155fc6293]
 
Query (0x62b0000a1290): INSERT INTO t1 VALUES  ('a')

Generated at Thu Feb 08 09:45:04 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.