Bug #1227 | mysql_install_db fails with Sig 11 | ||
---|---|---|---|
Submitted: | 8 Sep 2003 13:16 | Modified: | 16 Sep 2003 6:54 |
Reporter: | Mike Green | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Server: Installing | Severity: | S1 (Critical) |
Version: | mysql-3.23.57 (Source distribution) | OS: | Linux (Linux i686 kernel 2.4.20) |
Assigned to: | CPU Architecture: | Any |
[8 Sep 2003 13:16]
Mike Green
[8 Sep 2003 13:17]
Mike Green
Screen capture of mysql_install_db command
Attachment: mysql_install_db.cap (text/plain), 3.48 KiB.
[8 Sep 2003 13:17]
Mike Green
Mysql log from mysql_install_db --log
Attachment: mysql_install_db.log (text/x-log), 162 bytes.
[8 Sep 2003 13:18]
Mike Green
Output of stack trace
Attachment: stack_trace_report (text/plain), 301 bytes.
[16 Sep 2003 6:54]
Alexander Keremidarski
Not enough information was provided for us to be able to handle this bug. Please re-read the instructions at http://bugs.mysql.com/how-to-report.php If you can provide more information, feel free to add it to this bug and change the status back to 'Open'. Thank you for your interest in MySQL. Looks like mysqld crashes with option --bootstrap This is common indication of problematic build usually caused by bad combination of gcc and glibc. gcc 3.3 and glibc 2.3.2 are proved to be stable choice. Maybe you can consider upgrading. However it will be good if we have test case. Can you try running manually as mysqld --bootstrap to see if it will crash? if yes try runnign it from within gdb and send us backtrace when it crashes