[Java-gnome-developer] SIGSEGV
Brought to you by:
afcowie
From: Avi B. <av...@be...> - 2000-12-06 22:05:10
|
I'm getting segmentation faults using java-gnome... I'll try to narrow it down more exactly, but it seems to involve using java.lang.reflect from within a signal callback. Some data points: using java-gnome 0.5.0, I get the error on Method.invoke and Field.set with the blackdown JDK, but only on Field.set with the IBM JDK. Using the CVS sources, I get the crash on both JDKs for both reflection types. Note that this only happens when I'm inside a callback... it's not a general problem with reflection. Can anybody reproduce this? Does anybody have any clue what's going on? avi |