Bug 2966 - Frysk - Debug Existing Process' list includes defunct processes
Summary: Frysk - Debug Existing Process' list includes defunct processes
Status: NEW
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
Depends on:
Blocks: 1633
  Show dependency treegraph
 
Reported: 2006-07-27 15:54 UTC by Len DiMaggio
Modified: 2006-11-28 16:47 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 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)