On Wed, Apr 18, 2007 at 09:59:05AM +0200, Stephan Hermann wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hi Marcus, > > e.g. https://bugs.launchpad.net/ubuntu/+source/wine/+bug/90957 > > Please note, we can add more features to apport (Martin Pitt is the > maintainer).
The backtrace there is pretty useless. With: [Software\\Microsoft\\Windows NT\\CurrentVersion\\AeDebug] 1119019818 "Auto"="1" "Debugger"="winedbg --auto %ld %ld" in the registry Wine will call winedbg automatically on a crash and get a Win32 aware backtrace. It would already help to use wine-pthread instead of wine-preloader for generating the backtrace. (Just replace it as traced binary.) Ciao, Marcus