Bug 2966

Summary: Frysk - Debug Existing Process' list includes defunct processes
Product: frysk Reporter: Len DiMaggio <ldimaggi>
Component: generalAssignee: Unassigned <frysk-bugzilla>
Status: NEW ---    
Severity: normal    
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on:    
Bug Blocks: 1633    

Description Len DiMaggio 2006-07-27 15:54:14 UTC
Frysk - Debug Existing Process' list includes defunct processes

(Frysk as built from CVS head on 20060726 - running on FC5)

If a user selects a defunct process - this error is written to shell from which
Frysk is started - but no error is displayed for user.

User should not be allowed to select defunct process - can we filter them out
from the candidate process list?


java.lang.NullPointerException
   at frysk.gui.srcwin.SourceWindowFactory.createSourceWindow(FryskGui)
   at frysk.gui.SessionManagerGui$2.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)