Closed
Bug 312910
Opened 19 years ago
Closed 19 years ago
crash if extension registers with content policy on sites with plugins
Categories
(Core Graveyard :: Plug-ins, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mcm.ham, Assigned: Biesinger)
References
Details
(Keywords: crash)
Attachments
(1 file)
66.60 KB,
application/x-xpinstall
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20051017 Firefox/1.6a1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20051017 Firefox/1.6a1
Adblock and NoScript are two examples of extensions that register with content
policy. With either installed sites with Java like:
http://www.java.com/en/download/help/testvm.xml
Crash with a talkback id of TB10801247X, or sites with WMP plugin like:
http://www.zippyvideos.com/4941154231622876/meteor_strike/
Crash with no talkback id at all. Note it doesn't crash if the extensions block
the plugin from loading or if the extension is not installed.
Reproducible: Always
Comment 1•19 years ago
|
||
From talkback Id: TB10801247X
jpinscp.dll + 0xaa87 (0x6d42aa87)
USER32.dll + 0x8734 (0x77d48734)
USER32.dll + 0x8816 (0x77d48816)
USER32.dll + 0xc63f (0x77d4c63f)
USER32.dll + 0xe905 (0x77d4e905)
firefox.exe + 0x101249 (0x00501249)
USER32.dll + 0x8734 (0x77d48734)
USER32.dll + 0x8816 (0x77d48816)
USER32.dll + 0xc63f (0x77d4c63f)
USER32.dll + 0xe905 (0x77d4e905)
jpinscp.dll + 0x3a20 (0x6d423a20)
USER32.dll + 0x8734 (0x77d48734)
USER32.dll + 0x8816 (0x77d48816)
USER32.dll + 0xc63f (0x77d4c63f)
USER32.dll + 0xe905 (0x77d4e905)
firefox.exe + 0x101249 (0x00501249)
USER32.dll + 0x8734 (0x77d48734)
USER32.dll + 0x8816 (0x77d48816)
USER32.dll + 0xc63f (0x77d4c63f)
USER32.dll + 0xe905 (0x77d4e905)
jpinscp.dll + 0x3a20 (0x6d423a20)
USER32.dll + 0x8734 (0x77d48734)
USER32.dll + 0x8816 (0x77d48816)
USER32.dll + 0xc63f (0x77d4c63f)
USER32.dll + 0xe905 (0x77d4e905)
firefox.exe + 0x101249 (0x00501249)
USER32.dll + 0x8734 (0x77d48734)
USER32.dll + 0x8816 (0x77d48816)
USER32.dll + 0xc63f (0x77d4c63f)
USER32.dll + 0xe905 (0x77d4e905)
jpinscp.dll + 0x3a20 (0x6d423a20)
USER32.dll + 0x8734 (0x77d48734)
USER32.dll + 0x8816 (0x77d48816)
USER32.dll + 0xc63f (0x77d4c63f)
USER32.dll + 0xe905 (0x77d4e905)
firefox.exe + 0x101249 (0x00501249)
USER32.dll + 0x8734 (0x77d48734)
USER32.dll + 0x8816 (0x77d48816)
USER32.dll + 0xc63f (0x77d4c63f)
USER32.dll + 0xe905 (0x77d4e905)
jpinscp.dll + 0x3a20 (0x6d423a20)
USER32.dll + 0x8734 (0x77d48734)
USER32.dll + 0x8816 (0x77d48816)
USER32.dll + 0xc63f (0x77d4c63f)
USER32.dll + 0xe905 (0x77d4e905)
firefox.exe + 0x101249 (0x00501249)
USER32.dll + 0x8734 (0x77d48734)
USER32.dll + 0x8816 (0x77d48816)
USER32.dll + 0xc63f (0x77d4c63f)
USER32.dll + 0xe905 (0x77d4e905)
jpinscp.dll + 0x3a20 (0x6d423a20)
USER32.dll + 0x8734 (0x77d48734)
USER32.dll + 0x8816 (0x77d48816)
USER32.dll + 0xc63f (0x77d4c63f)
USER32.dll + 0xe905 (0x77d4e905)
firefox.exe + 0x101249 (0x00501249)
USER32.dll + 0x8734 (0x77d48734)
USER32.dll + 0x8816 (0x77d48816)
USER32.dll + 0xc63f (0x77d4c63f)
USER32.dll + 0xe905 (0x77d4e905)
jpinscp.dll + 0x3a20 (0x6d423a20)
USER32.dll + 0x8734 (0x77d48734)
USER32.dll + 0x8816 (0x77d48816)
USER32.dll + 0xc63f (0x77d4c63f)
Very likely a duplicate of bug 309706.
Note Adblock available on AMO overrides content policy instead of registering
with it. Attached is a version that does register instead for the purposes of
testing this bug. Noscript is available here:
https://addons.mozilla.org/extensions/moreinfo.php?id=722
Filed regarding comment:
https://bugzilla.mozilla.org/show_bug.cgi?id=311933#c10
Keywords: crash
Assignee | ||
Comment 4•19 years ago
|
||
that's odd... the stack overflow happens even without any extensions for me...
Depends on: 309706
(In reply to comment #4)
> that's odd... the stack overflow happens even without any extensions for me...
your right this crash seems too only effect certain java sites however
instilling adblock makes it affect all java sites
Assignee | ||
Comment 7•19 years ago
|
||
Is this still a problem, now that bug 309706 is fixed?
Yep, it no longer crashes for me apart from noticing what RyanVM reported in bug 309706, comment 43. Although I notice that the java test site (first test site in this bug) seems to work, probably because it is very small.
Comment 9•19 years ago
|
||
So this was apparently fixed by the patch by bug 309706.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
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
•