André Hentschel nerv@dawncrow.de writes:
Hi all, i get err:process:start_wineboot failed to start wineboot, err 1359 which of course leads to major problems, i tracked it down to server/process.c in function process_poll_event it hits the line if (event & (POLLERR | POLLHUP)) kill_process( process, 0 ) because event is 0x19
what can cause that? maybe a kernelbug?
No, the most likely reason is that the process crashed. Try strace or gdb.