[Webkit-unassigned] [Bug 20747] New: calling [[frame dataSource] mainResource] in didFinishLoadForFrame: can crash

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 9 07:49:34 PDT 2008


https://bugs.webkit.org/show_bug.cgi?id=20747

           Summary: calling [[frame dataSource] mainResource] in
                    didFinishLoadForFrame: can crash
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Major
          Priority: P2
         Component: Page Loading
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: alexander at icab.de


Adding the following WebFrameLoadDelegate method in an app which uses the
latest Nightly build of WebKit, you will get a crash when running the SunSpider
test <http://www2.webkit.org/perf/sunspider-0.9/sunspider.html>. This SunSpider
test adds and removes new Iframes all the time for all the subtests, if I
understand this correctly, and it seems that when WebKit calls this delegate
method these Iframes their resources are either no longer available (the Iframe
is already removed) or not yet available. The latest WebKit that is part of the
MacOS/Safari 3.1 does not have this problem.

- (void)webView:(WebView *)sender didFinishLoadForFrame:(WebFrame *)frame
{
     WebResource *resource = [[frame dataSource] mainResource];
     //... do something with the resource
}




Here's the Crash log:

Process:         iCab [1869]
Path:            /Applications/iCab.app/Contents/MacOS/iCab
Identifier:      de.icab.iCab
Version:         4.2.0 (4.2.0)
Code Type:       X86 (Native)
Parent Process:  launchd [123]

Date/Time:       2008-09-09 16:18:48.667 +0200
OS Version:      Mac OS X 10.5.4 (9E17)
Report Version:  6

Exception Type:  EXC_BAD_ACCESS (SIGBUS)
Exception Codes: KERN_PROTECTION_FAILURE at 0x00000000000000ac
Crashed Thread:  0

Thread 0 Crashed:
0   com.apple.WebKit                    0x0020dcfe
-[WebResource(WebResourceInternal) _initWithCoreResource:] + 62
1   com.apple.WebKit                    0x001b7e57 -[WebDataSource
mainResource] + 103
2   de.icab.iCab                        0x0000fcb1 -[BrowserWindow
webView:didFinishLoadForFrame:] + 55
3   com.apple.WebKit                    0x0021ee60 CallDelegate(objc_object*
(*)(objc_object*, objc_selector*, ...), WebView*, objc_object*, objc_selector*,
objc_object*) + 112
4   com.apple.WebKit                    0x001c836a
WebFrameLoaderClient::dispatchDidFinishLoad() + 106
5   com.apple.WebCore                   0x00f184bf
WebCore::FrameLoader::checkLoadCompleteForThisFrame() + 575
6   com.apple.WebCore                   0x00f18ad8
WebCore::FrameLoader::recursiveCheckLoadComplete() + 184
7   com.apple.WebCore                   0x00f18b87
WebCore::FrameLoader::recursiveCheckLoadComplete() + 359
8   com.apple.WebCore                   0x00f18cac
WebCore::FrameLoader::finishedLoading() + 172
9   com.apple.WebCore                   0x01124f0c
WebCore::MainResourceLoader::didFinishLoading() + 44
10  com.apple.WebCore                   0x011255c0
WebCore::MainResourceLoader::continueAfterContentPolicy(WebCore::PolicyAction,
WebCore::ResourceResponse const&) + 832
11  com.apple.WebCore                   0x01125983
WebCore::MainResourceLoader::continueAfterContentPolicy(WebCore::PolicyAction)
+ 131
12  com.apple.WebCore                   0x00f17a77
WebCore::FrameLoader::continueAfterContentPolicy(WebCore::PolicyAction) + 439
13  com.apple.WebKit                    0x001cc19c -[WebFramePolicyListener
receivedPolicyDecision:] + 60
14  com.apple.WebKit                    0x001c669a -[WebFramePolicyListener
use] + 42
15  de.icab.iCab                        0x0001ddb7 -[BrowserWindow
webView:decidePolicyForMIMEType:request:frame:decisionListener:] + 481
16  com.apple.CoreFoundation            0x963e5a7d __invoking___ + 29
17  com.apple.CoreFoundation            0x963e5468 -[NSInvocation invoke] + 136
18  com.apple.CoreFoundation            0x963e5538 -[NSInvocation
invokeWithTarget:] + 72
19  com.apple.WebKit                    0x0021327f -[_WebSafeForwarder
forwardInvocation:] + 367
20  com.apple.CoreFoundation            0x963e59aa ___forwarding___ + 986
21  com.apple.CoreFoundation            0x963e5a12 _CF_forwarding_prep_0 + 50
22  com.apple.WebKit                    0x001cbab6
WebFrameLoaderClient::dispatchDecidePolicyForMIMEType(void
(WebCore::FrameLoader::*)(WebCore::PolicyAction), WebCore::String const&,
WebCore::ResourceRequest const&) + 182
23  com.apple.WebCore                   0x00f15886
WebCore::FrameLoader::checkContentPolicy(WebCore::String const&, void
(*)(void*, WebCore::PolicyAction), void*) + 214
24  com.apple.WebCore                   0x01125d4d
WebCore::MainResourceLoader::didReceiveResponse(WebCore::ResourceResponse
const&) + 941
25  com.apple.WebCore                   0x0112692c
WebCore::MainResourceLoader::handleEmptyLoad(WebCore::KURL const&, bool) + 380
26  com.apple.WebCore                   0x0112749e
WebCore::MainResourceLoader::loadNow(WebCore::ResourceRequest&) + 542
27  com.apple.WebCore                   0x01127fdc
WebCore::MainResourceLoader::load(WebCore::ResourceRequest const&,
WebCore::SubstituteData const&) + 492
28  com.apple.WebCore                   0x00eb584d
WebCore::DocumentLoader::startLoadingMainResource(unsigned long) + 189
29  com.apple.WebCore                   0x00f0def4
WebCore::FrameLoader::continueLoadAfterWillSubmitForm(WebCore::PolicyAction) +
164
30  com.apple.WebCore                   0x00f18191
WebCore::FrameLoader::continueLoadAfterNavigationPolicy(WebCore::ResourceRequest
const&, WTF::PassRefPtr<WebCore::FormState>, bool) + 529
31  com.apple.WebCore                   0x00f181d5
WebCore::FrameLoader::callContinueLoadAfterNavigationPolicy(void*,
WebCore::ResourceRequest const&, WTF::PassRefPtr<WebCore::FormState>, bool) +
53
32  com.apple.WebCore                   0x00f0fb58
WebCore::PolicyCheck::call(bool) + 72
33  com.apple.WebCore                   0x00f23912
WebCore::FrameLoader::continueAfterNavigationPolicy(WebCore::PolicyAction) +
578
34  com.apple.WebKit                    0x001cc19c -[WebFramePolicyListener
receivedPolicyDecision:] + 60
35  com.apple.WebKit                    0x001c669a -[WebFramePolicyListener
use] + 42
36  de.icab.iCab                        0x000105fe -[BrowserWindow
webView:decidePolicyForNavigationAction:request:frame:decisionListener:] + 69
37  com.apple.CoreFoundation            0x963e5a7d __invoking___ + 29
38  com.apple.CoreFoundation            0x963e5468 -[NSInvocation invoke] + 136
39  com.apple.CoreFoundation            0x963e5538 -[NSInvocation
invokeWithTarget:] + 72
40  com.apple.WebKit                    0x0021327f -[_WebSafeForwarder
forwardInvocation:] + 367
41  com.apple.CoreFoundation            0x963e59aa ___forwarding___ + 986
42  com.apple.CoreFoundation            0x963e5a12 _CF_forwarding_prep_0 + 50
43  com.apple.WebKit                    0x001cbd17
WebFrameLoaderClient::dispatchDecidePolicyForNavigationAction(void
(WebCore::FrameLoader::*)(WebCore::PolicyAction), WebCore::NavigationAction
const&, WebCore::ResourceRequest const&, WTF::PassRefPtr<WebCore::FormState>) +
199
44  com.apple.WebCore                   0x00f128ca
WebCore::FrameLoader::checkNavigationPolicy(WebCore::ResourceRequest const&,
WebCore::DocumentLoader*, WTF::PassRefPtr<WebCore::FormState>, void (*)(void*,
WebCore::ResourceRequest const&, WTF::PassRefPtr<WebCore::FormState>, bool),
void*) + 666
45  com.apple.WebCore                   0x00f18ff0
WebCore::FrameLoader::loadWithDocumentLoader(WebCore::DocumentLoader*,
WebCore::FrameLoadType, WTF::PassRefPtr<WebCore::FormState>) + 624
46  com.apple.WebCore                   0x00f1a9c5
WebCore::FrameLoader::loadWithNavigationAction(WebCore::ResourceRequest const&,
WebCore::NavigationAction const&, WebCore::FrameLoadType,
WTF::PassRefPtr<WebCore::FormState>) + 405
47  com.apple.WebCore                   0x00f1b5c0
WebCore::FrameLoader::loadURL(WebCore::KURL const&, WebCore::String const&,
WebCore::String const&, WebCore::FrameLoadType, WebCore::Event*,
WTF::PassRefPtr<WebCore::FormState>) + 416
48  com.apple.WebCore                   0x00f23589
WebCore::FrameLoader::loadURLIntoChildFrame(WebCore::KURL const&,
WebCore::String const&, WebCore::Frame*) + 713
49  com.apple.WebKit                    0x001cbff1
WebFrameLoaderClient::createFrame(WebCore::KURL const&, WebCore::String const&,
WebCore::HTMLFrameOwnerElement*, WebCore::String const&, bool, int, int) + 577
50  com.apple.WebCore                   0x00f210de
WebCore::FrameLoader::loadSubframe(WebCore::HTMLFrameOwnerElement*,
WebCore::KURL const&, WebCore::String const&, WebCore::String const&) + 238
51  com.apple.WebCore                   0x00f22a41
WebCore::FrameLoader::requestFrame(WebCore::HTMLFrameOwnerElement*,
WebCore::String const&, WebCore::AtomicString const&) + 497
52  com.apple.WebCore                   0x00f513cb
WebCore::HTMLFrameElementBase::openURL() + 107
53  com.apple.WebCore                   0x00f51535
WebCore::HTMLFrameElementBase::setNameAndOpenURL() + 181
54  com.apple.WebCore                   0x00dc713f
WebCore::ContainerNode::dispatchPostAttachCallbacks() + 95
55  com.apple.WebCore                   0x00dc71b0
WebCore::ContainerNode::attach() + 96
56  com.apple.WebCore                   0x00ed370f WebCore::Element::attach() +
31
57  com.apple.WebCore                   0x00f50b16
WebCore::HTMLFrameElementBase::attach() + 38
58  com.apple.WebCore                   0x00f551e2
WebCore::HTMLIFrameElement::attach() + 18
59  com.apple.WebCore                   0x00f7b1bf
WebCore::HTMLParser::insertNode(WebCore::Node*, bool) + 639
60  com.apple.WebCore                   0x00f7b630
WebCore::HTMLParser::parseToken(WebCore::Token*) + 368
61  com.apple.WebCore                   0x00f8f752
WebCore::HTMLTokenizer::processToken() + 690
62  com.apple.WebCore                   0x00f94441
WebCore::HTMLTokenizer::parseTag(WebCore::SegmentedString&,
WebCore::HTMLTokenizer::State) + 3825
63  com.apple.WebCore                   0x00f96428
WebCore::HTMLTokenizer::write(WebCore::SegmentedString const&, bool) + 1160
64  com.apple.WebCore                   0x00f8d0b8
WebCore::HTMLTokenizer::notifyFinished(WebCore::CachedResource*) + 1304
65  com.apple.WebCore                   0x00daa8dc
WebCore::CachedScript::checkNotify() + 60
66  com.apple.WebCore                   0x00daac72
WebCore::CachedScript::data(WTF::PassRefPtr<WebCore::SharedBuffer>, bool) + 258
67  com.apple.WebCore                   0x012fef34
WebCore::Loader::Host::didFinishLoading(WebCore::SubresourceLoader*) + 324
68  com.apple.WebCore                   0x0129c911
WebCore::SubresourceLoader::didFinishLoading() + 49
69  com.apple.Foundation                0x94e043f7
-[NSURLConnection(NSURLConnectionReallyInternal) sendDidFinishLoading] + 87
70  com.apple.Foundation                0x94e04363
_NSURLConnectionDidFinishLoading + 147
71  com.apple.CFNetwork                 0x91f6ecef sendDidFinishLoadingCallback
+ 148
72  com.apple.CFNetwork                 0x91f8a401 handleCacheResponseIsValid +
157
73  com.apple.CFNetwork                 0x91f6bb8f
_CFURLConnectionSendCallbacks + 1439
74  com.apple.CFNetwork                 0x91f6b573 muxerSourcePerform + 283
75  com.apple.CoreFoundation            0x96366615 CFRunLoopRunSpecific + 3141
76  com.apple.CoreFoundation            0x96366cf8 CFRunLoopRunInMode + 88
77  com.apple.HIToolbox                 0x9673cda4 RunCurrentEventLoopInMode +
283
78  com.apple.HIToolbox                 0x9673caf6 ReceiveNextEventCommon + 175
79  com.apple.HIToolbox                 0x9673ca31
BlockUntilNextEventMatchingListInMode + 106
80  com.apple.AppKit                    0x9073f505 _DPSNextEvent + 657
81  com.apple.AppKit                    0x9073edb8 -[NSApplication
nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
82  com.apple.AppKit                    0x90737df3 -[NSApplication run] + 795
83  com.apple.AppKit                    0x90705030 NSApplicationMain + 574
84  de.icab.iCab                        0x000021c6 _start + 216
85  de.icab.iCab                        0x000020ed start + 41

Thread 1:
0   libSystem.B.dylib                   0x912df4a6 mach_msg_trap + 10
1   libSystem.B.dylib                   0x912e6c9c mach_msg + 72
2   com.apple.CoreFoundation            0x963660ce CFRunLoopRunSpecific + 1790
3   com.apple.CoreFoundation            0x96366cf8 CFRunLoopRunInMode + 88
4   com.apple.CFNetwork                 0x91f66a32
CFURLCacheWorkerThread(void*) + 396
5   libSystem.B.dylib                   0x913106f5 _pthread_start + 321
6   libSystem.B.dylib                   0x913105b2 thread_start + 34

Thread 2:
0   libSystem.B.dylib                   0x912e668e __semwait_signal + 10
1   libSystem.B.dylib                   0x9131136d pthread_cond_wait$UNIX2003 +
73
2   com.apple.WebCore                   0x00fa67af
WebCore::IconDatabase::syncThreadMainLoop() + 239
3   com.apple.WebCore                   0x00fa68c5
WebCore::IconDatabase::iconDatabaseSyncThread() + 181
4   libSystem.B.dylib                   0x913106f5 _pthread_start + 321
5   libSystem.B.dylib                   0x913105b2 thread_start + 34

Thread 3:
0   libSystem.B.dylib                   0x912df4a6 mach_msg_trap + 10
1   libSystem.B.dylib                   0x912e6c9c mach_msg + 72
2   com.apple.CoreFoundation            0x963660ce CFRunLoopRunSpecific + 1790
3   com.apple.CoreFoundation            0x96366cf8 CFRunLoopRunInMode + 88
4   com.apple.Foundation                0x94e02460
+[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 320
5   com.apple.Foundation                0x94d9ef1d -[NSThread main] + 45
6   com.apple.Foundation                0x94d9eac4 __NSThread__main__ + 308
7   libSystem.B.dylib                   0x913106f5 _pthread_start + 321
8   libSystem.B.dylib                   0x913105b2 thread_start + 34

Thread 4:
0   libSystem.B.dylib                   0x912e668e __semwait_signal + 10
1   libSystem.B.dylib                   0x912e6456 usleep$UNIX2003 + 61
2   com.apple.AppKit                    0x907a5979 -[NSUIHeartBeat
_heartBeatThread:] + 2042
3   com.apple.Foundation                0x94d9ef1d -[NSThread main] + 45
4   com.apple.Foundation                0x94d9eac4 __NSThread__main__ + 308
5   libSystem.B.dylib                   0x913106f5 _pthread_start + 321
6   libSystem.B.dylib                   0x913105b2 thread_start + 34

Thread 5:
0   libSystem.B.dylib                   0x9132f5e2 select$DARWIN_EXTSN + 10
1   libSystem.B.dylib                   0x913106f5 _pthread_start + 321
2   libSystem.B.dylib                   0x913105b2 thread_start + 34

Thread 6:
0   libSystem.B.dylib                   0x9134907a __workq_ops + 10
1   libSystem.B.dylib                   0x913490aa start_wqthread + 30

Thread 7:

Thread 0 crashed with X86 Thread State (32-bit):
  eax: 0x00000000  ebx: 0x0020dccb  ecx: 0x925898b8  edx: 0x00000001
  edi: 0xbfffc8cc  esi: 0x0f3f3920  ebp: 0xbfffc8a8  esp: 0xbfffc870
   ss: 0x0000001f  efl: 0x00010202  eip: 0x0020dcfe   cs: 0x00000017
   ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
  cr2: 0x000000ac

Binary Images:
    0x1000 -   0x12bff7 +de.icab.iCab 4.2.0 (4.2.0)
/Applications/iCab.app/Contents/MacOS/iCab
  0x199000 -   0x262fff  com.apple.WebKit r36283 (528.4+)
<ebf5a031719c51df4a01ab59b4dd139a>
/Applications/WebKit.app/Contents/Frameworks/10.5/WebKit.framework/Versions/A/WebKit
  0x2f0000 -   0x414fe3  com.apple.JavaScriptCore 528+ (528.4+)
<7466626b5d60f702ed2701f90ae70038>
/Applications/WebKit.app/Contents/Frameworks/10.5/JavaScriptCore.framework/Versions/A/JavaScriptCore
  0xd1b000 -  0x153bfff  com.apple.WebCore 528+ (528.4+)
<fd357234478b7daf737845340656d40a>
/Applications/WebKit.app/Contents/Frameworks/10.5/WebCore.framework/Versions/A/WebCore
 0xd343000 -  0xd461ff7  com.apple.RawCamera.bundle 2.0.8 (2.0.8)
<56067945130800a348eb076676d41e92>
/System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x102d6000 - 0x102d6ffe  com.apple.JavaPluginCocoa 12.0.0 (12.0.0)
<02a9f23a8bfc902c32ac0adfb66d6816> /Library/Internet
Plug-Ins/JavaPluginCocoa.bundle/Contents/MacOS/JavaPluginCocoa
0x10533000 - 0x1053affd  com.apple.JavaVM 12.0.2 (12.0.2)
<44b9536fe4d7c7fcb3506adb695a180f>
/System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
0x8fe00000 - 0x8fe2da53  dyld 96.2 (???) <06900973e83f70548b7a2a5fa6435865>
/usr/lib/dyld
0x90004000 - 0x903c2fea  libLAPACK.dylib ??? (???)
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x903c9000 - 0x90413fe1  com.apple.securityinterface 3.0 (32532)
<f521dae416ce7a3bdd594b0d4e2fb517>
/System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
0x90458000 - 0x90458fff  com.apple.Carbon 136 (136)
<98a5e3bc0c4fa44bbb09713bb88707fe>
/System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x90459000 - 0x905d8fff  com.apple.AddressBook.framework 4.1.1 (695)
<24a448ba4f9f784189bd3183e3474d81>
/System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
0x905d9000 - 0x905ddfff  libGIF.dylib ??? (???)
<d4234e6f5e5f530bdafb969157f1f17b>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x905de000 - 0x905e5fe9  libgcc_s.1.dylib ??? (???)
<f53c808e87d1184c0f9df63aef53ce0b> /usr/lib/libgcc_s.1.dylib
0x905e6000 - 0x906c7ff7  libxml2.2.dylib ??? (???)
<1baef3d4972ee789d8fa6c1fa44da45c> /usr/lib/libxml2.2.dylib
0x906ff000 - 0x90efcfef  com.apple.AppKit 6.5.3 (949.33)
<84b236f43802f4c15011513d18efa101>
/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x90efd000 - 0x90fe2ff3  com.apple.CoreData 100.1 (186)
<8e28162ef2288692615b52acc01f8b54>
/System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x90fe3000 - 0x9106dfe3  com.apple.DesktopServices 1.4.6 (1.4.6)
<94d1a28b351b7dff77becadab0967772>
/System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x910af000 - 0x9110cffb  libstdc++.6.dylib ??? (???)
<04b812dcec670daa8b7d2852ab14be60> /usr/lib/libstdc++.6.dylib
0x9110d000 - 0x91194ff7  libsqlite3.0.dylib ??? (???)
<6978bbcca4277d6ae9f042beff643f7d> /usr/lib/libsqlite3.0.dylib
0x91195000 - 0x911a1fe7  com.apple.opengl 1.5.6 (1.5.6)
<125de77ea2434a91364e79a0905a7771>
/System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x911a2000 - 0x911a5fff  com.apple.help 1.1 (36)
<b507b08e484cb89033e9cf23062d77de>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x911e3000 - 0x91224fe7  libRIP.A.dylib ??? (???)
<8c2cd4f044b3413d770ca8ad740f7645>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x91225000 - 0x912a1feb  com.apple.audio.CoreAudio 3.1.0 (3.1)
<70bb7c657061631491029a61babe0b26>
/System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x912d4000 - 0x912ddfff  com.apple.speech.recognition.framework 3.7.24 (3.7.24)
<d3180f9edbd9a5e6f283d6156aa3c602>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x912de000 - 0x9143eff3  libSystem.B.dylib ??? (???)
<a12f397abf2285077b89bd726bff5b18> /usr/lib/libSystem.B.dylib
0x9143f000 - 0x91443fff  libmathCommon.A.dylib ??? (???)
/usr/lib/system/libmathCommon.A.dylib
0x9144a000 - 0x91489fef  libTIFF.dylib ??? (???)
<6d0f80e9d4d81f3f64c876aca005bd53>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x9148a000 - 0x914a9ffa  libJPEG.dylib ??? (???)
<0cfb80109d624beb9ceb3c43b6c5ec10>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x914aa000 - 0x914d9fe3  com.apple.AE 402.2 (402.2)
<e01596187e91af5d48653920017b8c8e>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x914fb000 - 0x919ceffe  libGLProgrammability.dylib ??? (???)
<475db64244e011cd8811e076035b2632>
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x919cf000 - 0x91b9dfff  com.apple.security 5.0.4 (34102)
<f01d6cbd6a0f24f6c13952ed448e77d6>
/System/Library/Frameworks/Security.framework/Versions/A/Security
0x91b9e000 - 0x91b9effd  com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2)
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x91b9f000 - 0x91be1fef  com.apple.NavigationServices 3.5.2 (163)
<91844980804067b07a0b6124310d3f31>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x91be2000 - 0x91be7fff  com.apple.CommonPanels 1.2.4 (85)
<ea0665f57cd267609466ed8b2b20e893>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x91be8000 - 0x91ec2ff3  com.apple.CoreServices.CarbonCore 786.6 (786.6)
<bc7c12c84fe21ae2626bdd17070aaafa>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x91ed5000 - 0x91f4fff8  com.apple.print.framework.PrintCore 5.5.3 (245.3)
<222dade7b33b99708b8c09d1303f93fc>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x91f50000 - 0x91f5afeb  com.apple.audio.SoundManager 3.9.2 (3.9.2)
<0f2ba6e891d3761212cf5a5e6134d683>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x91f5b000 - 0x91fddff3  com.apple.CFNetwork 330.4 (330.4)
<ce5b085df34a78b7f198aff9db5b52ec>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x91fde000 - 0x91fdeffb  com.apple.installserver.framework 1.0 (8)
/System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallServer
0x91ffe000 - 0x91fffffc  libffi.dylib ??? (???)
<a3b573eb950ca583290f7b2b4c486d09> /usr/lib/libffi.dylib
0x920af000 - 0x924bffef  libBLAS.dylib ??? (???)
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x924c0000 - 0x924fafff  com.apple.coreui 1.1 (61)
/System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x92505000 - 0x92523fff  libresolv.9.dylib ??? (???)
<9602435a6eac87a0d1f41b8ca8541693> /usr/lib/libresolv.9.dylib
0x92524000 - 0x92548fff  libxslt.1.dylib ??? (???)
<4933ddc7f6618743197aadc85b33b5ab> /usr/lib/libxslt.1.dylib
0x92574000 - 0x92653fff  libobjc.A.dylib ??? (???)
<a53206274b6c2d42691f677863f379ae> /usr/lib/libobjc.A.dylib
0x92654000 - 0x92678feb  libssl.0.9.7.dylib ??? (???)
<3512c4a8198f0e964748bf6acbf359b4> /usr/lib/libssl.0.9.7.dylib
0x92679000 - 0x926b7ff7  libGLImage.dylib ??? (???)
<093b1b698ca93a0380f5fa262459ea28>
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x926b8000 - 0x926e3fe7  libauto.dylib ??? (???)
<42d8422dc23a18071869fdf7b5d8fab5> /usr/lib/libauto.dylib
0x926e4000 - 0x92704ff2  libGL.dylib ??? (???)
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x92778000 - 0x92788fff  com.apple.speech.synthesis.framework 3.7.1 (3.7.1)
<06d8fc0307314f8ffc16f206ad3dbf44>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x92789000 - 0x9281cfff  com.apple.ink.framework 101.3 (86)
<bf3fa8927b4b8baae92381a976fd2079>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x9281d000 - 0x928cfffb  libcrypto.0.9.7.dylib ??? (???)
<01109b36b445b3e8698ef87f814f7fd4> /usr/lib/libcrypto.0.9.7.dylib
0x928d0000 - 0x928d0ff8  com.apple.Cocoa 6.5 (???)
<e064f94d969ce25cb7de3cfb980c3249>
/System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x928d1000 - 0x929f5fe3  com.apple.audio.toolbox.AudioToolbox 1.5.1 (1.5.1)
/System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x929f6000 - 0x92a2dfff  com.apple.SystemConfiguration 1.9.2 (1.9.2)
<8b26ebf26a009a098484f1ed01ec499c>
/System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x92a2e000 - 0x92ae8fe3  com.apple.CoreServices.OSServices 226.5 (226.5)
<7e10d25c615a39fe1ab4d48e24a3b555>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x92ae9000 - 0x92b07ff3  com.apple.DirectoryService.Framework 3.5.4 (3.5.4)
<fe27e80e1a9e86403fd9ed16dcfe4e11>
/System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x92b4d000 - 0x92b5cffe  com.apple.DSObjCWrappers.Framework 1.3 (1.3)
<09deb9e32d0d09dfb95ae569bdd2b7a4>
/System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWrappers
0x92c5f000 - 0x92cbbff7  com.apple.htmlrendering 68 (1.1.3)
<fe87a9dede38db00e6c8949942c6bd4f>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x92cbc000 - 0x92d3bff5  com.apple.SearchKit 1.2.0 (1.2.0)
<277b460da86bc222785159fe77e2e2ed>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x93e9f000 - 0x93ea4fff  com.apple.backup.framework 1.0 (1.0)
/System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x945b4000 - 0x9467ffff  com.apple.ColorSync 4.5.0 (4.5.0)
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x94681000 - 0x94699fff  com.apple.openscripting 1.2.8 (???)
<d85d82af796d1df9bce7b1db8f6c846c>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x9469a000 - 0x9472dff3  com.apple.ApplicationServices.ATS 3.3 (???)
<064eb6d96417afa38a80b1735c4113aa>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x9472e000 - 0x9473effc  com.apple.LangAnalysis 1.6.4 (1.6.4)
<8b7831b5f74a950a56cf2d22a2d436f6>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x9473f000 - 0x947bcfef  libvMisc.dylib ??? (???)
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x9480e000 - 0x948b5feb  com.apple.QD 3.11.52 (???)
<c72bd7bd2ce12694c3640a731d1ad878>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x948b6000 - 0x948b8ff5  libRadiance.dylib ??? (???)
<20eadb285da83df96c795c2c5fa20590>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x948b9000 - 0x94c4ffff  com.apple.QuartzCore 1.5.3 (1.5.3)
<1b65c05f89e81a499302fd63295b242d>
/System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x94c50000 - 0x94c57ffe  libbsm.dylib ??? (???)
<d25c63378a5029648ffd4b4669be31bf> /usr/lib/libbsm.dylib
0x94c58000 - 0x94c9efef  com.apple.Metadata 10.5.2 (398.18)
<adbb3a14e8f7da444e16d2fd61862771>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x94d94000 - 0x9500ffe7  com.apple.Foundation 6.5.5 (677.19)
<bfd4ebea1a7739dd6b523f15dca01a37>
/System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x95010000 - 0x956acfef  com.apple.CoreGraphics 1.351.32 (???)
<793d7ceb9e1880818e03c1f1b10df04b>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x956ad000 - 0x956d5ff7  com.apple.shortcut 1 (1.0)
<057783867138902b52bc0941fedb74d1>
/System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
0x9593f000 - 0x95971fff  com.apple.LDAPFramework 1.4.3 (106)
<3a5c9df6032143cd6bc2658a9d328d8e>
/System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x95972000 - 0x95a39ff2  com.apple.vImage 3.0 (3.0)
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x95a3a000 - 0x95a41ff7  libCGATS.A.dylib ??? (???)
<fbc59d0e1eccf907396563568d5cd872>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
0x95a72000 - 0x95bb8ff7  com.apple.ImageIO.framework 2.0.2 (2.0.2)
<77dfee73f4c0d230425a5151ee0bce05>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x95bb9000 - 0x95bc4fe7  libCSync.A.dylib ??? (???)
<3f58eb487099bff0476ec79974d0ad4d>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x95e5e000 - 0x95e6dfff  libsasl2.2.dylib ??? (???)
<b9e1ca0b6612e280b6cbea6df0eec5f6> /usr/lib/libsasl2.2.dylib
0x95f11000 - 0x95f3efeb  libvDSP.dylib ??? (???)
<b232c018ddd040ec4e2c2af632dd497f>
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x95f44000 - 0x95f9dff7  libGLU.dylib ??? (???)
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x95f9e000 - 0x95f9effd  com.apple.vecLib 3.4.2 (vecLib 3.4.2)
/System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x95f9f000 - 0x95fbaff3  libPng.dylib ??? (???)
<c0484bec6e2432b406755591924fe664>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x962dd000 - 0x962f3fe7  com.apple.CoreVideo 1.5.1 (1.5.1)
<ed7bb95fb94817ea3212090aac5c65f3>
/System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x962f4000 - 0x96426fff  com.apple.CoreFoundation 6.5.3 (476.14)
<7ef7f5db09ff6dd0135a6165872803cc>
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x96427000 - 0x96481ff7  com.apple.CoreText 2.0.2 (???)
<9fde11f84a72e890bbf2aa8b0b13b79a>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x96551000 - 0x9658bffe  com.apple.securityfoundation 3.0 (32989)
<f72d3a66729c529fd052fba96b0fb871>
/System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x9670c000 - 0x9670cffd  com.apple.Accelerate 1.4.2 (Accelerate 1.4.2)
/System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x9670d000 - 0x96a14ff7  com.apple.HIToolbox 1.5.3 (???)
<e36f5c553e5a32f64b7eb458dadadc71>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x96a15000 - 0x96a17fff  com.apple.securityhi 3.0 (30817)
<2b2854123fed609d1820d2779e2e0963>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x96a18000 - 0x96aa3fff  com.apple.framework.IOKit 1.5.1 (???)
<60cfc4b175c4ef60bb8e9036716a29f4>
/System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x96aa4000 - 0x96ab8ff3  com.apple.ImageCapture 4.0 (5.0.0)
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x96ab9000 - 0x96ae1fff  libcups.2.dylib ??? (???)
<ece20dff2a2c8ed3ae6ef735ef440c37> /usr/lib/libcups.2.dylib
0x96d36000 - 0x96d41ff9  com.apple.helpdata 1.0 (14)
/System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
0x96d4a000 - 0x96d4affa  com.apple.CoreServices 32 (32)
<2fcc8f3bd5bbfc000b476cad8e6a3dd2>
/System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x96d4b000 - 0x96d4bffc  com.apple.audio.units.AudioUnit 1.5 (1.5)
/System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x96e16000 - 0x96e1cfff  com.apple.print.framework.Print 218.0.2 (220.1)
<8bf7ef71216376d12fcd5ec17e43742c>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x96e1d000 - 0x96ea9ff7  com.apple.LaunchServices 289.2 (289.2)
<3577886e3a6d56ee3949850c4fde76c9>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x96eb8000 - 0x96eb8ff8  com.apple.ApplicationServices 34 (34)
<8f910fa65f01d401ad8d04cc933cf887>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x96ed1000 - 0x96ee7fff  com.apple.DictionaryServices 1.0.0 (1.0.0)
<ad0aa0252e3323d182e17f50defe56fc>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x96ee8000 - 0x96ef0fff  com.apple.DiskArbitration 2.2.1 (2.2.1)
<75b0c8d8940a8a27816961dddcac8e0f>
/System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x96ef1000 - 0x96fa1fff  edu.mit.Kerberos 6.0.12 (6.0.12)
<1dc515ebe407292db8e603938c72d4e8>
/System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x970e4000 - 0x97134ff7  com.apple.HIServices 1.7.0 (???)
<f7e78891a6d08265c83dca8e378be1ea>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x97138000 - 0x97146ffd  libz.1.dylib ??? (???)
<5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib
0x97147000 - 0x9727fff7  libicucore.A.dylib ??? (???)
<5031226ea28b371d8dfdbb32acfb48b5> /usr/lib/libicucore.A.dylib
0xba900000 - 0xba916fff  libJapaneseConverter.dylib ??? (???)
<7b0248c392848338f5d6ed093313eeef>
/System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
0xc0000000 - 0xc0008fef +com.growl.growlframework 0.7.3 (0.7.3)
/Applications/iCab.app/Contents/Frameworks/Growl.framework/Versions/A/Growl
0xfffe8000 - 0xfffebfff  libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
0xffff0000 - 0xffff1780  libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list