http://bugs.winehq.org/show_bug.cgi?id=21405
--- Comment #8 from James Le Cuirot chewi@aura-online.co.uk 2010-01-19 07:44:36 --- Created an attachment (id=25794) --> (http://bugs.winehq.org/attachment.cgi?id=25794) Backtrace with debug information
I rebuilt Wine with debugging information. Here's the new backtrace. It mentions line 209 of dlls/kernel32/fiber.c. The line just above this is siglongjmp( new_fiber->jmpbuf, 1 ) so this seems to be the right place. Although it doesn't say so explicitly, the point before that seems to be somewhere in HTMLDocument_get_body of dlls/mshtml/htmldoc.c.