Re: set_thread_area: Invalid argument
Richard Smith <[email protected]> Thu, 3 Feb 2005 22:36:09 +0000 (UTC)
| Newsgroups | gmane.comp.emulators.winex.devel |
|---|---|
| Message-ID | <[email protected]> |
I get a similar problem trying to run wine on RHL 9.0 (2.4.20-8 kernel). Last
bit of the strace -f output is:
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0x40235000
old_mmap(NULL, 8620, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x40236000
old_mmap(0x40238000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3,
0x2000) = 0x40238000
close(3) = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0x40239000
mprotect(0x40017000, 712704, PROT_READ|PROT_WRITE) = 0
mprotect(0x40017000, 712704, PROT_READ|PROT_EXEC) = 0
set_thread_area({entry_number:-1 -> 6, base_addr:0x40239280, limit:1048575,
seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0,
useable:1}) = 0
munmap(0x401f6000, 117341) = 0
brk(0) = 0x3c00174c
brk(0x3c00274c) = 0x3c00274c
brk(0x3c003000) = 0x3c003000
set_thread_area({entry_number:-1 -> 7, base_addr:00000000, limit:0, seg_32bit:0,
contents:0, read_exec_only:1, limit_in_pages:0, seg_not_present:1, useable:0}) =
0
set_thread_area({entry_number:7, base_addr:0x400e2c00, limit:4095, seg_32bit:1,
contents:0, read_exec_only:0, limit_in_pages:0, seg_not_present:0, useable:0}) =
0
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++
Thanks,
Richard