Closed
Bug 530739
Opened 16 years ago
Closed 16 years ago
Intermittent Shutdown crash after visiting a page with flash video
Categories
(Core Graveyard :: Plug-ins, defect)
Tracking
(status1.9.2 beta5-fixed, fennec1.0+)
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| status1.9.2 | --- | beta5-fixed |
| fennec | 1.0+ | --- |
People
(Reporter: dougt, Assigned: dougt)
Details
Attachments
(1 file)
|
950 bytes,
patch
|
jst
:
review+
pavlov
:
approval1.9.2+
|
Details | Diff | Splinter Review |
We are seeing a shutdown crash after visiting a page with flash video. No stack trace yet.
| Assignee | ||
Updated•16 years ago
|
tracking-fennec: --- → ?
Updated•16 years ago
|
tracking-fennec: ? → 1.0+
Updated•16 years ago
|
Assignee: nobody → mozbugz
| Assignee | ||
Comment 1•16 years ago
|
||
Attachment #414556 -
Flags: review?(jst)
Comment 2•16 years ago
|
||
Comment on attachment 414556 [details] [diff] [review]
patch v.1
> DoDelayedStop(nsPluginInstanceOwner *aInstanceOwner, PRBool aDelayedStop)
> {
>+#ifdef MOZ_PLATFORM_HILDON
>+ // Don't delay stop on Maemo/Hildon (bug 530739).
>+ if (aInstanceOwner->MatchPluginName("Shockwave Flash"))
>+ return PR_FALSE;
>+#endif
Do you want to test for aDelayedStop here too? Like the code below does.
>+
> // Don't delay stopping QuickTime (bug 425157), Flip4Mac (bug 426524),
> // XStandard (bug 430219), CMISS Zinc (bug 429604).
> if (aDelayedStop
> #if !(defined XP_WIN || defined MOZ_X11)
> && !aInstanceOwner->MatchPluginName("QuickTime")
Comment 3•16 years ago
|
||
Comment on attachment 414556 [details] [diff] [review]
patch v.1
r=jst wiht mfinkle's suggested change.
Attachment #414556 -
Flags: review?(jst) → review+
| Assignee | ||
Comment 4•16 years ago
|
||
Comment on attachment 414556 [details] [diff] [review]
patch v.1
http://hg.mozilla.org/mozilla-central/rev/d2c981b11f92
Attachment #414556 -
Flags: approval1.9.2?
| Assignee | ||
Updated•16 years ago
|
Assignee: mozbugz → nobody
Component: Linux/Maemo → Plug-ins
Product: Fennec → Core
QA Contact: maemo-linux → plugins
| Assignee | ||
Updated•16 years ago
|
Assignee: nobody → mozbugz
Updated•16 years ago
|
Attachment #414556 -
Flags: approval1.9.2? → approval1.9.2+
| Assignee | ||
Comment 5•16 years ago
|
||
Updated•4 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•