Bug #9986 Crash when selecting from a view
Submitted: 18 Apr 2005 23:40 Modified: 27 Apr 2005 15:31
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

[18 Apr 2005 23:40] Daniel Kasak
Description:
Query Browser crashes when selecting from any view.

How to repeat:
Create a view in MySQL-5.0.x. eg:

create view vw_tmp as
select "Hi There" as SomeText;

Test it from the mysql console, eg:

select * from vw_tmp;

Open MySQL Query Browser. Drag the view into the SQL section at the top. Hit the 'execute' button.

The following errors were returned on successive attempts:

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

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

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

/usr/bin/mysql-query-browser: line 9: 10908 Segmentation fault      $MYPATH/mysql-query-browser-bin
[27 Apr 2005 15:31] 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