Bug #4186 Inserting Row in Table Editing Segfault
Submitted: 17 Jun 2004 14:23 Modified: 23 Jul 2004 2:15
Reporter: [ name withheld ] Email Updates:
Status: Won't fix Impact on me:
None 
Category:MySQLCC Severity:S1 (Critical)
Version:0.93 OS:Linux (Linux 2.6.5)
Assigned to: CPU Architecture:Any

[17 Jun 2004 14:23] [ name withheld ]
Description:
When I try to edit a table, adding a Row to it result is Segmentation Fault. 
I tried 0.93 and 0.94b version, both of them gave me this problem. 
Mysql version is 4.0.18. 
This is some debugging: 
 
Program received signal SIGSEGV, Segmentation fault. 
0x0812bdaf in QMapPrivate<int, QString>::insert(QMapNodeBase*, QMapNodeBase*, 
int const&) () 
(gdb) where 
#0  0x0812bdaf in QMapPrivate<int, QString>::insert(QMapNodeBase*, 
QMapNodeBase*, int const&) () 
#1  0x0817f902 in QDockWindow::undock() () 
#2  0x4045dafc in ?? () 
#3  0x08305aa0 in ?? () 
#4  0x0000003f in ?? () 
#5  0xbfffe350 in ?? () 
#6  0x407be6ae in ?? () 
#7  0x00000016 in ?? () 
(gdb) bt 
#0  0x0812bdaf in QMapPrivate<int, QString>::insert(QMapNodeBase*, 
QMapNodeBase*, int const&) () 
#1  0x0817f902 in QDockWindow::undock() () 
#2  0x4045dafc in ?? () 
#3  0x08305aa0 in ?? () 
#4  0x0000003f in ?? () 
#5  0xbfffe350 in ?? () 
#6  0x407be6ae in ?? () 
#7  0x00000016 in ?? () 

How to repeat:
 

Suggested fix:
None
[17 Jun 2004 14:46] [ name withheld ]
Errata corrige: I discovered that crashes don't occur if I select a row that 
isn't the last one, before adding a new one. 
 
That's just something new! ;) 
 
That means it isn't possible to add a row to a table with only one row in its 
structure.
[23 Jul 2004 2:15] Jorge del Conde
MySQLCC is not being maintained anymore.  No bugs will be fixed anymore and we strongly recommend that you use MySQLAdministrator and MySQL Query Browser.

Thanks,

Jorge del Conde