Bug #10192 Crash running 'explain' on any query
Submitted: 27 Apr 2005 4:29 Modified: 27 Apr 2005 15:47
Reporter: Daniel Kasak (Candidate Quality Contributor) Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Query Browser Severity:S3 (Non-critical)
Version:1.1.6 OS:Linux (Gentoo)
Assigned to: Alfredo Kojima CPU Architecture:Any

[27 Apr 2005 4:29] Daniel Kasak
Description:
Query Browser crashes when running 'explain' on any query, including a simple 'select % from table'.

How to repeat:
Open Query Browser.
Double-click on database in right-hand pane.
Drag a table to the SQL pane at the top.
Click the 'execute' button to run.
Click the 'explain' button.

Results from 3 successive runs:

/usr/bin/mysql-query-browser: line 9: 22968 Segmentation fault      $MYPATH/mysql-query-browser-bin

/usr/bin/mysql-query-browser: line 9: 23091 Segmentation fault      $MYPATH/mysql-query-browser-bin

/usr/bin/mysql-query-browser: line 9: 23211 Segmentation fault      $MYPATH/mysql-query-browser-bin

Suggested fix:
Looks like line 9 is causing all the problems :)
[27 Apr 2005 15:47] 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