Re: I'll try this question again,.please




On Thu, 5 Nov 1998, Stuart Felenstein wrote:
> 
> Gdk-CRITICAL **: file gdkfont.c: line 115 (gdk_font_ref): assertion
> 'font != NULL' failed

Looks like the panel tries to load a font and refs it without checking
whether the load was successful. On your system it apparently wasn't.

Do this:

$ gdb panel 
(gdb) break g_log 
(gdb) run 
(gdb) backtrace

This should show where the warning happens.

Havoc






[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]