[Java-gnome-developer] re: SIGSEGV (cont)
Brought to you by:
afcowie
From: Avi B. <av...@be...> - 2000-12-08 04:41:40
|
Jeff, This isn't the returning-strings bug, and it does happen with the code in CVS as of a couple of days ago. It's a wierd problem - I've worked around it for now by: -patching the 0.5.0 release to return strings properly -using the "changed" signal instead of the "insert-text" signal For some reason that makes the problem go away. The CVS code doesn't currently work with what I'm doing at all, but since what I'm doing is sufficiently strange (lots of reflection and bytecode postprocessing), and the CVS code is in a state of flux, I'm just going to wait until the next point release and hope it works again. Incidentally, libglade support turned out to be pretty simple, once I learned a little JNI. If anyone's interested, I'll clean up and post my GladeXML class in the next week or so. |