Closed
Bug 1247514
Opened 10 years ago
Closed 10 years ago
Intermittent 41276-1.html,408431-1.html | application crashed [@ SpeechTaskCallback::OnWillSpeakWord(unsigned int)]
Categories
(Core :: Web Speech, defect)
Tracking
()
RESOLVED
FIXED
mozilla48
| Tracking | Status | |
|---|---|---|
| firefox47 | --- | affected |
People
(Reporter: philor, Assigned: m_kato)
Details
(Keywords: crash, intermittent-failure)
Attachments
(1 file)
| Comment hidden (Intermittent Failures Robot) |
| Assignee | ||
Updated•10 years ago
|
Assignee: nobody → m_kato
| Assignee | ||
Comment 2•10 years ago
|
||
By bug 1230533, when navigating to another page, speech is canceled. (crash test calls cancel method, also). I need investigate why OSX synthesizer doesn't cancel it well.
| Assignee | ||
Updated•10 years ago
|
OS: Unspecified → Mac OS X
| Comment hidden (Intermittent Failures Robot) |
| Assignee | ||
Comment 4•10 years ago
|
||
| Assignee | ||
Updated•10 years ago
|
Keywords: leave-open
| Assignee | ||
Comment 5•10 years ago
|
||
After dispatched didFinishSpeaking by OS, another events may be dispatched. So I should remove speech delegate soon when didFinishSpeaking is called.
Review commit: https://reviewboard.mozilla.org/r/37777/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/37777/
Attachment #8726043 -
Flags: review?(eitan)
Comment 6•10 years ago
|
||
Comment on attachment 8726043 [details]
MozReview Request: Bug 1247514 - Clear speech delegate when finishing speaking. r?eeejay
https://reviewboard.mozilla.org/r/37777/#review34841
This is great!
Attachment #8726043 -
Flags: review?(eitan) → review+
| Comment hidden (Intermittent Failures Robot) |
Comment 9•10 years ago
|
||
| bugherder | ||
| Assignee | ||
Comment 10•10 years ago
|
||
no crash after landing. I close this.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla48
| Assignee | ||
Updated•10 years ago
|
Keywords: leave-open
You need to log in
before you can comment on or make changes to this bug.
Description
•