http://bugs.winehq.org/show_bug.cgi?id=52739 Janne <janne.kekkonen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |janne.kekkonen@gmail.com --- Comment #3 from Janne <janne.kekkonen@gmail.com> --- Link to version 10 5.3. https://web.archive.org/web/20220706143516if_/https://pxc-coding.com/dl/dono... Application crashes showing this backtrace: Backtrace: =>0 0x006ffff2bf226c in xul (+0x5226c) (0x007ab1f648ef98) 1 0x006ffff422d673 in xul (+0x168d673) (0x007ab1f648ef98) 2 0x006ffff426b9ff in xul (+0x16cb9ff) (0x007ab1f648ef98) 3 0x006ffff422e420 in xul (+0x168e420) (0x007ab1f648ef98) 4 0x006ffff3859660 in xul (+0xcb9660) (0x007ab1f648ef98) 5 0x006ffff6ffc26f create_document_event+0x5f(doc=00007AB236683220, event_id=EVENTID_UNLOAD, ret_event=00007AB1F648EF98) [/usr/src/packages/BUILD/dlls/mshtml/htmlevent.c:4013] in mshtml (0x007ab1f648ef98) 6 0x006ffff6fe8bcd send_unload_events+0xc7(doc=<internal error>) [/usr/src/packages/BUILD/dlls/mshtml/view.c:474] in mshtml (0x007ab1f561a578) 7 0x006ffff6fe8bcd OleDocumentView_CloseView+0xfd(iface=<register RDI not accessible in this frame>, dwReserved=<internal error>) [/usr/src/packages/BUILD/dlls/mshtml/view.c:749] in mshtml (0x007ab1f561a578) 8 0x006ffff8e9f486 deactivate_document+0xb6(This=<register RBX not accessible in this frame>) [/usr/src/packages/BUILD/dlls/ieframe/dochost.c:543] in ieframe (0x006ffff8eab210) 9 0x006ffff8e91f32 OleObject_SetClientSite+0x2b2(iface=<register RBX not accessible in this frame>, pClientSite=<internal error>) [/usr/src/packages/BUILD/dlls/ieframe/oleobject.c:491] in ieframe (0x006ffff8eab210) 0x006ffff2bf226c xul+0x5226c: movq (%rax), %rsi I opened xul.dll in Ghidra and position of crash (xul+0x5226c) seems to be in function: NS_CycleCollectorSuspect3. There is Mozilla bug about making assertion more explicit in NS_CycleCollectorSuspect3 https://bugzilla.mozilla.org/show_bug.cgi?id=1776243 And change: https://hg-edge.mozilla.org/integration/autoland/rev/1243a93b6d2c I don't know could/would this be helpful in this situation. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.