Changes between Initial Version and Version 1 of Ticket #230, comment 51
- Timestamp:
- Dec 25, 2014, 11:49:32 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #230, comment 51
initial v1 1 1 Just got another trap. It's so interesting that I'm posting it complete: http://pastebin.com/By6jULch. This seems to be the complete stack trace of the PMMERGE crash. XUL.DLL gives away control by calling the previous frame window procedure of the Firefox window and this procedure resides in ESTLRL11.DLL which then calls PMMERGE which then crashes. Very interesting. As you may see the Java trap report also contains a reference to ESTLR11.DLL at the very same address (which in turn means it's the very same window procedure of the frame window — but called from Odin's USER32.DLL, most likely from the OS/2 wrapper for the the emulated Win32 window). I will try to disable eStyler somehow to see if it helps. 2 3 The window message being processed is rather harmless WM_FOCUSCHANGE, telling us that the Firefox window is losing focus.