http://bugs.winehq.org/show_bug.cgi?id=34132
Bug #: 34132 Summary: EaDesigner 1.01 Page Fault crash on launch Product: Wine Version: 1.6 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: loader AssignedTo: wine-bugs@winehq.org ReportedBy: kc-winebugs@chadwicks.me.uk Classification: Unclassified
Created attachment 45398 --> http://bugs.winehq.org/attachment.cgi?id=45398 Backtrace
In a clean WINEPREFIX and all wine dependencies handled EAdesigner 1.01 which now has libgc-1.dll added and only the exe having been changed (http://cdn.energymicro.com/dl/packages/energyAwareDesigner_pkg_1.01.zip) crashes immediately with page fault sha1-488fee6ec74b56a1dfa8bb534653db6eecdab874
EAdesigner 1.00 works fine (http://cdn.energymicro.com/dl/packages/energyAwareDesigner_pkg_1.00.zip)
http://bugs.winehq.org/show_bug.cgi?id=34132
Kevin Chadwick kc-winebugs@chadwicks.me.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |http://cdn.energymicro.com/ | |dl/packages/energyAwareDesi | |gner_pkg_1.01.zip
http://bugs.winehq.org/show_bug.cgi?id=34132
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download Status|UNCONFIRMED |NEW Component|loader |-unknown Ever Confirmed|0 |1
--- Comment #1 from Bruno Jesus 00cpxxx@gmail.com 2013-07-26 22:16:08 CDT --- I can confirm this in wine 1.6.
https://bugs.winehq.org/show_bug.cgi?id=34132
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net Summary|EaDesigner 1.01 Page Fault |EaDesigner 1.01 crashes on |crash on launch |startup (libgc-7.2alpha4 | |garbage collector, | |'GC_DONT_GC=1' works | |around) Severity|normal |minor
--- Comment #2 from Anastasius Focht focht@gmx.net --- Hello folks,
confirming still present.
'EaDesigner' v1.01 uses 'libgc-7.2alpha4' garbage collector compiled with mingw32 (gcc 4.5.2) for Windows.
The garbage collector lib looks at a number of environment variables:
http://multivac.fatburen.org/localdoc/gc/README.environment
Disabling the garbage collector prevents the crash (similar to bug 22152):
--- snip --- $ GC_DONT_GC=1 wine ./eADesigner.exe --- snip ---
Self test with verbose:
--- snip --- $ GC_DONT_GC=1 wine ./eADesigner.exe --selftest --verbose --- snip ---
$ sha1sum energyAwareDesigner_pkg_1.01.zip 2f7e7125033152ff38199954a73c23850a01f83b energyAwareDesigner_pkg_1.01.zip
$ du -sh energyAwareDesigner_pkg_1.01.zip 12M energyAwareDesigner_pkg_1.01.zip
$ wine --version wine-1.7.23-33-gc654b7b
Regards
https://bugs.winehq.org/show_bug.cgi?id=34132
super_man@post.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man@post.com
--- Comment #3 from super_man@post.com --- The requested URL /dl/packages/energyAwareDesigner_pkg_1.01.zip was not found on this server.
https://bugs.winehq.org/show_bug.cgi?id=34132
Gijs Vermeulen gijsvrm@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|http://cdn.energymicro.com/ |https://web.archive.org/web |dl/packages/energyAwareDesi |/20130823140402if_/http://c |gner_pkg_1.01.zip |dn.energymicro.com/dl/packa | |ges/energyAwareDesigner_pkg | |_1.01.zip
--- Comment #4 from Gijs Vermeulen gijsvrm@gmail.com --- Still present in wine-6.0-rc6. Added an archive.org stable link.
https://bugs.winehq.org/show_bug.cgi?id=34132
--- Comment #5 from Gijs Vermeulen gijsvrm@gmail.com --- Still present with wine-9.0rc2, although it doesn't crash anymore, but silently exits with:
terminate called after throwing an instance of 'util::IllegalArgumentException' what(): IllegalArgumentException: No PinConfigState with id INPUT
GC_DONT_GC=1 still works around.