Bug #11998 Browser terminate without giving reason
Submitted: 18 Jul 2005 7:46 Modified: 23 May 2006 21:26
Reporter: Eugen Schülter Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Query Browser Severity:S2 (Serious)
Version:1.2.5 OS:Linux (Suse Linux 9.3)
Assigned to: Alfredo Kojima CPU Architecture:Any

[18 Jul 2005 7:46] Eugen Schülter
Description:
Sometimes the browser process terminates without giving a hint why.

How to repeat:
Operations that resulted in this behaviour where:
split resultset and compare, simply split resultset or simply executing a query (equ join over 3 tables, resultset ~1500 rows).

I didn't find out how to reproduce.
[19 Jul 2005 21:40] MySQL Verification Team
Verified with QB 1.1.12 on Suse 9.3.
[30 Aug 2005 21:12] Jorge del Conde
I was able to reproduce this problem in FC4 & 1.1.12
[23 May 2006 21:26] Alfredo Kojima
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

Additional info:

A memory usage limit has been added to QB. Resultset retrieval is interrupted once memory usage reaches a critical value and an advice to use the LIMIT keyword is given to the user.