Bug #22969 MySQL Query Browser Segmentation Fault when Create Table
Submitted: 4 Oct 2006 2:53 Modified: 21 Dec 2006 13:32
Reporter: Mark Detrick Email Updates:
Status: No Feedback Impact on me:
None 
Category:MySQL Query Browser Severity:S2 (Serious)
Version:5.0r4 OS:Solaris (Solaris 10)
Assigned to: CPU Architecture:Any

[4 Oct 2006 2:53] Mark Detrick
Description:
Using mysql query browser to create a table in the test schema, upon executing the column entries there is a segmentation fault which results in lost work.  The window with the pending SQL commands to be executed did not appear prior to the fault.

Platform:
SunOS hassium 5.10 Generic_118833-22 sun4u sparc SUNW,Ultra-60
mysqld 5.0.24a

Output from CLI:
hassium-bash /appl/mysql/mysql-gui-tools-5.0r4 # mysql-query-browser

** (mysql-query-browser:21512): WARNING **: Memory stats retrieval not implemented for this system

** (mysql-query-browser:21512): WARNING **: Memory stats retrieval not implemented for this system

** (mysql-query-browser:21512): WARNING **: Memory stats retrieval not implemented for this system

** (mysql-query-browser:21512): WARNING **: Memory stats retrieval not implemented for this system

** (mysql-query-browser:21512): WARNING **: Memory stats retrieval not implemented for this system

** (mysql-query-browser:21512): WARNING **: Memory stats retrieval not implemented for this system

** (mysql-query-browser:21512): WARNING **: Memory stats retrieval not implemented for this system

** (mysql-query-browser:21512): WARNING **: Memory stats retrieval not implemented for this system
** Message: NAME cust_number
** Message: NAME entry_datetime
** Message: NAME monthly_fee
** Message: NAME cust_address_1
** Message: NAME cust_address_2
** Message: NAME cust_area_code
** Message: NAME cust_city
** Message: NAME cust_area_code
** Message: NAME cust_state
** Message: NAME cust_zipcode
** Message: NAME cust_phone_home
** Message: NAME cust_area_code_home
/usr/local/bin/mysql-query-browser: line 103: 21512 Segmentation Fault      (core dumped) $PRG-bin $args
hassium-bash /appl/mysql/mysql-gui-tools-5.0r4 #

Repeatable, Second try...

(mysql-query-browser:21548): Gtk-CRITICAL **: gtk_list_store_set_value: assertion `VALID_ITER (iter, list_store)' failed
/usr/local/bin/mysql-query-browser: line 103: 21548 Segmentation Fault      (core dumped) $PRG-bin $args
hassium-bash /appl/mysql/mysql-gui-tools-5.0r4 # 

How to repeat:
Login as root, Right click on test schema to create table.

Create a table with primary and a couple of indices.  CHAR, VARCHAR, INT, DECIMAL - various types.  For CHAR set length of indice.  Using UTF8 char set and collation. No nulls. No default values.  No foreign keys.

Execute.
[21 Nov 2006 13:32] Valeriy Kravchuk
Thank you for a problem report. Please, try to repeat with a newer version, from 5.0r5, and inform about the results.
[22 Dec 2006 0:00] Bugs System
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".