Comment 1 for bug 318180

Revision history for this message
Martin Olsson (mnemo) wrote :

GDB says something goes wrong in function create_gl_area()

(gdb) r
Starting program: /usr/games/gnubik
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread 0x7f79f3b327f0 (LWP 4837)]

** ERROR **: Cannot get a suitable visual
aborting...

Program received signal SIGTRAP, Trace/breakpoint trap.
[Switching to Thread 0x7f79f3b327f0 (LWP 4837)]
IA__g_logv (log_domain=0x0, log_level=G_LOG_LEVEL_ERROR, format=0x412465 "Cannot get a suitable visual", args1=0x7ffffbb6ad20)
    at /build/buildd/glib2.0-2.19.4/glib/gmessages.c:503
503 /build/buildd/glib2.0-2.19.4/glib/gmessages.c: No such file or directory.
 in /build/buildd/glib2.0-2.19.4/glib/gmessages.c
(gdb) bt
#0 IA__g_logv (log_domain=0x0, log_level=G_LOG_LEVEL_ERROR, format=0x412465 "Cannot get a suitable visual", args1=0x7ffffbb6ad20)
    at /build/buildd/glib2.0-2.19.4/glib/gmessages.c:503
#1 0x00007f79eeedb413 in IA__g_log (log_domain=0x7f79ee7a0a00 "", log_level=-296291000, format=0x31 <Address 0x31 out of bounds>)
    at /build/buildd/glib2.0-2.19.4/glib/gmessages.c:517
#2 0x000000000040ed38 in create_gl_area ()
#3 0x0000000000409349 in c_main ()
#4 0x00007f79eec2c84f in scm_boot_guile () from /usr/lib/libguile.so.12
#5 0x0000000000409290 in main ()
(gdb)