Closed
Bug 1446189
Opened 7 years ago
Closed 7 years ago
Assert crash in LinkedList<nsSHistory>::~LinkedList<nsSHistory>()
Categories
(Core :: General, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: mozillabugs, Unassigned)
Details
I just experienced a list-not-empty assert in LinkedList<nsSHistory>::~LinkedList<nsSHistory>().
I had simply started FF 58.0.2 debug, went to about:config, set browser.tabs.remote.autostart to |false|, and selected file/exit. The content processes disappeared as usual, then the chrome process crashed with this curious stack in the main thread:
LinkedList<nsSHistory>::~LinkedList<nsSHistory>()
[external code]
That's it. No other threads remained in the chrome process.
The list had a single element in it.
I have a dump that I will answer questions about but not upload.
Reporter | ||
Comment 1•7 years ago
|
||
FWIW, the crashing installation contains no addons, and the profile is the default, though it has been used a few times before.
Comment 2•7 years ago
|
||
It appears this bug is happening in release 58. Have you tried the newer releases?
Flags: needinfo?(mozillabugs)
Comment 3•7 years ago
|
||
It appears this bug is happening in release 58. Have you tried the newer releases?
Assignee: nobody → asa
Updated•7 years ago
|
Assignee: asa → nobody
Reporter | ||
Comment 4•7 years ago
|
||
(In reply to Marissa Morris from comment #2)
> It appears this bug is happening in release 58. Have you tried the newer
> releases?
No, I have not tried newer releases yet.
Flags: needinfo?(mozillabugs)
Please try to reproduce this in the current release of Firefox.
Thank you.
Flags: needinfo?(mozillabugs)
Comment 6•7 years ago
|
||
Waiting for STR for current release.
Reporter | ||
Comment 7•7 years ago
|
||
I've tried the comment 0 steps on 59.0.2 Win64 debug twice, and haven't yet seen the assert. I'll try some more later.
Comment 8•7 years ago
|
||
Waiting for verification on current release.
Comment 9•7 years ago
|
||
No updates, resolving.
Updated•7 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → INCOMPLETE
Reporter | ||
Comment 10•7 years ago
|
||
I still haven't seen this crash again. I will reopen this bug if I do see it.
Flags: needinfo?(mozillabugs)
You need to log in
before you can comment on or make changes to this bug.
Description
•