Bug #25780 | Program crashes after two characters of the query are entered | ||
---|---|---|---|
Submitted: | 23 Jan 2007 13:48 | Modified: | 31 Jan 2007 15:30 |
Reporter: | Jack Levy | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Query Browser | Severity: | S2 (Serious) |
Version: | 1.2.9rc | OS: | MacOS (Mac OSX) |
Assigned to: | Vladimir Kolesnikov | CPU Architecture: | Any |
[23 Jan 2007 13:48]
Jack Levy
[23 Jan 2007 13:53]
Jack Levy
Crash log
Attachment: MySQL Query Browser.crash.log (application/octet-stream, text), 15.39 KiB.
[25 Jan 2007 13:59]
Jack Levy
Just to add that I've now tried this on a PowerPC Mac (G4 iMac running OSX 10.4.8), and the same problem occurs.
[26 Jan 2007 8:56]
Sveta Smirnova
Thank you for the report. Please indicate 2 characters causes the crash. Also please provide file /Users/jacklevy/Library/Application Support/MySQL/QueryBrowser/bookmarks.xml
[26 Jan 2007 10:34]
Jack Levy
I just typed the first two characters of "show status". The "s" was reflected on the screen, then the "h" caused the crash. The same seems to happen with any characters. The folder '/Users/jacklevy/Library/Application Support/MySQL/QueryBrowser' is empty.
[26 Jan 2007 10:48]
Sveta Smirnova
Thank you for the report. I was unable repeat described behaviour on Intel Mac connecting to solaris server. Please provide also output of ls -lad /Users/jacklevy/Library/Application Support/MySQL/QueryBrowser
[26 Jan 2007 11:03]
Jack Levy
[mac-172:~] jacklevy% ls -lad '/Users/jacklevy/Library/Application Support/MySQL/QueryBrowser' drwxr-xr-x 2 jacklevy jacklevy 68 Jan 23 10:05 /Users/jacklevy/Library/Application Support/MySQL/QueryBrowser I'm logged in as jacklevy, which has admin privilege.
[26 Jan 2007 16:37]
Jack Levy
I think I've found how to reproduce the problem. It only seems to occur if the default schema used when starting the program contains a table whose name includes a hyphen character. When I renamed that table, the problem went away. I renamed 'people-new' to 'people_new' and it fixed the problem.
[27 Jan 2007 11:38]
Jack Levy
I have confirmed this on my home G4 iMac, using a locally-installed MySQL server. Simply renaming one of the tables, adding a hyphen into the name, causes the problem to occur.
[29 Jan 2007 9:05]
Sveta Smirnova
Thank you for the report. Verified as described. Bug is repeatable only if connection to remote machine. Additionally application crashes when one tries to edit any table located on remote machine.
[31 Jan 2007 15:30]
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 bug fix. More information about accessing the source trees is available at http://dev.mysql.com/doc/en/installing-source.html
[8 Feb 2007 18:54]
Sveta Smirnova
There is similar bug #26187.