Bug 3931 - Clicking remove button on empty tree in session druid gives NullPointer
Summary: Clicking remove button on empty tree in session druid gives NullPointer
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: 1632
  Show dependency treegraph
 
Reported: 2007-01-29 13:58 UTC by Mike Cvet
Modified: 2007-02-08 16:37 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 Mike Cvet 2007-01-29 13:58:26 UTC
java.lang.NullPointerException
   at frysk.gui.druid.CreateFryskSessionDruid$5.buttonEvent(FryskGui)
   at org.gnu.gtk.Button.fireButtonEvent(libgtkjava-2.8.so)
   at org.gnu.gtk.Button.handleClick(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-02-06 16:51:19 UTC
	frysk-gui/frysk/gui/monitor:
	2007-02-06  Mike Cvet  <mcvet@redhat.com>

* druid/CreateFryskSessionDruid.java 
(getProcessSelectionControls): Removed references to process groups. Tells
	the ListView to watch GuiProcs instead of DebugProcesses. Null checks,
	fixes #3931. Search for specific processes using PIDs.