http://bugs.winehq.org/show_bug.cgi?id=21636
--- Comment #8 from Anastasius Focht focht@gmx.net 2010-02-10 17:18:59 --- Created an attachment (id=26193) --> (http://bugs.winehq.org/attachment.cgi?id=26193) trace setup_exception_record (only for diagnosis)
Hello,
can you apply the attached patch to wine 1.1.38 or later (GIT head)? It doesn't fix the problem, it just emits more trace output for me to get to know the eip range causing page faults before the thread gets killed.
Put it into your wine source folder and apply:
$ patch -p1 < except_trace.patch
recompile and make install (if you don't run wine loader directly from build folder).
Generate a new log with:
WINEDEBUG=+tid,+seh,+relay wine ./MJ12node.exe >>ex_trace.txt 2>&1
wait for freeze and compress/attach it (or provide download location as usual).
Regards