Probleme mit Grip

findus

a nice one
Hi, beim starten von grip als normaler User bekomme ich lediglich die Fehlermeldung - "Segmentation fault (core dumped)" Sonst nichts. Vielleicht kennt jemand ja das Problem und weiss einen Rat?! Wäre cool ;)

Bjoern Marten
 
jetzt wo du es sagst fällts mir auch auf, das geht wirklich nicht mehr, auch nicht mehr als root. strace liefert nichts besonderes. aber mit gdb:

Code:
Program received signal SIGSEGV, Segmentation fault.
0x28dbeb52 in strchr () from /usr/lib/libc.so.5
(gdb) bt
#0  0x28dbeb52 in strchr () from /usr/lib/libc.so.5
#1  0x286e7860 in __JCR_LIST__ () from /usr/local/lib/libgobject-2.0.so.200
#2  0x286bea52 in g_object_new_valist ()
   from /usr/local/lib/libgobject-2.0.so.200
#3  0x28b7555b in gnome_program_initv () from /usr/X11R6/lib/libgnome-2.so.400
#4  0x28b7540a in gnome_program_init () from /usr/X11R6/lib/libgnome-2.so.400
#5  0x0804e302 in Cmain ()
#6  0x0804e1eb in main ()
#7  0x0804e105 in _start ()

sehr kurios, vor allem bei so ner standard c funktion ...
 
Zurück
Oben