[root@fbsd /home/christian/Desktop/supertuxkart-0.6.2/src]# ./supertuxkart
Segmentation fault: 11 (core dumped)
[root@fbsd /home/christian/Desktop/supertuxkart-0.6.2/src]# gdb ./supertuxkart
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/home/christian/Desktop/supertuxkart-0.6.2/src/supertuxkart
[New LWP 100168]
Program received signal SIGSEGV, Segmentation fault.
[Switching to LWP 100168]
0x295fe422 in pthread_mutexattr_setkind_np () from /lib/libthr.so.3
(gdb) bt
#0 0x295fe422 in pthread_mutexattr_setkind_np () from /lib/libthr.so.3
#1 0x283f8113 in _nv000004gl () from /usr/local/lib/libGL.so.1
#2 0xbfbfe820 in ?? ()
#3 0x00000002 in ?? ()
#4 0x00000000 in ?? ()
#5 0x00000015 in ?? ()
Previous frame inner to this frame (corrupt stack?)
(gdb)