Re: [java-gnome-hackers] Exception
Brought to you by:
afcowie
From: Tom B. <Tom...@Su...> - 2003-03-24 19:50:48
|
Do you get a core dump when this occurs? There are six addEventHandler methods, and it would help getting a more accurate fix on where the fault occurs. If you have a core file, please run 'gdb <your vm> <core>' and type 'where' to get a native stack trace. If that isn't possible, can you forward your app so I can run it? Thanks, Tom On Sat, 2003-03-22 at 06:29, Mark Howard wrote: > Hi, > One of the commits since last night has started to produce exceptions > in the Timer related code. This occurs any time I start a timer. > > An unexpected exception has been detected in native code outside the VM. > Unexpected Signal : 11 occurred at PC=0x4C3F69A0 > Function=(null)+0x4C3F69A0 > Library=/home/mark/dev/java-gnome/lib/libGTKJava.so.0.8.0 > > NOTE: We are unable to locate the function name symbol for the error > just occurred. Please refer to release documentation for possible > reason and solutions. > > > Current Java thread: > at org.gnu.glib.GObject.addEventHandler(Native Method) > at org.gnu.glib.EventMap.initialize(EventMap.java:66) > at org.gnu.gtk.Container.initializeEventHandlers(Container.java:191) > at org.gnu.gtk.Dialog.initializeEventHandlers(Dialog.java:251) > at org.gnu.gtk.MessageDialog.<init>(MessageDialog.java:53) > at > com.tildemh.debbuggtk.ListingReport.showError(ListingReport.java:277) > at > com.tildemh.debbuggtk.ListingConstructor$1.run(ListingConstructor.java:126) > at com.tildemh.debbuggtk.Utils$1.fire(Utils.java:28) > at org.gnu.gtk.Gtk.gtk_main(Native Method) > at org.gnu.gtk.Gtk.main(Gtk.java:54) > at com.tildemh.debbuggtk.BugWatcher.main(BugWatcher.java:246) -- Tom Ball <Tom...@Su...> |