Closed
Bug 558097
Opened 15 years ago
Closed 15 years ago
Leak test "Alive" check failing on x86_64 OSX due to trace-malloc crashing
Categories
(Core :: General, defect, P1)
Tracking
()
RESOLVED
FIXED
mozilla1.9.3a5
People
(Reporter: bear, Assigned: dbaron)
References
Details
Attachments
(1 file)
22.81 KB,
text/plain
|
Details |
in comment https://bugzilla.mozilla.org/show_bug.cgi?id=557715#c9 Ted says that the test is failing due to a lack of Crash Reporting on Snow Leopard which prevents a stack trace from being found.
Reporter | ||
Comment 1•15 years ago
|
||
Reporter | ||
Updated•15 years ago
|
Comment 2•15 years ago
|
||
I hid this column on tinderbox, since there isn't much point in having a permanently orange (if it was intermittent in staging, it doesn't show any sign of intermittence in production, where it failed 11 of 11 times) column that we can't gather any information from to do anything about it.
Assignee | ||
Comment 3•15 years ago
|
||
I could totally understand trace-malloc being totally broken on 64-bit Mac OS X, which I have a trivial patch for; that might fix this.
Assignee | ||
Comment 4•15 years ago
|
||
Said trivial patch is landed:
http://hg.mozilla.org/mozilla-central/rev/0b85f374e623
Assignee | ||
Comment 5•15 years ago
|
||
It's now fixed.
The build went red due to the leak log comparisons not having a baseline, but that should go away next cycle.
It was also apparently red due to "checking clobber times failed". We'll see if that goes away.
Assignee: nobody → dbaron
Status: NEW → RESOLVED
Closed: 15 years ago
Priority: -- → P1
Product: Firefox → Core
QA Contact: general → general
Resolution: --- → FIXED
Summary: Leak test "Alive" check failing intermittently on x86_64 OSX → Leak test "Alive" check failing on x86_64 OSX due to trace-malloc crashing
Target Milestone: --- → mozilla1.9.3a5
Assignee | ||
Comment 6•15 years ago
|
||
I unhid the build.
You need to log in
before you can comment on or make changes to this bug.
Description
•