Closed
Bug 527269
Opened 16 years ago
Closed 16 years ago
SkipList add _PR_MD_ATOMIC_INCREMENT and _PR_MD_ATOMIC_DECREMENT to frame skip list
Categories
(Socorro :: General, task)
Socorro
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dbaron, Assigned: griswolf)
Details
Please add _PR_MD_ATOMIC_INCCREMENT and _PR_MD_ATOMIC_DECREMENT to the skip list for crash signatures. In other words, this crash:
http://crash-stats.mozilla.com/report/index/54c79f85-f3f6-4686-baa3-ba4842091015
should (if it arrived after this change were made) show up as having signature:
_PR_MD_ATOMIC_DECREMENT | _releaseobject
instead of just:
_PR_MD_ATOMIC_DECREMENT
| Reporter | ||
Comment 1•16 years ago
|
||
Oops, I made a typo changing decrement to increment; that should say:
Please add _PR_MD_ATOMIC_INCREMENT and _PR_MD_ATOMIC_DECREMENT...
Summary: add _PR_MD_ATOMIC_INCCREMENT and _PR_MD_ATOMIC_DECREMENT to frame skip list → add _PR_MD_ATOMIC_INCREMENT and _PR_MD_ATOMIC_DECREMENT to frame skip list
Comment 2•16 years ago
|
||
IT request (Bug 527284) has been made for this change
Updated•16 years ago
|
Summary: add _PR_MD_ATOMIC_INCREMENT and _PR_MD_ATOMIC_DECREMENT to frame skip list → SkipList add _PR_MD_ATOMIC_INCREMENT and _PR_MD_ATOMIC_DECREMENT to frame skip list
| Assignee | ||
Updated•16 years ago
|
Assignee: nobody → griswolf
| Assignee | ||
Comment 3•16 years ago
|
||
Tried to make this depend on bug 529076, but bugzilla is preventing me, since I don't have access to the prior dependent bug, apparently. But is should be dependent...
| Assignee | ||
Comment 4•16 years ago
|
||
Resolved per bug 529076 2009-11-18 16:07:48 PST
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Updated•14 years ago
|
Component: Socorro → General
Product: Webtools → Socorro
You need to log in
before you can comment on or make changes to this bug.
Description
•