[Java-gnome-developer] [ java-gnome-Bugs-860508 ] text label glade exception
Brought to you by:
afcowie
From: SourceForge.net <no...@so...> - 2003-12-15 19:03:36
|
Bugs item #860508, was opened at 2003-12-15 20:03 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=101522&aid=860508&group_id=1522 Category: None Group: defect Status: Open Resolution: None Priority: 5 Submitted By: Alex Moreno (alexmoreno) Assigned to: Nobody/Anonymous (nobody) Summary: text label glade exception Initial Comment: I've tryied to include a gtk image an when i compile the sources iget this: (First:2570): GLib-CRITICAL **: file gutils.c: line 574 (g_path_get_dirname): assertion `file_name != NULL' failed (First:2570): GLib-CRITICAL **: file gstrfuncs.c: line 232 (g_strconcat): assertion `string1 != NULL' failed (First:2570): GdkPixbuf-CRITICAL **: file gdk-pixbuf-io.c: line 729 (gdk_pixbuf_new_from_file): assertion `filename != NULL' failed An unexpected exception has been detected in native code outside the VM. Unexpected Signal : 11 occurred at PC=0x4D47B589 Function=glade_xml_set_value_from_string+0x54D Library=/usr/lib/libglade-2.0.so.0 Current Java thread: at org.gnu.glade.LibGlade.glade_xml_new_from_buffer(Native Method) at org.gnu.glade.LibGlade.<init>(LibGlade.java:117) at org.gnu.glade.LibGlade.<init>(LibGlade.java:88) at org.gnu.glade.LibGlade.<init>(LibGlade.java:60) at MyFirstGlade.<init>(MyFirstGlade.java:79) at MyFirstGlade.main(MyFirstGlade.java:100) Dynamic libraries: 08048000-0804e000 r-xp 00000000 03:02 201975 /opt/blackdown-jdk-1.4.1/bin/java 0804e000-0804f000 rw-p 00005000 03:02 201975 /opt/blackdown-jdk-1.4.1/bin/java 40000000-40013000 r-xp 00000000 03:02 2878138 /lib/ld-2.3.2.so 40013000-40014000 rw-p 00012000 03:02 2878138 /lib/ld-2.3.2.so [....] the line which produces the exception is this one: libglade = new LibGlade(GLADE_FILE,this); ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=101522&aid=860508&group_id=1522 |