Bug #69000 | Assert when innodb_log_group_home_dir does not exist | ||
---|---|---|---|
Submitted: | 18 Apr 2013 19:46 | Modified: | 16 Aug 2013 12:52 |
Reporter: | Roel Van de Paar | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S2 (Serious) |
Version: | 5.6.11 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[18 Apr 2013 19:46]
Roel Van de Paar
[18 Apr 2013 19:46]
Roel Van de Paar
Error log
Attachment: 18-4-13_err.txt (text/plain), 4.78 KiB.
[18 Apr 2013 19:47]
Roel Van de Paar
thread apply all bt on core
Attachment: 18-4-13_gdb.txt (text/plain), 10.59 KiB.
[18 Apr 2013 19:47]
Roel Van de Paar
thread apply all bt FULL on core
Attachment: 18-4-13_gdb-full.txt (text/plain), 33.44 KiB.
[19 Apr 2013 8:07]
MySQL Verification Team
Hello Roel, Thank you for the report. Verified as described. Thanks, Umesh
[19 Apr 2013 8:08]
MySQL Verification Team
(gdb) bt #0 0x000000328280c69c in pthread_kill () from /lib64/libpthread.so.0 #1 0x0000000000a8a6e3 in my_write_core (sig=6) at /home/ushastry/mybuilds/mysql-5.6.11-release/mysys/stacktrace.c:422 #2 0x0000000000722d29 in handle_fatal_signal (sig=6) at /home/ushastry/mybuilds/mysql-5.6.11-release/sql/signal_handler.cc:248 #3 <signal handler called> #4 0x0000003281c329a5 in raise () from /lib64/libc.so.6 #5 0x0000003281c34185 in abort () from /lib64/libc.so.6 #6 0x0000000000b83ef8 in os_file_handle_error_cond_exit (name=0x7fffd28b1780 "/tmp/5611/master-data/ib_logfile101", operation=0xff96f2 "create", should_exit=1, on_error_silent=0) at /home/ushastry/mybuilds/mysql-5.6.11-release/storage/innobase/os/os0file.cc:662 #7 0x0000000000b83f2d in os_file_handle_error (name=0x7fffd28b1780 "/tmp/5611/master-data/ib_logfile101", operation=0xff96f2 "create") at /home/ushastry/mybuilds/mysql-5.6.11-release/storage/innobase/os/os0file.cc:681 #8 0x0000000000b84ce1 in os_file_create_func (name=0x7fffd28b1780 "/tmp/5611/master-data/ib_logfile101", create_mode=52, purpose=62, type=101, success=0x7fffd28b16e8) at /home/ushastry/mybuilds/mysql-5.6.11-release/storage/innobase/os/os0file.cc:1741 #9 0x0000000000c4c973 in pfs_os_file_create_func (key=45, name=0x7fffd28b1780 "/tmp/5611/master-data/ib_logfile101", create_mode=52, purpose=62, type=101, success=0x7fffd28b16e8, src_file=0x1025d68 "/home/ushastry/mybuilds/mysql-5.6.11-release/storage/innobase/srv/srv0start.cc", src_line=525) at /home/ushastry/mybuilds/mysql-5.6.11-release/storage/innobase/include/os0file.ic:151 #10 0x0000000000c4deb1 in create_log_file (file=0x17fa620, name=0x7fffd28b1780 "/tmp/5611/master-data/ib_logfile101") at /home/ushastry/mybuilds/mysql-5.6.11-release/storage/innobase/srv/srv0start.cc:525 #11 0x0000000000c4e185 in create_log_files (logfilename=0x7fffd28b1780 "/tmp/5611/master-data/ib_logfile101", dirnamelen=22, lsn=1625987, logfile0=@0x7fffd28b5338) at /home/ushastry/mybuilds/mysql-5.6.11-release/storage/innobase/srv/srv0start.cc:607 #12 0x0000000000c50b8a in innobase_start_or_create_for_mysql () at /home/ushastry/mybuilds/mysql-5.6.11-release/storage/innobase/srv/srv0start.cc:2053 #13 0x0000000000b0961d in innobase_init (p=0x3597e10) at /home/ushastry/mybuilds/mysql-5.6.11-release/storage/innobase/handler/ha_innodb.cc:3235 #14 0x0000000000632750 in ha_initialize_handlerton (plugin=0x358ce20) at /home/ushastry/mybuilds/mysql-5.6.11-release/sql/handler.cc:659 #15 0x00000000007dd500 in plugin_initialize (plugin=0x358ce20) at /home/ushastry/mybuilds/mysql-5.6.11-release/sql/sql_plugin.cc:1126 #16 0x00000000007ddf54 in plugin_init (argc=0x17be348, argv=0x3410f28, flags=0) at /home/ushastry/mybuilds/mysql-5.6.11-release/sql/sql_plugin.cc:1417 #17 0x000000000061ec23 in init_server_components () at /home/ushastry/mybuilds/mysql-5.6.11-release/sql/mysqld.cc:4804 #18 0x000000000061faac in mysqld_main (argc=21, argv=0x3410f28) at /home/ushastry/mybuilds/mysql-5.6.11-release/sql/mysqld.cc:5385 #19 0x0000000000615334 in main (argc=10, argv=0x7fffd28b5d18) at /home/ushastry/mybuilds/mysql-5.6.11-release/sql/main.cc:2
[19 Apr 2013 8:10]
MySQL Verification Team
thread apply all bt on core
Attachment: 69000.txt (text/plain), 17.27 KiB.
[22 Apr 2013 18:08]
Roel Van de Paar
Hi Umesh, D4 for a crash?
[16 Aug 2013 12:52]
Bugs System
Noted in 5.6.14, 5.7.2 changelogs: "In debug builds, an assertion failure would occur if "innodb_log_group_home_dir" does not exist. Instead of an assertion, "InnoDB" now aborts with an error message if "innodb_log_group_home_dir" does not exist." Thank you for the bug report.