Re: [Java-gnome-developer] segmentation fault in g_object_set_data_full
Brought to you by:
afcowie
From: Jeff M. <ku...@gm...> - 2004-12-27 13:11:51
|
Thanks for the report. Can you please let us know what version of java-gnome you are currently using? On Sun, 26 Dec 2004 16:27:54 +0200, Disruptor <ksi...@cs...> wrote: > Hello everybody, > > I am having a small problem running the second example provided > by the java-gnome tutorial. It sigsegvs inside `g_object_set_data_full'. > > > gcj -classpath /usr/share/java/gtk2.4.jar:/usr/share/java/gnome2.8.jar > -lgtkjar2.4 -lgnomejar2.8 --main="Second" -o "Second.out" Second.java > > > > gdb ./Second.out > (gdb) run > [...] > > Program received signal SIGSEGV, Segmentation fault. > [Switching to Thread -1212368672 (LWP 3062)] > 0x00c0ffee in g_object_set_data_full () > from /usr/lib/libgobject-2.0.so.0 > (gdb) > > This happens independently of the compiler/interpreter used. > > Any ideas appreciated. Thanks in advanced. > > Yoko Choko, > Dominique > > P.S.: I fixed the typo in the source code of the second example like > this: > > new LifeCycleListener() > { > public void lifeCycleEvent(LifeCycleEvent event) {} > public boolean lifeCycleQuery(LifeCycleEvent event) { > Gtk.mainQuit(); > return false; > } > } > > Is this correct? > > ------------- > live strong > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://productguide.itmanagersjournal.com/ > _______________________________________________ > 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 |