Re: [Java-gnome-developer] segmentation fault in g_object_set_data_full
Brought to you by:
afcowie
From: Jeff M. <ku...@gm...> - 2005-01-09 12:58:14
|
Phil, Can you share your example code with us. There is a new release of java-gnome tomorrow and I want to make sure this bug gets fixed in the new release (as well as the stable branch). On Sun, 09 Jan 2005 00:28:03 +0000, Phil Rendell <pr...@ab...> wrote: > I also appear to be experiencing a similar thing with the second > example. Here's the stack trace (the line numbers aren't quite the same > as in the example): > > An unexpected exception has been detected in native code outside the VM. > Unexpected Signal : 11 occurred at PC=0x4CDF96BA > Function=g_object_set_data_full+0x2A > Library=/usr/lib/libgobject-2.0.so.0 > > Current Java thread: > at org.gnu.glib.GObject.setData(Native Method) > at org.gnu.glib.GObject.setHandle(GObject.java:179) > at org.gnu.glib.GObject.<init>(GObject.java:59) > at org.gnu.gnome.UIInfo.<init>(UIInfo.java:100) > at org.gnu.gnome.UIInfo.newItem(UIInfo.java:358) > at uk.ac.aber.crs.CrsMain.createMenus(CrsMain.java:34) > at uk.ac.aber.crs.CrsMain.<init>(CrsMain.java:22) > at uk.ac.aber.crs.CrsMain.main(CrsMain.java:126) > > Line 34 was: > > UIInfo.newItem("New", "Create a new song", listener), > > I am using libgnome-java 2.8-2.8.2 and libgtk-java-2.4-2.4.7.2 > > Is there anything that I might be doing wrong to get this error? > > Cheers, > > Phil > > ------------------------------------------------------- > The SF.Net email is sponsored by: Beat the post-holiday blues > Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. > It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt > _______________________________________________ > java-gnome-developer mailing list > jav...@li... > https://lists.sourceforge.net/lists/listinfo/java-gnome-developer > -- Jeffrey Morgan "The highest reward for a man's toil is not what he gets for it, but what he becomes by it" - Jon Ruskin |