[Bug 34132] EaDesigner 1.01 crashes on startup (libgc-7.2alpha4 garbage collector, 'GC_DONT_GC=1' works around)

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Aug 4 14:47:32 CDT 2014


https://bugs.winehq.org/show_bug.cgi?id=34132

Anastasius Focht <focht at gmx.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |focht at 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 at 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

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list