Closed
Bug 19187
Opened 25 years ago
Closed 25 years ago
[dogfood]Memory leaks leading to crash with dsMemFullErr.
Categories
(Core :: Layout, defect, P3)
Tracking
()
VERIFIED
FIXED
M12
People
(Reporter: sdagley, Assigned: sfraser_bugs)
References
()
Details
(Whiteboard: [PDT+][12/10])
Attachments
(1 obsolete file)
Loading http://www.stomped.com/articles/q3acr1.html seems to consume lots of
memory and crash consistently for me. If you don't crash on the first load try
loading one of the character renderings from the links in the article then going
back.
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Summary: Memory leaks leading to crash with dsMemFullErr. → Memory leaks leading to crash with dsMemFullErr.
Assignee | ||
Comment 1•25 years ago
|
||
This is GWorld badness. Image leaks (bugs 15818, 15820, 15821) are part of the
raeson, but we should still not crash.
Depends on: 15818
Updated•25 years ago
|
Target Milestone: M12
Updated•25 years ago
|
Severity: normal → critical
Assignee | ||
Updated•25 years ago
|
Summary: Memory leaks leading to crash with dsMemFullErr. → [dogfood]Memory leaks leading to crash with dsMemFullErr.
Assignee | ||
Comment 2•25 years ago
|
||
Making dogfood. This bug causes the browser to be unusable for more than a few
minutes on Mac.
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 4•25 years ago
|
||
This will have been fixed by the fixes for 19114. I verified using ZoneRanger,
and the debugger, that we are actually freeing image data now.
Updated•25 years ago
|
Whiteboard: [PDT+] → [PDT+] 12/6: Requested verification by reporter
Comment 5•25 years ago
|
||
sdagley@netscape.com:
I need to get this verified today if possible. I do not have sufficient info to
tract leaks. Can you take a look at this and, if it is fixed, verify it so?
Thank.
Reporter | ||
Comment 6•25 years ago
|
||
If sfraser sez he verified it that's good enough for me. Of course QA is the
ultimate authority on marking things VERIFIED so I suspect they'll test it
themselves and they can ask me if they have any questions on the repro steps.
Assignee | ||
Updated•25 years ago
|
Status: RESOLVED → REOPENED
Assignee | ||
Updated•25 years ago
|
Resolution: FIXED → ---
Assignee | ||
Comment 7•25 years ago
|
||
pink says he's still getting crashes, so I'm reopening.
Updated•25 years ago
|
Status: REOPENED → ASSIGNED
Comment 8•25 years ago
|
||
clearing reopen and assigning
Assignee | ||
Updated•25 years ago
|
Depends on: 20743
Whiteboard: [PDT+] 12/6: Requested verification by reporter
Target Milestone: M12 → M13
Assignee | ||
Comment 9•25 years ago
|
||
I'm gonna take this off the PDT list, since a real solution requires some low-
memory handling work (bug 20743).
Comment 10•25 years ago
|
||
How frequent are the crashes? Less frequent PDT-, more frequent...impacting
daily work PDT+...fill us in please. Is there a workaround by increasing the
partition size?
Assignee | ||
Comment 11•25 years ago
|
||
Yes, increasing the partition size, so that the amount of free memory just after
startup is > 2Mb, should work. Only some people have reported crashes
(pinkerton).
Comment 12•25 years ago
|
||
Cool - Putting on PDT+ radar. Let's crank up the partition for dogfood. Moving
to M12 per chofmann.
Updated•25 years ago
|
Whiteboard: [PDT+] → [PDT+][12/10]
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 13•25 years ago
|
||
This bug has been fixed by kmcclusk's change to fix bug 19114 -- reducing the
imglib cache from 2 to 1Mb. I don't need to do anything.
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 14•25 years ago
|
||
Marking verified per last comments.
Comment 15•9 years ago
|
||
Attachment #8738796 -
Flags: review?(philip.chee)
Attachment #8738796 -
Flags: review?(mkmelin+mozilla)
Attachment #8738796 -
Flags: review?(clokep)
Comment 16•9 years ago
|
||
Oh dear, bzexport messed up and picked the wrong bug number.
Updated•9 years ago
|
Attachment #8738796 -
Attachment is obsolete: true
Attachment #8738796 -
Flags: review?(philip.chee)
Attachment #8738796 -
Flags: review?(mkmelin+mozilla)
Attachment #8738796 -
Flags: review?(clokep)
You need to log in
before you can comment on or make changes to this bug.
Description
•