http://bugs.winehq.org/show_bug.cgi?id=2665
Summary: Memory fault every time Product: Wine Version: 20050111 Platform: PC OS/Version: OpenBSD Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-loader AssignedTo: wine-bugs@winehq.org ReportedBy: janus@errornet.de
...i start wine. All i found out so far is the ktract/kdump and gdb backtrace. Every other debug try failed... any debug switch that gives better backtraces?
Debug output follows. Kind regards,
Simon
$ ktrace wine Memory fault
$ kdump 1983 ktrace RET ktrace 0 1983 ktrace CALL execve(0xcfbee2e4,0xcfbee80c,0xcfbee814) 1983 ktrace NAMI "/bin/wine" 1983 ktrace RET execve -1 errno 2 No such file or directory 1983 ktrace CALL execve(0xcfbee2e4,0xcfbee80c,0xcfbee814) 1983 ktrace NAMI "/usr/bin/wine" 1983 ktrace RET execve -1 errno 2 No such file or directory 1983 ktrace CALL execve(0xcfbee2e4,0xcfbee80c,0xcfbee814) 1983 ktrace NAMI "/usr/local/bin/wine" 1983 wine NAMI "/usr/libexec/ld.so" 1983 wine EMUL "native" 1983 wine RET execve 0 1983 wine CALL issetugid 1983 wine RET issetugid 0 1983 wine CALL mprotect(0x25014000,0x1000,0x1) 1983 wine RET mprotect 0 1983 wine CALL mmap(0,0x1000,0x3,0x1002,0xffffffff,0,0,0) 1983 wine RET mmap -1 errno 12 Cannot allocate memory 1983 wine PSIG SIGSEGV SIG_DFL code 1 addr=0x5015d02 trapno=1 1983 wine NAMI "wine.core"
$ gdb wine GNU gdb 6.1 Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-unknown-openbsd3.6"... (gdb) r Starting program: /usr/local/bin/wine
Program received signal SIGSEGV, Segmentation fault. 0x0a04fd02 in ?? () (gdb) bt #0 0x0a04fd02 in ?? () #1 0x2a04e188 in ?? () #2 0x77f00054 in ?? () #3 0x00000013 in ?? () #4 0x0a04d4ef in ?? () #5 0x2a04c0b7 in ?? () #6 0x00000020 in ?? () #7 0xcfbf2050 in ?? () #8 0x0a04fbb9 in ?? () #9 0x00000013 in ?? () #10 0xcfbf2128 in ?? () #11 0xcfbf20e0 in ?? () #12 0x0a04fb92 in ?? () #13 0x2a04e188 in ?? () #14 0x77f00054 in ?? () #15 0x00000001 in ?? () #16 0x2a04c0b7 in ?? () #17 0x2a04f2d0 in ?? () #18 0x2a04c093 in ?? () #19 0x2a04f2c8 in ?? () #20 0x2a04c088 in ?? () #21 0x00000012 in ?? () #22 0x2a04c078 in ?? () #23 0xcfbf20c0 in ?? () #24 0x0a04d6f0 in ?? () #25 0x77f00400 in ?? () #26 0x00001000 in ?? () #27 0x00000001 in ?? () #28 0x0a04d5d6 in ?? () #29 0xcfbf20e0 in ?? () #30 0xcfbf2128 in ?? () #31 0xcfbf20e0 in ?? () #32 0x000000d0 in ?? () #33 0x00000008 in ?? () #34 0x00000000 in ?? () ... #12283 0x00000000 in ?? () #12284 0x00000000 in ?? () ---Type <return> to continue, or q <return> to quit--- #12285 0x00000000 in ?? () #12286 0x00000000 in ?? () #12287 0xcfbf212c in ?? () #12288 0x00000001 in ?? () #12289 0xcfbf2134 in ?? () #12290 0x00000011 in ?? () Cannot access memory at address 0xcfbfe000 (gdb)