http://bugs.winehq.org/show_bug.cgi?id=22152
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net
--- Comment #19 from Anastasius Focht focht@gmx.net 2010-08-15 06:45:33 --- Hello,
it seems all this Pando Media Booster stuff is built with MinGW Java compiler (gcc-java), e.g. java code compiled to native Windows executables.
I remember the garbage collection (using separate threads) was rather stressful to heap management, so you could try to force a run with gc turned off.
$ GC_DONT_GC=1 wine ./foo.exe
It might help to get the installers further - to a point where the app/java logging is enabled that might be helpful to track down additional bugs.
There are probably more bugs buried in Wine bugzilla that suffer from this. I vaguely remembered a similar issue with mingw gcj but could not find the bug anymore. If you find additional apps that die rather quickly with exception stack overflow, search for "LIBGCCW32-EH-SJLJ-GTHR-MINGW32" and "GCJ_" or "libgcj" in relay logs -> dupe.
Regards