http://bugs.winehq.org/show_bug.cgi?id=12327
ruricher991 at web.de changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ruricher991 at web.de
--- Comment #32 from ruricher991 at 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
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.