http://bugs.winehq.org/show_bug.cgi?id=27686
Summary: HeidiSQL does not start Product: Wine Version: 1.3.21 Platform: All OS/Version: Linux Status: UNCONFIRMED Severity: critical Priority: P2 Component: user32 AssignedTo: wine-bugs@winehq.org ReportedBy: gabriel@e-radical.eu
Created an attachment (id=35418) --> (http://bugs.winehq.org/attachment.cgi?id=35418) If I run from command line I can see some „fixme”
HeidiSQL used to work in wine.
On Fedora 15 it doesn't work anymore.
http://bugs.winehq.org/show_bug.cgi?id=27686
--- Comment #1 from Gabriel PREDA gabriel@e-radical.eu 2011-07-03 15:16:17 CDT --- See also:
http://code.google.com/p/heidisql/issues/detail?id=2485
http://bugs.winehq.org/show_bug.cgi?id=27686
--- Comment #2 from Gabriel PREDA gabriel@e-radical.eu 2011-07-03 15:17:29 CDT --- Created an attachment (id=35419) --> (http://bugs.winehq.org/attachment.cgi?id=35419) Winedbg output
http://bugs.winehq.org/show_bug.cgi?id=27686
--- Comment #3 from Gabriel PREDA gabriel@e-radical.eu 2011-07-03 15:22:14 CDT --- Yum says there is "No debuginfo packages available to install"
[radical@acasa ~]$ sudo debuginfo-install wine-core-1.3.21-1.fc15.i686 ... Could not find debuginfo for main pkg: wine-core-1.3.21-1.fc15.i686 ... No debuginfo packages available to install
http://bugs.winehq.org/show_bug.cgi?id=27686
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |https://code.google.com/p/h | |eidisql/downloads/detail?na | |me=HeidiSQL_6.0_Setup.exe CC| |focht@gmx.net Component|user32 |-unknown Platform|All |x86-64 Summary|HeidiSQL does not start |HeidiSQL 6.0 does not start | |on Fedora 15 (64 bit) Severity|critical |normal
--- Comment #4 from Anastasius Focht focht@gmx.net 2011-07-03 15:37:16 CDT --- Hello,
works fine here.
Ubuntuuuuu 10.10, 32 bit
$ wine --version wine-1.3.23-160-g38c13e5
It seems you are using Fedora 15 - 64 bit.
--- quote --- HeidiSQL used to work in wine. --- quote ---
At the time "HeidiSQL" used to work did you have the _same_ Fedora version (F15, 64 bit)?
Additionally please read how to properly report bugs: http://wiki.winehq.org/Bugs Please don't use "winedbg --gdb" or "winedbg" if not requested by a developer to do so. The exception is by design and harmless (DIB section access fault).
Regards
http://bugs.winehq.org/show_bug.cgi?id=27686
--- Comment #5 from Austin English austinenglish@gmail.com 2011-07-04 12:48:01 CDT --- Works fine for me in wine-1.3.23-160-g38c13e5 / gentoo 32-bit.
http://bugs.winehq.org/show_bug.cgi?id=27686
GyB gyebro69@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |gyebro69@gmail.com
--- Comment #6 from GyB gyebro69@gmail.com 2011-07-04 13:13:36 CDT --- The app crashes on launch here, too, using Fedora 15 (32-bit), showing an exception window. Also, in the terminal: compobj.c:732: apartment_release: Assertion `list_empty(&apt->stubmgrs)' failed.
The crash doesn't occur if Wine was compiled with cflag -O0 (-O2 causes the crash). Yet another bug related to GCC-4.6? I have two versions of wine-1.3.23-160-g38c13e5: one compiled with -O2 (crash), the other compiled with -O0 (no crash).
Fedora 15 x86 gcc version 4.6.0 20110530 (Red Hat 4.6.0-9) (GCC)
http://bugs.winehq.org/show_bug.cgi?id=27686
--- Comment #7 from Gabriel PREDA gabriel@e-radical.eu 2011-07-04 15:20:18 CDT --- (In reply to comment #4)
At the time "HeidiSQL" used to work did you have the _same_ Fedora version (F15, 64 bit)?
It worked in Fedora 14.
I just tried the app in Fedora 15.
http://bugs.winehq.org/show_bug.cgi?id=27686
--- Comment #8 from Gabriel PREDA gabriel@e-radical.eu 2011-07-12 14:03:10 CDT ---
[radical@acasa ~]$ ls | grep wine wine-1.2.3-O0 wine-1.2.3-O2 wine-1.2.3-O3 wine-1.2.3.tar.bz2 wine-1.3.24-O0 wine-1.3.24-O2 wine-1.3.24-O3 wine-1.3.24.tar.bz2
-O0, -O3 - flags given explicitly to "make" -O2 is the default
With wine-1.3.24 and -O2 && -O3 - the installer works but the app crashes (app exception...)
In all other cases everything works without issues.
My only guess is that it may be a packaging issue.
http://bugs.winehq.org/show_bug.cgi?id=27686
--- Comment #9 from GyB gyebro69@gmail.com 2011-10-29 11:29:01 CDT --- Gabriel, please try the application with Wine-1.3.31 (or newer) on your F15 box and report back what you find. Now this should work, as the Wine configure script uses CFLAG=-fno-omit-frame-pointer by default (since 1.3.31). I don't know of the status of the Wine package in the Fedora repos because I always compile Wine from source. On my system the application starts without crashing in 1.3.31, when Wine was compiled with CFLAG=-O2 (still crashes in 1.3.30 so there is a chance this is fixed for you too).
Fedora 15 x86 gcc version 4.6.1 20110908 (Red Hat 4.6.1-9) (GCC)
http://bugs.winehq.org/show_bug.cgi?id=27686
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |5cfe7db1854ff1142d598eaf49f | |6050676c8d547 Status|UNCONFIRMED |RESOLVED Resolution| |FIXED Summary|HeidiSQL 6.0 does not start |HeidiSQL 6.0 does not start |on Fedora 15 (64 bit) |on Fedora 15 (64 bit) (gcc | |default | |-fno-omit-frame-pointer)
--- Comment #10 from Anastasius Focht focht@gmx.net 2012-01-13 15:37:19 CST --- Hello GyB,
--- quote --- Now this should work, as the Wine configure script uses CFLAG=-fno-omit-frame-pointer by default (since 1.3.31). I don't know of the status of the Wine package in the Fedora repos because I always compile Wine from source. On my system the application starts without crashing in 1.3.31, when Wine was compiled with CFLAG=-O2 (still crashes in 1.3.30 so there is a chance this is fixed for you too). --- quote ---
thanks for the test. Yes, the crash was most likely the result of Fedoras RPM optflags and gcc defaults (-fno-omit-frame-pointer).
Fixed by: http://source.winehq.org/git/wine.git/commitdiff/5cfe7db1854ff1142d598eaf49f...
Regards
http://bugs.winehq.org/show_bug.cgi?id=27686
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|HeidiSQL 6.0 does not start |HeidiSQL 6.0 does not start |on Fedora 15 (64 bit) (gcc |on Fedora 15 (64 bit) (gcc |default |4.6 default |-fno-omit-frame-pointer) |-fomit-frame-pointer)
--- Comment #11 from Anastasius Focht focht@gmx.net 2012-01-13 15:42:13 CST --- Hello again,
grr .. fixing summary.
Regards
http://bugs.winehq.org/show_bug.cgi?id=27686
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #12 from Alexandre Julliard julliard@winehq.org 2012-01-27 14:17:27 CST --- Closing bugs fixed in 1.4-rc1.