Closed Bug 727249 Opened 12 years ago Closed 12 years ago

Something keeps input elements alive after page unload

Categories

(Firefox :: General, defect)

x86_64
Linux
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 728577

People

(Reporter: smaug, Assigned: smaug)

Details

(Whiteboard: [MemShrink:P2])

I've seen few cases when a bugzilla page has been kept alive by
some input element. cycle collector doesn't know about one edge to the element.
For example:
nsGenericElement (xhtml) input id='requestee_type-4' class='requestee yui-ac-input' https://bugzilla.mozilla.org/attachment.cgi?id=597034&action=edit

I wonder if autocomplete could cause the problem.
Or is there perhaps some bug in input element handling?
Whiteboard: [MemShrink]
I usually investigate these by breakpointing on Release and seeing where the missing edge is.
This is possibly bug 726334
Assignee: nobody → bugs
Whiteboard: [MemShrink] → [MemShrink:P2]
This could be also bug 728577.

Still investigating. Unfortunately this isn't easy to reproduce.
This seems to be bug 728577. The new patch there should fix this.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.