wineserver hitting kernel bug?

Austin English austinenglish at gmail.com
Tue Jan 11 14:56:09 CST 2011


2011/1/11 André Hentschel <nerv at dawncrow.de>:
> 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?
> that's with ext3 and after working around https://bugs.launchpad.net/ubuntu/+source/linux-ti-omap4/+bug/697004/
> yes, it is on ARM (pandaboard)
> uname -a :
> Linux panda 2.6.35-903-omap4 #19-Ubuntu SMP PREEMPT Wed Nov 17 16:11:04 UTC 2010 armv7l GNU/Linux
> --

FWIW, I get the same on powerpc:
http://bugs.winehq.org/show_bug.cgi?id=25744

austin at gcc40:~$ WINEDEBUG=+process,+wineboot ./wine-git/wine
./wine-git/programs/wineboot/wineboot.exe.so 2>&1 | tee boot.txt
wine: created the configuration directory '/home/austin/.wine'
trace:process:init_current_directory starting in L"Z:\\home\\austin\\" 0xc
trace:process:CreateProcessW app
L"C:\\windows\\system32\\wineboot.exe" cmdline
L"C:\\windows\\system32\\wineboot.exe --init"
trace:process:open_exe_file looking for L"C:\\windows\\system32\\wineboot.exe"
trace:process:CreateProcessW starting
L"C:\\windows\\system32\\wineboot.exe" as 32-bit Winelib app
err:process:start_wineboot failed to start wineboot, err 1359
trace:process:__wine_kernel_init starting process
name=L"Z:\\home\\austin\\wine-git\\programs\\wineboot\\wineboot.exe.so"
argv[0]=L"Z:\\home\\austin\\wine-git\\programs\\wineboot\\wineboot.exe.so"
trace:wineboot:pendingRename Entered
trace:wineboot:pendingRename Value not present - nothing to rename
trace:wineboot:ProcessRunKeys processing L"RunServicesOnce" entries under HKLM
trace:wineboot:ProcessRunKeys done

and it just hangs there, using 100% cpu, never timing out.

-- 
-Austin




More information about the wine-devel mailing list