http://bugs.winehq.com/show_bug.cgi?id=1815
Summary: wine and winedbg will not run on AMD K6 system Product: Wine Version: CVS Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: blocker Priority: P2 Component: wine-kernel AssignedTo: wine-bugs@winehq.com ReportedBy: urtext@hfx.andara.com
System: RH9, fully patched to November 1 2003 AMD K6-2 on MVP3
Wine fails with "nested exception on signal stack" errors (its in signal_i386.c in ntdlls).
I origionally tried the RH9 rpms on this machine, but wine always failed with a segmentation fault. Then I cleaned the system and tried with the gz binary package, then the source distribution and finally the CVS, all with the same result. Using wineinstall with a no Window installation this time, but building the ~/.wine/config by hand has the same effect.
Running "wine notepad.exe" has the following restult to STDERR (ignore the configuration messages): Could not stat /mnt/fd0 (No such file or directory), ignoring drive A: Could not stat /cdrom (No such file or directory), ignoring drive D: err:seh:setup_exception nested exception on signal stack in thread 0009 eip 400454fd esp 4080019c stack 0x407b0000-0x409b0000
the setup_exception line is repeated 344 times, each with different esp values until wine finally craps out with a segmentation fault. Running winedbg without any parameters has the same errors, but the setup_exception loop seems to run forever.
I have never managed to get wine running on this system at all -- I've been trying on and off since August.