https://bugs.winehq.org/show_bug.cgi?id=53044
Zeb Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12@gmail.com
--- Comment #5 from Zeb Figura z.figura12@gmail.com --- (In reply to Rafał Mużyło from comment #4)
0024:err:virtual:virtual_setup_exception stack overflow 888 bytes in thread 0024 addr 0x7bc5469a stack 0x6d0c88 (0x6d0000-0x6d1000-0x7d0000)
Errors like this one have recently become quite common (as in happenning in many different apps), but usually they aren't crashers or the crash happens upon closing the app. To have that as an *early* crasher is a bit odd.
No, this is not true. A stack overflow is a crash, and just as fatal as an access violation. The main difference is that it doesn't trigger a winedbg crash window, since it's usually impossible to execute any more win32 code.