Re: website like ebay.com's flash content crashing webKit like app?
Re: website like ebay.com's flash content crashing webKit like app?
- Subject: Re: website like ebay.com's flash content crashing webKit like app?
- From: jon <email@hidden>
- Date: Sun, 06 Sep 2009 13:18:18 -0600
On Sep 6, 2009, at 1:11 PM, Jens Alfke wrote:
Run your app with 'breakpoints enabled', to make sure the gdb
debugger loads. Then when it crashes you'll be in the debugger and
can look at the stack and such. (Type "bt" into the gdb command area
to get a textual bactkrace you can easily copy and paste into email.)
here is what it dumped out...
Jon.
[Session started at 2009-09-06 13:14:14 -0600.]
GNU gdb 6.3.50-20050815 (Apple version gdb-967) (Tue Jul 14 02:11:58
UTC 2009)
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and
you are
welcome to change it and/or distribute copies of it under certain
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for
details.
This GDB was configured as "i386-apple-darwin".sharedlibrary apply-
load-rules all
Attaching to process 4216.
=shlibs-removed,shlib-
info=[num="101",name="JavaPluginCocoa",kind="B",dyld-
addr="0x16a00000",reason="dyld",requested-state="E",state="E",path="/
System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Resources/
JavaPluginCocoa.bundle/Contents/MacOS/JavaPluginCocoa",description="/
System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Resources/
JavaPluginCocoa.bundle/Contents/MacOS/
JavaPluginCocoa",loaded_addr="0x16a00000",slide="0x16a00000",prefix=""]
=shlibs-removed,shlib-
info=[num="102",name="JavaNativeFoundation",kind="F",dyld-
addr="0x16a14000",reason="dyld",requested-state="Y",state="Y",path="/
System/Library/Frameworks/JavaVM.framework/Versions/A/Frameworks/
JavaNativeFoundation.framework/Versions/A/
JavaNativeFoundation",description="/System/Library/Frameworks/
JavaVM.framework/Versions/A/Frameworks/JavaNativeFoundation.framework/
Versions/A/
JavaNativeFoundation
",loaded_addr="0x16a14000",slide="0x16a14000",prefix=""]
Debugger() was called!
(gdb) bt
#0 0x940cb402 in __pthread_kill ()
#1 0x940cb24f in pthread_kill ()
#2 0x93d59190 in Debugger ()
#3 0x17ad6e05 in dyld_stub_syslog ()
#4 0x17ad70bf in NP_Initialize ()
#5 0x95d365ef in -[WebNetscapePluginPackage _tryLoad] ()
#6 0x95d36217 in -[WebNetscapePluginPackage load] ()
#7 0x95d813cf in -[WebNetscapePluginDocumentView
initWithFrame:pluginPackage:URL:baseURL:MIMEType:attributeKeys:attributeValues:loadManually:element
:] ()
#8 0x95d6ecd9 in WebFrameLoaderClient::createPlugin ()
#9 0x90866554 in WebCore::FrameLoader::loadPlugin ()
#10 0x90866071 in WebCore::FrameLoader::requestObject ()
#11 0x907b46ca in WebCore::RenderPartObject::updateWidget ()
#12 0x907123b6 in WebCore::FrameView::updateWidgets ()
#13 0x90712081 in WebCore::FrameView::performPostLayoutTasks ()
#14 0x906f1eed in WebCore::FrameView::layout ()
#15 0x906f190b in WebCore::Timer<WebCore::FrameView>::fired ()
#16 0x906d8bf2 in WebCore::ThreadTimers::fireTimers ()
#17 0x906d8612 in WebCore::ThreadTimers::sharedTimerFiredInternal ()
#18 0x906d8596 in WebCore::ThreadTimers::sharedTimerFired ()
#19 0x90d5dc64 in WebCore::timerFired ()
#20 0x900f48f5 in CFRunLoopRunSpecific ()
#21 0x900f4aa8 in CFRunLoopRunInMode ()
#22 0x916fa2ac in RunCurrentEventLoopInMode ()
#23 0x916fa0c5 in ReceiveNextEventCommon ()
#24 0x916f9f39 in BlockUntilNextEventMatchingListInMode ()
#25 0x954836d5 in _DPSNextEvent ()
#26 0x95482f88 in -[NSApplication
nextEventMatchingMask:untilDate:inMode:dequeue:] ()
#27 0x9547bf9f in -[NSApplication run] ()
#28 0x954491d8 in NSApplicationMain ()
#29 0x00001ffc in main (argc=1, argv=0xbffff730) at /Users/jonkai/
Desktop/junk2 11-43-39/main.m:14
(gdb)
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden