On Wed, Mar 11, 2009 at 10:55 AM, Mark Mentovai <mmento...@google.com>wrote:

> Avi, do you think you can figure out if -[NSHTMLReader
> _loadUsingWebKit] is at or near objc_msgSend, and who it's trying to
> send to?
>

I sent a clip; here's the whole thing:

#0  0x901e8162 in WTF::HashTable<int, int, WTF::IdentityExtractor<int>,
WTF::IntHash<int>, WTF::HashTraits<int>, WTF::HashTraits<int>
>::contains<int, WTF::IdentityHashTranslator<int, int, WTF::IntHash<int> > >
()
#1  0x90183d69 in WebCore::TimerBase::isActive ()
#2  0x90183cdd in WebCore::FrameLoader::stopRedirectionTimer ()
#3  0x90183c2c in WebCore::FrameLoader::cancelRedirection ()
#4  0x90183b89 in WebCore::FrameLoader::provisionalLoadStarted ()
#5  0x90181651 in WebCore::FrameLoader::init ()
#6  0x9471164c in -[WebFrameBridge
finishInitializingWithPage:frameName:frameView:ownerElement:] ()
#7  0x947114f3 in -[WebFrameBridge
initMainFrameWithPage:frameName:frameView:] ()
#8  0x94710384 in -[WebView _commonInitializationWithFrameName:groupName:]
()
#9  0x9470ff1a in -[WebView initWithFrame:frameName:groupName:] ()
#10 0x94759306 in -[WebView initWithFrame:] ()
#11 0x95e9904a in -[NSHTMLReader _loadUsingWebKit] ()
#12 0x95e98c95 in -[NSHTMLReader attributedString] ()
#13 0x95e97930 in _NSReadAttributedStringFromURLOrData ()
#14 0x95e94943 in -[NSAttributedString(NSAttributedStringKitAdditions)
initWithData:options:documentAttributes:error:] ()
#15 0x95e948b6 in -[NSAttributedString(NSAttributedStringKitAdditions)
initWithHTML:options:documentAttributes:] ()
#16 0x960c9cc8 in -[NSAttributedString(NSAttributedStringKitAdditions)
initWithHTML:documentAttributes:] ()
#17 0x962f1c38 in -[NSTextView(NSPasteboard)
_readHTMLIntoRange:fromPasteboard:] ()
#18 0x960167b7 in -[NSTextView(NSPasteboard)
readSelectionFromPasteboard:type:] ()
#19 0x96015f9a in -[NSTextView(NSPasteboard)
_readSelectionFromPasteboard:types:] ()
#20 0x9605fca5 in -[NSTextView(NSPasteboard) readSelectionFromPasteboard:]
()
#21 0x9605fc37 in -[NSTextView(NSPasteboard) paste:] ()
#22 0x95df653b in -[NSApplication sendAction:to:from:] ()
#23 0x95ea517c in -[NSMenu performActionForItemAtIndex:] ()
#24 0x95ea4e81 in -[NSCarbonMenuImpl
performActionWithHighlightingForItemAtIndex:] ()
#25 0x95ea4b07 in -[NSMenu performKeyEquivalent:] ()
#26 0x95ea33ac in -[NSApplication _handleKeyEquivalent:] ()
#27 0x95dc016b in -[NSApplication sendEvent:] ()
#28 0x95d1d69f in -[NSApplication run] ()
#29 0x0047f415 in base::MessagePumpNSApplication::DoRun (this=0x57313c0,
delegate=0xbfffee7c) at /Users/avi/Source/chrome/src/base/
message_pump_mac.mm:337
#30 0x0047f22f in base::MessagePumpCFRunLoopBase::Run (this=0x57313c0,
delegate=0xbfffee7c) at /Users/avi/Source/chrome/src/base/
message_pump_mac.mm:90
#31 0x0047438e in MessageLoop::RunInternal (this=0xbfffee7c) at
/Users/avi/Source/chrome/src/base/message_loop.cc:197
#32 0x004743a9 in MessageLoop::RunHandler (this=0xbfffee7c) at
/Users/avi/Source/chrome/src/base/message_loop.cc:180
#33 0x00474434 in MessageLoop::Run (this=0xbfffee7c) at
/Users/avi/Source/chrome/src/base/message_loop.cc:154
#34 0x0010a299 in (anonymous namespace)::RunUIMessageLoop
(browser_process=0x5730070) at
/Users/avi/Source/chrome/src/chrome/browser/browser_main.cc:182
#35 0x0010c07c in BrowserMain (paramete...@0xbffff49c) at
/Users/avi/Source/chrome/src/chrome/browser/browser_main.cc:559
#36 0x000034fc in ChromeMain (argc=1, argv=0xbffff6d0) at
/Users/avi/Source/chrome/src/chrome/app/chrome_dll_main.cc:379
#37 0x00003e7b in main (argc=1, argv=0xbffff6d0) at
/Users/avi/Source/chrome/src/chrome/app/chrome_exe_main.mm:33

--~--~---------~--~----~------------~-------~--~----~
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to