Bug 5284 - full argument list in core files
Summary: full argument list in core files
Status: NEW
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Phil Muldoon
URL:
Keywords:
: 6602 (view as bug list)
Depends on: 6602
Blocks: 1496 5292 5294
  Show dependency treegraph
 
Reported: 2007-11-07 20:43 UTC by Andrew Cagney
Modified: 2008-06-11 18:59 UTC (History)
1 user (show)

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 2007-11-07 20:43:47 UTC
The core-file format only fits 80 characters of the argument list; can a
separate .note section containing the full argument list (encoded like
/proc/$$/exe) be added to the kernel, or at least generated by fcore
Comment 1 Mark Wielaard 2008-01-09 14:46:44 UTC
[meeting 2008-01-09]

- check to see what gdb does when there's an unknown note section; if it crashes
that's a bug (file against rh bugzilla initially)

- can, as prototype, have an option to write out /proc/$$/cmdline and then read
it back in.
Comment 2 Andrew Cagney 2008-06-11 18:59:24 UTC
*** Bug 6602 has been marked as a duplicate of this bug. ***