Bug #68027 Crash when closing the table properties window in model editor
Submitted: 4 Jan 2013 9:30 Modified: 31 May 2013 6:37
Reporter: Vasileios Lourdas Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench: Modeling Severity:S2 (Serious)
Version:5.2.45 OS:Linux (x86_64 Kernel 3.7.1)
Assigned to: CPU Architecture:Any

[4 Jan 2013 9:30] Vasileios Lourdas
Description:
When you close the table properties window in a model, the application crashes.

How to repeat:
Create a new model. Create a new table. Double click on it to open its properties window. Try to click on X to close the properties window. Crash.

Console information follows:

(mysql-workbench-bin:10108): Gtk-CRITICAL **: IA__gtk_tree_row_reference_get_path: assertion `reference != NULL' failed

(mysql-workbench-bin:10108): Gtk-CRITICAL **: IA__gtk_tree_selection_select_path: assertion `path != NULL' failed
*** glibc detected *** /usr/libexec/mysql-workbench-bin: double free or corruption (fasttop): 0x0000000004f06cd0 ***
======= Backtrace: =========
/lib64/libc.so.6(+0x77cf6)[0x7f1b1d859cf6]
/usr/lib64/libnvidia-tls.so.310.19(+0x1cd1)[0x7f1b1890dcd1]
======= Memory map: ========
00400000-00e8e000 r-xp 00000000 09:7f 402082                             /usr/libexec/mysql-workbench-bin
0108e000-0108f000 r--p 00a8e000 09:7f 402082                             /usr/libexec/mysql-workbench-bin
0108f000-01094000 rw-p 00a8f000 09:7f 402082                             /usr/libexec/mysql-workbench-bin
01094000-0109b000 rw-p 00000000 00:00 0 
026e2000-026fa000 rw-p 00000000 00:00 0                                  [heap]
026fa000-026fc000 rw-p 00000000 00:00 0                                  [heap]
026fc000-05004000 rw-p 00000000 00:00 0                                  [heap]
7f1af0000000-7f1af0025000 rw-p 00000000 00:00 0 
7f1af0025000-7f1af4000000 ---p 00000000 00:00 0 
7f1af4e9b000-7f1af4e9c000 ---p 00000000 00:00 0 
7f1af4e9c000-7f1af569c000 rw-p 00000000 00:00 0                          [stack:10125]
7f1af569c000-7f1af5e9c000 rw-s 00000000 00:04 4227080                    /SYSV00000000 (deleted)
[4 Jan 2013 13:07] MySQL Verification Team
Thank you for the report.

Verified as described.

Thanks,
Umesh
[24 Jan 2013 5:19] MySQL Verification Team
Bug #68099 marked as duplicate of this one.
[24 Jan 2013 5:38] MySQL Verification Team
Bug #68128 marked as duplicate of this one.
[4 Feb 2013 5:12] MySQL Verification Team
Bug #68259 marked as duplicate of this one.
[31 May 2013 6:37] Philip Olson
This bug is fixed as of Workbench 5.2.46, and here's the changelog entry:

  Closing the table properties window for a model would cause
  MySQL Workbench to crash.

Thank you for the bug report.