Closed
Bug 561519
Opened 15 years ago
Closed 15 years ago
crash [@ mozilla::plugins::PluginInstanceParent::Destroy] with this testcase
Categories
(Core Graveyard :: Plug-ins, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: phiw2, Assigned: BenWa)
References
()
Details
(Keywords: crash, regression)
Crash Data
Attachments
(2 files)
46.44 KB,
text/plain
|
Details | |
483 bytes,
patch
|
jaas
:
review+
|
Details | Diff | Splinter Review |
With Flash 10,1,53,21 installed
STR:
1. load: https://bugzilla.mozilla.org/attachment.cgi?id=440989
(a centered flash movie in an html page)
2. there is no 2.
AR: crash
Thread 0 Crashed: Dispatch queue: com.apple.main-thread
0 libSystem.B.dylib 0x9498b132 __kill + 10
1 libSystem.B.dylib 0x9498b124 kill$UNIX2003 + 32
2 libSystem.B.dylib 0x94a1d8e5 raise + 26
3 libSystem.B.dylib 0x94a3399c abort + 93
4 XUL 0x00b8d5e0 mozilla::plugins::PluginInstanceParent::Destroy() + 0
Breakpad doesn't fire up.
loads correctly:
Gecko/20100420 Minefield/3.7a5pre
http://hg.mozilla.org/mozilla-central/rev/5f229488969c
crash
Gecko/20100421 Minefield/3.7a5pre
http://hg.mozilla.org/mozilla-central/rev/cdc8bf25220e
http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=5f229488969c&tochange=cdc8bf25220e
from bug 555290 ?
Keywords: crash
Summary: crash mozilla::plugins::PluginInstanceParent::Destroy() with this testcase → crash [@ mozilla::plugins::PluginInstanceParent::Destroy] with this testcase
![]() |
Reporter | |
Comment 1•15 years ago
|
||
Narrower regression range:
no crash: rev/84921f0eb658
crash: rev/3d763264de13
--> bug 555281
Blocks: 555281
Assignee | ||
Comment 2•15 years ago
|
||
Thanks philippe. I had left over an abort from testing to make sure that the refresh timer quick was not being used but it should not have got checked in. The flash plug-in has mime type "application/futuresplash" which means that it was not hitting the expected quirks for flash.
Attachment #441319 -
Flags: review?
Assignee | ||
Updated•15 years ago
|
Attachment #441319 -
Attachment is patch: true
Attachment #441319 -
Attachment mime type: application/octet-stream → text/plain
Attachment #441319 -
Flags: review? → review?(joshmoz)
Assignee | ||
Updated•15 years ago
|
Assignee: nobody → bgirard
Status: NEW → ASSIGNED
Attachment #441319 -
Flags: review?(joshmoz) → review+
pushed to mozilla-central
http://hg.mozilla.org/mozilla-central/rev/46a759c839bd
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•14 years ago
|
Crash Signature: [@ mozilla::plugins::PluginInstanceParent::Destroy]
Updated•3 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•