Bug 3202

Summary: NullpointerException when open RegisterWindow on rawhide ppc64
Product: frysk Reporter: Yao Qi <qiyaoltc>
Component: generalAssignee: Unassigned <frysk-bugzilla>
Status: ASSIGNED ---    
Severity: normal CC: pmuldoon, woodzltc, zhengyzy
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Host: powerpc-redhat-linux-gnu Target: powerpc64-redhat-linux-gnu
Build: Last reconfirmed:
Bug Depends on:    
Bug Blocks: 2188    

Description Yao Qi 2006-09-14 09:27:39 UTC
Steps to reproduce it,

1) fire frysk,
[qiyao@localhost ~/build-frysk]$ ./frysk-gui/frysk/gui/FryskGui &
[1] 7397
2) click "Debug an Existing Process"
3) Select "bash"
4) In source window -> View -> Register Window
An Npe could be got, and frysk will exit for a while.

[qiyao@localhost ~/build-frysk]$ blocking
null
java.lang.NullPointerException
   at org.gnu.gtk.Gtk.gtk_main(libgtkjava-2.8.so)
   at org.gnu.gtk.Gtk.main(libgtkjava-2.8.so)
   at frysk.gui.Gui.gui(FryskGui)
   at frysk.gui.FryskGui.main(FryskGui)


Phil, assign this bug to you, :)

Information about this box,

[qiyao@localhost ~/build-frysk]$ uname -a
Linux localhost.localdomain 2.6.17-1.2630.fc6 #1 SMP Wed Sep 6 17:17:26 EDT 2006
ppc64 ppc64 ppc64 GNU/Linux
[qiyao@localhost ~/build-frysk]$ gcj -v
Using built-in specs.
Reading specs from /usr/lib/gcc/ppc64-redhat-linux/4.1.1/libgcj.spec
rename spec startfile to startfileorig
rename spec lib to liborig
Target: ppc64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man
--infodir=/usr/share/info --enable-shared --enable-threads=posix
--enable-checking=release --with-system-zlib --enable-__cxa_atexit
--disable-libunwind-exceptions --enable-libgcj-multifile
--enable-languages=c,c++,objc,obj-c++,java,fortran --enable-java-awt=gtk
--disable-dssi --enable-plugin
--with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --enable-secureplt
--with-long-double-128 --host=ppc64-redhat-linux --build=ppc64-redhat-linux
--target=ppc64-redhat-linux --with-cpu=default32
Thread model: posix
gcc version 4.1.1 20060828 (Red Hat 4.1.1-20)
Comment 1 Mike Cvet 2006-12-05 18:59:00 UTC
ping?

Can anyone still reproduce this?