Bug #43706 libmysqld segfaults when re-intialised
Submitted: 17 Mar 2009 16:11 Modified: 15 May 2009 2:12
Reporter: Andrew Hutchings Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Embedded Library ( libmysqld ) Severity:S3 (Non-critical)
Version:5.1.32 OS:Linux
Assigned to: Davi Arnaut CPU Architecture:Any

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:

[17 Mar 2009 16:11] Andrew Hutchings
Test to reproduce the issue

Attachment: test.c (text/plain), 637 bytes.

[19 Mar 2009 15:46] Andrew Hutchings
Second test case, crashes on mysql_init

Attachment: test2.c (text/plain), 1.79 KiB.

[7 Apr 2009 17:48] Andrew Hutchings
Simplified test case, crash happens on mysql_init()

Attachment: test3.c (text/plain), 1.11 KiB.