http://bugs.winehq.org/show_bug.cgi?id=2576
Summary: Wine (20041019 and CVS) hangs on startup
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bero(a)arklinux.org
On a Linux 2.6.9-mm1 (and 2.6.10-rc2-mm1) system with glibc 2.3.3/nptl and gcc
3.4.3, wine hangs on startup when trying to run any application, including
simple self-extracting archives that used to work with older versions of wine.
"strace wine any.exe" ends in
execve("//usr/bin/wine-preloader", ["//usr/bin/wine-preloader",
"//usr/bin/wine-pthread", "any.exe"], [/* 26 vars */]) = 0
old_mmap(0x1, 0, 0x110000, MAP_FILE, 16434, 0xffffffff) = -1 EINVAL (Invalid
argument)
old_mmap(0x2, 2147483648, PROT_GROWSDOWN, MAP_FILE, 16434, 0xffffffff) = -1
EINVAL (Invalid argument)
old_mmap(0x3, 1114112, PROT_GROWSDOWN|PROT_GROWSUP|0xcef0000, MAP_FILE, 16434,
0xffffffff) = -1 EINVAL (Invalid argument)
open("//usr/bin/wine-pthread", O_RDONLY) = 3
read(0,
[At this point, it just hangs forever].
Launching "wine-pthread any.exe" by hand works.
I didn't get to debug this any further yet.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2383
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-19-11 20:42 -------
Thats one bug fixed and another found.
please start a new bug for the crash right before game play.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2383
------- Additional Comments From vincent.lonngren.759(a)student.lu.se 2004-19-11 17:53 -------
With the 2004-10-19 release, the installshield does install CK, and the game
starts. Unfortunately, it then crashes after province selection, right before
gameplay is about to begin. :(
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2573
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=226
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
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(a)winehq.org
ReportedBy: kdntl(a)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)
$
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.