Bug #69274 | MySQL 5.6 crashes during startup with assertion failure "sym_node->table != NUL" | ||
---|---|---|---|
Submitted: | 17 May 2013 23:16 | Modified: | 9 Nov 2015 13:21 |
Reporter: | PJ Cardenas | Email Updates: | |
Status: | Unsupported | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S1 (Critical) |
Version: | 5.6.10 | OS: | Linux (CentOS 6.2 64-bit) |
Assigned to: | CPU Architecture: | Any | |
Tags: | assertion failure, innodb, mysql 5.6 |
If the data you need to attach is more than 50MB, you should create a compressed archive of the data, split it to 50MB chunks, and upload each of them as a separate attachment.
To split a large file:
- On *nix platforms use the split command e.g.
split -b 50MB <my_large_archive> <my_split_archive_prefix>
- On windows use WinZip or a similar utility to split the large file
[17 May 2013 23:37]
PJ Cardenas
[17 May 2013 23:39]
PJ Cardenas
Log file from Percona 5.6.10 (crash on startup)
Attachment: percona5.6.10.log (application/octet-stream, text), 5.23 KiB.
[17 May 2013 23:47]
PJ Cardenas
Log file from MySQL 5.6.11 (crash on startup)
Attachment: mysql5.6.11.log (application/octet-stream, text), 4.49 KiB.
[17 May 2013 23:53]
PJ Cardenas
Table monitor error from Percona 5.5.30
Attachment: table_monitor.log (application/octet-stream, text), 176 bytes.