http://bugs.winehq.org/show_bug.cgi?id=12327
ruricher991@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |ruricher991@web.de
--- Comment #32 from ruricher991@web.de 2011-12-03 04:20:54 CST --- may be an ATI Problem Try :
$ ps -ef | grep hl2.exe guile 29151 29130 0 00:54 pts/34 00:05:30 hl2.exe
$ gdb --pid 29151 (gdb) handle SIGSTOP nostop noprint SIGSTOP No Np Yes Stopped (signal) (gdb) handle SIGSEGV nostop noprint Signal Stop Print Pass to program Description SIGSEGV No No Yes Segmentation fault (gdb) handle SIGUSR1 nostop Signal Stop Print Pass to program Description SIGUSR1 No No Yes User defined signal 1 (gdb) c Continuing.
http://bugs.winehq.org/show_bug.cgi?id=24166#c4