[gvd-users] BadAlloc, BadFont

Frode Tennebø gvd-users@lists.act-europe.fr
Wed, 12 Jun 2002 23:04:20 +0200


Just downloaded GVD 1.2.5 for Solaris. At startup it goes:


ft@alne:/home3/ft/gvd-1.2.5-sparc-sun-solaris2.5.1/bin>./gvd 
Gdk-ERROR **: BadAlloc (insufficient resources for operation)
  serial 453 error_code 11 request_code 45 minor_code 0
Gdk-ERROR **: BadFont (invalid Font parameter)
  serial 454 error_code 7 request_code 47 minor_code 0


I asume this is caused because a specific font is requested which does 
not 
exists on my system. Backtrace of BadAlloc looks like this:


(gdb) back
#0  0xff2bc850 in _XError ()
#1  0xff29c8c4 in _XReply ()
#2  0xff2ab57c in _XQueryFont ()
#3  0xff2ab454 in XLoadQueryFont ()
#4  0x467da8 in gdk_font_load ()
#5  0x354ee0 in gtk_psfont_get_gdkfont ()
#6  0x2e8e5c in gtk__extra__psfont__get_gdkfont ()
#7  0x30e8e4 in gtkada__canvas__configure ()
#8  0x223ce0 in gvd__process__create_debugger ()
#9  0x1fcec4 in _ada_gvd_main ()
#10 0xf8428 in main ()


Which font(s) am I missing? 


Regards,
 -Frode