Hello,
I just installed Angband under FreeBSD (7 Beta 4) and I get an SegFault, when I try to start the game. See the gdb-output:
If I try to install the game via "pkg_add -r" (precompiled sources), I can't save my games...
Can anyone please help me?
CU AronaDaal
I just installed Angband under FreeBSD (7 Beta 4) and I get an SegFault, when I try to start the game. See the gdb-output:
Code:
[aronadaal@daemonland /usr/home/aronadaal]$ gdb angband GNU gdb 6.1.1 [FreeBSD] 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-marcel-freebsd"... (gdb) run Starting program: /usr/local/bin/angband [New LWP 100127] [New Thread 0x28601100 (LWP 100127)] Program received signal SIGSYS, Bad system call. [Switching to Thread 0x28601100 (LWP 100127)] 0x2830b9db in ksem_init () from /lib/libc.so.7 (gdb) backtrace #0 0x2830b9db in ksem_init () from /lib/libc.so.7 #1 0x28301399 in sem_init () from /lib/libc.so.7 #2 0x28419f90 in SDL_CreateSemaphore () from /usr/local/lib/libSDL.so.11 #3 0x286250b8 in ?? () #4 0x00000000 in ?? () #5 0x00000000 in ?? () #6 0x28626780 in ?? () #7 0x00000206 in ?? () #8 0x28422db0 in __JCR_LIST__ () from /usr/local/lib/libSDL.so.11 #9 0x28622130 in ?? () #10 0x283d35d7 in SDL_CreateThread () from /usr/local/lib/libSDL.so.11 #11 0x00000000 in ?? () #12 0x00000000 in ?? () #13 0x00000318 in ?? () #14 0x28422db0 in __JCR_LIST__ () from /usr/local/lib/libSDL.so.11 #15 0x286267c4 in ?? () #16 0x282a3bdc in mixer () from /usr/local/lib/libSDL_mixer.so.2 #17 0x00000018 in ?? () #18 0x283c9eb7 in SDL_OpenAudio () from /usr/local/lib/libSDL.so.11 #19 0x281043f4 in ?? () from /libexec/ld-elf.so.1 #20 0xbfbfd544 in ?? () #21 0x280e1838 in dladdr () from /libexec/ld-elf.so.1 Previous frame inner to this frame (corrupt stack?) (gdb)
Can anyone please help me?
CU AronaDaal
Comment