Bug #28099 | mysqldump leads to "bus error (core dumped)" | ||
---|---|---|---|
Submitted: | 25 Apr 2007 15:22 | Modified: | 10 Jun 2007 10:58 |
Reporter: | Steve Nguyen | Email Updates: | |
Status: | No Feedback | Impact on me: | |
Category: | MySQL Server: Replication | Severity: | S1 (Critical) |
Version: | Ver 14.12 Distrib 5.0.27 | OS: | Solaris (5.9) |
Assigned to: | Assigned Account | CPU Architecture: | Any |
[25 Apr 2007 15:22]
Steve Nguyen
[25 Apr 2007 15:25]
Steve Nguyen
Core Dumped File (Will need to unzip)
Virus scan engine found a threat. This file might be infected. Attachment: core.zip (application/zip, text), 200.44 KiB.
[25 Apr 2007 15:27]
Steve Nguyen
This is a replication/backup issue.
[25 Apr 2007 15:34]
Steve Nguyen
Somewhere in between installing MySQL and dumping its content, I populated it with some databases and data. I just gave the remote mysqldump example. I essentially attempted to dump locally and remotely from off server. So server X was where I installed it. Ran that mysqldump.. etc... command on server X and on server Y, attempting to get the data from Y.
[26 Apr 2007 8:02]
Sveta Smirnova
Thank you for the report. Please provide mysqldump you used to create core file. Also try with new 5.0.37 version, because version 5.0.27 is quite old and problem can be solved already.
[4 May 2007 21:21]
Steve Nguyen
As per your request, see below command I used for mysqldump mysqldump -u root -p suite --password='bob2' -h tx2suitedb1 > backkup5_4_2007.sql
[4 May 2007 21:34]
Steve Nguyen
I might have misunderstood. Are you asking for the binary of mysqldump?
[4 May 2007 21:40]
Sveta Smirnova
>I might have misunderstood. >Are you asking for the binary of mysqldump? Yes, I am asking for the binary of mysqldump. We need to have it to have possibility to analyze the core file.
[9 May 2007 16:15]
Steve Nguyen
mysqldump binary
Attachment: mysqldump (application/octet-stream, text), 84.82 KiB.
[9 May 2007 16:16]
Steve Nguyen
See files section for mysqldump binary. -thx
[10 May 2007 10:58]
Sveta Smirnova
Thank you for the uploaded file. Core file doesn't contain much useful information: just note about access to undefined address. Please try with mysqldump from current 5.0.41 MySQL pacakage accessible from http://dev.mysql.com/downloads/mysql/5.0.html and if you can repeat error, indicate if you always get such error or only with specified data.
[26 May 2007 23:29]
David Ketchum
I have gotten this same error with 5.0.37 built manually to include SSl support using both an OpenSSL and sslya. In my case the core dump occurs after inputting a password and occurs whether the passwords and account are real or bogus.
[10 Jun 2007 23:00]
Bugs System
No feedback was provided for this bug for over a month, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open".
[29 Sep 2007 18:09]
Markus Wernig
For the record: I got the same error with 5.0.37 on Solaris 9 Sparc. 5.0.45 compiled with the same options did not coredump any more.