Re: [Java-gnome-developer] Testing
Brought to you by:
afcowie
From: John L. <je...@pi...> - 2001-10-14 20:08:42
|
On Mon, Oct 08, 2001 at 07:20:51AM -0400, Jeffrey Morgan wrote: > Thanks for the input and feedback. I have never seen the > problem you describe on the clist. When it crashes does it > produce a core? What additional information can you provide? Hello Jeffrey I run TestGTK and click clist. Then I click "Add 10000 rows". Here is the output: bapli% /usr/local/jdk1.3/bin/java -cp lib/gtk.jar:lib/gnome.jar:test TestGTK ~/dev/java-gnome-0.7 SIGSEGV 11 (*) segmentation violation si_signo [11]: SIGSEGV: (*) segmentation violation si_errno [0]: Success si_code [1]: SEGV_MAPERR [addr: 0x4] stackpointer=0xbffc1ae4 Writing java dump to javacore5845.1003088919.txt ... OK SIGABRT 6 (*) abort process stackpointer=0xbffc1508 zsh: abort /usr/local/jdk1.3/bin/java -cp lib/gtk.jar:lib/gnome.jar:test TestGTK I will also attach the core .txt file. This is IBM's 1.3 JDK for Linux. This happens with or without my patch that I mentioned earlier: Index: src/other/callback_dispatcher.c =================================================================== RCS file: /cvsroot/java-gnome/java-gnome/src/other/callback_dispatcher.c,v retrieving revision 1.17 diff -r1.17 callback_dispatcher.c 31c31 < obj_pointer = (*env)->GetIntField(env, obj, gtkobj_fieldID); --- > obj_pointer = (*env)->GetLongField(env, obj, gtkobj_fieldID); John Leuner |