https://bugs.winehq.org/show_bug.cgi?id=57250
Bernhard Übelacker bernhardu@mailbox.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |bernhardu@mailbox.org
--- Comment #1 from Bernhard Übelacker bernhardu@mailbox.org --- After working around 57248 by reverting 553204da, I received this "libc++abi" line when I, after the installer started up, just close the installer via the window decoration [x].
From a +seh,+relay log I suspect this happens inside xul.dll`DllMain(PROCESS_DETACH).
There it reaches xul.dll`std::terminate(), xul.dll`_abort_message.
Too bad gdb does not understand the pdb file from wine-gecko-2.47.4-x86-pdb.tar.xz.
It gets slightly more visibly with these environments set: export LIBUNWIND_PRINT_UNWINDING=1 export LIBUNWIND_PRINT_DWARF=1 export LIBUNWIND_PRINT_APIS=1