Closed
Bug 1275253
Opened 9 years ago
Closed 6 years ago
Crash in std::deque<T>::_M_push_back_aux<T> when selecting text on GMail
Categories
(Core :: DOM: Editor, defect)
Tracking
()
People
(Reporter: padenot, Unassigned)
Details
(Keywords: crash, Whiteboard: [platform-rel-Google] [platform-rel-Gmail])
Crash Data
This bug was filed from the Socorro interface and is
report bp-f0ef5753-0eea-4046-a0d9-3d4072160523.
=============================================================
I've been able to repro this on current nightly on Linux by selecting text in the gmail "compose" window.
Updated•9 years ago
|
Whiteboard: [platform-rel-Google] [platform-rel-Gmail]
Updated•9 years ago
|
platform-rel: --- → ?
Updated•9 years ago
|
platform-rel: ? → +
Comment 1•9 years ago
|
||
Crash volume for signature 'std::deque<T>::_M_push_back_aux<T>':
- nightly (version 50): 0 crash from 2016-06-06.
- aurora (version 49): 2 crashes from 2016-06-07.
- beta (version 48): 1 crash from 2016-06-06.
- release (version 47): 138 crashes from 2016-05-31.
- esr (version 45): 0 crash from 2016-04-07.
Crash volume on the last weeks:
Week N-1 Week N-2 Week N-3 Week N-4 Week N-5 Week N-6 Week N-7
- nightly 0 0 0 0 0 0 0
- aurora 0 0 2 0 0 0 0
- beta 0 0 0 0 1 0 0
- release 30 27 17 18 18 17 4
- esr 0 0 0 0 0 0 0
Affected platform: Linux
Comment 2•9 years ago
|
||
I just ran into this crash:
https://dxr.mozilla.org/mozilla-central/source/dom/base/nsPlainTextSerializer.cpp#375
From a quick look, the crashing code was inlined, but the null deref seems to occur here:
https://dxr.mozilla.org/mozilla-central/source/dom/base/nsPlainTextSerializer.cpp#375
how can this result in a null deref ?
Comment 3•9 years ago
|
||
Note, I too ran into this crash while using GMail.
Updated•9 years ago
|
Rank: 1
Comment 4•9 years ago
|
||
(In reply to Benoit Jacob [:bjacob] (mostly away) from comment #2)
> I just ran into this crash:
> https://dxr.mozilla.org/mozilla-central/source/dom/base/
> nsPlainTextSerializer.cpp#375
>
> From a quick look, the crashing code was inlined, but the null deref seems
> to occur here:
> https://dxr.mozilla.org/mozilla-central/source/dom/base/
> nsPlainTextSerializer.cpp#375
> how can this result in a null deref ?
OOM? Paul: are you still able to repro? What's the value of 'this' when you crash?
Flags: needinfo?(padenot)
Reporter | ||
Comment 5•9 years ago
|
||
I can't repro anymore, but it seems unlikely this is an OOM, this machine has a 64bits OS and has 32GB or RAM.
Flags: needinfo?(padenot)
Comment 6•8 years ago
|
||
Low-volume (18 crashes in the last 7 days) Linux-only crash. I don't see any instances in Firefox version 50+ but it's likely that this bug is still in there.
Updated•8 years ago
|
platform-rel: + → -
Comment 7•8 years ago
|
||
This crash is still happening, though still in extremely low volume. Here's a report from 55: bp-66beb2e8-489d-40a9-8354-f10f30170607.
Comment 8•6 years ago
|
||
Closing because no crashes reported for 12 weeks.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•