Closed
Bug 790261
Opened 13 years ago
Closed 13 years ago
Avoid the profiler misbehaving randomly when mozilla_sampler_start is given impossible values
Categories
(Core :: Gecko Profiler, defect)
Core
Gecko Profiler
Tracking
()
RESOLVED
FIXED
mozilla18
People
(Reporter: glandium, Assigned: glandium)
Details
Attachments
(1 file)
When the entry size given to TableTicker is 0, desktop crashes with SIGFPE, but on mobile, SIGFPE is apparently caught by the soft-float code, and in the end, not only does it not crash, but the profiler ends up doing random stuff. I suspect an interval of 0 to have possible problems, too.
Assignee | ||
Comment 1•13 years ago
|
||
Attachment #660095 -
Flags: review?(bgirard)
Updated•13 years ago
|
Attachment #660095 -
Flags: review?(bgirard) → review+
Assignee | ||
Comment 2•13 years ago
|
||
![]() |
||
Comment 3•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla18
You need to log in
before you can comment on or make changes to this bug.
Description
•