Bug #82386 | handle_fatal_signal (sig=6) in fil_set_compression | innobase/fil/fil0fil.cc | ||
---|---|---|---|
Submitted: | 30 Jul 2016 5:30 | Modified: | 1 Aug 2016 7:16 |
Reporter: | Ramesh Sivaraman | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S3 (Non-critical) |
Version: | 5.7.10 | OS: | CentOS |
Assigned to: | CPU Architecture: | Any | |
Tags: | debug |
[30 Jul 2016 5:30]
Ramesh Sivaraman
[30 Jul 2016 9:14]
MySQL Verification Team
Hello Ramesh, Thank you for the report and test case. I'm not seeing this issue on 5.7.14. Is there anything else required to trigger this issue then my attempt? -- 5.7.14/5.7.15 debug builds with/without --no-defaults/sql_mode='' and/or ONLY_FULL_GROUP_BY, and/or punch hole support(src debug build) rm -rf 82386 bin/mysqld --initialize-insecure --basedir=/export/umesh/server/binaries/GABuilds/mysql-advanced-5.7.14 --datadir=/export/umesh/server/binaries/GABuilds/mysql-advanced-5.7.14/82386 -v bin/mysqld-debug --basedir=/export/umesh/server/binaries/GABuilds/mysql-advanced-5.7.14 --datadir=/export/umesh/server/binaries/GABuilds/mysql-advanced-5.7.14/82386 --core-file --socket=/tmp/mysql_ushastry.sock --port=3306 --log-error=/export/umesh/server/binaries/GABuilds/mysql-advanced-5.7.14/82386/log.err 2>&1 & [umshastr@hod03]/export/umesh/server/binaries/GABuilds/mysql-advanced-5.7.14: bin/mysql -uroot -S /tmp/mysql_ushastry.sock Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 3 Server version: 5.7.14-enterprise-commercial-advanced-debug MySQL Enterprise Server - Advanced Edition Debug (Commercial) Copyright (c) 2000, 2016, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. mysql> drop database if exists test; Query OK, 1 row affected (0.00 sec) mysql> create database test; Query OK, 1 row affected (0.00 sec) mysql> use test; Database changed mysql> SET @@GLOBAL.innodb_compress_debug=3; Query OK, 0 rows affected (0.00 sec) mysql> create table t (i int) engine=innodb; Query OK, 0 rows affected (0.00 sec) mysql> insert into t values (1); Query OK, 1 row affected (0.00 sec) If you can provide more information, feel free to add it to this bug and change the status back to 'Open'. Thanks, Umesh
[1 Aug 2016 5:16]
Erlend Dahl
The reported problem was fixed in 5.7.13 along with Bug#80182 Unsupported extension error for new features while 'create table like'
[1 Aug 2016 6:59]
Ramesh Sivaraman
Hi Umesh, Could not reproduce the issue with 5.7.14. Thanks Ramesh
[1 Aug 2016 7:16]
MySQL Verification Team
Thank you Ramesh for confirming. As per Erlend's note this is fixed. Thanks, Umesh