Closed
Bug 345157
Opened 18 years ago
Closed 18 years ago
RLk:-2147482512.00000B on balsa mozilla1.8 leak test
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: rhelmer, Assigned: dbaron)
References
()
Details
(Keywords: fixed1.8.1)
Attachments
(2 files)
1.76 KB,
patch
|
benjamin
:
review+
|
Details | Diff | Splinter Review |
1.75 KB,
patch
|
benjamin
:
review+
darin.moz
:
approval1.8.1+
|
Details | Diff | Splinter Review |
As of the build started 07/17 14:22, finished 07/17 14:59, the refcnt leak number for balsa on the mozilla1.8 tree has been -2147482512.00000B
This seems to be because of this line:
399 nsLayoutStatics 1 -2147483648 0 -2 ( 0.00 +/- 0.00) 58 -1 ( 25.48 +/- 13.74)
The closest match in the checkins for this build seems to be for bug 331117, which touches mozilla/layout/build/nsLayoutStatics.cpp
Assignee | ||
Updated•18 years ago
|
Assignee: build → nobody
Component: Tinderbox Platforms → Layout: Misc Code
Product: mozilla.org → Core
QA Contact: dbaron → layout.misc-code
Version: other → 1.8 Branch
Assignee | ||
Comment 1•18 years ago
|
||
LogCtor and LogDtor are for *non-refcounted* objects. You're not supposed to use both refcount logging and ctor/dtor logging. That *might* fix this problem, although I haven't checked. However, it's probably at the very least going to make debugging it easier. I also made the size consistently reported as 1, since 0 could confuse some things.
The problem hasn't been observed on the trunk, but I'd like to get this in to both trunk and branch.
Assignee | ||
Comment 2•18 years ago
|
||
Attachment #230006 -
Flags: review?
Assignee | ||
Updated•18 years ago
|
Attachment #230005 -
Flags: review?(benjamin)
Assignee | ||
Updated•18 years ago
|
Attachment #230006 -
Flags: review? → review?(benjamin)
Updated•18 years ago
|
Attachment #230005 -
Flags: review?(benjamin) → review+
Updated•18 years ago
|
Attachment #230006 -
Flags: review?(benjamin) → review+
Assignee | ||
Comment 3•18 years ago
|
||
Checked in to trunk.
Assignee | ||
Updated•18 years ago
|
Attachment #230006 -
Flags: approval1.8.1?
Updated•18 years ago
|
Assignee: nobody → dbaron
Comment 4•18 years ago
|
||
Comment on attachment 230006 [details] [diff] [review]
possible 1.8 branch patch
a=darin on behalf of drivers
Attachment #230006 -
Flags: approval1.8.1? → approval1.8.1+
Assignee | ||
Comment 5•18 years ago
|
||
Checked in to MOZILLA_1_8_BRANCH.
Comment 6•18 years ago
|
||
Is there a reason why this bug isn't RESO FIXED and keyword fixed1.8.1?
Assignee | ||
Comment 7•18 years ago
|
||
Yes.
Assignee | ||
Comment 8•18 years ago
|
||
This did fix the problem, so no need for further investigation.
Updated•18 years ago
|
Keywords: fixed1.8 → fixed1.8.1
Updated•6 years ago
|
Product: Core → Core Graveyard
Updated•6 years ago
|
Component: Layout: Misc Code → Layout
Product: Core Graveyard → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•