On Sat, Mar 13, 2010 at 07:42:53PM +0100, David Paleino wrote:
> Uhm, ok, I actually meant running:
> 
> $ gdb gthumb
> ...
> (gdb) run --clutter-debug=all

Hmmm, ok, but I don't see much new information...

% gdb -args /usr/bin/gthumb --clutter-debug=all
GNU gdb (GDB) 7.0.1-debian
Copyright (C) 2009 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 "i486-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/bin/gthumb...Reading symbols from 
/usr/lib/debug/usr/bin/gthumb...done.
(no debugging symbols found)...done.
(gdb) run
Starting program: /usr/bin/gthumb --clutter-debug=all
[Thread debugging using libthread_db enabled]
ClutterX11-Message: [BACKEND] clutter-backend-x11.c:174: Getting the X screen
Clutter-Message: [BACKEND] ./clutter-backend.c:165: Units per em: 9,66
ClutterX11-Message: [BACKEND] clutter-backend-x11.c:226: X Display 
':0.0'[0x80fea00] opened (screen:0, root:429, dpi:86,124503)
Clutter-Message: [BACKEND] ./clutter-stage.c:1004: Creating stage from the 
default backend
ClutterGLX-Message: [BACKEND] clutter-backend-glx.c:598: Creating stage of type 
'ClutterStageGLX'
ClutterGLX-Message: [BACKEND] clutter-backend-glx.c:616: GLX stage 
created[0x8121000] (dpy:0x80fea00, screen:0, root:429, wrap:0x8120010)
Clutter-Message: [ACTOR] ./clutter-actor.c:1183: Realizing actor 'ClutterStage' 
[0x8120010]
Clutter-Message: [ACTOR] ./clutter-actor.c:1183: Realizing actor 
'ClutterStageGLX' [0x8121000]
ClutterGLX-Message: [ACTOR] clutter-stage-glx.c:125: Realizing stage 
'ClutterStageGLX' [0x8121000]
ClutterGLX-Message: [BACKEND] clutter-backend-glx.c:657: Retrieving GL visual 
(for onscreen use), dpy: 0x80fea00, xscreen; 0x80ff4b0 (0)
ClutterGLX-Message: [MISC] clutter-stage-glx.c:151: Creating stage X window
Clutter-Message: [LAYOUT] ./clutter-actor.c:4523: Width request for -1,00 px
Clutter-Message: [LAYOUT] ./clutter-actor.c:4594: Width request for 640,00 px
ClutterGLX-Message: [BACKEND] clutter-backend-glx.c:657: Retrieving GL visual 
(for onscreen use), dpy: 0x80fea00, xscreen; 0x80ff4b0 (0)
ClutterGLX-Message: [GL] clutter-backend-glx.c:374: Creating GL Context 
(display: 0x80fea00, onscreen)
ClutterGLX-Message: [GL] clutter-backend-glx.c:400: Setting indirect context
ClutterGLX-Message: [BACKEND] clutter-stage-glx.c:215: Successfully realized 
stage
ClutterX11-Message: [BACKEND] clutter-stage-x11.c:365: setting cursor state 
('visible') over stage window (65011716)
Clutter-Message: [MULTISTAGE] ./clutter-backend.c:344: Setting the new stage 
[0x8120010]
ClutterGLX-Message: [MULTISTAGE] clutter-backend-glx.c:438: Setting context for 
stage of type ClutterStageGLX [0x8121000]
ClutterGLX-Message: [BACKEND] clutter-backend-glx.c:470: MakeCurrent dpy: 
0x80fea00, window: 0x3e00004 (native), context: 0x811fa88
Xlib:  extension "XFree86-DRI" missing on display ":0.0".
ClutterX11-Message: [EVENT] clutter-backend-x11.c:235: initialising the event 
loop
Clutter-Message: [MISC] ./clutter-feature.c:84: checking features
Clutter-Message: [MISC] ./clutter-feature.c:88: allocating features data

Program received signal SIGSEGV, Segmentation fault.
0x00000000 in ?? ()
(gdb) bt
#0  0x00000000 in ?? ()
#1  0xb7d04130 in cogl_create_context () at cogl-context.c:173
#2  _cogl_context_get_default () at cogl-context.c:227
#3  0xb7d0d5bd in cogl_get_features () at cogl.c:585
#4  0xb7cd3145 in _clutter_feature_init () at ./clutter-feature.c:98
#5  0xb7cd8c82 in clutter_init_real (error=0xbffff62c) at ./clutter-main.c:1267
#6  0xb7cd8fa8 in clutter_init (argc=0x0, argv=0x0) at ./clutter-main.c:1676
#7  0xb7d49b46 in gtk_clutter_init (argc=0x0, argv=0x0)
    at ./gtk-clutter-util.c:631
#8  0x080d4d16 in main (argc=1, argv=0xbffff714) at main.c:418
(gdb) 


I'm going to get sources and compile it, see if I can find more information
on this segfault.

Thanks,

-- 
Julien Leproust



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to