Re: I'll try this question again,.please
- From: Havoc Pennington <rhpennin midway uchicago edu>
- To: Stuart Felenstein <stuartf dimensional com>
- cc: gnome-list gnome org
- Subject: Re: I'll try this question again,.please
- Date: Thu, 5 Nov 1998 09:09:05 -0600 (CST)
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]