Bug 5967 - fcore $$ write <exe>.pid, not core.pid ; print core file name
Summary: fcore $$ write <exe>.pid, not core.pid ; print core file name
Status: ASSIGNED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Phil Muldoon
URL:
Keywords:
Depends on:
Blocks: 2243
  Show dependency treegraph
 
Reported: 2008-03-19 00:25 UTC by Andrew Cagney
Modified: 2008-03-19 07:23 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 Andrew Cagney 2008-03-19 00:25:43 UTC
insead of:

  bash$ fcore $$ 5678
  bash$ ls
  core.2714
  core.5678

have:

  $ fcore $$ 5678
  bash.2414
  fhpd.5678
  $ ls
  bash.2414
  fhpd.5678