Closed
Bug 91253
Opened 23 years ago
Closed 23 years ago
crash when displaying about:plugins and then using plugins
Categories
(Core Graveyard :: Plug-ins, defect)
Tracking
(Not tracked)
People
(Reporter: chithanh, Assigned: serhunt)
References
()
Details
(Whiteboard: crash)
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:0.9.2+) Gecko/20010717
BuildID: 2001071710
When entering about:plugins into the URL bar before any plugins are loaded, and
then visiting a page that uses these plugins, Mozilla will crash saying
"Internal error: Null plugin manager"
This occurs on Solaris 20010716(trunk) and 20010717.
Reproducible: Always
Steps to Reproduce:
1. Launch Mozilla
2. Enter about:plugins into the URL bar
3. visit a page that uses the plugins, eg. http://java.sun.com/ (Java Plugin) or
http://www.storage.ibm.com/ (Flash)
Actual Results: Browser will crash with error message "Internal error: Null
plugin manager"
Expected Results: Plugins should be loaded and page displayed.
This does not occur when the plugins have been loaded before, ie. go to
http://java.sun.com/ then about:plugins then http://java.sun.com/ will not crash
Mozilla.
Reporter | ||
Comment 1•23 years ago
|
||
Hmm. This looks like a regression. With
Mozilla/5.0 (X11; U; SunOS 5.8 sun4u; en-US; rv:0.9.1) Gecko/20010608
there is no problem. This might be some kind of reincarnation of Bug 65802
although the error message differs.
Updated•23 years ago
|
Severity: major → critical
Whiteboard: crash
Comment 2•23 years ago
|
||
marking NEW..based on reporter's comment. I do not have a solaris to check this
on...
Updated•23 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 3•23 years ago
|
||
This also occurs on build 2001070116 running on Linux 2.4.2.
Comment 5•23 years ago
|
||
add cc
Comment 6•23 years ago
|
||
this is definitely a dup....just cannot seem to find it..
Stak trace is similar to another bug...
stack trace:
ibjavaplugin_oji.so + 0x1d18d (0x40d7f18d)
libjavaplugin_oji.so + 0x1d7a9 (0x40d7f7a9)
libjavaplugin_oji.so + 0x1bfd2 (0x40d7dfd2)
libjavaplugin_oji.so + 0x1ba8e (0x40d7da8e)
libjavaplugin_oji.so + 0x1c3b1 (0x40d7e3b1)
ProxyJNIEnv::ProxyJNIEnv()
CreateProxyJNI()
JVM_GetJNIEnv()
nsJVMManager::GetProxyJNI()
nsObjectFrame::InstantiatePlugin()
nsObjectFrame::Reflow()
nsLineLayout::ReflowFrame()
nsBlockFrame::ReflowInlineFrame()
nsBlockFrame::DoReflowInlineFrames()
nsBlockFrame::DoReflowInlineFramesAuto()
nsBlockFrame::ReflowInlineFrames()
nsBlockFrame::ReflowLine()
nsBlockFrame::ReflowDirtyLines()
nsBlockFrame::Reflow()
nsBlockReflowContext::DoReflowBlock()
nsBlockReflowContext::ReflowBlock()
nsBlockFrame::ReflowBlockFrame()
nsBlockFrame::ReflowLine()
nsBlockFrame::ReflowDirtyLines()
nsBlockFrame::Reflow()
nsBlockReflowContext::DoReflowBlock()
nsBlockReflowContext::ReflowBlock()
nsBlockFrame::ReflowBlockFrame()
nsBlockFrame::ReflowLine()
nsBlockFrame::ReflowDirtyLines()
nsBlockFrame::Reflow()
nsContainerFrame::ReflowChild()
CanvasFrame::Reflow()
nsBoxToBlockAdaptor::Reflow()
nsBoxToBlockAdaptor::DoLayout()
nsBox::Layout()
nsScrollBoxFrame::DoLayout()
nsBox::Layout()
nsContainerBox::LayoutChildAt()
nsGfxScrollFrameInner::LayoutBox()
nsGfxScrollFrameInner::Layout()
nsGfxScrollFrame::DoLayout()
nsBox::Layout()
nsBoxFrame::Reflow()
nsGfxScrollFrame::Reflow()
nsContainerFrame::ReflowChild()
ViewportFrame::Reflow()
nsHTMLReflowCommand::Dispatch()
PresShell::ProcessReflowCommand()
PresShell::ProcessReflowCommands()
HandlePLEvent()
PL_HandleEvent()
PL_ProcessPendingEvents()
nsEventQueueImpl::ProcessPendingEvents()
event_processor_callback()
our_gdk_io_invoke()
libglib-1.2.so.0 + 0xe52a (0x4033d52a)
libglib-1.2.so.0 + 0xfbe6 (0x4033ebe6)
libglib-1.2.so.0 + 0x101a1 (0x4033f1a1)
libglib-1.2.so.0 + 0x10341 (0x4033f341)
libgtk-1.2.so.0 + 0x8c209 (0x40266209)
nsAppShell::Run()
nsAppShellService::Run()
main1()
main()
libc.so.6 + 0x181eb (0x404361eb)
Comment 7•23 years ago
|
||
*** This bug has been marked as a duplicate of 86591 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Comment 8•22 years ago
|
||
mass duplicate verifications . For filtering purposes, pls use keywd
"massdupverification"
Status: RESOLVED → VERIFIED
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
•