Bug 2400 - Proc.getExe() doesnt work
Summary: Proc.getExe() doesnt work
Status: NEW
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P3 normal
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
Depends on:
Blocks: 1496 1593
  Show dependency treegraph
 
Reported: 2006-02-24 15:31 UTC by Sami Wagiaalla
Modified: 2006-11-28 16:50 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 Sami Wagiaalla 2006-02-24 15:31:58 UTC
readlink: Permission denied
   at frysk.proc.LinuxProc.sendrecExe (FryskGui)
   at frysk.proc.Proc.getExe (FryskGui)
   at frysk.gui.monitor.ProcWiseDataModel$ProcCreatedObserver$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 Andrew Cagney 2006-02-24 15:51:24 UTC
Try this:
$ cat /proc/$$/exe
Comment 2 Andrew Cagney 2006-05-12 18:55:38 UTC
It's a kernel "feature";