https://bugs.winehq.org/show_bug.cgi?id=53999 Gabriel Ivăncescu <gabrielopcode(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |ASSIGNED --- Comment #3 from Gabriel Ivăncescu <gabrielopcode(a)gmail.com> --- Sorry about this. The app seems to navigate during the notification callbacks in handle_load, so it detaches the document from the window (since we don't keep a ref to prevent circular refcounts), even if we keep a ref to the document itself. Proper fix would be to keep a ref to the window also. I've added it to my latest MR. -- 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.