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

Redhat 6 gices some problems with gtk



Hi all,

this bit of code:
------------------------------------
g_print("body, colorlist=%p,
   length=%d\n",colorlist,g_list_length(colorlist) );
gtk_combo_set_popdown_strings(GTK_COMBO(combo1), colorlist);
g_print("body, colorlist=%p\n", colorlist);
-------------------------------------
gives this output:
-------------------------------------
body, colorlist=0x809201c, length=3

Gtk-CRITICAL **: file gtklabel.c: line 224 (gtk_label_new): assertion `str
!= NULL' failed.

Gtk-CRITICAL **: file gtkmisc.c: line 166 (gtk_misc_set_alignment):
assertion `misc != NULL' failed.

Gtk-CRITICAL **: file gtkcontainer.c: line 706 (gtk_container_add):
assertion `widget != NULL' failed.

Gtk-CRITICAL **: file gtkwidget.c: line 1434 (gtk_widget_show): assertion
`widget != NULL' failed.
---------------------------------------
ONLY on redhat 6.0... After this error the program stops responding..

it runs perfectly well on Slackware, Stampede, Debian and Redhat-5.2

is Redhat-6.0 broken? Or is the Gtk-1.2.1 on Redhat 6 broken?

cu,
	Olivier
        ___________________________________________________ 
  )     Olivier Sessink
 ((  _  Email oliviers@cheque.uq.edu.au
|~~~| ) 
|   |'  Working without coffee is like driving without fuel
`---'



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