You are not logged in.
Hi All,
I have just installed the game zaz from the repositories. The game crashes on startup.
# pacman -S zaz
$ zaz
Bus error
gdb shows me the problem is in libnvidia-glcore.so.
$ gdb zaz
GNU gdb (GDB) 7.4.1
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-unknown-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/bin/zaz...(no debugging symbols found)...done.
(gdb) run
Starting program: /usr/bin/zaz
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/libthread_db.so.1".
[New Thread 0x7ffff188a700 (LWP 14156)]
Program received signal SIGBUS, Bus error.
0x00007ffff38b94f4 in ?? () from /usr/lib/libnvidia-glcore.so.302.17
(gdb) bt
#0 0x00007ffff38b94f4 in ?? () from /usr/lib/libnvidia-glcore.so.302.17
#1 0x00007ffff3c3b684 in ?? () from /usr/lib/libnvidia-glcore.so.302.17
#2 0x00007ffff3c4a179 in ?? () from /usr/lib/libnvidia-glcore.so.302.17
#3 0x00007ffff3b39ba8 in ?? () from /usr/lib/libnvidia-glcore.so.302.17
#4 0x00007ffff3b44a57 in ?? () from /usr/lib/libnvidia-glcore.so.302.17
#5 0x00007ffff389e933 in ?? () from /usr/lib/libnvidia-glcore.so.302.17
#6 0x00007ffff387f900 in ?? () from /usr/lib/libnvidia-glcore.so.302.17
#7 0x00007ffff69c3b50 in ?? () from /usr/lib/libGL.so.1
#8 0x00007ffff69c3cb0 in ?? () from /usr/lib/libGL.so.1
#9 0x00007ffff69cb146 in ?? () from /usr/lib/libGL.so.1
#10 0x00007ffff7b7c2c6 in ?? () from /usr/lib/libSDL-1.2.so.0
#11 0x00007ffff7b7c389 in ?? () from /usr/lib/libSDL-1.2.so.0
#12 0x00007ffff7b81b6e in ?? () from /usr/lib/libSDL-1.2.so.0
#13 0x00007ffff7b8212b in ?? () from /usr/lib/libSDL-1.2.so.0
#14 0x00007ffff7b70e6e in SDL_SetVideoMode () from /usr/lib/libSDL-1.2.so.0
#15 0x00000000004067a2 in ?? ()
#16 0x00007ffff56d0455 in __libc_start_main () from /lib/libc.so.6
#17 0x00000000004086e1 in ?? ()
#18 0x00007fffffffe8d8 in ?? ()
#19 0x0000000000000000 in ?? ()How can I debug this further?
Best regards,
Cedric
Last edited by cdwijs (2012-07-12 18:16:59)
Offline
Solved by cleaning up some space in my root filesystem.
Offline