Closed Bug 589371 Opened 15 years ago Closed 15 years ago

Prevent FatalError from being inlined

Categories

(Core :: IPC, defect)

x86
All
defect
Not set
normal

Tracking

()

RESOLVED FIXED
Tracking Status
blocking2.0 --- betaN+

People

(Reporter: BenWa, Assigned: BenWa)

References

Details

Attachments

(1 file)

FatalError is currently being inlined, on GCC/OS X at least. This prevent us from seeing which IPC message is causing the error. For example in this report: http://crash-stats.mozilla.com/report/index/7c31b4f1-4780-4fc1-967f-835c12100819
Attached patch patch v1Splinter Review
Make FatalError virtual to prevent inlining rather then using compiler specific noinline attribute. This should have no performance implication.
Assignee: nobody → b56girard
Status: NEW → ASSIGNED
Attachment #467988 - Flags: review?
Attachment #467988 - Flags: review? → review?(jones.chris.g)
Attachment #467988 - Flags: review?(jones.chris.g) → review+
Attachment #467988 - Flags: approval2.0?
Blocks: 593467
Blocks: 588445
blocking2.0: --- → betaN+
I will land this Saturday (wont be home to watch the tree today).
Attachment #467988 - Flags: approval2.0?
Pushed to mozilla-central: http://hg.mozilla.org/mozilla-central/rev/3e1939477d6d NOTE: I incorrectly listed Josh as the patch reviewer, it should of been cjones.
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: