Bug #29819 MySQL-functions are causing "Bus error".
Submitted: 16 Jul 2007 12:32 Modified: 16 Jul 2007 12:52
Reporter: Vincent David Email Updates:
Status: Not a Bug Impact on me:
None 
Category:MySQL Server: C API (client library) Severity:S2 (Serious)
Version:5.0.45 OS:MacOS (Tiger (10.4.10))
Assigned to: Sveta Smirnova CPU Architecture:Any
Tags: bus error, mysql_init, mysql_real_connect., segfault, segmentation fault

File: Maximum allowed size is 50MB.
Description:
Privacy:

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:

[16 Jul 2007 12:33] Vincent David
example source

Attachment: MySQLTest_broken.c (text/plain), 760 bytes.

[16 Jul 2007 12:35] Vincent David
gdb dump

Attachment: gdb_dump (application/text, text), 489 bytes.