Closed
Bug 389960
Opened 17 years ago
Closed 17 years ago
Invalid src attribute for embed tag crashes firefox [@ libX11.so.6.2.0] [@ nsPluginNativeWindowGtk2::CallSetWindow]
Categories
(Core Graveyard :: Plug-ins, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 386844
People
(Reporter: dennisml, Unassigned)
References
Details
(Keywords: crash, testcase)
Crash Data
Attachments
(1 file)
(deleted),
text/html
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a7pre) Gecko/2007072804 Minefield/3.0a7pre
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a7pre) Gecko/2007072804 Minefield/3.0a7pre
The following html code crashes Firefox reliably:
<html><body>
<embed src="x"></embed>
</body></html>
The culprit seems to be the "x". Putting a proper reachable document URL there (e.g. "http://some.site.com/index.html") prevents FF from crashing.
Reproducible: Always
Steps to Reproduce:
1. Load a document with the provided code
Actual Results:
Firefox crashes
Reporter | ||
Updated•17 years ago
|
Comment 1•17 years ago
|
||
Comment 2•17 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a7pre) Gecko/2007072705 Minefield/3.0a7pre ID:2007072705
WFM
Comment 3•17 years ago
|
||
Oops. I forgot to update my firefox. But nevertheless, also WFM:
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a7pre) Gecko/2007072805 Minefield/3.0a7pre ID:2007072805
Linux only?
Reporter | ||
Comment 4•17 years ago
|
||
I did some further investigation with the debugger and it seems the java plugin is to blame. For some reason the code above starts the java plugin which then crashes the browser. I updated to the latest java version 1.6.0_02 but that doesn't help. After removing the plugin from the plugins directory Firefox no longer crashes.
Comment 5•17 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a7pre) Gecko/2007072605 Minefield/3.0a7pre
Java gets launched for me, but I don't crash. This is very similar to bug 364235, but I'd like to use this to track the actual crash.
Does Breakpad catch the crash? If so, can you get a Breakpad ID? http://kb.mozillazine.org/Breakpad
Component: General → Plug-ins
Flags: blocking-firefox3?
Product: Firefox → Core
QA Contact: general → plugins
Reporter | ||
Comment 6•17 years ago
|
||
Yes, the Breakpad report can be found here: http://crash-stats.mozilla.com/report/index/afa845a3-3ed1-11dc-8a5a-001a4bd46e84?date=2007-07-30-19
Comment 7•17 years ago
|
||
Dupe of bug 386844 per stacktrace.
0 libX11.so.6.2.0@0x376a6
1 libjavaplugin_nscp.so@0x11c5c
2 libjavaplugin_oji.so@0xfca6
3 nsPluginNativeWindowGtk2::CallSetWindow(nsCOMPtr<nsIPluginInstance>&)
4 nsPluginHostImpl::InstantiateEmbeddedPlugin(char const*, nsIURI*, nsIPluginInstanceOwner*)
5 nsObjectFrame::InstantiatePlugin(nsIPluginHost*, char const*, nsIURI*)
6 nsObjectFrame::Instantiate(char const*, nsIURI*)
7 nsObjectLoadingContent::Instantiate(nsACString_internal const&, nsIURI*)
8 nsAsyncInstantiateEvent::Run()
9 nsThread::ProcessNextEvent(int, int*)
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → DUPLICATE
Summary: Invalid src attribute for embed tag crashes firefox → Invalid src attribute for embed tag crashes firefox [@ libX11.so.6.2.0] [@ nsPluginNativeWindowGtk2::CallSetWindow]
Assignee | ||
Updated•13 years ago
|
Crash Signature: [@ libX11.so.6.2.0]
[@ nsPluginNativeWindowGtk2::CallSetWindow]
Updated•2 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•