Closed
Bug 458125
Opened 17 years ago
Closed 15 years ago
Access violation in xul!NS_CycleCollectorForget during autocomplete
Categories
(Firefox :: Address Bar, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: mozilla_kiddm2, Unassigned)
Details
(Keywords: crash)
Attachments
(2 files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.3) Gecko/2008092417 Firefox/3.0.3
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.3) Gecko/2008092417 Firefox/3.0.3
Part way through autocompletion, Firefox appeared to hang and then crashed into WinDbg. See attached screenshot (it's a mess because Firefox stopped handling repaint requests), but one can see exactly how many characters I had typed and that the options had been reduced to a single autocomplete entry.
See second attachment for full results of '!analyze -v' and list of loaded modules. Access violation appeared to occur at xul!NS_CycleCollectorForget_P+35fce, a RET instruction. This suggests a corrupted stack to me.
I had 7 windows and about 40 tabs open, so it is unlikely that I will ever be able to reproduce this.
Reproducible: Didn't try
| Reporter | ||
Comment 1•17 years ago
|
||
| Reporter | ||
Comment 2•17 years ago
|
||
Comment 3•17 years ago
|
||
As mentioned in comment 0, this looks like a corrupted stack and most likely not related to cycle collector.
Updated•15 years ago
|
Version: unspecified → 3.0 Branch
Comment 5•15 years ago
|
||
this report doesn't have useful information, and 3.0 reached EOL.
You need to log in
before you can comment on or make changes to this bug.
Description
•