Closed
Bug 1208680
Opened 10 years ago
Closed 10 years ago
Right-click in text input box or the address/URL bar causing crash
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1208517
People
(Reporter: jmjjeffery, Unassigned)
References
Details
(Keywords: crash, regression)
Attachments
(1 file)
5.95 KB,
text/plain
|
Details |
Install win32 m-c hourly build cset:
https://hg.mozilla.org/mozilla-central/pushloghtml?changeset=543e1b3a2588
Right-click in any text input box or the address/URL bar
Experience crash
Since this is an hourly symbols are not in build so crash-reports are useless at this point.
Any best guesses or someone that could triage m-i for the patches in the above cset to isolate the problem patch ?
Comment 1•10 years ago
|
||
Happens on the x64 44 branch under Windows 10. there are many ways to crash, all involve right clicking where their is text input.
Reporter | ||
Comment 3•10 years ago
|
||
Trevor possible bug 1027862 caused this ?
Comment 4•10 years ago
|
||
![]() |
||
Comment 5•10 years ago
|
||
![]() |
||
Updated•10 years ago
|
Flags: needinfo?(bobbyholley)
![]() |
||
Comment 6•10 years ago
|
||
Last good: mozilla-inbound changeset 4d962ac45aee
The first bad revision is:
changeset: 264316:f23c63830ae5
user: Bobby Holley <bobbyholley@gmail.com>
date: Thu Sep 25 10:48:05 2014 +0200
files: dom/base/nsContentUtils.cpp
description:
Bug 1072150 - Crash in SubjectPrincipal if there's no active AutoJSAPI. r=bz
Has Regression Range: --- → yes
Has STR: --- → yes
status-firefox44:
--- → affected
Component: Event Handling → DOM
Keywords: regressionwindow-wanted → crash
OS: Windows 7 → All
Hardware: x86 → All
Comment 7•10 years ago
|
||
Can somebody please post a crash report from about:crashes?
This may be the same as bug 1208622 or bug 1208517, but it's impossible to tell without a crash stack.
Reporter | ||
Comment 8•10 years ago
|
||
The m-i patch from bug 1208517 seems to have stopped the crashes when right-clicking on text-input boxes.
cset: https://hg.mozilla.org/integration/mozilla-inbound/rev/66182160cc28
download from here:
http://ftp.mozilla.org/pub/mozilla.org/firefox/tinderbox-builds/mozilla-inbound-win32/1443252755/
Comment 9•10 years ago
|
||
(In reply to Jim Jeffery not reading bug-mail 1/2/11 from comment #8)
> The m-i patch from bug 1208517 seems to have stopped the crashes when
> right-clicking on text-input boxes.
It fixes the crash for my SM-Trunk.
![]() |
||
Comment 10•10 years ago
|
||
(In reply to Bobby Holley (:bholley) from comment #7)
> Can somebody please post a crash report from about:crashes?
>
> This may be the same as bug 1208622 or bug 1208517, but it's impossible to
> tell without a crash stack.
bp-f80cbd55-d6d9-42c8-a431-d1b082150926
![]() |
||
Updated•10 years ago
|
Crash Signature: [@ nsContentUtils::IsCallerChrome()]
Reporter | ||
Comment 11•10 years ago
|
||
(In reply to Bobby Holley (:bholley) from comment #7)
> Can somebody please post a crash report from about:crashes?
>
> This may be the same as bug 1208622 or bug 1208517, but it's impossible to
> tell without a crash stack.
My crash from today's Nightly on win7 x64 using win32 build:
https://crash-stats.mozilla.com/report/index/7ffefc6c-f063-46a4-ae93-e74332150926
[@ nsContentUtils::IsCallerChrome() ]
Flags: needinfo?(bobbyholley)
Comment 12•10 years ago
|
||
Nightly 9 26 on OpenSUSE TW 64: https://crash-stats.mozilla.com/report/index/1307ae82-4383-419e-88a3-0307c2150926 In case you need a non-windows report.
Comment 13•10 years ago
|
||
FWIW: Stack dump when right-clicking on:
<body>
<textarea lang="en-US">this is English text</textarea>
</body>
Comment 14•10 years ago
|
||
![]() |
||
Comment 15•10 years ago
|
||
[Tracking Requested - why for this release]:
status-firefox43:
--- → affected
tracking-firefox43:
--- → ?
![]() |
||
Updated•10 years ago
|
status-firefox43:
affected → ---
tracking-firefox43:
? → ---
Comment 16•10 years ago
|
||
(In reply to Yani from comment #14)
> https://crash-stats.mozilla.com/report/index/f6205758-0b91-480c-90b0-
> 0ac942150927
This looks like bug 1208517.
Reporter | ||
Comment 17•10 years ago
|
||
This bug was fixed I believe by back-out of:
https://bugzilla.mozilla.org/show_bug.cgi?id=1072150
Was backed out on m-c in cset:
https://hg.mozilla.org/mozilla-central/rev/6256ec9113c1
No crashes here on right-click with that build/cset from the back-out.
Comment 18•10 years ago
|
||
I was getting something similar with Friday's build. When ever I tabbed out of a textbox, m-c would instantly crash all the tabs. Seems to be fixed with today's 20150927030300 build.. Adding the crash reports in case they're helpful and can provide more information. Crashes from Ubuntu 14.04.3 x64.
- https://crash-stats.mozilla.com/report/index/01e16a7e-0634-4629-809d-fd7d22150927
- https://crash-stats.mozilla.com/report/index/2be9d546-2baf-455a-8616-c42212150927
- https://crash-stats.mozilla.com/report/index/08466862-ff47-4f02-a0eb-593852150927
![]() |
||
Comment 20•10 years ago
|
||
I suspect this to be a dupe of bug 1208517.
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox44:
affected → ---
Resolution: --- → DUPLICATE
See Also: 1208758 →
Updated•10 years ago
|
Crash Signature: [@ nsContentUtils::IsCallerChrome()]
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•