Bug 3202 - NullpointerException when open RegisterWindow on rawhide ppc64
Summary: NullpointerException when open RegisterWindow on rawhide ppc64
Status: ASSIGNED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
Depends on:
Blocks: 2188
  Show dependency treegraph
 
Reported: 2006-09-14 09:27 UTC by Yao Qi
Modified: 2006-12-19 20:33 UTC (History)
3 users (show)

See Also:
Host: powerpc-redhat-linux-gnu
Target: powerpc64-redhat-linux-gnu
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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?