https://bugs.winehq.org/show_bug.cgi?id=53999
Gabriel Ivăncescu gabrielopcode@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |ASSIGNED
--- Comment #3 from Gabriel Ivăncescu gabrielopcode@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.