Closed Bug 345157 Opened 18 years ago Closed 18 years ago

RLk:-2147482512.00000B on balsa mozilla1.8 leak test

Categories

(Core :: Layout, defect)

1.8 Branch
x86
Linux
defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: rhelmer, Assigned: dbaron)

References

()

Details

(Keywords: fixed1.8.1)

Attachments

(2 files)

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: build → nobody
Component: Tinderbox Platforms → Layout: Misc Code
Product: mozilla.org → Core
QA Contact: dbaron → layout.misc-code
Version: other → 1.8 Branch
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.
Attachment #230006 - Flags: review? → review?(benjamin)
Attachment #230005 - Flags: review?(benjamin) → review+
Attachment #230006 - Flags: review?(benjamin) → review+
Assignee: nobody → dbaron
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+
Checked in to MOZILLA_1_8_BRANCH.
Is there a reason why this bug isn't RESO FIXED and keyword fixed1.8.1?
This did fix the problem, so no need for further investigation.
Status: NEW → RESOLVED
Closed: 18 years ago
Keywords: fixed1.8
Resolution: --- → FIXED
Keywords: fixed1.8fixed1.8.1
Product: Core → Core Graveyard
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.

Attachment

General

Created:
Updated:
Size: