[Webkit-unassigned] [Bug 9404] New: Safari crashes when accessing a javascript node
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Sun Jun 11 15:45:38 PDT 2006
http://bugzilla.opendarwin.org/show_bug.cgi?id=9404
Summary: Safari crashes when accessing a javascript node
Product: WebKit
Version: 417.x
Platform: Macintosh
URL: http://www.findvej.dk/safari.php?address=Nybrogade26
OS/Version: Mac OS X 10.4
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: JavaScriptCore
AssignedTo: webkit-unassigned at opendarwin.org
ReportedBy: bugzilla at ter.dk
When accessing http://www.findvej.dk/safari.php?address=Nybrogade26 and
clicking the first of the three numbered links at right side, Safari crashes
with the following error:
Exception: EXC_BAD_ACCESS
Codes: KERN_PROTECTION_FAILURE
I have created an array, "stations". At the mentioned URL I use alert() to
output some properties of this array. Look for "Test A", "Test B", etc. in the
source - it is at Test D Safari crashes. Or, simplified:
alert(stations); // returns: [object NodeList]
alert(stations.length); // returns: 102
alert(stations[0]); // makes Safari crash
Unfortunately I don't have direct access to Safari myself, meaning it is hard
to test or cut the code down. But I suppose such a crash would be reproducible.
Tested under Safari 2.0.3 (417.9.3). All other users using Safari experience
this crash.
Stack dump follows:
Date/Time: 2006-06-12 00:35:02.006 +0200
OS Version: 10.4.6 (Build 8I127)
Report Version: 4
Command: Safari
Path: /Applications/Safari.app/Contents/MacOS/Safari
Parent: WindowServer [57]
Version: 2.0.3 (417.9.3)
Build Version: 2
Project Name: WebBrowser
Source Version: 4170903
PID: 743
Thread: 0
Exception: EXC_BAD_ACCESS (0x0001)
Codes: KERN_PROTECTION_FAILURE (0x0002) at 0x000001b8
Thread 0 Crashed:
0 com.apple.WebCore 0x95937950
DOM::DocumentImpl::tagName(unsigned) const + 36
1 com.apple.WebCore 0x959376ac DOM::ElementImpl::tagName() const +
76
2 com.apple.WebCore 0x9598faa0 DOM::ElementImpl::nodeName() const
+ 36
3 com.apple.WebCore 0x95a96a58 DOM::Node::nodeName() const + 48
4 com.apple.WebCore 0x959e00ec
KJS::DOMNode::toString(KJS::ExecState*) const + 164
5 com.apple.WebCore 0x959dffd0
KJS::DOMNode::toPrimitive(KJS::ExecState*, KJS::Type) const + 76
6 com.apple.JavaScriptCore 0x95746340 KJS::add(KJS::ExecState*,
KJS::Value const&, KJS::Value const&, char) + 176
7 com.apple.JavaScriptCore 0x95744db4
KJS::AddNode::evaluate(KJS::ExecState*) + 248
8 com.apple.JavaScriptCore 0x95742580
KJS::ArgumentListNode::evaluateList(KJS::ExecState*) + 80
9 com.apple.JavaScriptCore 0x9573df30
KJS::ArgumentsNode::evaluateList(KJS::ExecState*) + 44
10 com.apple.JavaScriptCore 0x9573cb04
KJS::FunctionCallNode::evaluate(KJS::ExecState*) + 220
11 com.apple.JavaScriptCore 0x95741ab4
KJS::ExprStatementNode::execute(KJS::ExecState*) + 120
12 com.apple.JavaScriptCore 0x9573c53c
KJS::SourceElementsNode::execute(KJS::ExecState*) + 544
13 com.apple.JavaScriptCore 0x9573c2ac
KJS::BlockNode::execute(KJS::ExecState*) + 140
14 com.apple.JavaScriptCore 0x957477f8
KJS::IfNode::execute(KJS::ExecState*) + 440
15 com.apple.JavaScriptCore 0x9573c3ec
KJS::SourceElementsNode::execute(KJS::ExecState*) + 208
16 com.apple.JavaScriptCore 0x9573c2ac
KJS::BlockNode::execute(KJS::ExecState*) + 140
17 com.apple.JavaScriptCore 0x9574be00
KJS::ForNode::execute(KJS::ExecState*) + 592
18 com.apple.JavaScriptCore 0x9573c53c
KJS::SourceElementsNode::execute(KJS::ExecState*) + 544
19 com.apple.JavaScriptCore 0x9573c2ac
KJS::BlockNode::execute(KJS::ExecState*) + 140
20 com.apple.JavaScriptCore 0x9574920c
KJS::DeclaredFunctionImp::execute(KJS::ExecState*) + 44
21 com.apple.JavaScriptCore 0x95748a8c
KJS::FunctionImp::call(KJS::ExecState*, KJS::Object&, KJS::List const&) + 408
22 com.apple.JavaScriptCore 0x9573e590 KJS::Object::call(KJS::ExecState*,
KJS::Object&, KJS::List const&) + 136
23 com.apple.JavaScriptCore 0x9573ce38
KJS::FunctionCallNode::evaluate(KJS::ExecState*) + 1040
24 com.apple.JavaScriptCore 0x9573ca10
KJS::AssignExprNode::evaluate(KJS::ExecState*) + 40
25 com.apple.JavaScriptCore 0x9573c918
KJS::VarDeclNode::evaluate(KJS::ExecState*) + 100
26 com.apple.JavaScriptCore 0x9573c84c
KJS::VarDeclListNode::evaluate(KJS::ExecState*) + 72
27 com.apple.JavaScriptCore 0x9573c708
KJS::VarStatementNode::execute(KJS::ExecState*) + 120
28 com.apple.JavaScriptCore 0x9573c3ec
KJS::SourceElementsNode::execute(KJS::ExecState*) + 208
29 com.apple.JavaScriptCore 0x9573c2ac
KJS::BlockNode::execute(KJS::ExecState*) + 140
30 com.apple.JavaScriptCore 0x957477f8
KJS::IfNode::execute(KJS::ExecState*) + 440
31 com.apple.JavaScriptCore 0x9573c53c
KJS::SourceElementsNode::execute(KJS::ExecState*) + 544
32 com.apple.JavaScriptCore 0x9573c2ac
KJS::BlockNode::execute(KJS::ExecState*) + 140
33 com.apple.JavaScriptCore 0x9574920c
KJS::DeclaredFunctionImp::execute(KJS::ExecState*) + 44
34 com.apple.JavaScriptCore 0x95748a8c
KJS::FunctionImp::call(KJS::ExecState*, KJS::Object&, KJS::List const&) + 408
35 com.apple.JavaScriptCore 0x9573e590 KJS::Object::call(KJS::ExecState*,
KJS::Object&, KJS::List const&) + 136
36 com.apple.JavaScriptCore 0x9573ce38
KJS::FunctionCallNode::evaluate(KJS::ExecState*) + 1040
37 com.apple.JavaScriptCore 0x95741ab4
KJS::ExprStatementNode::execute(KJS::ExecState*) + 120
38 com.apple.JavaScriptCore 0x9573c3ec
KJS::SourceElementsNode::execute(KJS::ExecState*) + 208
39 com.apple.JavaScriptCore 0x9573c2ac
KJS::BlockNode::execute(KJS::ExecState*) + 140
40 com.apple.JavaScriptCore 0x9574920c
KJS::DeclaredFunctionImp::execute(KJS::ExecState*) + 44
41 com.apple.JavaScriptCore 0x95748a8c
KJS::FunctionImp::call(KJS::ExecState*, KJS::Object&, KJS::List const&) + 408
42 com.apple.JavaScriptCore 0x9573e590 KJS::Object::call(KJS::ExecState*,
KJS::Object&, KJS::List const&) + 136
43 com.apple.WebCore 0x959e4c98
KJS::JSAbstractEventListener::handleEvent(DOM::Event&, bool) + 492
44 com.apple.WebCore 0x958fc704
DOM::NodeImpl::handleLocalEvents(DOM::EventImpl*, bool) + 268
45 com.apple.WebCore 0x958fc344
DOM::NodeImpl::dispatchGenericEvent(DOM::EventImpl*, int&) + 380
46 com.apple.WebCore 0x958fc034
DOM::NodeImpl::dispatchEvent(DOM::EventImpl*, int&, bool) + 144
47 com.apple.WebCore 0x95900d4c KHTMLView::dispatchMouseEvent(int,
DOM::NodeImpl*, bool, int, QMouseEvent*, bool, int) + 2320
48 com.apple.WebCore 0x95925ccc
KHTMLView::viewportMouseReleaseEvent(QMouseEvent*) + 824
49 com.apple.WebCore 0x959258e8 KWQKHTMLPart::mouseUp(NSEvent*) +
288
50 com.apple.WebKit 0x95660b00 -[WebHTMLView mouseUp:] + 88
51 com.apple.AppKit 0x9375aca0 -[NSWindow sendEvent:] + 4728
52 com.apple.Safari 0x00021ca4 0x1000 + 134308
53 com.apple.AppKit 0x93703c74 -[NSApplication sendEvent:] + 4172
54 com.apple.Safari 0x000217a8 0x1000 + 133032
55 com.apple.AppKit 0x936fb0b0 -[NSApplication run] + 508
56 com.apple.AppKit 0x937ebbfc NSApplicationMain + 452
57 com.apple.Safari 0x0005cb98 0x1000 + 375704
58 com.apple.Safari 0x0005ca40 0x1000 + 375360
Thread 1:
0 libSystem.B.dylib 0x9000b0a8 mach_msg_trap + 8
1 libSystem.B.dylib 0x9000affc mach_msg + 60
2 com.apple.CoreFoundation 0x907e3b78 __CFRunLoopRun + 832
3 com.apple.CoreFoundation 0x907e347c CFRunLoopRunSpecific + 268
4 com.apple.Foundation 0x92985164 -[NSRunLoop runMode:beforeDate:] +
172
5 com.apple.Foundation 0x9298509c -[NSRunLoop run] + 76
6 com.apple.WebKit 0x956413f0 +[WebFileDatabase _syncLoop:] + 176
7 com.apple.Foundation 0x92976194 forkThreadForFunction + 108
8 libSystem.B.dylib 0x9002ba68 _pthread_body + 96
Thread 2:
0 libSystem.B.dylib 0x9000b0a8 mach_msg_trap + 8
1 libSystem.B.dylib 0x9000affc mach_msg + 60
2 com.apple.CoreFoundation 0x907e3b78 __CFRunLoopRun + 832
3 com.apple.CoreFoundation 0x907e347c CFRunLoopRunSpecific + 268
4 com.apple.Foundation 0x9299d69c
+[NSURLConnection(NSURLConnectionInternal) _resourceLoadLoop:] + 264
5 com.apple.Foundation 0x92976194 forkThreadForFunction + 108
6 libSystem.B.dylib 0x9002ba68 _pthread_body + 96
Thread 3:
0 libSystem.B.dylib 0x9000b0a8 mach_msg_trap + 8
1 libSystem.B.dylib 0x9000affc mach_msg + 60
2 com.apple.CoreFoundation 0x907e3b78 __CFRunLoopRun + 832
3 com.apple.CoreFoundation 0x907e347c CFRunLoopRunSpecific + 268
4 com.apple.Foundation 0x9299e7dc +[NSURLCache _diskCacheSyncLoop:] +
152
5 com.apple.Foundation 0x92976194 forkThreadForFunction + 108
6 libSystem.B.dylib 0x9002ba68 _pthread_body + 96
Thread 4:
0 libSystem.B.dylib 0x9001f5ec select + 12
1 com.apple.CoreFoundation 0x907f640c __CFSocketManager + 472
2 libSystem.B.dylib 0x9002ba68 _pthread_body + 96
Thread 5:
0 libSystem.B.dylib 0x9002c128 semaphore_wait_signal_trap + 8
1 libSystem.B.dylib 0x90030bec pthread_cond_wait + 480
2 com.apple.Foundation 0x9297d300 -[NSConditionLock
lockWhenCondition:] + 68
3 com.apple.Syndication 0x9a48150c -[AsyncDB _run:] + 192
4 com.apple.Foundation 0x92976194 forkThreadForFunction + 108
5 libSystem.B.dylib 0x9002ba68 _pthread_body + 96
Thread 6:
0 libSystem.B.dylib 0x9004a388 syscall_thread_switch + 8
1 com.apple.Foundation 0x9298e5d0 +[NSThread sleepUntilDate:] + 152
2 com.apple.AppKit 0x9379bdb4 -[NSUIHeartBeat _heartBeatThread:]
+ 1100
3 com.apple.Foundation 0x92976194 forkThreadForFunction + 108
4 libSystem.B.dylib 0x9002ba68 _pthread_body + 96
Thread 0 crashed with PPC Thread State 64:
srr0: 0x0000000095937950 srr1: 0x000000000200f030
vrsave: 0x0000000000000000
cr: 0x44002424 xer: 0x0000000000000007 lr: 0x00000000959376ac
ctr: 0x0000000095afb058
r0: 0x00000000959376ac r1: 0x00000000bfffce00 r2: 0x000000000000006a
r3: 0x00000000bfffcea0
r4: 0x0000000000000000 r5: 0x000000000000006a r6: 0x0000000000000000
r7: 0x000000000000002b
r8: 0x0000000000001000 r9: 0x000000000510f310 r10: 0x000000009585a124
r11: 0x00000000a5858538
r12: 0x0000000095afb058 r13: 0x0000000000000001 r14: 0x0000000000000001
r15: 0x0000000000000001
r16: 0x0000000000000004 r17: 0x0000000000000000 r18: 0x000000000000013e
r19: 0x0000000000000377
r20: 0x00000000bfffe5d0 r21: 0x00000000bfffe5a0 r22: 0x00000000bfffda30
r23: 0x00000000bfffd960
r24: 0x00000000bfffdac0 r25: 0x00000000bfffd400 r26: 0x00000000bfffd0c0
r27: 0x00000000bfffd040
r28: 0x0000000000000000 r29: 0x00000000bfffcea0 r30: 0x00000000bfffd040
r31: 0x000000009593766c
Binary Images Description:
0x1000 - 0xdafff com.apple.Safari 2.0.3 (417.9.3)
/Applications/Safari.app/Contents/MacOS/Safari
0x17fb000 - 0x17fdfff com.apple.textencoding.unicode 2.0
/System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode
Encodings
0x8fe00000 - 0x8fe51fff dyld 44.4 /usr/lib/dyld
0x90000000 - 0x901bbfff libSystem.B.dylib /usr/lib/libSystem.B.dylib
0x90213000 - 0x90218fff libmathCommon.A.dylib
/usr/lib/system/libmathCommon.A.dylib
0x9021a000 - 0x9026dfff com.apple.CoreText 1.0.1 (???)
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x9029a000 - 0x9034bfff ATS
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x9037a000 - 0x90734fff com.apple.CoreGraphics 1.258.30 (???)
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x907c1000 - 0x9089afff com.apple.CoreFoundation 6.4.6 (368.27)
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x908e3000 - 0x908e3fff com.apple.CoreServices 10.4 (???)
/System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x908e5000 - 0x909e7fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
0x90a41000 - 0x90ac5fff libobjc.A.dylib /usr/lib/libobjc.A.dylib
0x90aef000 - 0x90b5dfff com.apple.framework.IOKit 1.4 (???)
/System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x90b74000 - 0x90b86fff libauto.dylib /usr/lib/libauto.dylib
0x90b8d000 - 0x90e65fff com.apple.CoreServices.CarbonCore 681.3 (671.2)
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x90ecb000 - 0x90f4bfff com.apple.CoreServices.OSServices 4.1
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x90f95000 - 0x90fd6fff com.apple.CFNetwork 129.16
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x90feb000 - 0x91003fff com.apple.WebServices 1.1.2 (1.1.0)
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServicesCore.framework/Versions/A/WebServicesCore
0x91013000 - 0x91094fff com.apple.SearchKit 1.0.5
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x910da000 - 0x91104fff com.apple.Metadata 10.4.4 (121.36)
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x91115000 - 0x91123fff libz.1.dylib /usr/lib/libz.1.dylib
0x91126000 - 0x912e9fff com.apple.security 4.3 (25966)
/System/Library/Frameworks/Security.framework/Versions/A/Security
0x913ec000 - 0x913f5fff com.apple.DiskArbitration 2.1
/System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x913fc000 - 0x91423fff com.apple.SystemConfiguration 1.8.2
/System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x91436000 - 0x91441fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
0x91446000 - 0x91466fff libmx.A.dylib /usr/lib/libmx.A.dylib
0x9146c000 - 0x91474fff libbsm.dylib /usr/lib/libbsm.dylib
0x91478000 - 0x914f3fff com.apple.audio.CoreAudio 3.0.3
/System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x91530000 - 0x91530fff com.apple.ApplicationServices 10.4 (???)
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x91532000 - 0x9156afff com.apple.AE 1.5 (297)
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x91585000 - 0x91652fff com.apple.ColorSync 4.4.4
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x916a7000 - 0x91738fff com.apple.print.framework.PrintCore 4.5 (177.10)
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x9177f000 - 0x91836fff com.apple.QD 3.8.20 (???)
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x91873000 - 0x918d1fff com.apple.HIServices 1.5.1 (???)
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x918ff000 - 0x91923fff com.apple.LangAnalysis 1.6.1
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x91937000 - 0x9195cfff com.apple.FindByContent 1.5
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/FindByContent.framework/Versions/A/FindByContent
0x9196f000 - 0x919b1fff com.apple.LaunchServices 178
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x919cd000 - 0x919e1fff com.apple.speech.synthesis.framework 3.3
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x919ef000 - 0x91a2efff com.apple.ImageIO.framework 1.4.6
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x91a44000 - 0x91b0cfff libcrypto.0.9.7.dylib
/usr/lib/libcrypto.0.9.7.dylib
0x91b5a000 - 0x91b6ffff libcups.2.dylib /usr/lib/libcups.2.dylib
0x91b74000 - 0x91b91fff libJPEG.dylib
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x91b96000 - 0x91c05fff libJP2.dylib
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x91c1c000 - 0x91c20fff libGIF.dylib
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x91c22000 - 0x91c69fff libRaw.dylib
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRaw.dylib
0x91c6e000 - 0x91cabfff libTIFF.dylib
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x91cb2000 - 0x91ccbfff libPng.dylib
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x91cd0000 - 0x91cd3fff libRadiance.dylib
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x91cd5000 - 0x91cd5fff com.apple.Accelerate 1.2.1 (Accelerate 1.2.1)
/System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x91cd7000 - 0x91db7fff com.apple.vImage 2.3
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x91dbf000 - 0x91ddefff com.apple.Accelerate.vecLib 3.2.1 (vecLib 3.2.1)
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x91e4a000 - 0x91eb8fff libvMisc.dylib
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x91ec3000 - 0x91f57fff libvDSP.dylib
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x91f71000 - 0x924f9fff libBLAS.dylib
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x9252c000 - 0x92857fff libLAPACK.dylib
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x92887000 - 0x9290ffff com.apple.DesktopServices 1.3.3
/System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x92950000 - 0x92b7bfff com.apple.Foundation 6.4.5 (567.26)
/System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x92c99000 - 0x92d77fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
0x92d97000 - 0x92e85fff libiconv.2.dylib /usr/lib/libiconv.2.dylib
0x92e97000 - 0x92eb5fff libGL.dylib
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x92ec0000 - 0x92f1afff libGLU.dylib
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x92f38000 - 0x92f38fff com.apple.Carbon 10.4 (???)
/System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x92f3a000 - 0x92f4efff com.apple.ImageCapture 3.0
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x92f66000 - 0x92f76fff com.apple.speech.recognition.framework 3.4
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x92f82000 - 0x92f97fff com.apple.securityhi 2.0 (203)
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x92fa9000 - 0x93030fff com.apple.ink.framework 101.2 (69)
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x93044000 - 0x9304ffff com.apple.help 1.0.3 (32)
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x93059000 - 0x93086fff com.apple.openscripting 1.2.5 (???)
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x930a0000 - 0x930b0fff com.apple.print.framework.Print 5.0 (190.1)
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x930bc000 - 0x93122fff com.apple.htmlrendering 1.1.2
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x93153000 - 0x931a2fff com.apple.NavigationServices 3.4.4 (3.4.3)
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x931d0000 - 0x931edfff com.apple.audio.SoundManager 3.9
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x931ff000 - 0x9320cfff com.apple.CommonPanels 1.2.2 (73)
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x93215000 - 0x93522fff com.apple.HIToolbox 1.4.6 (???)
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x93671000 - 0x9367dfff com.apple.opengl 1.4.7
/System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x93682000 - 0x936a2fff com.apple.DirectoryService.Framework 3.1
/System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x936f5000 - 0x936f5fff com.apple.Cocoa 6.4 (???)
/System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x936f7000 - 0x93d29fff com.apple.AppKit 6.4.6 (824.38)
/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x940b6000 - 0x94126fff com.apple.CoreData 80
/System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x9415f000 - 0x94229fff com.apple.audio.toolbox.AudioToolbox 1.4.1
/System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x9427d000 - 0x9427dfff com.apple.audio.units.AudioUnit 1.4
/System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x9427f000 - 0x94433fff com.apple.QuartzCore 1.4.7
/System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x94486000 - 0x944c3fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
0x944cb000 - 0x9451bfff libGLImage.dylib
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x945ab000 - 0x945e3fff com.apple.vmutils 4.0.0 (85)
/System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
0x94626000 - 0x94642fff com.apple.securityfoundation 2.1 (24988)
/System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x94656000 - 0x9469afff com.apple.securityinterface 2.1 (24981)
/System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
0x946be000 - 0x946cdfff libCGATS.A.dylib
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
0x946d5000 - 0x946e1fff libCSync.A.dylib
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x94727000 - 0x9473ffff libRIP.A.dylib
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x94ca4000 - 0x94dd2fff com.apple.AddressBook.framework 4.0.3 (483)
/System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
0x94e64000 - 0x94e73fff com.apple.DSObjCWrappers.Framework 1.1
/System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWrappers
0x94e7b000 - 0x94ea8fff com.apple.LDAPFramework 1.4.1 (69.0.1)
/System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x94eaf000 - 0x94ebffff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
0x94ec3000 - 0x94ef2fff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
0x94f02000 - 0x94f1ffff libresolv.9.dylib /usr/lib/libresolv.9.dylib
0x9563f000 - 0x956cbfff com.apple.WebKit 418
/System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x95726000 - 0x9581bfff com.apple.JavaScriptCore 417.11
/System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x95857000 - 0x95b61fff com.apple.WebCore 417.24
/System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x95ce9000 - 0x95d12fff libxslt.1.dylib /usr/lib/libxslt.1.dylib
0x9a47e000 - 0x9a4b4fff com.apple.Syndication 1.0.5 (52)
/System/Library/PrivateFrameworks/Syndication.framework/Versions/A/Syndication
0x9a4d1000 - 0x9a4e3fff com.apple.SyndicationUI 1.0.5 (52)
/System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/SyndicationUI
Model: PowerBook6,2, BootROM 4.7.5f1, 1 processors, PowerPC G4 (1.1), 1 GHz,
768 MB
Graphics: GeForce FX Go5200 32MB, GeForce FX Go5200 32MB, AGP, 32 MB
Memory Module: DIMM0/BUILT-IN, 256 MB, built-in, built-in
Memory Module: DIMM1/J31, 512 MB, DDR SDRAM, PC2700U-25330
AirPort: AirPort Extreme, 404.2 (3.90.34.0.p16)
Modem: MicroDash, Euro, V.92, 1.0F, APPLE VERSION 2.6.6
Bluetooth: Version 1.7.3f4, 2 service, 0 devices, 1 incoming serial ports
Network Service: Built-in Ethernet, Ethernet, en0
Network Service: AirPort, AirPort, en1
Parallel ATA Device: MATSHITACD-RW CW-8123,
Parallel ATA Device: TOSHIBA MK4025GAS, 37.26 GB
USB Device: Bluetooth HCI, , Up to 12 Mb/sec, 500 mA
USB Device: USB-PS/2 Optical Mouse, Logitech, Up to 1.5 Mb/sec, 500 mA
--
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