Bug #11939 Assertion fails myx_aux_functions.c
Submitted: 14 Jul 2005 13:59 Modified: 19 Aug 2005 14:00
Reporter: Sergiy Kuzmenko Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Query Browser Severity:S3 (Non-critical)
Version:1.1.13 OS:Windows (Windows)
Assigned to: Vladimir Kolesnikov CPU Architecture:Any

[14 Jul 2005 13:59] Sergiy Kuzmenko
Description:
Occasionally I get the following error printed to the console:

** (process:1520): CRITICAL **: file .\source\myx_aux_functions.c: line 405: assertion `str != NULL && *str' failed

Despite this message the QB seems to be functioning allright.

How to repeat:
Not sure.
[14 Jul 2005 14:01] Sergiy Kuzmenko
Closing console closes the QB too
[14 Jul 2005 17:41] Sergiy Kuzmenko
It looks like this happens when I export query results to a CSV file and open it in Excel
[15 Jul 2005 4:30] Aleksey Kishkin
1) open cmd.exe
2) run "C:\Program Files\MySQL\MySQL Query Browser 1.1\MySQLQuerybrowser.exe" in that console
3) SELECT * FROM information_schema.COLLATIONS C
4) File->Export ResultSet->Export as csv and enter some filename
5) look at cmd console
[15 Jul 2005 12:44] Sergiy Kuzmenko
I can't do that: I'm using MySQL 4.x servers
[15 Jul 2005 13:02] Sergiy Kuzmenko
It looks like this happens only when exporting certain queries. For example exporting "show variables" generates 5 warnings, but "show tables" - none.
[19 Aug 2005 14:00] Vladimir Kolesnikov
Thank you for your bug report. This issue has been committed to our
source repository of that product and will be incorporated into the
next release.

If necessary, you can access the source repository and build the latest
available version, including the bugfix, yourself. More information 
about accessing the source trees is available at
    http://www.mysql.com/doc/en/Installing_source_tree.html