Peter Beutner p.beutner@gmx.net writes:
- as wineserver doesn't detach from the process it will get the next SIGTRAP signal and appearently it seems to ignore that signal
- [as nobody cares about the SIGTRAP signal the process get killed]
At this point the server does a PTRACE_CONT which is supposed to let the process handle the signal. You should try to figure out why this doesn't happen.