[Webkit-unassigned] [Bug 10336] New: Reproducible crash: custom user agent and Flash Player plugin

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Thu Aug 10 10:26:43 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=10336

           Summary: Reproducible crash: custom user agent and Flash Player
                    plugin
           Product: WebKit
           Version: 417.x
          Platform: Macintosh Intel
               URL: http://www.hughsung.com/
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: WebCore JavaScript
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: jgjohnso at wisc.edu


Overview Description:
Setting the custom user agent of a WebView to a non-standard format and loading
the page http://www.hughsung.com/ with plugins enabled and Adobe/Macromedia
Flash Player installed causes WebCore to crash.

Steps to Reproduce:
(1) Make sure that the Shockwave Flash 9.0 r18 plugin is installed (in
/Library/Internet Plug-Ins/).
(2) Create a Cocoa application with a WebView.
(3) Send the message setCustomUserAgent:@"Vienna/2.1.0.2104 (Mac OS X;
http://vienna-rss.sourceforge.net/)" to the WebView.
(4) Load the page http://www.hughsung.com/ in the WebView.

Actual Results:
The application crashes.  The crash report is below.

Expected Results:
The application should not crash.  At worst, the Flash content should fail to
load.

Platform:
Mac OS X 10.4.7 (Build 8J2135), Intel iMac, Flash Player plugin 9.0.0
(1.0.4f18)

Additional Builds and Platforms:
- Also Occurs On Mac OS X 10.4.7 (Build 8J135), iBook G4, Flash Player plugin
9.0.0 (1.0.1f16)
- Does Not Occur On Mac OS X 10.4.7, machine unknown, Flash Player 8.0 r24.
(This is a report from another developer, so I don't have full specs.)

Additional Information:
I am a developer for Vienna, an RSS reader with a WebKit browser
(http://vienna-rss.sourceforge.net/vienna2.php).  I discovered the bug through
a smart crash report from a Vienna user, and I was able to reproduce it myself
in Vienna and subsequently in a generic WebKit test project.  The beta version
of Vienna that was being used had a non-standard user agent string,
"Vienna/2.1.0.2104 (Mac OS X; http://vienna-rss.sourceforge.net/)".  I've fixed
this to emulate Safari's user agent string, and there's probably a bug in the
Flash Player plugin, so I'll try to give a report to Adobe.

Here's the crash report:

Date/Time:      2006-08-10 11:28:32.636 -0500
OS Version:     10.4.7 (Build 8J2135)
Report Version: 4

Command: FlashCrash
Path:   
/WorkingCopies/AppleBugProjects/FlashCrash/build/Release/FlashCrash.app/Contents/MacOS/FlashCrash
Parent:  WindowServer [10431]

Version: ??? (1.0)

PID:    19686
Thread: 0

Exception:  EXC_BAD_ACCESS (0x0001)
Codes:      KERN_PROTECTION_FAILURE (0x0002) at 0x00000324

Thread 0 Crashed:
0   com.apple.WebCore                   0x9540476c DOM::DOMString::isEmpty()
const + 6
1   com.apple.WebCore                   0x9542b912 DOM::DocumentImpl::domain()
const + 28
2   com.apple.WebCore                   0x9554d716
KJS::Window::isSafeScript(KJS::ScriptInterpreter const*, KJS::ScriptInterpreter
const*) + 184
3   com.apple.WebCore                   0x9552e438
KJS::ScriptInterpreter::isSafeScript(KJS::Interpreter const*) + 24
4   com.apple.JavaScriptCore            0x95391bd0
isSafeScript(JavaScriptObject*) + 38
5   com.apple.JavaScriptCore            0x95392360 _NPN_GetProperty + 38
6   ...romedia.Flash Player.plugin      0x0dbc4f63 0xd844000 + 3673955
7   ...romedia.Flash Player.plugin      0x0dbc9329 register_ShockwaveFlash +
8648
8   ...romedia.Flash Player.plugin      0x0dbcc654 Flash_EnforceLocalSecurity +
4664
9   com.apple.WebKit                    0x9527b563 -[WebBaseNetscapePluginView
start] + 266
10  com.apple.WebKit                    0x95290be9
-[WebNetscapePluginDocumentView setDataSource:] + 610
11  com.apple.WebKit                    0x9526480b -[WebFrame(WebPrivate)
_makeDocumentView] + 252
12  com.apple.WebKit                    0x95263028 -[WebFrame(WebPrivate)
_transitionToCommitted:] + 1501
13  com.apple.WebKit                    0x9526256e -[WebDataSource(WebPrivate)
_commitIfReady:] + 280
14  com.apple.WebKit                    0x95262450 -[WebDataSource(WebPrivate)
_commitIfReady] + 41
15  com.apple.WebKit                    0x95299cb1 -[WebDataSource(WebPrivate)
_commitLoadWithData:] + 38
16  com.apple.WebKit                    0x95262307 -[WebMainResourceClient
addData:] + 82
17  com.apple.WebKit                    0x95262203
-[WebBaseResourceHandleDelegate didReceiveData:lengthReceived:] + 72
18  com.apple.WebKit                    0x952c3c6f -[WebMainResourceClient
didReceiveData:lengthReceived:] + 162
19  com.apple.WebKit                    0x952621ac
-[WebBaseResourceHandleDelegate connection:didReceiveData:lengthReceived:] + 61
20  com.apple.Foundation                0x9278f7f2
-[NSURLConnection(NSURLConnectionInternal) _sendDidReceiveDataCallback] + 641
21  com.apple.Foundation                0x9278dad7
-[NSURLConnection(NSURLConnectionInternal) _sendCallbacks] + 686
22  com.apple.Foundation                0x9278d7b3 _sendCallbacks + 201
23  com.apple.CoreFoundation            0x90823379 CFRunLoopRunSpecific + 1213
24  com.apple.CoreFoundation            0x90822eb5 CFRunLoopRunInMode + 61
25  com.apple.HIToolbox                 0x92f02b90 RunCurrentEventLoopInMode +
285
26  com.apple.HIToolbox                 0x92f02297 ReceiveNextEventCommon + 385
27  com.apple.HIToolbox                 0x92f020ee
BlockUntilNextEventMatchingListInMode + 81
28  com.apple.AppKit                    0x933a3771 _DPSNextEvent + 576
29  com.apple.AppKit                    0x933a335e -[NSApplication
nextEventMatchingMask:untilDate:inMode:dequeue:] + 137
30  com.apple.AppKit                    0x9339d0e3 -[NSApplication run] + 512
31  com.apple.AppKit                    0x93391037 NSApplicationMain + 573
32  com.yourcompany.FlashCrash          0x00001ec2 _start + 216
33  com.yourcompany.FlashCrash          0x00001de9 start + 41

Thread 1:
0   libSystem.B.dylib                   0x9000a5c7 mach_msg_trap + 7
1   com.apple.CoreFoundation            0x9082369a CFRunLoopRunSpecific + 2014
2   com.apple.CoreFoundation            0x90822eb5 CFRunLoopRunInMode + 61
3   com.apple.Foundation                0x9275e861
+[NSURLConnection(NSURLConnectionInternal) _resourceLoadLoop:] + 259
4   com.apple.Foundation                0x927291b0 forkThreadForFunction + 123
5   libSystem.B.dylib                   0x90024b07 _pthread_body + 84

Thread 2:
0   libSystem.B.dylib                   0x9000a5c7 mach_msg_trap + 7
1   com.apple.CoreFoundation            0x9082369a CFRunLoopRunSpecific + 2014
2   com.apple.CoreFoundation            0x90822eb5 CFRunLoopRunInMode + 61
3   com.apple.Foundation                0x9278595a +[NSURLCache
_diskCacheSyncLoop:] + 206
4   com.apple.Foundation                0x927291b0 forkThreadForFunction + 123
5   libSystem.B.dylib                   0x90024b07 _pthread_body + 84

Thread 3:
0   libSystem.B.dylib                   0x9001aafc select + 12
1   libSystem.B.dylib                   0x90024b07 _pthread_body + 84

Thread 4:
0   libSystem.B.dylib                   0x9000a5c7 mach_msg_trap + 7
1   com.apple.CoreFoundation            0x9082369a CFRunLoopRunSpecific + 2014
2   com.apple.CoreFoundation            0x90822eb5 CFRunLoopRunInMode + 61
3   com.apple.Foundation                0x9275eb4a -[NSRunLoop
runMode:beforeDate:] + 182
4   com.apple.Foundation                0x9275ea46 -[NSRunLoop run] + 75
5   com.apple.WebKit                    0x95251451 +[WebFileDatabase
_syncLoop:] + 198
6   com.apple.Foundation                0x927291b0 forkThreadForFunction + 123
7   libSystem.B.dylib                   0x90024b07 _pthread_body + 84

Thread 5:
0   libSystem.B.dylib                   0x9000a5c7 mach_msg_trap + 7
1   ...romedia.Flash Player.plugin      0x0dc20701
native_ShockwaveFlash_TCallFrame + 324727
2   libSystem.B.dylib                   0x90024b07 _pthread_body + 84

Thread 0 crashed with i386 Thread State:
eax: 0x00000324    ebx: 0x9554d66f ecx:0x0d0ea2f0 edx: 0x0101c148
edi: 0x00000324    esi: 0x00000000 ebp:0xbfffe568 esp: 0xbfffe568
 ss: 0x0000002f    efl: 0x00010282 eip:0x9540476c  cs: 0x00000027
 ds: 0x0000002f     es: 0x0000002f  fs:0x00000000  gs: 0x00000037

Binary Images Description:
    0x1000 -     0x1fff com.yourcompany.FlashCrash ??? (1.0)   
/WorkingCopies/AppleBugProjects/FlashCrash/build/Release/FlashCrash.app/Contents/MacOS/FlashCrash
 0xd34f000 -  0xd350fff com.apple.textencoding.unicode 2.1     
/System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode
Encodings
 0xd844000 -  0xdd5afff com.macromedia.Flash Player.plugin 9.0.0 (1.0.4f18)    
/Library/Internet Plug-Ins/Flash Player.plugin/Contents/MacOS/Flash Player
0x8fe00000 - 0x8fe4cfff dyld 45.3       /usr/lib/dyld
0x90000000 - 0x9016efff libSystem.B.dylib       /usr/lib/libSystem.B.dylib
0x901be000 - 0x901c0fff libmathCommon.A.dylib  
/usr/lib/system/libmathCommon.A.dylib
0x901c2000 - 0x901fefff com.apple.CoreText 1.1.1 (???) 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x90225000 - 0x902fafff ATS    
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x9031a000 - 0x9076afff com.apple.CoreGraphics 1.258.33 (???)  
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x90801000 - 0x908c9fff com.apple.CoreFoundation 6.4.6 (368.27)
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x90907000 - 0x90907fff com.apple.CoreServices 10.4 (???)      
/System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x90909000 - 0x909fcfff libicucore.A.dylib      /usr/lib/libicucore.A.dylib
0x90a4c000 - 0x90acbfff libobjc.A.dylib         /usr/lib/libobjc.A.dylib
0x90af4000 - 0x90b57fff libstdc++.6.dylib       /usr/lib/libstdc++.6.dylib
0x90bc6000 - 0x90bcdfff libgcc_s.1.dylib        /usr/lib/libgcc_s.1.dylib
0x90bd2000 - 0x90c42fff com.apple.framework.IOKit 1.4.4 (???)  
/System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x90c57000 - 0x90c69fff libauto.dylib   /usr/lib/libauto.dylib
0x90c6f000 - 0x90f14fff com.apple.CoreServices.CarbonCore 682.12       
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x90f57000 - 0x90fbffff com.apple.CoreServices.OSServices 4.1  
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x90ff7000 - 0x91035fff com.apple.CFNetwork 129.16     
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x91047000 - 0x91057fff com.apple.WebServices 1.1.3 (1.1.0)    
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServicesCore.framework/Versions/A/WebServicesCore
0x91062000 - 0x910e0fff com.apple.SearchKit 1.0.5      
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x91115000 - 0x91133fff com.apple.Metadata 10.4.4 (121.36)     
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x9113f000 - 0x9114dfff libz.1.dylib    /usr/lib/libz.1.dylib
0x91150000 - 0x91306fff com.apple.security 4.4.1 (27569)       
/System/Library/Frameworks/Security.framework/Versions/A/Security
0x913f5000 - 0x913fdfff com.apple.DiskArbitration 2.1  
/System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x91404000 - 0x9142afff com.apple.SystemConfiguration 1.8.6    
/System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x9143c000 - 0x91443fff libbsm.dylib    /usr/lib/libbsm.dylib
0x91447000 - 0x914c0fff com.apple.audio.CoreAudio 3.0.4
/System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x9150e000 - 0x9150efff com.apple.ApplicationServices 10.4 (???)       
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x91510000 - 0x9153bfff com.apple.AE 314 (313) 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x9154e000 - 0x91622fff com.apple.ColorSync 4.4.6      
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x9165b000 - 0x916d8fff com.apple.print.framework.PrintCore 4.6 (177.13)       
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x91705000 - 0x917affff com.apple.QD 3.10.20 (???)     
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x917d5000 - 0x91820fff com.apple.HIServices 1.5.2 (???)       
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x9183f000 - 0x91855fff com.apple.LangAnalysis 1.6.3   
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x91861000 - 0x9187bfff com.apple.FindByContent 1.5    
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/FindByContent.framework/Versions/A/FindByContent
0x91885000 - 0x918c2fff com.apple.LaunchServices 181   
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x918d6000 - 0x918e1fff com.apple.speech.synthesis.framework 3.4       
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x918e8000 - 0x91920fff com.apple.ImageIO.framework 1.4.8      
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x91932000 - 0x919e4fff libcrypto.0.9.7.dylib   /usr/lib/libcrypto.0.9.7.dylib
0x91a2a000 - 0x91a40fff libcups.2.dylib         /usr/lib/libcups.2.dylib
0x91a45000 - 0x91a61fff libJPEG.dylib  
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x91a66000 - 0x91ac4fff libJP2.dylib   
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x91ad4000 - 0x91ad8fff libGIF.dylib   
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x91ada000 - 0x91b35fff libRaw.dylib   
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRaw.dylib
0x91b39000 - 0x91b76fff libTIFF.dylib  
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x91b7c000 - 0x91b96fff libPng.dylib   
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x91b9b000 - 0x91b9dfff libRadiance.dylib      
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x91b9f000 - 0x91b9ffff com.apple.Accelerate 1.2.2 (Accelerate 1.2.2)  
/System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x91ba1000 - 0x91c2bfff com.apple.vImage 2.4   
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x91c32000 - 0x91c32fff com.apple.Accelerate.vecLib 3.2.2 (vecLib 3.2.2)       
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x91c34000 - 0x91c79fff libvMisc.dylib 
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x91c81000 - 0x91ca6fff libvDSP.dylib  
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x91cad000 - 0x92230fff libBLAS.dylib  
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x9226d000 - 0x9261ffff libLAPACK.dylib        
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x9264c000 - 0x926d0fff com.apple.DesktopServices 1.3.4
/System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x9270c000 - 0x9293efff com.apple.Foundation 6.4.6 (567.27)    
/System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x92a4a000 - 0x92b28fff libxml2.2.dylib         /usr/lib/libxml2.2.dylib
0x92b45000 - 0x92c32fff libiconv.2.dylib        /usr/lib/libiconv.2.dylib
0x92c42000 - 0x92c59fff libGL.dylib    
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x92c64000 - 0x92cbbfff libGLU.dylib   
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x92ccf000 - 0x92ccffff com.apple.Carbon 10.4 (???)    
/System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x92cd1000 - 0x92ce1fff com.apple.ImageCapture 3.0.4   
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x92cef000 - 0x92cf7fff com.apple.speech.recognition.framework 3.5     
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x92cfd000 - 0x92d02fff com.apple.securityhi 2.0.1 (24742)     
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x92d08000 - 0x92d99fff com.apple.ink.framework 101.2.1 (71)   
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x92dad000 - 0x92db0fff com.apple.help 1.0.3 (32.1)    
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x92db3000 - 0x92dd0fff com.apple.openscripting 1.2.5 (???)    
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x92de0000 - 0x92de6fff com.apple.print.framework.Print 5.1 (192.3)    
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x92dec000 - 0x92e4ffff com.apple.htmlrendering 66.1 (1.1.3)   
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x92e73000 - 0x92eb4fff com.apple.NavigationServices 3.4.4 (3.4.3)     
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x92edb000 - 0x92ee8fff com.apple.audio.SoundManager 3.9.1     
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x92eef000 - 0x92ef4fff com.apple.CommonPanels 1.2.3 (73)      
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x92ef9000 - 0x931ebfff com.apple.HIToolbox 1.4.8 (???)
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x932f0000 - 0x932fbfff com.apple.opengl 1.4.10
/System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x9338a000 - 0x9338afff com.apple.Cocoa 6.4 (???)      
/System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x9338c000 - 0x93a45fff com.apple.AppKit 6.4.7 (824.41)
/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x93dc6000 - 0x93e40fff com.apple.CoreData 90  
/System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x93e79000 - 0x93f3afff com.apple.audio.toolbox.AudioToolbox 1.4.3     
/System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x93f7a000 - 0x93f7afff com.apple.audio.units.AudioUnit 1.4.2  
/System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x93f7c000 - 0x9412afff com.apple.QuartzCore 1.4.8     
/System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x94178000 - 0x941b9fff libsqlite3.0.dylib      /usr/lib/libsqlite3.0.dylib
0x941c1000 - 0x941fbfff libGLImage.dylib       
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x94381000 - 0x94390fff libCGATS.A.dylib       
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
0x94397000 - 0x943a2fff libCSync.A.dylib       
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x943ee000 - 0x94408fff libRIP.A.dylib 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x9440e000 - 0x946c5fff com.apple.QuickTime 7.1.2      
/System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x9524f000 - 0x952e2fff com.apple.WebKit 418.8 
/System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x9533c000 - 0x953befff com.apple.JavaScriptCore 418.3 
/System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x953f1000 - 0x956d0fff com.apple.WebCore 418.20.1     
/System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x9582e000 - 0x95851fff libxslt.1.dylib         /usr/lib/libxslt.1.dylib


-- 
Configure bugmail: http://bugzilla.opendarwin.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