Closed
Bug 593767
Opened 14 years ago
Closed 14 years ago
Support platforms without SA_SIGINFO
Categories
(Core :: General, defect)
Tracking
()
RESOLVED
FIXED
mozilla2.0b8
People
(Reporter: glandium, Assigned: glandium)
Details
Attachments
(1 file)
6.03 KB,
patch
|
benjamin
:
review+
benjamin
:
approval2.0+
|
Details | Diff | Splinter Review |
Some platforms (hurd, at least) don't have SA_SIGINFO, used in various places of the code.
The attached patch disables the use of SA_SIGINFO when SA_SIGINFO is not defined.
Note it doesn't do so for jprof and crashreporter (mostly because so far Debian hasn't built these). The patch is from Samuel Thibault.
Attachment #472344 -
Flags: review?(benjamin)
Comment 1•14 years ago
|
||
Comment on attachment 472344 [details] [diff] [review]
Don't use SA_SIGINFO when unsupported
Where does SA_SIGINFO come from? Some standard Linux header file?
Assignee | ||
Comment 2•14 years ago
|
||
On Linux it's defined in /usr/include/asm-generic/signal.h. I supposed other unices supporting it define it in some signal.h related header. Hurd unfortunately doesn't have SA_SIGINFO at all.
Updated•14 years ago
|
Attachment #472344 -
Flags: review?(benjamin) → review+
Assignee | ||
Updated•14 years ago
|
Attachment #472344 -
Flags: approval2.0?
Assignee: nobody → mh+mozilla
Updated•14 years ago
|
Attachment #472344 -
Flags: approval2.0? → approval2.0+
Assignee | ||
Comment 3•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla2.0b8
You need to log in
before you can comment on or make changes to this bug.
Description
•