http://bugs.winehq.org/show_bug.cgi?id=13650
Summary: Wine 1.0 RC3 freezes Fedora 9 system Product: Wine Version: 1.0-rc3 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: mail2hr@online.de
This is what i did to install Wine 1.0 RC3:
tar xjf wine-1.0-rc3.tar.bz2 ./configure --prefix=/opt/wine-1.0-rc3 make depend && make # The following four steps are necessary because of this bug: # http://bugs.winehq.org/show_bug.cgi?id=13445 cd dlls/user32/tests gcc -c -I. -I. -I../../../include -I../../../include -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wtype-limits -Wpointer-arith -g -o menu.o menu.c cd ../../.. make depend && make su make install
Now if I use this newly compiled Wine my system freezes randomly. Sometimes I can use wine for 5 minutes or so, but then the system freezes and only a hardware reset helps. Using Fedora 8 I have always compiled wine this way and there were no problems at all. I can not tell whether this is a Fedora 9 or a Wine 1.0 RC3 bug.
http://bugs.winehq.org/show_bug.cgi?id=13650
Stefan Dösinger stefandoesinger@gmx.at changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |stefandoesinger@gmx.at Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #1 from Stefan Dösinger stefandoesinger@gmx.at 2008-06-03 12:05:49 --- This is a bug of your distro by definition. Wine is a user space application that doesn't install anything into the kernel or X server. It is the Kernel's job to prevent a user space app from crashing the system.
Please ask the Fedora support for advise on this issue.
http://bugs.winehq.org/show_bug.cgi?id=13650
Stefan Dösinger stefandoesinger@gmx.at changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Stefan Dösinger stefandoesinger@gmx.at 2008-06-03 12:06:03 --- closing