Bug 4885 - Debug WIndow aborts on startup
Summary: Debug WIndow aborts on startup
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Mike Cvet
URL:
Keywords:
Depends on:
Blocks: 1633
  Show dependency treegraph
 
Reported: 2007-08-02 19:33 UTC by Rick Moseley
Modified: 2007-08-02 20:25 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rick Moseley 2007-08-02 19:33:33 UTC
Get this when starting the Debug Window on bash with bash-debuginfo installed:

java.lang.NullPointerException
   at frysk.gui.srcwin.SourceWindow.populateStackBrowser(FryskGui)
   at frysk.gui.srcwin.SourceWindow.finishSourceWin(FryskGui)
   at frysk.gui.srcwin.SourceWindow.access$32(FryskGui)
   at frysk.gui.srcwin.SourceWindow$2.run(FryskGui)
   at org.gnu.glib.CustomEvents.runEvents(libgtkjava-2.8.so)
   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)
Comment 1 Mike Cvet 2007-08-02 20:25:03 UTC
2007-08-02  Mike Cvet  <mcvet@redhat.com>

	* SourceWindow.java (populateStackBrowser): Fixed Nullpointer and
	ensured assembly isn't shown if source is available. Fixes #4885.