1 message in com.mysql.lists.gui-toolsSome kind of race in table lists? Als...
FromSent OnAttachments
Adam Hooper20 Oct 2002 21:23 
Subject:Some kind of race in table lists? Also, "DROP TABLE" problem
From:Adam Hooper (ada@densi.com)
Date:10/20/2002 09:23:08 PM
List:com.mysql.lists.gui-tools

Whee, two crashes in the same bug-hunt!

First bug:

Okay, this one's very hard to reproduce - you gotta be quick with the mouse!

1. Open up MyCC. Go to any MyCC server (tested with 'localhost') 2. Browse to one database - for example, the "mysql" database. Click on "Tables" to view the list of tables in the right-hand pane. 3. Leave that database tree open and browse to another database - for example, the "test" database. Click on "Tables" to view the list of tables. It doesn't matter if this list is empty. 4. Now VERY QUICKLY click in the left pane on the "Tables" under the "mysql" database to bring up the list of tables in the "mysql" database in the right-hand pane, then double-click on one of the tables to bring up a query window.

If you're fast enough, you'll get a "Floating point exception (core dumped)". Repeat as necessary if you weren't fast enough.

Second bug: Right-click on some table in the same table view and go to "Drop table" in the context-sensitive menu. The table stays on the list and gives a segfault when you try to do anything with it.

Thanks!