Bug 5262 - report signals as names, not numbers
Summary: report signals as names, not numbers
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Andrew Cagney
URL:
Keywords:
Depends on:
Blocks: 2246 5292
  Show dependency treegraph
 
Reported: 2007-11-02 16:31 UTC by Andrew Cagney
Modified: 2008-02-22 16:06 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 2007-11-02 16:31:58 UTC
For instance, instead of:

Task 18068 is terminating from signal 11

report:

Task 18068 is terminating from signal 11 (SIGSEGV)

since signals vary between architectures, frysk.sys.Sig can't be used here. 
Instead a SignalFactory keyed of the ISA will need to be refered to.
Comment 1 Andrew Cagney 2007-11-02 16:33:05 UTC
Mark, you were curious :-)
Comment 2 Andrew Cagney 2008-02-22 16:06:15 UTC
Fixed some time ago
Comment 3 Andrew Cagney 2008-02-22 16:06:27 UTC
close