[Webkit-unassigned] [Bug 11425] New: Crash when clicking link to track packages

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 26 12:48:00 PDT 2006


http://bugs.webkit.org/show_bug.cgi?id=11425

           Summary: Crash when clicking link to track packages
           Product: WebKit
           Version: 420+ (nightly)
          Platform: Macintosh
               URL: http://store.apple.com/
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: miles_b at mac.com


Every time I check my order status on store.apple.com and click the link to the
FedEx tracking page, it crashes WebKit build 17300.  I don't know if this
affects earlier WebKit builds, but it this functionality works just fine with
Safari in 10.4.8 (2.0.4/419.3).  Going to FedEx's web site and manually typing
in the tracking number works just fine, so the issue appears to be in how the
link is formed.

Here's the link in question:

<a target="carrierpage"
href="http://www.fedex.com/Tracking?action=track&language=english&cntry_code=us&initial=x&tracknumbers=914508071189">914508071189</a>

When hovering over the link in the latest WebKit, it does indicate in the
status bar that it will open the link in a new window, so it seems to
understand the intent of target="carrierpage".  The stock Safari in 10.4.8 does
indeed open this in a new window.


Here's the crash log:

Date/Time:      2006-10-26 12:27:31.042 -0700
OS Version:     10.4.8 (Build 8L127)
Report Version: 4

Command: Safari
Path:    /Applications/Safari.app/Contents/MacOS/Safari
Parent:  WindowServer [80]

Version: ??? (17300)

PID:    2966
Thread: 0

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

Thread 0 Crashed:
0   com.apple.WebCore           0x011166c8
WebCore::FrameMac::loadRequest(WebCore::FrameLoadRequest const&, bool,
NSEvent*, WebCore::Element*, NSMutableDictionary*) + 600
1   com.apple.WebCore           0x01117160
WebCore::FrameMac::urlSelected(WebCore::FrameLoadRequest const&, WebCore::Event
const*) + 736
2   com.apple.WebCore           0x011026f0
WebCore::Frame::urlSelected(WebCore::ResourceRequest const&, WebCore::String
const&, WebCore::Event const*, bool) + 1408
3   com.apple.WebCore           0x012f3d6c
WebCore::HTMLAnchorElement::defaultEventHandler(WebCore::Event*) + 1548
4   com.apple.WebCore           0x0126aca8
WebCore::EventTargetNode::dispatchGenericEvent(WTF::PassRefPtr<WebCore::Event>,
int&, bool) + 808
5   com.apple.WebCore           0x0126b0d4
WebCore::EventTargetNode::dispatchEvent(WTF::PassRefPtr<WebCore::Event>, int&,
bool) + 148
6   com.apple.WebCore           0x0126b8ec
WebCore::EventTargetNode::dispatchMouseEvent(WebCore::AtomicString const&, int,
int, int, int, int, int, bool, bool, bool, bool, bool, WebCore::Node*) + 412
7   com.apple.WebCore           0x0126bcfc
WebCore::EventTargetNode::dispatchMouseEvent(WebCore::PlatformMouseEvent
const&, WebCore::AtomicString const&, int, WebCore::Node*) + 188
8   com.apple.WebCore           0x0111c57c
WebCore::FrameView::dispatchMouseEvent(WebCore::AtomicString const&,
WebCore::Node*, bool, int, WebCore::PlatformMouseEvent const&, bool) + 684
9   com.apple.WebCore           0x0111e734
WebCore::FrameView::handleMouseReleaseEvent(WebCore::PlatformMouseEvent const&)
+ 388
10  com.apple.WebCore           0x0110ddd8 WebCore::FrameMac::mouseUp(NSEvent*)
+ 424
11  com.apple.WebKit            0x003364d0 -[WebHTMLView mouseUp:] + 176
12  com.apple.AppKit            0x93762900 -[NSWindow sendEvent:] + 4728
13  com.apple.Safari            0x00021734 0x1000 + 132916
14  com.apple.AppKit            0x9370b8d4 -[NSApplication sendEvent:] + 4172
15  com.apple.Safari            0x00021238 0x1000 + 131640
16  com.apple.AppKit            0x93702d10 -[NSApplication run] + 508
17  com.apple.AppKit            0x937f387c NSApplicationMain + 452
18  com.apple.Safari            0x0005c77c 0x1000 + 374652
19  com.apple.Safari            0x0005c624 0x1000 + 374308

Thread 1:
0   libSystem.B.dylib           0x9000ab48 mach_msg_trap + 8
1   libSystem.B.dylib           0x9000aa9c mach_msg + 60
2   com.apple.CoreFoundation    0x907dcb78 __CFRunLoopRun + 832
3   com.apple.CoreFoundation    0x907dc47c CFRunLoopRunSpecific + 268
4   com.apple.Foundation        0x9298469c
+[NSURLConnection(NSURLConnectionInternal) _resourceLoadLoop:] + 264
5   com.apple.Foundation        0x9295d194 forkThreadForFunction + 108
6   libSystem.B.dylib           0x9002b508 _pthread_body + 96

Thread 2:
0   libSystem.B.dylib           0x9000ab48 mach_msg_trap + 8
1   libSystem.B.dylib           0x9000aa9c mach_msg + 60
2   com.apple.CoreFoundation    0x907dcb78 __CFRunLoopRun + 832
3   com.apple.CoreFoundation    0x907dc47c CFRunLoopRunSpecific + 268
4   com.apple.Foundation        0x929857dc +[NSURLCache _diskCacheSyncLoop:] +
152
5   com.apple.Foundation        0x9295d194 forkThreadForFunction + 108
6   libSystem.B.dylib           0x9002b508 _pthread_body + 96

Thread 3:
0   libSystem.B.dylib           0x9002bbc8 semaphore_wait_signal_trap + 8
1   libSystem.B.dylib           0x900306ac pthread_cond_wait + 480
2   com.apple.Foundation        0x92964300 -[NSConditionLock
lockWhenCondition:] + 68
3   com.apple.Syndication       0x9b5ae42c -[AsyncDB _run:] + 192
4   com.apple.Foundation        0x9295d194 forkThreadForFunction + 108
5   libSystem.B.dylib           0x9002b508 _pthread_body + 96

Thread 4:
0   libSystem.B.dylib           0x9001f08c select + 12
1   com.apple.CoreFoundation    0x907ef40c __CFSocketManager + 472
2   libSystem.B.dylib           0x9002b508 _pthread_body + 96

Thread 0 crashed with PPC Thread State 64:
  srr0: 0x00000000011166c8 srr1: 0x000000000200f030                       
vrsave: 0x0000000000000000
    cr: 0x44444442          xer: 0x0000000020000007   lr: 0x00000000011166c4 
ctr: 0x0000000000000000
    r0: 0x00000000011166c4   r1: 0x00000000bfffdce0   r2: 0x0000000000000000  
r3: 0x0000000000000000
    r4: 0x0000000002209e00   r5: 0x0000000000000000   r6: 0x000000000000003f  
r7: 0x0000000002209f00
    r8: 0x0000000000000005   r9: 0x0000000002209f00  r10: 0x0000000000000020 
r11: 0x0000000002209f00
   r12: 0x0000000000000005  r13: 0x0000000000000000  r14: 0x00000000bfffe870 
r15: 0x0000000000000000
   r16: 0x0000000000000000  r17: 0x00000000000000f5  r18: 0x00000000000001b4 
r19: 0x000000000000014b
   r20: 0x00000000000001b8  r21: 0x0000000000000001  r22: 0x00000000069f9980 
r23: 0x0000000002230c60
   r24: 0x00000000bfffe190  r25: 0x00000000bfffe200  r26: 0x00000000bfffe12c 
r27: 0x00000000bfffe12c
   r28: 0x0000000002140b80  r29: 0x0000000006f3ede0  r30: 0x0000000000000000 
r31: 0x000000000111647c

Binary Images Description:
    0x1000 -    0xdcfff com.apple.Safari 2.0.4 (419.3) 
/Applications/Safari.app/Contents/MacOS/Safari
  0x109000 -   0x10afff WebKitNightlyEnabler.dylib     
/Applications/WebKit.app/Contents/Resources/WebKitNightlyEnabler.dylib
  0x10e000 -   0x19cfff com.apple.JavaScriptCore 420+  
/Applications/WebKit.app/Contents/Resources/JavaScriptCore.framework/Versions/A/JavaScriptCore
  0x305000 -   0x39efff com.apple.WebKit 420+  
/Applications/WebKit.app/Contents/Resources/WebKit.framework/Versions/A/WebKit
 0x1008000 -  0x1523fff com.apple.WebCore 420+ 
/Applications/WebKit.app/Contents/Resources/WebCore.framework/Versions/A/WebCore
0x8fe00000 - 0x8fe51fff dyld 45.3       /usr/lib/dyld
0x90000000 - 0x901bcfff libSystem.B.dylib       /usr/lib/libSystem.B.dylib
0x90214000 - 0x90219fff libmathCommon.A.dylib  
/usr/lib/system/libmathCommon.A.dylib
0x9021b000 - 0x90268fff com.apple.CoreText 1.0.2 (???) 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x90293000 - 0x90344fff ATS    
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x90373000 - 0x9072dfff com.apple.CoreGraphics 1.258.38 (???)  
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x907ba000 - 0x90893fff com.apple.CoreFoundation 6.4.6 (368.27)
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x908dc000 - 0x908dcfff com.apple.CoreServices 10.4 (???)      
/System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x908de000 - 0x909e0fff libicucore.A.dylib      /usr/lib/libicucore.A.dylib
0x90a3a000 - 0x90abefff libobjc.A.dylib         /usr/lib/libobjc.A.dylib
0x90ae8000 - 0x90b58fff com.apple.framework.IOKit 1.4 (???)    
/System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x90b6e000 - 0x90b80fff libauto.dylib   /usr/lib/libauto.dylib
0x90b87000 - 0x90e5efff com.apple.CoreServices.CarbonCore 681.7
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x90ec4000 - 0x90f44fff com.apple.CoreServices.OSServices 4.1  
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x90f8e000 - 0x90fcffff com.apple.CFNetwork 4.0 (129.18)       
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x90fe4000 - 0x90ffcfff com.apple.WebServices 1.1.2 (1.1.0)    
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServicesCore.framework/Versions/A/WebServicesCore
0x9100c000 - 0x9108dfff com.apple.SearchKit 1.0.5      
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x910d3000 - 0x910fcfff com.apple.Metadata 10.4.4 (121.36)     
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x9110d000 - 0x9111bfff libz.1.dylib    /usr/lib/libz.1.dylib
0x9111e000 - 0x912d9fff com.apple.security 4.5 (28992) 
/System/Library/Frameworks/Security.framework/Versions/A/Security
0x913d7000 - 0x913e0fff com.apple.DiskArbitration 2.1  
/System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x913e7000 - 0x9140ffff com.apple.SystemConfiguration 1.8.3    
/System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x91422000 - 0x9142dfff libgcc_s.1.dylib        /usr/lib/libgcc_s.1.dylib
0x91432000 - 0x9143afff libbsm.dylib    /usr/lib/libbsm.dylib
0x9143e000 - 0x914b9fff com.apple.audio.CoreAudio 3.0.4
/System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x914f6000 - 0x914f6fff com.apple.ApplicationServices 10.4 (???)       
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x914f8000 - 0x91530fff com.apple.AE 1.5 (297) 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x9154b000 - 0x91618fff com.apple.ColorSync 4.4.4      
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x9166d000 - 0x916fefff com.apple.print.framework.PrintCore 4.6 (177.13)       
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x91745000 - 0x917fcfff com.apple.QD 3.10.21 (???)     
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x91839000 - 0x91897fff com.apple.HIServices 1.5.3 (???)       
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x918c6000 - 0x918e7fff com.apple.LangAnalysis 1.6.1   
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x918fb000 - 0x91920fff com.apple.FindByContent 1.5    
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/FindByContent.framework/Versions/A/FindByContent
0x91933000 - 0x91975fff com.apple.LaunchServices 181   
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x91991000 - 0x919a5fff com.apple.speech.synthesis.framework 3.3       
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x919b3000 - 0x919f5fff com.apple.ImageIO.framework 1.5.0      
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x91a0b000 - 0x91ad3fff libcrypto.0.9.7.dylib   /usr/lib/libcrypto.0.9.7.dylib
0x91b21000 - 0x91b36fff libcups.2.dylib         /usr/lib/libcups.2.dylib
0x91b3b000 - 0x91b59fff libJPEG.dylib  
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x91b5f000 - 0x91bcefff libJP2.dylib   
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x91be5000 - 0x91be9fff libGIF.dylib   
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x91beb000 - 0x91c4afff libRaw.dylib   
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRaw.dylib
0x91c4f000 - 0x91c8cfff libTIFF.dylib  
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x91c93000 - 0x91cacfff libPng.dylib   
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x91cb1000 - 0x91cb4fff libRadiance.dylib      
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x91cb6000 - 0x91cb6fff com.apple.Accelerate 1.2.2 (Accelerate 1.2.2)  
/System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x91cb8000 - 0x91d9dfff com.apple.vImage 2.4   
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x91da5000 - 0x91dc4fff com.apple.Accelerate.vecLib 3.2.2 (vecLib 3.2.2)       
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x91e30000 - 0x91e9efff libvMisc.dylib 
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x91ea9000 - 0x91f3efff libvDSP.dylib  
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x91f58000 - 0x924e0fff libBLAS.dylib  
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x92513000 - 0x9283efff libLAPACK.dylib        
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x9286e000 - 0x928f6fff com.apple.DesktopServices 1.3.4
/System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x92937000 - 0x92b62fff com.apple.Foundation 6.4.6 (567.27)    
/System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x92c80000 - 0x92d5efff libxml2.2.dylib         /usr/lib/libxml2.2.dylib
0x92d7e000 - 0x92e6cfff libiconv.2.dylib        /usr/lib/libiconv.2.dylib
0x92e7e000 - 0x92e9cfff libGL.dylib    
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x92ea7000 - 0x92f01fff libGLU.dylib   
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x92f1f000 - 0x92f1ffff com.apple.Carbon 10.4 (???)    
/System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x92f21000 - 0x92f35fff com.apple.ImageCapture 3.0     
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x92f4d000 - 0x92f5dfff com.apple.speech.recognition.framework 3.4     
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x92f69000 - 0x92f7efff com.apple.securityhi 2.0 (203) 
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x92f90000 - 0x93017fff com.apple.ink.framework 101.2 (69)     
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x9302b000 - 0x93036fff com.apple.help 1.0.3 (32)      
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x93040000 - 0x9306dfff com.apple.openscripting 1.2.5 (???)    
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x93087000 - 0x93096fff com.apple.print.framework.Print 5.2 (192.4)    
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x930a2000 - 0x93108fff com.apple.htmlrendering 1.1.2  
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x93139000 - 0x93188fff com.apple.NavigationServices 3.4.4 (3.4.3)     
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x931b6000 - 0x931d3fff com.apple.audio.SoundManager 3.9       
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x931e5000 - 0x931f2fff com.apple.CommonPanels 1.2.2 (73)      
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x931fb000 - 0x93508fff com.apple.HIToolbox 1.4.8 (???)
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x93657000 - 0x93663fff com.apple.opengl 1.4.7 
/System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x93668000 - 0x93688fff com.apple.DirectoryService.Framework 3.1       
/System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x936fc000 - 0x936fcfff com.apple.Cocoa 6.4 (???)      
/System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x936fe000 - 0x93d31fff com.apple.AppKit 6.4.7 (824.41)
/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x940be000 - 0x9412efff com.apple.CoreData 80  
/System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x94167000 - 0x9422afff com.apple.audio.toolbox.AudioToolbox 1.4.3     
/System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x9427c000 - 0x9427cfff com.apple.audio.units.AudioUnit 1.4    
/System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x9427e000 - 0x94451fff com.apple.QuartzCore 1.4.9     
/System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x944a7000 - 0x944e4fff libsqlite3.0.dylib      /usr/lib/libsqlite3.0.dylib
0x944ec000 - 0x9453cfff libGLImage.dylib       
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x945cd000 - 0x9460ffff com.apple.vmutils 4.0.2 (93.1) 
/System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
0x94653000 - 0x9466ffff com.apple.securityfoundation 2.2 (27710)       
/System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x94683000 - 0x946c7fff com.apple.securityinterface 2.2 (27692)
/System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
0x946eb000 - 0x946fafff libCGATS.A.dylib       
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
0x94702000 - 0x9470ffff libCSync.A.dylib       
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x94755000 - 0x9476efff libRIP.A.dylib 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x94b07000 - 0x94b78fff libstdc++.6.dylib       /usr/lib/libstdc++.6.dylib
0x94d13000 - 0x94e43fff com.apple.AddressBook.framework 4.0.4 (485.1)  
/System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
0x94ed5000 - 0x94ee4fff com.apple.DSObjCWrappers.Framework 1.1 
/System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWrappers
0x94eec000 - 0x94f19fff com.apple.LDAPFramework 1.4.1 (69.0.1) 
/System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x94f20000 - 0x94f30fff libsasl2.2.dylib        /usr/lib/libsasl2.2.dylib
0x94f34000 - 0x94f63fff libssl.0.9.7.dylib      /usr/lib/libssl.0.9.7.dylib
0x94f73000 - 0x94f90fff libresolv.9.dylib       /usr/lib/libresolv.9.dylib
0x96166000 - 0x9618ffff libxslt.1.dylib         /usr/lib/libxslt.1.dylib
0x97cd5000 - 0x97ce2fff com.apple.agl 2.5.6 (AGL-2.5.6)
/System/Library/Frameworks/AGL.framework/Versions/A/AGL
0x9b5ab000 - 0x9b5e1fff com.apple.Syndication 1.0.6 (54)       
/System/Library/PrivateFrameworks/Syndication.framework/Versions/A/Syndication
0x9b5fe000 - 0x9b610fff com.apple.SyndicationUI 1.0.6 (54)     
/System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/SyndicationUI

Model: PowerMac3,1, BootROM 4.2.8f1, 2 processors, PowerPC G4  (2.9), 500 MHz,
1.38 GB
Graphics: NVIDIA GeForce4 MX, GeForce4 MX, AGP, 64 MB
Memory Module: DIMM0/J21, 128 MB, SDRAM, PC100-322S
Memory Module: DIMM1/J22, 256 MB, SDRAM, PC133-333
Memory Module: DIMM2/J23, 512 MB, SDRAM, PC100-222S
Memory Module: DIMM3/J24, 512 MB, SDRAM, PC100-222S
AirPort: AirPort, 9.52
Bluetooth: Version 1.7.8f2, 2 service, 1 devices, 1 incoming serial ports
Network Service: AirPort, AirPort, en1
PCI Card: usb, usb, SLOT-B
PCI Card: pci17fc,1688, , SLOT-B
Parallel ATA Device: Maxtor 6Y160P0, 128 GB
Parallel ATA Device: WDC WD600BB-00CJA1, 55.9 GB
Parallel ATA Device: PIONEER DVD-RW  DVR-108, 
USB Device: Hub in Apple Pro Keyboard, Mitsumi Electric, Up to 12 Mb/sec, 500
mA
USB Device: ET-0405A-UV2.0-3, WACOM, Up to 1.5 Mb/sec, 100 mA
USB Device: Apple Pro Keyboard, Mitsumi Electric, Up to 12 Mb/sec, 250 mA
USB Device: Bluetooth HCI, , Up to 12 Mb/sec, 500 mA


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