Bug #18732 Segmentation fault after Quitting
Submitted: 3 Apr 2006 9:54 Modified: 7 Apr 2006 10:50
Reporter: Oli Sennhauser Email Updates:
Status: Can't repeat Impact on me:
None 
Category:MySQL Workbench Preview Severity:S3 (Non-critical)
Version:1.0.5 OS:Linux (SuSE 9.3)
Assigned to: CPU Architecture:Any

[3 Apr 2006 9:54] Oli Sennhauser
Description:
Workbench gives SigSegV after quitting.

How to repeat:
oli@master:~> export MWB_DIR=/usr
oli@master:~> gdb mysql-workbench-bin
GNU gdb 6.3
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i586-suse-linux"...Using host libthread_db library "/lib/tls/libthread_db.so.1".

(gdb) run
Starting program: /usr/bin/mysql-workbench-bin
[Thread debugging using libthread_db enabled]
[New Thread 1093788064 (LWP 9395)]
[New Thread 1106590640 (LWP 9400)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1093788064 (LWP 9395)]
0x401240d5 in malloc_consolidate () from /lib/tls/libc.so.6
(gdb)
[3 Apr 2006 13:11] MySQL Verification Team
Thank you for the bug report. I was unable to repeat on Suse 10:

miguel@hegel:~> export MWB_DIR=/usr
miguel@hegel:~> gdb mysql-workbench-bin
GNU gdb 6.3
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i586-suse-linux"...Using host libthread_db library "/lib/tls/libthread_db.so.1".

(gdb) run
Starting program: /usr/bin/mysql-workbench-bin
[Thread debugging using libthread_db enabled]
[New Thread 1088058080 (LWP 5973)]
[New Thread 1116056496 (LWP 5978)]

Program exited normally.
(gdb)
[7 Apr 2006 10:50] Oli Sennhauser
It only happens on my SuSE 9.3 PC. On my SuSE 9.3 laptop it does not happen. Interested in follow up?