Closed
Bug 1244798
Opened 9 years ago
Closed 9 years ago
Crash when using Find in Page
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
mozilla47
People
(Reporter: armenzg, Assigned: khuey)
References
()
Details
(Keywords: crash, crashreportid)
Crash Data
Attachments
(1 file)
|
1.48 KB,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
Since Monday 25th, I'm experiencing all my tabs crashing at once multiple times a day.
I'm running on Linux, using Nightly, only JSONView as my active add-on.
This would generally happen when pastebin or treeherder would be loading.
https://crash-stats.mozilla.com/report/index/2e3c9c03-cc50-4dc1-91e6-fccfe2160201
https://crash-stats.mozilla.com/report/index/5ed4df72-fd46-448b-ba4a-a30952160201
| Reporter | ||
Comment 1•9 years ago
|
||
I have noticed that if I try to search in the page it will consistenly crash all my tabs.
Raising to major.
Severity: normal → major
Updated•9 years ago
|
tracking-e10s:
--- → ?
Comment 3•9 years ago
|
||
Updated•9 years ago
|
Component: Find Toolbar → General
Product: Toolkit → Core
Version: unspecified → Trunk
Updated•9 years ago
|
Crash Signature: [@ nsTypeAheadFind::FindItNow ]
Has STR: --- → yes
Updated•9 years ago
|
Summary: All my tabs have been crashing recently → Crash when using Find in Page
Comment 4•9 years ago
|
||
Trying to find a regression range.
Comment 5•9 years ago
|
||
I can't seem to reproduce this on my Ubuntu VM. jdm, if you have a sec, if you're able to reproduce this reliably, do you think you can mozregression us a range? I figure this has got to be pretty recent.
Flags: needinfo?(mconley) → needinfo?(josh)
Updated•9 years ago
|
Keywords: crash,
crashreportid
I hit this twice today, but now can't reproduce on demand:
https://crash-stats.mozilla.com/report/index/d49a898b-ad50-4717-ac5f-0e7d12160203
https://crash-stats.mozilla.com/report/index/1f5a6b0a-0897-4f89-ae66-39c542160203
(In reply to Milan Sreckovic [:milan] from comment #6)
> I hit this twice today, but now can't reproduce on demand:
> https://crash-stats.mozilla.com/report/index/d49a898b-ad50-4717-ac5f-
> 0e7d12160203
> https://crash-stats.mozilla.com/report/index/1f5a6b0a-0897-4f89-ae66-
> 39c542160203
These on OS X.
Comment 8•9 years ago
|
||
Reproduced on windows
https://hg.mozilla.org/mozilla-central/rev/f2f8fc172f4c62334e9a92bcf10e00fe877387d5
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0 ID:20160203030249
OS: Unspecified → All
Comment 9•9 years ago
|
||
Crash Signature: [@ nsTypeAheadFind::FindItNow ] → [@ nsTypeAheadFind::FindItNow ]
[@ nsPIDOMWindow<T>::GetDocShell]
Comment 10•9 years ago
|
||
¡Hola!
FWIW Some steps that crash reliably here.
Steps:
Load https://pastebin.mozilla.org/8858453
Press <Ctrl>+<F>
Type "QuitProgressUI"
Click down arrow until the search cycles to the top
Result:
Tab crashes
Expected result:
Top most search result is highlighted
¡Gracias!
Comment 11•9 years ago
|
||
Thanks for the STR! Those work for me.
My instinct puts my suspicions on bug 1241764.
Using mozregression - stand by...
Flags: needinfo?(josh)
Comment 12•9 years ago
|
||
Here's the regression range:
https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=584870f1cbc5d060a57e147ce249f736956e2b62&tochange=b2a3dc4b161fdfac6db78cc5bbfb1f53a383b65a
Hey khuey - I suspect your work in bug 1241764 caused this... do the stacks make that plausible?
[Tracking Requested - why for this release]:
Pretty easy-to-hit crash regression.
| Assignee | ||
Comment 13•9 years ago
|
||
Assignee: nobody → khuey
Status: NEW → ASSIGNED
Flags: needinfo?(khuey)
Attachment #8715483 -
Flags: review?(bugs)
| Assignee | ||
Updated•9 years ago
|
Component: General → DOM
Updated•9 years ago
|
Attachment #8715483 -
Flags: review?(bugs) → review+
Comment 14•9 years ago
|
||
Comment 15•9 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox47:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla47
| Reporter | ||
Comment 16•9 years ago
|
||
Looking forward to the next nightly! Thanks for the fix!
Is there a test that could have caught this?
Comment 17•9 years ago
|
||
If I understand the STR from comment 10 correctly, then an automated test that does a Find Bar search that hops over iframes would probably have caused the crash to appear in automation.
As it stands, I don't believe we have such a test - though I'd be happy to mentor somebody in writing one.
| Reporter | ||
Comment 18•9 years ago
|
||
I would be happy to learn. It might take a bit of time and I'm going in pat leave in March but if possible I would love to learn.
Updated•9 years ago
|
| Reporter | ||
Comment 19•9 years ago
|
||
I filed bug 1247948 separetely.
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
•