Bug 4113 - fcatch doesn't attach to running pids properly
Summary: fcatch doesn't attach to running pids properly
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: 3361
  Show dependency treegraph
 
Reported: 2007-02-28 13:52 UTC by Mike Cvet
Modified: 2007-02-28 14:03 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-02-28 13:52:49 UTC
[mcvet@to-dhcp0 bindir]$ ./fcatch -p 16116
[mcvet@to-dhcp0 bindir]$
Comment 1 Mike Cvet 2007-02-28 14:03:37 UTC
frysk-core/frysk/bindir:
2007-02-28  Mike Cvet  <mcvet@redhat.com>

	* fcatch.java (Parser.parsed): Explicitly assign PID argument. Fixes 
#4113.
	(run): Removed checks for ArrayList, use String instead.