Open
Bug 1148757
Opened 10 years ago
Updated 2 years ago
Segfault around nsAppShell::ProcessNextNativeEvent
Categories
(Core :: Widget: Gtk, defect, P3)
Tracking
()
NEW
People
(Reporter: paulepanter, Unassigned)
References
Details
(Keywords: crash, Whiteboard: tpi:+)
Crash Data
Attachments
(1 file)
122.07 KB,
text/plain
|
Details |
User Agent: Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.76 Safari/537.36
Steps to reproduce:
See thread 1. Entering some values into a text field.
Actual results:
The program terminated with a segmentation fault.
Expected results:
It should not have crashed and told the user, if something was up.
Comment 1•10 years ago
|
||
Can you reproduce it with a Firefox build from Mozilla, of a recent version or Beta/Aurora/Nightly?
Severity: normal → critical
Component: Untriaged → Widget: Gtk
Flags: needinfo?(paulepanter)
Keywords: crash
Product: Firefox → Core
Comment 2•10 years ago
|
||
Reporter | ||
Comment 3•10 years ago
|
||
(In reply to [:Aleksej] from comment #1)
> Can you reproduce it with a Firefox build from Mozilla, of a recent version
> or Beta/Aurora/Nightly?
Sorry, I do not know as I do not know how to reproduce this. It just happened once and, as the core dump files are saved on my system, I reported the issue. Unfortunately, it looks like the backtrace is all there is.
Reporter | ||
Comment 5•9 years ago
|
||
Wayne, no I have not seen the crash since then. I am unable to reproduce it with Iceweasel 38.1.0esr-3. Unfortunately, I am unable to tell when or how it was fixed, as I used Google Chromium since April.
I am not setting the status to *Resolved* as there is no reason *fixed in a later version* or so.
Comment 6•9 years ago
|
||
(stacktrace indicates iceweasel 31)
Thanks for testing the newer version. I agree we can't declare this fixed or worksforme. But without steps to reproduce or a history of repetition it also doesn't seem worth keeping open. Can we call it incomplete for now?
Crash Signature: [@ nsAppShell::ProcessNextNativeEvent]
Whiteboard: [closeme 2015-10-20]
Version: 35 Branch → 31 Branch
Reporter | ||
Comment 7•9 years ago
|
||
Sure, please do that. Unfortunately I don’t have *incomplete* as an option in the selection box for *resolved*.
Flags: needinfo?(paulepanter)
Comment 8•8 years ago
|
||
This is very low volume, but still present on release. Interestingly, it has never appeared on dev channels.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Priority: -- → P3
Updated•8 years ago
|
Whiteboard: tpi:+
Comment 9•8 years ago
|
||
Crash volume for signature 'nsAppShell::ProcessNextNativeEvent':
- nightly (version 52): 0 crashes from 2016-09-19.
- aurora (version 51): 0 crashes from 2016-09-19.
- beta (version 50): 5 crashes from 2016-09-20.
- release (version 49): 85 crashes from 2016-09-05.
- esr (version 45): 216 crashes from 2016-06-01.
Crash volume on the last weeks (Week N is from 10-03 to 10-09):
W. N-1 W. N-2
- nightly 0 0
- aurora 0 0
- beta 5 0
- release 56 29
- esr 0 0
Affected platform: Windows
Crash rank on the last 7 days:
Browser Content Plugin
- nightly
- aurora
- beta #2387
- release #755
- esr
status-firefox49:
--- → affected
status-firefox50:
--- → affected
status-firefox-esr45:
--- → affected
Comment 10•2 years ago
|
||
Since the crash volume is low (less than 5 per week), the severity is downgraded to S3
. Feel free to change it back if you think the bug is still critical.
For more information, please visit auto_nag documentation.
Severity: critical → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•