wineserver hitting kernel bug?

Alexandre Julliard julliard at winehq.org
Tue Jan 11 16:05:01 CST 2011


André Hentschel <nerv at 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.

-- 
Alexandre Julliard
julliard at winehq.org




More information about the wine-devel mailing list