[MDEV-25227] memory corruption: 0x00007f96f009de10 Created: 2021-03-23  Updated: 2021-04-27  Resolved: 2021-04-27

Status: Closed
Project: MariaDB Server
Component/s: Server
Affects Version/s: 10.3.20
Fix Version/s: N/A

Type: Bug Priority: Major
Reporter: sebastien dionne Assignee: Sergei Golubchik
Resolution: Incomplete Votes: 0
Labels: need_feedback
Environment:

Kuberbetes 1.20.4



 Description   

My pod mariadb got this error this morning on Kuberbetes 1.20.4

root@test-pcl109:~# kubectl version
Client Version: version.Info{Major:"1", Minor:"20", GitVersion:"v1.20.4", GitCommit:"e87da0bd6e03ec3fea7933c4b5263d151aafd07c", GitTreeState:"clean", BuildDate:"2021-02-18T16:12:00Z", GoVersion:"go1.15.8", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"20", GitVersion:"v1.20.4", GitCommit:"e87da0bd6e03ec3fea7933c4b5263d151aafd07c", GitTreeState:"clean", BuildDate:"2021-02-18T16:03:00Z", GoVersion:"go1.15.8", Compiler:"gc", Platform:"linux/amd64"}

mariadb 12:02:30.69
mariadb 12:02:30.69 Welcome to the Bitnami mariadb container
mariadb 12:02:30.70 Subscribe to project updates by watching https://github.com/bitnami/bitnami-docker-mariadb
mariadb 12:02:30.70 Submit issues and feature requests at https://github.com/bitnami/bitnami-docker-mariadb/issues
mariadb 12:02:30.70 Send us your feedback at containers@bitnami.com
mariadb 12:02:30.70
mariadb 12:02:30.70 INFO  ==> ** Starting MariaDB setup **
mariadb 12:02:31.00 INFO  ==> Validating settings in MYSQL_*/MARIADB_* env vars
mariadb 12:02:31.01 INFO  ==> Initializing mariadb database
mariadb 12:02:31.10 INFO  ==> Using persisted data
mariadb 12:02:31.18 INFO  ==> Running mysql_upgrade
mariadb 12:02:31.19 INFO  ==> Starting mariadb in background
mariadb 12:03:14.81 INFO  ==> Stopping mariadb
 
mariadb 12:03:20.82 INFO  ==> ** MariaDB setup finished! **
mariadb 12:03:20.99 INFO  ==> ** Starting MariaDB **
2021-03-23 12:03:21 0 [Note] /opt/bitnami/mariadb/sbin/mysqld (mysqld 10.3.20-MariaDB) starting as process 1 ...
2021-03-23 12:03:21 0 [Note] InnoDB: Using Linux native AIO
2021-03-23 12:03:21 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2021-03-23 12:03:21 0 [Note] InnoDB: Uses event mutexes
2021-03-23 12:03:21 0 [Note] InnoDB: Compressed tables use zlib 1.2.8
2021-03-23 12:03:21 0 [Note] InnoDB: Number of pools: 1
2021-03-23 12:03:21 0 [Note] InnoDB: Using SSE2 crc32 instructions
2021-03-23 12:03:21 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
2021-03-23 12:03:21 0 [Note] InnoDB: Completed initialization of buffer pool
2021-03-23 12:03:21 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
2021-03-23 12:03:21 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2021-03-23 12:03:21 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2021-03-23 12:03:21 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2021-03-23 12:03:21 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
2021-03-23 12:03:21 0 [Note] InnoDB: 10.3.20 started; log sequence number 2014124; transaction id 262
2021-03-23 12:03:21 0 [Note] InnoDB: Loading buffer pool(s) from /bitnami/mariadb/data/ib_buffer_pool
2021-03-23 12:03:21 0 [Note] Plugin 'FEEDBACK' is disabled.
2021-03-23 12:03:21 0 [Note] InnoDB: Buffer pool(s) load completed at 210323 12:03:21
2021-03-23 12:03:23 0 [Note] Server socket created on IP: '0.0.0.0'.
2021-03-23 12:03:23 0 [Warning] 'proxies_priv' entry '@% root@application-server-94c60b078850-mariadb-0' ignored in --skip-name-resolve mode.
2021-03-23 12:03:23 0 [Note] Reading of all Master_info entries succeeded
2021-03-23 12:03:23 0 [Note] Added new Master_info '' to hash table
2021-03-23 12:03:23 0 [Note] /opt/bitnami/mariadb/sbin/mysqld: ready for connections.
Version: '10.3.20-MariaDB'  socket: '/opt/bitnami/mariadb/tmp/mysql.sock'  port: 3306  Source distribution
2021-03-23 12:04:03 26 [Warning] Aborted connection 26 to db: 'optimizer' user: 'root' host: '192.168.208.234' (Got an error reading communication packets)
2021-03-23 12:04:14 34 [Warning] Aborted connection 34 to db: 'optimizer' user: 'root' host: '192.168.208.234' (Got an error reading communication packets)
*** Error in `/opt/bitnami/mariadb/sbin/mysqld': malloc(): memory corruption: 0x00007f96f009de10 ***
======= Backtrace: =========
/lib/x86_64-linux-gnu/libc.so.6(+0x70bfb)[0x7f976f62dbfb]
/lib/x86_64-linux-gnu/libc.so.6(+0x76fc6)[0x7f976f633fc6]
/lib/x86_64-linux-gnu/libc.so.6(+0x79089)[0x7f976f636089]
/lib/x86_64-linux-gnu/libc.so.6(__libc_malloc+0x54)[0x7f976f637f64]
/opt/bitnami/mariadb/sbin/mysqld(my_malloc+0x35)[0x555d139e0205]
/opt/bitnami/mariadb/sbin/mysqld(alloc_root+0x101)[0x555d139d8fa1]
/opt/bitnami/mariadb/sbin/mysqld(_ZN4ItemnwEmP11st_mem_root+0x12)[0x555d132c3ef2]
/opt/bitnami/mariadb/sbin/mysqld(_ZN12Warning_info12push_warningEP3THDPK22Sql_condition_identityPKc+0x3a)[0x555d1332bbea]
/opt/bitnami/mariadb/sbin/mysqld(_ZN3THD15raise_conditionEjPKcN21Sql_state_errno_level18enum_warning_levelERK27Sql_user_condition_identityS1_+0x12a)[0x555d1331921a]
/opt/bitnami/mariadb/sbin/mysqld(_Z12push_warningP3THDN21Sql_state_errno_level18enum_warning_levelEjPKc+0x31)[0x555d1332c271]
/opt/bitnami/mariadb/sbin/mysqld(_Z19push_warning_printfP3THDN21Sql_state_errno_level18enum_warning_levelEjPKcz+0xd6)[0x555d1332c366]
/opt/bitnami/mariadb/sbin/mysqld(+0x8ac45a)[0x555d1369f45a]
/opt/bitnami/mariadb/sbin/mysqld(+0xa46cf2)[0x555d13839cf2]
/opt/bitnami/mariadb/sbin/mysqld(+0xa4752f)[0x555d1383a52f]
/opt/bitnami/mariadb/sbin/mysqld(+0x8af5a9)[0x555d136a25a9]
/opt/bitnami/mariadb/sbin/mysqld(+0x8b31c8)[0x555d136a61c8]
/opt/bitnami/mariadb/sbin/mysqld(_ZN7handler9ha_createEPKcP5TABLEP14HA_CREATE_INFO+0x33)[0x555d1352d3d3]
/opt/bitnami/mariadb/sbin/mysqld(_Z15ha_create_tableP3THDPKcS2_S2_P14HA_CREATE_INFOP34st_mysql_const_unsigned_lex_string+0x1ea)[0x555d1352dc1a]
/opt/bitnami/mariadb/sbin/mysqld(_Z17mysql_alter_tableP3THDPK25st_mysql_const_lex_stringS3_P14HA_CREATE_INFOP10TABLE_LISTP10Alter_infojP8st_orderb+0x3b7e)[0x555d133e5dbe]
/opt/bitnami/mariadb/sbin/mysqld(_ZN19Sql_cmd_alter_table7executeEP3THD+0x41b)[0x555d1343161b]
/opt/bitnami/mariadb/sbin/mysqld(_Z21mysql_execute_commandP3THD+0x1e0c)[0x555d1335e5fc]
/opt/bitnami/mariadb/sbin/mysqld(_Z11mysql_parseP3THDPcjP12Parser_statebb+0x209)[0x555d13364ab9]
/opt/bitnami/mariadb/sbin/mysqld(_Z16dispatch_command19enum_server_commandP3THDPcjbb+0x1b4d)[0x555d133672cd]
/opt/bitnami/mariadb/sbin/mysqld(_Z10do_commandP3THD+0x126)[0x555d13367f46]
/opt/bitnami/mariadb/sbin/mysqld(_Z24do_handle_one_connectionP7CONNECT+0x324)[0x555d1342ec54]
/opt/bitnami/mariadb/sbin/mysqld(handle_one_connection+0x34)[0x555d1342ed04]
/lib/x86_64-linux-gnu/libpthread.so.0(+0x74a4)[0x7f97711284a4]
/lib/x86_64-linux-gnu/libc.so.6(clone+0x3f)[0x7f976f6a5d0f]
======= Memory map: ========
555d12df3000-555d13fb4000 r-xp 00000000 08:13 11930504                   /opt/bitnami/mariadb/sbin/mysqld
555d141b4000-555d142a5000 r--p 011c1000 08:13 11930504                   /opt/bitnami/mariadb/sbin/mysqld
555d142a5000-555d1435e000 rw-p 012b2000 08:13 11930504                   /opt/bitnami/mariadb/sbin/mysqld
555d1435e000-555d14bf7000 rw-p 00000000 00:00 0
555d16646000-555d170b9000 rw-p 00000000 00:00 0                          [heap]
7f96cc000000-7f96cc021000 rw-p 00000000 00:00 0
7f96cc021000-7f96d0000000 ---p 00000000 00:00 0
7f96d0000000-7f96d0021000 rw-p 00000000 00:00 0
7f96d0021000-7f96d4000000 ---p 00000000 00:00 0
7f96d4000000-7f96d4021000 rw-p 00000000 00:00 0
7f96d4021000-7f96d8000000 ---p 00000000 00:00 0
7f96d8000000-7f96d803e000 rw-p 00000000 00:00 0
7f96d803e000-7f96dc000000 ---p 00000000 00:00 0
7f96dc000000-7f96dc021000 rw-p 00000000 00:00 0
7f96dc021000-7f96e0000000 ---p 00000000 00:00 0
7f96e0000000-7f96e0027000 rw-p 00000000 00:00 0
7f96e0027000-7f96e4000000 ---p 00000000 00:00 0
7f96e4000000-7f96e4021000 rw-p 00000000 00:00 0
7f96e4021000-7f96e8000000 ---p 00000000 00:00 0
7f96e8000000-7f96e803e000 rw-p 00000000 00:00 0
7f96e803e000-7f96ec000000 ---p 00000000 00:00 0
7f96ec000000-7f96ec04e000 rw-p 00000000 00:00 0
7f96ec04e000-7f96f0000000 ---p 00000000 00:00 0
7f96f0000000-7f96f00a5000 rw-p 00000000 00:00 0
7f96f00a5000-7f96f4000000 ---p 00000000 00:00 0
7f96f4000000-7f96f40ae000 rw-p 00000000 00:00 0
7f96f40ae000-7f96f8000000 ---p 00000000 00:00 0
7f96f8000000-7f96f8082000 rw-p 00000000 00:00 0
7f96f8082000-7f96fc000000 ---p 00000000 00:00 0
7f96fc000000-7f96fc056000 rw-p 00000000 00:00 0
7f96fc056000-7f9700000000 ---p 00000000 00:00 0
7f9700000000-7f97000c3000 rw-p 00000000 00:00 0
7f97000c3000-7f9704000000 ---p 00000000 00:00 0
7f9704000000-7f9704021000 rw-p 00000000 00:00 0
7f9704021000-7f9708000000 ---p 00000000 00:00 0
7f9708000000-7f9708047000 rw-p 00000000 00:00 0
7f9708047000-7f970c000000 ---p 00000000 00:00 0
7f970c000000-7f970c021000 rw-p 00000000 00:00 0
7f970c021000-7f9710000000 ---p 00000000 00:00 0
7f971054b000-7f9718000000 rw-p 00000000 00:00 0
7f9718000000-7f9718021000 rw-p 00000000 00:00 0
7f9718021000-7f971c000000 ---p 00000000 00:00 0
7f971c000000-7f971c021000 rw-p 00000000 00:00 0
7f971c021000-7f9720000000 ---p 00000000 00:00 0
7f9720000000-7f9720021000 rw-p 00000000 00:00 0
7f9720021000-7f9724000000 ---p 00000000 00:00 0
7f9724000000-7f9724021000 rw-p 00000000 00:00 0
7f9724021000-7f9728000000 ---p 00000000 00:00 0
7f9728000000-7f9728021000 rw-p 00000000 00:00 0
7f9728021000-7f972c000000 ---p 00000000 00:00 0
7f972dffc000-7f972dffd000 ---p 00000000 00:00 0
7f972dffd000-7f972e7fd000 rw-p 00000000 00:00 0
7f972e7fd000-7f972e7fe000 ---p 00000000 00:00 0
7f972e7fe000-7f972effe000 rw-p 00000000 00:00 0
7f972effe000-7f972efff000 ---p 00000000 00:00 0
7f972efff000-7f972f7ff000 rw-p 00000000 00:00 0
7f972f7ff000-7f972f800000 ---p 00000000 00:00 0
7f972f800000-7f9730000000 rw-p 00000000 00:00 0
7f9730000000-7f9730021000 rw-p 00000000 00:00 0
7f9730021000-7f9734000000 ---p 00000000 00:00 0
7f9734000000-7f9734021000 rw-p 00000000 00:00 0
7f9734021000-7f9738000000 ---p 00000000 00:00 0
7f9738000000-7f973802d000 rw-p 00000000 00:00 0
7f973802d000-7f973c000000 ---p 00000000 00:00 0
7f973c000000-7f973c021000 rw-p 00000000 00:00 0
7f973c021000-7f9740000000 ---p 00000000 00:00 0
7f9740000000-7f9740021000 rw-p 00000000 00:00 0
7f9740021000-7f9744000000 ---p 00000000 00:00 0
7f9744000000-7f9744021000 rw-p 00000000 00:00 0
7f9744021000-7f9748000000 ---p 00000000 00:00 0
7f97482ad000-7f97487f9000 rw-p 00000000 00:00 0
7f97487f9000-7f97487fa000 ---p 00000000 00:00 0
7f97487fa000-7f9748ffa000 rw-p 00000000 00:00 0
7f9748ffa000-7f9748ffb000 ---p 00000000 00:00 0
7f9748ffb000-7f97497fb000 rw-p 00000000 00:00 0
7f97497fb000-7f97497fc000 ---p 00000000 00:00 0
7f97497fc000-7f9749ffc000 rw-p 00000000 00:00 0
7f9749ffc000-7f9749ffd000 ---p 00000000 00:00 0
7f9749ffd000-7f974a7fd000 rw-p 00000000 00:00 0
7f974a7fd000-7f974a7fe000 ---p 00000000 00:00 0
7f974a7fe000-7f974affe000 rw-p 00000000 00:00 0
7f974affe000-7f974afff000 ---p 00000000 00:00 0
7f974afff000-7f974b7ff000 rw-p 00000000 00:00 0
7f974b7ff000-7f974b800000 ---p 00000000 00:00 0
7f974b800000-7f974c000000 rw-p 00000000 00:00 0
7f974c000000-7f974c021000 rw-p 00000000 00:00 0
7f974c021000-7f9750000000 ---p 00000000 00:00 0
7f975046b000-7f975046c000 ---p 00000000 00:00 0
7f975046c000-7f9750c6c000 rw-p 00000000 00:00 0
7f9750c6c000-7f9750c6d000 ---p 00000000 00:00 0
7f9750c6d000-7f975146d000 rw-p 00000000 00:00 0
7f975146d000-7f975146e000 ---p 00000000 00:00 0
7f975146e000-7f9751c6e000 rw-p 00000000 00:00 0
7f9751c6e000-7f9751c6f000 ---p 00000000 00:00 0
7f9751c6f000-7f975246f000 rw-p 00000000 00:00 0
7f975246f000-7f9752470000 ---p 00000000 00:00 0
7f9752470000-7f9752c70000 rw-p 00000000 00:00 0
7f9752c70000-7f9752c71000 ---p 00000000 00:00 0
7f9752c71000-7f9753471000 rw-p 00000000 00:00 0
7f9753471000-7f9753472000 ---p 00000000 00:00 0
7f9753472000-7f9753c72000 rw-p 00000000 00:00 0
7f9753c72000-7f9753c73000 ---p 00000000 00:00 0
7f9753c73000-7f9754473000 rw-p 00000000 00:00 0
7f9754473000-7f9754474000 ---p 00000000 00:00 0
7f9754474000-7f9754c74000 rw-p 00000000 00:00 0
7f9754c74000-7f9754c75000 ---p 00000000 00:00 0
7f9754c75000-7f9755475000 rw-p 00000000 00:00 0
7f9755475000-7f9755476000 ---p 00000000 00:00 0
7f9755476000-7f9755c76000 rw-p 00000000 00:00 0
7f9755c76000-7f9755c77000 ---p 00000000 00:00 0
7f9755c77000-7f9756477000 rw-p 00000000 00:00 0
7f9756477000-7f9756478000 ---p 00000000 00:00 0
7f9756478000-7f9756c78000 rw-p 00000000 00:00 0
7f9756c78000-7f9756c79000 ---p 00000000 00:00 0
7f9756c79000-7f9757479000 rw-p 00000000 00:00 0
7f9757479000-7f9761759000 rw-p 00000000 00:00 0
7f9761759000-7f9768000000 rw-p 00000000 00:00 0
7f9768000000-7f9768021000 rw-p 00000000 00:00 0
7f9768021000-7f976c000000 ---p 00000000 00:00 0
7f976c036000-7f976c037000 ---p 00000000 00:00 0
7f976c037000-7f976c2a7000 rw-p 00000000 00:00 0
7f976c2a7000-7f976c2a8000 ---p 00000000 00:00 0
7f976c2a8000-7f976cb9e000 rw-p 00000000 00:00 0
7f976cba1000-7f976cba2000 ---p 00000000 00:00 0
7f976cba2000-7f976cbec000 rw-p 00000000 00:00 0
7f976cbec000-7f976cbed000 ---p 00000000 00:00 0
7f976cbed000-7f976cc37000 rw-p 00000000 00:00 0
7f976cc37000-7f976cc38000 ---p 00000000 00:00 0
7f976cc38000-7f976cc82000 rw-p 00000000 00:00 0
7f976cc82000-7f976cc83000 ---p 00000000 00:00 0
7f976cc83000-7f976cccd000 rw-p 00000000 00:00 0
7f976cccd000-7f976ccce000 ---p 00000000 00:00 0
7f976ccce000-7f976cd18000 rw-p 00000000 00:00 0
7f976cd18000-7f976cd19000 ---p 00000000 00:00 0
7f976cd19000-7f976cd63000 rw-p 00000000 00:00 0
7f976cd63000-7f976cd64000 ---p 00000000 00:00 0
7f976cd64000-7f976cdae000 rw-p 00000000 00:00 0
7f976cdae000-7f976cdaf000 ---p 00000000 00:00 0
7f976cdaf000-7f976cdf9000 rw-p 00000000 00:00 0
7f976cdf9000-7f976cdfa000 ---p 00000000 00:00 0
7f976cdfa000-7f976ce44000 rw-p 00000000 00:00 0
7f976ce44000-7f976ce45000 ---p 00000000 00:00 0
7f976ce45000-7f976ce8f000 rw-p 00000000 00:00 0
7f976ce8f000-7f976ce90000 ---p 00000000 00:00 0
7f976ce90000-7f976ceda000 rw-p 00000000 00:00 0
7f976ceda000-7f976cedb000 ---p 00000000 00:00 0
7f976cedb000-7f976cf25000 rw-p 00000000 00:00 0
7f976cf25000-7f976cf26000 ---p 00000000 00:00 0
7f976cf26000-7f976cf70000 rw-p 00000000 00:00 0
7f976cf70000-7f976cf71000 ---p 00000000 00:00 0
7f976cf71000-7f976edbc000 rw-p 00000000 00:00 0
7f976edbc000-7f976edbd000 ---p 00000000 00:00 0
7f976edbd000-7f976f5bd000 rw-p 00000000 00:00 0
7f976f5bd000-7f976f752000 r-xp 00000000 08:13 11927590                   /lib/x86_64-linux-gnu/libc-2.24.so
7f976f752000-7f976f952000 ---p 00195000 08:13 11927590                   /lib/x86_64-linux-gnu/libc-2.24.so
7f976f952000-7f976f956000 r--p 00195000 08:13 11927590                   /lib/x86_64-linux-gnu/libc-2.24.so
7f976f956000-7f976f958000 rw-p 00199000 08:13 11927590                   /lib/x86_64-linux-gnu/libc-2.24.so
7f976f958000-7f976f95c000 rw-p 00000000 00:00 0
7f976f95c000-7f976f972000 r-xp 00000000 08:13 11927643                   /lib/x86_64-linux-gnu/libgcc_s.so.1
7f976f972000-7f976fb71000 ---p 00016000 08:13 11927643                   /lib/x86_64-linux-gnu/libgcc_s.so.1
7f976fb71000-7f976fb72000 r--p 00015000 08:13 11927643                   /lib/x86_64-linux-gnu/libgcc_s.so.1
7f976fb72000-7f976fb73000 rw-p 00016000 08:13 11927643                   /lib/x86_64-linux-gnu/libgcc_s.so.1
7f976fb73000-7f976fc76000 r-xp 00000000 08:13 11927704                   /lib/x86_64-linux-gnu/libm-2.24.so
7f976fc76000-7f976fe75000 ---p 00103000 08:13 11927704                   /lib/x86_64-linux-gnu/libm-2.24.so
7f976fe75000-7f976fe76000 r--p 00102000 08:13 11927704                   /lib/x86_64-linux-gnu/libm-2.24.so
7f976fe76000-7f976fe77000 rw-p 00103000 08:13 11927704                   /lib/x86_64-linux-gnu/libm-2.24.so
7f976fe77000-7f976ffe9000 r-xp 00000000 08:13 11800661                   /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.22
7f976ffe9000-7f97701e9000 ---p 00172000 08:13 11800661                   /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.22
7f97701e9000-7f97701f3000 r--p 00172000 08:13 11800661                   /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.22
7f97701f3000-7f97701f5000 rw-p 0017c000 08:13 11800661                   /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.22
7f97701f5000-7f97701f9000 rw-p 00000000 00:00 0
7f97701f9000-7f97701fc000 r-xp 00000000 08:13 11927702                   /lib/x86_64-linux-gnu/libdl-2.24.so
7f97701fc000-7f97703fb000 ---p 00003000 08:13 11927702                   /lib/x86_64-linux-gnu/libdl-2.24.so
7f97703fb000-7f97703fc000 r--p 00002000 08:13 11927702                   /lib/x86_64-linux-gnu/libdl-2.24.so
7f97703fc000-7f97703fd000 rw-p 00003000 08:13 11927702                   /lib/x86_64-linux-gnu/libdl-2.24.so
7f97703fd000-7f9770635000 r-xp 00000000 08:13 11929062                   /usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.2
7f9770635000-7f9770835000 ---p 00238000 08:13 11929062                   /usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.2
7f9770835000-7f9770851000 r--p 00238000 08:13 11929062                   /usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.2
7f9770851000-7f9770860000 rw-p 00254000 08:13 11929062                   /usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.2
7f9770860000-7f9770864000 rw-p 00000000 00:00 0
7f9770864000-7f97708c4000 r-xp 00000000 08:13 11929110                   /usr/lib/x86_64-linux-gnu/libssl.so.1.0.2
7f97708c4000-7f9770ac3000 ---p 00060000 08:13 11929110                   /usr/lib/x86_64-linux-gnu/libssl.so.1.0.2
7f9770ac3000-7f9770ac7000 r--p 0005f000 08:13 11929110                   /usr/lib/x86_64-linux-gnu/libssl.so.1.0.2
7f9770ac7000-7f9770acd000 rw-p 00063000 08:13 11929110                   /usr/lib/x86_64-linux-gnu/libssl.so.1.0.2
7f9770acd000-7f9770ad5000 r-xp 00000000 08:13 11927645                   /lib/x86_64-linux-gnu/libcrypt-2.24.so
7f9770ad5000-7f9770cd5000 ---p 00008000 08:13 11927645                   /lib/x86_64-linux-gnu/libcrypt-2.24.so
7f9770cd5000-7f9770cd6000 r--p 00008000 08:13 11927645                   /lib/x86_64-linux-gnu/libcrypt-2.24.so
7f9770cd6000-7f9770cd7000 rw-p 00009000 08:13 11927645                   /lib/x86_64-linux-gnu/libcrypt-2.24.so
7f9770cd7000-7f9770d05000 rw-p 00000000 00:00 0
7f9770d05000-7f9770d1e000 r-xp 00000000 08:13 11927569                   /lib/x86_64-linux-gnu/libz.so.1.2.8
7f9770d1e000-7f9770f1d000 ---p 00019000 08:13 11927569                   /lib/x86_64-linux-gnu/libz.so.1.2.8
7f9770f1d000-7f9770f1e000 r--p 00018000 08:13 11927569                   /lib/x86_64-linux-gnu/libz.so.1.2.8
7f9770f1e000-7f9770f1f000 rw-p 00019000 08:13 11927569                   /lib/x86_64-linux-gnu/libz.so.1.2.8
7f9770f1f000-7f9770f20000 r-xp 00000000 08:13 11929005                   /lib/x86_64-linux-gnu/libaio.so.1.0.1
7f9770f20000-7f977111f000 ---p 00001000 08:13 11929005                   /lib/x86_64-linux-gnu/libaio.so.1.0.1
7f977111f000-7f9771120000 r--p 00000000 08:13 11929005                   /lib/x86_64-linux-gnu/libaio.so.1.0.1
7f9771120000-7f9771121000 rw-p 00000000 00:00 0
7f9771121000-7f9771139000 r-xp 00000000 08:13 11927586                   /lib/x86_64-linux-gnu/libpthread-2.24.so
7f9771139000-7f9771338000 ---p 00018000 08:13 11927586                   /lib/x86_64-linux-gnu/libpthread-2.24.so
7f9771338000-7f9771339000 r--p 00017000 08:13 11927586                   /lib/x86_64-linux-gnu/libpthread-2.24.so
7f9771339000-7f977133a000 rw-p 00018000 08:13 11927586                   /lib/x86_64-linux-gnu/libpthread-2.24.so
7f977133a000-7f977133e000 rw-p 00000000 00:00 0
7f977133e000-7f9771361000 r-xp 00000000 08:13 11927619                   /lib/x86_64-linux-gnu/ld-2.24.so
7f9771369000-7f977136f000 rw-s 00000000 41:00 19                         /bitnami/mariadb/data/tc.log
7f977136f000-7f9771391000 rw-p 00000000 00:00 0
7f9771391000-7f9771393000 rw-s 00000000 00:14 74126259                   /[aio] (deleted)
7f9771393000-7f9771398000 rw-s 00000000 00:14 74126258                   /[aio] (deleted)
7f9771398000-7f977139d000 rw-s 00000000 00:14 74126257                   /[aio] (deleted)
7f977139d000-7f97713a2000 rw-s 00000000 00:14 74126256                   /[aio] (deleted)
7f97713a2000-7f97713a7000 rw-s 00000000 00:14 74126255                   /[aio] (deleted)
7f97713a7000-7f97713e0000 rw-p 00000000 00:00 0
7f97713e0000-7f97713e5000 rw-s 00000000 00:14 74126254                   /[aio] (deleted)
7f97713e5000-7f97713ea000 rw-s 00000000 00:14 74126253                   /[aio] (deleted)
7f97713ea000-7f97713ef000 rw-s 00000000 00:14 74126252                   /[aio] (deleted)
7f97713ef000-7f97713f4000 rw-s 00000000 00:14 74126251                   /[aio] (deleted)
7f97713f4000-7f97713f9000 rw-s 00000000 00:14 74126250                   /[aio] (deleted)
7f97713f9000-7f97713fe000 rw-s 00000000 00:14 74126249                   /[aio] (deleted)
7f97713fe000-7f977155f000 rw-p 00000000 00:00 0
7f977155f000-7f9771561000 rw-s 00000000 00:14 74126248                   /[aio] (deleted)
7f9771561000-7f9771562000 r--p 00023000 08:13 11927619                   /lib/x86_64-linux-gnu/ld-2.24.so
7f9771562000-7f9771563000 rw-p 00024000 08:13 11927619                   /lib/x86_64-linux-gnu/ld-2.24.so
7f9771563000-7f9771564000 rw-p 00000000 00:00 0
7ffc510c4000-7ffc510e8000 rw-p 00000000 00:00 0                          [stack]
7ffc511ab000-7ffc511ae000 r--p 00000000 00:00 0                          [vvar]
7ffc511ae000-7ffc511af000 r-xp 00000000 00:00 0                          [vdso]
ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0                  [vsyscall]
210323 12:05:12 [ERROR] mysqld got signal 6 ;
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.20-MariaDB
key_buffer_size=134217728
read_buffer_size=131072
max_used_connections=13
max_threads=153
thread_count=19
It is possible that mysqld could use up to
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 467422 K  bytes of memory
Hope that's ok; if not, decrease some variables in the equation.
 
Thread pointer: 0x7f96f00009a8
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 = 0x7f976cd61e98 thread_stack 0x49000
^C



 Comments   
Comment by Alice Sherepa [ 2021-03-23 ]

Could you please upgrade to the latest release to see if the problem goes away.

Comment by sebastien dionne [ 2021-03-23 ]

I'll try to look deeper, but when are using a docker image from bitnami and I'm not sure that I can find a image with the latest 10.3.x version. I can't go to 10.5 version because we will have to adapt our code and it wasn't in the plan.

Comment by Elena Stepanova [ 2021-03-28 ]

There have been quite a few fixes around error handling, so, while it's hard to point at any particular one, it's definitely worth trying the latest (10.3.x) version.
If the problem doesn't go away, we will need at the very least the failing query and structures which are used by it, and the config file.

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