Closed
Bug 580291
Opened 16 years ago
Closed 9 years ago
###!!! ABORT: [PPluginInstanceChild] abort()ing as a result: file PPluginInstanceChild.cpp
Categories
(Core Graveyard :: Plug-ins, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: cbook, Unassigned)
Details
Build: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; en-US; rv:2.0b2pre) Gecko/20100719 Minefield/4.0b2pre
Seems this happend when my opt-debug Build Flash-plugin crashed. Build was launched from the Console/Terminal.
###!!! [Parent][AsyncChannel] Error: Channel error: cannot send/recv
Tue Jul 20 01:08:08 tomcat-4.local plugin-container[16258] <Error>: kCGErrorIllegalArgument: CGSOrderWindowList
Tue Jul 20 01:08:08 tomcat-4.local plugin-container[16258] <Error>: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
###!!! ABORT: [PPluginInstanceChild] abort()ing as a result: file PPluginInstanceChild.cpp, line 1947
_ZN7mozilla7plugins20PPluginInstanceChild14OnCallReceivedERKN3IPC7MessageERPS3_+0x00000290 [/Applications/Minefield.app/Contents/MacOS/XUL +0x00C84860]
_ZN7mozilla7plugins18PPluginModuleChild14OnCallReceivedERKN3IPC7MessageERPS3_+0x0000005D [/Applications/Minefield.app/Contents/MacOS/XUL +0x00C7E83D]
_ZN7mozilla3ipc10RPCChannel14DispatchIncallERKN3IPC7MessageE+0x00000053 [/Applications/Minefield.app/Contents/MacOS/XUL +0x00C457F3]
_ZN7mozilla3ipc10RPCChannel17OnMaybeDequeueOneEv+0x00000395 [/Applications/Minefield.app/Contents/MacOS/XUL +0x00C47775]
_ZN11MessageLoop21DeferOrRunPendingTaskERKNS_11PendingTaskE+0x0000008B [/Applications/Minefield.app/Contents/MacOS/XUL +0x00D379BB]
_ZN11MessageLoop6DoWorkEv+0x000000B7 [/Applications/Minefield.app/Contents/MacOS/XUL +0x00D38D97]
_ZN4base24MessagePumpCFRunLoopBase13RunWorkSourceEPv+0x00000034 [/Applications/Minefield.app/Contents/MacOS/XUL +0x00D49B34]
__CFRunLoopDoSources0+0x0000061B [/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation +0x0003F0FB]
__CFRunLoopRun+0x0000042F [/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation +0x0003CBBF]
CFRunLoopRunSpecific+0x000001C4 [/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation +0x0003C094]
CFRunLoopRunInMode+0x00000061 [/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation +0x0003BEC1]
RunCurrentEventLoopInMode+0x00000188 [/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox +0x00034F9C]
ReceiveNextEventCommon+0x00000162 [/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox +0x00034D51]
BlockUntilNextEventMatchingListInMode+0x00000051 [/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox +0x00034BD6]
_DPSNextEvent+0x0000034F [/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit +0x00048A89]
-[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:]+0x0000009C [/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit +0x000482CA]
-[NSApplication run]+0x00000335 [/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit +0x0000A55B]
_ZN4base24MessagePumpNSApplication5DoRunEPNS_11MessagePump8DelegateE+0x0000006D [/Applications/Minefield.app/Contents/MacOS/XUL +0x00D496ED]
_ZN4base24MessagePumpCFRunLoopBase3RunEPNS_11MessagePump8DelegateE+0x00000046 [/Applications/Minefield.app/Contents/MacOS/XUL +0x00D48D66]
_ZN11MessageLoop3RunEv+0x00000044 [/Applications/Minefield.app/Contents/MacOS/XUL +0x00D37704]
XRE_InitChildProcess+0x0000034E [/Applications/Minefield.app/Contents/MacOS/XUL +0x0000E4AE]
main+0x0000002F [/Applications/Minefield.app/Contents/MacOS/plugin-container +0x00000FEF]
start+0x00000036 [/Applications/Minefield.app/Contents/MacOS/plugin-container +0x00000F96]
###!!! ABORT: [PPluginInstanceChild] abort()ing as a result: file PPluginInstanceChild.cpp, line 1947
Comment 1•16 years ago
|
||
I don't think the cocoa error and the abort are related at all, FWIW. It would be good to get a real stacktrace from the abort.
Comment 2•16 years ago
|
||
The cocoa error is Flash entering in fullscreen mode and failing to hide the dock because it is in another process and is not directly related.
The abort is triggered under debug when we get that channel error. Do you have steps to reproduce the crash? I assume you where trying to enter fullscreen by the cocoa error, do you have more information. It would be useful to reproduce the issue to see what the parent (browser) process was sending on the channel.
Comment 3•9 years ago
|
||
Resolving old bugs which are likely not relevant any more, since NPAPI plugins are deprecated.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → INCOMPLETE
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
•