http://bugs.winehq.org/show_bug.cgi?id=2574
Summary: wine-preloader receives SIGKILL on start Product: Wine Version: 20041019 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: blocker Priority: P2 Component: wine-loader AssignedTo: wine-bugs@winehq.org ReportedBy: kdntl@yahoo.fr
Hi all,
Since the 20040112 version (or the previous one, I can't remember), wine compiles correctly on my Linux box but is crashes on each start.
Here are some informations about my system :
$ uname -s -r -m -p -i Linux 2.4.26-gentoo-r11 i686 Pentium III (Coppermine) GenuineIntel
$ /lib/libc-2.3.4.so (...) Available extensions: GNU libio by Per Bothner crypt add-on version 2.1 by Michael Glad and others linuxthreads-0.10 by Xavier Leroy BIND-8.2.3-T5B libthread_db work sponsored by Alpha Processor Inc NIS(YP)/NIS+ NSS modules 0.19 by Thorsten Kukuk Thread-local storage support included. (...)
$ gcc -v (...) Thread model: posix gcc version 3.3.4 20040623 (Gentoo Linux 3.3.4-r1, ssp-3.3.2-2, pie-8.7.6)
Each time I run wine (or wine-pthread), it stops immediatly. After "stracing" the wine binary, the last call is execve("wine-preloader"). So I run the wine-preloader binary from the command line and indeed, it crashes immediatly :
$ strace ./wine (...) execve("/home/kd/wine-20041019/loader/wine-preloader", ["/home/kd/wine-20041019/loader/wi"..., "/home/kd/wine-20041019/loader/wi"...], [/* 54 vars */]) = 0 +++ killed by SIGKILL +++ $ cd loader $ strace ./wine-preloader execve("./wine-preloader", ["./wine-preloader"], [/* 53 vars */]) = 0 +++ killed by SIGKILL +++ $ gdb -q ./wine-preloader Using host libthread_db library "/lib/libthread_db.so.1". (gdb) r Starting program: /home/kd/wine-20041019/loader/wine-preloader
Program terminated with signal SIGKILL, Killed. The program no longer exists. You can't do that without a process to debug. (gdb) $