http://bugs.winehq.org/show_bug.cgi?id=6910
Summary: Segfault on Linux 2.6.19 Product: Wine Version: 0.9 Platform: Other OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: wine-binary AssignedTo: wine-bugs@winehq.org ReportedBy: gator_ml@yahoo.de
After Upgrading to Kernel 2.6.19, wine immediately segfaults. (just entering "wine" is enough). I tried wine 0.9.22 and 0.9.27.
I have a Pentium4 Processor (so I guess it's not #6622).
proc/sys/vm/legacy_va_layout is 0 (and setting it to 1 doesn't make a difference)
below the last couple of lines from "strace wine":
open("/lib/libdl.so.2", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0\f\0\000"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=13814, ...}) = 0 old_mmap(NULL, 12392, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x6028c000 madvise(0x6028c000, 12392, MADV_SEQUENTIAL|0x1) = 0 old_mmap(0x6028e000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x6028e000 close(3) = 0 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x60290000 mprotect(0x60286000, 4096, PROT_READ) = 0 set_thread_area({entry_number:-1 -> 7, base_addr:0x602908e0, limit:1048575, seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0, useable:1}) = 0 munmap(0x6012a000, 223388) = 0 set_tid_address(0x60290928) = 8810 --- SIGSEGV (Segmentation fault) @ 0 (0) --- +++ killed by SIGSEGV +++