Bug #42435 | crash during starting workbench | ||
---|---|---|---|
Submitted: | 28 Jan 2009 18:46 | Modified: | 1 Apr 2009 12:22 |
Reporter: | Susanne Ebrecht | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Workbench | Severity: | S1 (Critical) |
Version: | 5.1.5 | OS: | Linux (All) |
Assigned to: | CPU Architecture: | Any |
[28 Jan 2009 18:46]
Susanne Ebrecht
[28 Jan 2009 20:28]
Hanno Wagner
as "short" workaround, you can use the debian-way: "DEB_BUILD_OPTIONS=noopt debuild" instead of just calling "debuild". This will set CFLAGS and CXXFLAGS to "-g -O0"
[28 Jan 2009 21:29]
Susanne Ebrecht
This bug is also repeatable on Ubuntu 8.10 amd64
[29 Jan 2009 0:05]
Susanne Ebrecht
I made some additional test. The solution for this is to compile with: -fno-strict-aliasing
[29 Jan 2009 3:38]
Alfredo Kojima
Great job investigating this, thanks! There are 2 places in WB with the type-punning problem and I was able to fix one of them. But the other one which involves GStaticMutex is harder and noone seems to have a real solution for it. The good news is I don't seem to get any problems from it...
[29 Jan 2009 12:39]
Susanne Ebrecht
Bug #39917 is set as duplicate of this bug here.
[29 Jan 2009 15:57]
Dennis Gilmore
I compiled my fedora rpms using -O1 and mysql-workbench seems to run ok. with -O2 I was not getting passed the splash screen. this is on Fedora 10 x86_64
[29 Jan 2009 19:13]
Susanne Ebrecht
This will affect all OS because it is related to gcc.
[1 Apr 2009 12:22]
Susanne Ebrecht
This bug has been fixed and the avaiable version with the fix is 5.1.9-Beta which you are able to download here: http://dev.mysql.com/downloads/workbench/5.1.html