[MDEV-8396] InnoDB: Assertion failure in file fil0crypt.cc line 2052 Created: 2015-06-29  Updated: 2015-06-30  Resolved: 2015-06-30

Status: Closed
Project: MariaDB Server
Component/s: Encryption, Storage Engine - InnoDB, Storage Engine - XtraDB
Affects Version/s: 10.1.5
Fix Version/s: 10.1.6

Type: Bug Priority: Major
Reporter: Jan Lindström (Inactive) Assignee: Jan Lindström (Inactive)
Resolution: Fixed Votes: 0
Labels: None

Sprint: 10.1.6-2

 Comments   
Comment by Jan Lindström (Inactive) [ 2015-06-30 ]

Stack:

#3  fil_crypt_complete_rotate_space (key_state=0x7f18813fe880, 
    state=0x7f18813fe8c0)
    at /home/jplindst/server/storage/xtradb/fil/fil0crypt.cc:2052
2052		if (crypt_data || !crypt_data->inited) {
(gdb) p crypt_data
$1 = (fil_space_crypt_t *) 0x0
(gdb) where
#0  0x00007f1896c7bf8c in pthread_kill ()
   from /lib/x86_64-linux-gnu/libpthread.so.0
#1  0x00007f1898914055 in handle_fatal_signal (sig=11)
    at /home/jplindst/server/sql/signal_handler.cc:266
#2  <signal handler called>
#3  fil_crypt_complete_rotate_space (key_state=0x7f18813fe880, 
    state=0x7f18813fe8c0)
    at /home/jplindst/server/storage/xtradb/fil/fil0crypt.cc:2052
#4  fil_crypt_thread (arg=<optimised out>)
    at /home/jplindst/server/storage/xtradb/fil/fil0crypt.cc:2203
#5  0x00007f1896c76e9a in start_thread ()
   from /lib/x86_64-linux-gnu/libpthread.so.0
#6  0x00007f18963a3cbd in clone () from /lib/x86_64-linux-gnu/libc.so.6
#7  0x0000000000000000 in ?? ()

Comment by Jan Lindström (Inactive) [ 2015-06-30 ]

commit 84cefe24552cb5009192067bf4796f1be9ff5c4a
Author: Jan Lindström <jan.lindstrom@mariadb.com>
Date: Tue Jun 30 09:16:09 2015 +0300

MDEV-8396: InnoDB: Assertion failure in file fil0crypt.cc line 2052

Logic error, NULL pointer was referenced.

Generated at Thu Feb 08 07:26:50 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.