On Tue, 25 May 2004 12:59:42 +0200, you wrote:
[wine-cvs]$ ./wine ~/.wine/fake_windows/Windows/Temp/sp7zFh5.exe /SILENT err:seh:setup_exception stack overflow 0 bytes in thread 0009 eip 551ae506 esp 55761000 stack 0x55760000-0x55860000
Overflow by 0 bytes? 16MB of stack not enough? Certainly looks interesting...
I have seen this after an endless recursive call (MENU_FindItem called with a menu that finds its hmenu as a submenu).
It would be nice if the debugger could trap this. If the function does not contain TRACE's it is quite difficult to find the offending function. Especially when debugging remotely.
Rein.