[Webkit-unassigned] [Bug 20750] New: Mac OS X JavaScriptCore framework experiences a crash

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 9 10:59:16 PDT 2008


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

           Summary: Mac OS X JavaScriptCore framework experiences a crash
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: scott.lavender at kodak.com


Steps to produce:

When running a Kodak Developed application running on a MacBook Pro I
experience the following crash:
        /Applications/Kodak/Prinergy/Digital Direct.app/Contents/MacOS/Digital
Direct
Identifier:      com.kodak.DigitalDirect
Version:         Version 5.0Ý (1.0)
Code Type:       X86 (Native)
Parent Process:  launchd [101]

Date/Time:       2008-09-05 14:39:50.545 -0400
OS Version:      Mac OS X 10.5.4 (9E17)
Report Version:  6

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

Thread 0 Crashed:
0   com.apple.JavaScriptCore            0x900cf51a
KJS::ParserRefCounted::deref() + 218
1   com.apple.JavaScriptCore            0x9015b476
KJS::FuncDeclNode::~FuncDeclNode() + 38
2   com.apple.JavaScriptCore            0x900f69ca KJS::Collector::collect() +
250
3   com.apple.JavaScriptCore            0x900b8055 void*
KJS::Collector::heapAllocate<(KJS::Collector::HeapType)0>(unsigned long) + 485
4   com.apple.JavaScriptCore            0x900bd5ae KJS::jsString(KJS::UString
const&) + 46
5   com.apple.JavaScriptCore            0x900eac5e
KJS::stringProtoFuncSplit(KJS::ExecState*, KJS::JSObject*, KJS::List const&) +
1726
6   com.apple.JavaScriptCore            0x900dadb6
KJS::FunctionCallDotNode::evaluate(KJS::ExecState*) + 806
7   com.apple.JavaScriptCore            0x900d9f19
KJS::AssignLocalVarNode::evaluate(KJS::ExecState*) + 25
8   com.apple.JavaScriptCore            0x900d9ec9
KJS::VarStatementNode::execute(KJS::ExecState*) + 25
9   com.apple.JavaScriptCore            0x900e8240
KJS::BlockNode::execute(KJS::ExecState*) + 64
10  com.apple.JavaScriptCore            0x900e12ae
KJS::IfNode::execute(KJS::ExecState*) + 78
11  com.apple.JavaScriptCore            0x900e1a51
KJS::FunctionBodyNode::execute(KJS::ExecState*) + 481
12  com.apple.JavaScriptCore            0x900e1509
KJS::FunctionImp::callAsFunction(KJS::ExecState*, KJS::JSObject*, KJS::List
const&) + 265
13  com.apple.JavaScriptCore            0x900fd1a5
KJS::FunctionCallResolveNode::evaluateToBoolean(KJS::ExecState*) + 949
14  com.apple.JavaScriptCore            0x900e842a
KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 106
15  com.apple.JavaScriptCore            0x900e83d9
KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
16  com.apple.JavaScriptCore            0x900e83d9
KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
17  com.apple.JavaScriptCore            0x900e83d9
KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
18  com.apple.JavaScriptCore            0x900e83d9
KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
19  com.apple.JavaScriptCore            0x900e83d9
KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
20  com.apple.JavaScriptCore            0x900e83d9
KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
21  com.apple.JavaScriptCore            0x900e83d9
KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
22  com.apple.JavaScriptCore            0x900e83d9
KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
23  com.apple.JavaScriptCore            0x900e83d9
KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
24  com.apple.JavaScriptCore            0x900e83d9
KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
25  com.apple.JavaScriptCore            0x900e1279
KJS::IfNode::execute(KJS::ExecState*) + 25
26  com.apple.JavaScriptCore            0x900e1a51
KJS::FunctionBodyNode::execute(KJS::ExecState*) + 481
27  com.apple.JavaScriptCore            0x900e1509
KJS::FunctionImp::callAsFunction(KJS::ExecState*, KJS::JSObject*, KJS::List
const&) + 265
28  com.apple.JavaScriptCore            0x900e4f10
KJS::FunctionCallResolveNode::evaluate(KJS::ExecState*) + 896
29  com.apple.JavaScriptCore            0x900d9f19
KJS::AssignLocalVarNode::evaluate(KJS::ExecState*) + 25
30  com.apple.JavaScriptCore            0x900d9ec9
KJS::VarStatementNode::execute(KJS::ExecState*) + 25
31  com.apple.JavaScriptCore            0x900e1a51
KJS::FunctionBodyNode::execute(KJS::ExecState*) + 481
32  com.apple.JavaScriptCore            0x900e1509
KJS::FunctionImp::callAsFunction(KJS::ExecState*, KJS::JSObject*, KJS::List
const&) + 265
33  com.apple.JavaScriptCore            0x90125787
KJS::JSObject::call(KJS::ExecState*, KJS::JSObject*, KJS::List const&) + 135
34  com.apple.JavaScriptCore            0x90134abd JSObjectCallAsFunction + 173
35  com.apple.CFNetwork                 0x9713948a CallFindProxyForURL + 297
36  com.apple.CFNetwork                 0x9713b4d9 executionContextPerform +
177
37  com.apple.CoreFoundation            0x938cf615 CFRunLoopRunSpecific + 3141
38  com.apple.CoreFoundation            0x938cfcf8 CFRunLoopRunInMode + 88
39  com.kodak.DigitalDirect             0x00055931 -[NWSI_SoapInvocation
getResultDictionary] + 152
40  com.kodak.DigitalDirect             0x00055c58 -[NWSI_SoapInvocation
isFault] + 34
41  com.kodak.DigitalDirect             0x00055c2b -[NWSI_SoapInvocation
invoke] + 34
42  com.kodak.DigitalDirect             0x00030238 +[MDVC_DevicesManager
retrieveDevicesInfoFromServer] + 168
43  com.kodak.DigitalDirect             0x0002e872 +[MDVC_DevicesManager
devices] + 26
44  com.kodak.DigitalDirect             0x0002e40f -[MDVC_DevicesMenuController
createDevicesMenu] + 31
45  com.kodak.DigitalDirect             0x0000da6b -[MDPM_Application
handleLoginSuccess:] + 603
46  com.apple.Foundation                0x960df64c _nsnote_callback + 364
47  com.apple.CoreFoundation            0x938b0aba __CFXNotificationPost + 362
48  com.apple.CoreFoundation            0x938b0d93
_CFXNotificationPostNotification + 179
49  com.apple.Foundation                0x960dc7b0 -[NSNotificationCenter
postNotificationName:object:userInfo:] + 128
50  com.kodak.DigitalDirect             0x0004967b -[MDPM_SplashLoginDelegate
connectToServer:port:user:password:window:] + 1338
51  com.kodak.DigitalDirect             0x000481da -[NCMN_SplashLoginController
connect:] + 547
52  com.apple.AppKit                    0x94621c23 -[NSApplication
sendAction:to:from:] + 112
53  com.apple.AppKit                    0x94621b60 -[NSControl sendAction:to:]
+ 108
54  com.apple.AppKit                    0x946219e6 -[NSCell _sendActionFrom:] +
169
55  com.apple.AppKit                    0x9462103f -[NSCell
trackMouse:inRect:ofView:untilMouseUp:] + 1827
56  com.apple.AppKit                    0x94620892 -[NSButtonCell
trackMouse:inRect:ofView:untilMouseUp:] + 541
57  com.apple.AppKit                    0x9462014c -[NSControl mouseDown:] +
888
58  com.apple.AppKit                    0x9461e88b -[NSWindow sendEvent:] +
5381
59  com.kodak.DigitalDirect             0x00048989 -[NCMN_SplashLoginWindow
sendEvent:] + 83
60  com.apple.AppKit                    0x945eb431 -[NSApplication sendEvent:]
+ 2941
61  com.apple.AppKit                    0x94548e27 -[NSApplication run] + 847
62  com.apple.AppKit                    0x94516030 NSApplicationMain + 574
63  com.kodak.DigitalDirect             0x00002212 _start + 216
64  com.kodak.DigitalDirect             0x00002139 start + 41

Thread 1:
0   libSystem.B.dylib                   0x902ae68e __semwait_signal + 10
1   libSystem.B.dylib                   0x902d936d pthread_cond_wait$UNIX2003 +
73
2   com.apple.ColorSync                 0x91dda460
pthreadSemaphoreWait(t_pthreadSemaphore*) + 42
3   com.apple.ColorSync                 0x91decd92 CMMConvTask(void*) + 54
4   libSystem.B.dylib                   0x902d86f5 _pthread_start + 321
5   libSystem.B.dylib                   0x902d85b2 thread_start + 34

Thread 2:
0   libSystem.B.dylib                   0x902ae68e __semwait_signal + 10
1   libSystem.B.dylib                   0x902ae456 usleep$UNIX2003 + 61
2   com.apple.AppKit                    0x945b6979 -[NSUIHeartBeat
_heartBeatThread:] + 2042
3   com.apple.Foundation                0x960dff1d -[NSThread main] + 45
4   com.apple.Foundation                0x960dfac4 __NSThread__main__ + 308
5   libSystem.B.dylib                   0x902d86f5 _pthread_start + 321
6   libSystem.B.dylib                   0x902d85b2 thread_start + 34

Thread 3:
0   libSystem.B.dylib                   0x902ae68e __semwait_signal + 10
1   libSystem.B.dylib                   0x902d936d pthread_cond_wait$UNIX2003 +
73
2   libGLProgrammability.dylib          0x94063432 glvmDoWork + 162
3   libSystem.B.dylib                   0x902d86f5 _pthread_start + 321
4   libSystem.B.dylib                   0x902d85b2 thread_start + 34

Thread 4:
0   libSystem.B.dylib                   0x902f75e2 select$DARWIN_EXTSN + 10
1   libSystem.B.dylib                   0x902d86f5 _pthread_start + 321
2   libSystem.B.dylib                   0x902d85b2 thread_start + 34

Thread 5:
0   libSystem.B.dylib                   0x902a74ee semaphore_wait_signal_trap +
10
1   libSystem.B.dylib                   0x902aefc5 pthread_mutex_lock + 569
2   com.apple.JavaScriptCore            0x900b7bce KJS::JSLock::lock() + 94
3   com.apple.JavaScriptCore            0x9013533a JSStringCreateWithCFString +
26
4   com.apple.CFNetwork                 0x97139309
_JSArrayFromCFArrayOfCFStrings + 109
5   com.apple.CFNetwork                 0x971396a9
_JSDnsResolveFunctionCallback + 432
6   com.apple.JavaScriptCore            0x901340f7
KJS::JSCallbackFunction::callAsFunction(KJS::ExecState*, KJS::JSObject*,
KJS::List const&) + 183
7   com.apple.JavaScriptCore            0x900e4f10
KJS::FunctionCallResolveNode::evaluate(KJS::ExecState*) + 896
8   com.apple.JavaScriptCore            0x900d9f19
KJS::AssignLocalVarNode::evaluate(KJS::ExecState*) + 25
9   com.apple.JavaScriptCore            0x900e1309
KJS::ExprStatementNode::execute(KJS::ExecState*) + 25
10  com.apple.JavaScriptCore            0x900e8240
KJS::BlockNode::execute(KJS::ExecState*) + 64
11  com.apple.JavaScriptCore            0x900e12ae
KJS::IfNode::execute(KJS::ExecState*) + 78
12  com.apple.JavaScriptCore            0x900e1a51
KJS::FunctionBodyNode::execute(KJS::ExecState*) + 481
13  com.apple.JavaScriptCore            0x900e1509
KJS::FunctionImp::callAsFunction(KJS::ExecState*, KJS::JSObject*, KJS::List
const&) + 265
14  com.apple.JavaScriptCore            0x900e4f10
KJS::FunctionCallResolveNode::evaluate(KJS::ExecState*) + 896
15  com.apple.JavaScriptCore            0x900d9f19
KJS::AssignLocalVarNode::evaluate(KJS::ExecState*) + 25
16  com.apple.JavaScriptCore            0x900d9ec9
KJS::VarStatementNode::execute(KJS::ExecState*) + 25
17  com.apple.JavaScriptCore            0x900e1a51
KJS::FunctionBodyNode::execute(KJS::ExecState*) + 481
18  com.apple.JavaScriptCore            0x900e1509
KJS::FunctionImp::callAsFunction(KJS::ExecState*, KJS::JSObject*, KJS::List
const&) + 265
19  com.apple.JavaScriptCore            0x900fd1a5
KJS::FunctionCallResolveNode::evaluateToBoolean(KJS::ExecState*) + 949
20  com.apple.JavaScriptCore            0x900e83d9
KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
21  com.apple.JavaScriptCore            0x900e83d9
KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
22  com.apple.JavaScriptCore            0x900e83d9
KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
23  com.apple.JavaScriptCore            0x900e83d9
KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
24  com.apple.JavaScriptCore            0x900e1279
KJS::IfNode::execute(KJS::ExecState*) + 25
25  com.apple.JavaScriptCore            0x900e1a51
KJS::FunctionBodyNode::execute(KJS::ExecState*) + 481
26  com.apple.JavaScriptCore            0x900e1509
KJS::FunctionImp::callAsFunction(KJS::ExecState*, KJS::JSObject*, KJS::List
const&) + 265
27  com.apple.JavaScriptCore            0x900e4f10
KJS::FunctionCallResolveNode::evaluate(KJS::ExecState*) + 896
28  com.apple.JavaScriptCore            0x900d9f19
KJS::AssignLocalVarNode::evaluate(KJS::ExecState*) + 25
29  com.apple.JavaScriptCore            0x900d9ec9
KJS::VarStatementNode::execute(KJS::ExecState*) + 25
30  com.apple.JavaScriptCore            0x900e1a51
KJS::FunctionBodyNode::execute(KJS::ExecState*) + 481
31  com.apple.JavaScriptCore            0x900e1509
KJS::FunctionImp::callAsFunction(KJS::ExecState*, KJS::JSObject*, KJS::List
const&) + 265
32  com.apple.JavaScriptCore            0x90125787
KJS::JSObject::call(KJS::ExecState*, KJS::JSObject*, KJS::List const&) + 135
33  com.apple.JavaScriptCore            0x90134abd JSObjectCallAsFunction + 173
34  com.apple.CFNetwork                 0x9713948a CallFindProxyForURL + 297
35  com.apple.CFNetwork                 0x9713b4d9 executionContextPerform +
177
36  com.apple.CoreFoundation            0x938cf615 CFRunLoopRunSpecific + 3141
37  com.apple.CoreFoundation            0x938cfcf8 CFRunLoopRunInMode + 88
38  com.kodak.DigitalDirect             0x00055931 -[NWSI_SoapInvocation
getResultDictionary] + 152
39  com.kodak.DigitalDirect             0x00055c58 -[NWSI_SoapInvocation
isFault] + 34
40  com.kodak.DigitalDirect             0x00055c2b -[NWSI_SoapInvocation
invoke] + 34
41  com.kodak.DigitalDirect             0x0000dc1c -[MDPM_Application
demultiplexorThread:] + 411
42  com.apple.Foundation                0x960dff1d -[NSThread main] + 45
43  com.apple.Foundation                0x960dfac4 __NSThread__main__ + 308
44  libSystem.B.dylib                   0x902d86f5 _pthread_start + 321
45  libSystem.B.dylib                   0x902d85b2 thread_start + 34

Thread 6:
0   libSystem.B.dylib                   0x902a7506
semaphore_timedwait_signal_trap + 10
1   libSystem.B.dylib                   0x902d984f _pthread_cond_wait + 1244
2   libSystem.B.dylib                   0x902db0d3
pthread_cond_timedwait_relative_np + 47
3   com.apple.Foundation                0x96125e8c -[NSCondition
waitUntilDate:] + 236
4   com.apple.Foundation                0x96125ca0 -[NSConditionLock
lockWhenCondition:beforeDate:] + 144
5   com.apple.Foundation                0x96125c05 -[NSConditionLock
lockWhenCondition:] + 69
6   com.kodak.DigitalDirect             0x0000e384 -[MDPM_Application
deviceNotificationThread:] + 79
7   com.apple.Foundation                0x960dff1d -[NSThread main] + 45
8   com.apple.Foundation                0x960dfac4 __NSThread__main__ + 308
9   libSystem.B.dylib                   0x902d86f5 _pthread_start + 321
10  libSystem.B.dylib                   0x902d85b2 thread_start + 34

Thread 7:
0   libSystem.B.dylib                   0x902a7506
semaphore_timedwait_signal_trap + 10
1   libSystem.B.dylib                   0x902d984f _pthread_cond_wait + 1244
2   libSystem.B.dylib                   0x902db0d3
pthread_cond_timedwait_relative_np + 47
3   com.apple.Foundation                0x96125e8c -[NSCondition
waitUntilDate:] + 236
4   com.apple.Foundation                0x96125ca0 -[NSConditionLock
lockWhenCondition:beforeDate:] + 144
5   com.apple.Foundation                0x96125c05 -[NSConditionLock
lockWhenCondition:] + 69
6   com.kodak.DigitalDirect             0x0000e45b -[MDPM_Application
viewNotificationThread:] + 79
7   com.apple.Foundation                0x960dff1d -[NSThread main] + 45
8   com.apple.Foundation                0x960dfac4 __NSThread__main__ + 308
9   libSystem.B.dylib                   0x902d86f5 _pthread_start + 321
10  libSystem.B.dylib                   0x902d85b2 thread_start + 34

Thread 8:
0   libSystem.B.dylib                   0x902a7506
semaphore_timedwait_signal_trap + 10
1   libSystem.B.dylib                   0x902d984f _pthread_cond_wait + 1244
2   libSystem.B.dylib                   0x902db0d3
pthread_cond_timedwait_relative_np + 47
3   com.apple.Foundation                0x96125e8c -[NSCondition
waitUntilDate:] + 236
4   com.apple.Foundation                0x96125ca0 -[NSConditionLock
lockWhenCondition:beforeDate:] + 144
5   com.apple.Foundation                0x96125c05 -[NSConditionLock
lockWhenCondition:] + 69
6   com.kodak.DigitalDirect             0x0000e531 -[MDPM_Application
documentNotificationThread:] + 78
7   com.apple.Foundation                0x960dff1d -[NSThread main] + 45
8   com.apple.Foundation                0x960dfac4 __NSThread__main__ + 308
9   libSystem.B.dylib                   0x902d86f5 _pthread_start + 321
10  libSystem.B.dylib                   0x902d85b2 thread_start + 34

Thread 9:
0   libSystem.B.dylib                   0x902a7506
semaphore_timedwait_signal_trap + 10
1   libSystem.B.dylib                   0x902d984f _pthread_cond_wait + 1244
2   libSystem.B.dylib                   0x902db0d3
pthread_cond_timedwait_relative_np + 47
3   com.apple.Foundation                0x96125e8c -[NSCondition
waitUntilDate:] + 236
4   com.apple.Foundation                0x96125ca0 -[NSConditionLock
lockWhenCondition:beforeDate:] + 144
5   com.apple.Foundation                0x96125c05 -[NSConditionLock
lockWhenCondition:] + 69
6   com.kodak.DigitalDirect             0x0000e5f8 -[MDPM_Application
queryNotificationThread:] + 79
7   com.apple.Foundation                0x960dff1d -[NSThread main] + 45
8   com.apple.Foundation                0x960dfac4 __NSThread__main__ + 308
9   libSystem.B.dylib                   0x902d86f5 _pthread_start + 321
10  libSystem.B.dylib                   0x902d85b2 thread_start + 34

Thread 10:
0   libSystem.B.dylib                   0x902a7506
semaphore_timedwait_signal_trap + 10
1   libSystem.B.dylib                   0x902d984f _pthread_cond_wait + 1244
2   libSystem.B.dylib                   0x902db0d3
pthread_cond_timedwait_relative_np + 47
3   com.apple.Foundation                0x96125e8c -[NSCondition
waitUntilDate:] + 236
4   com.apple.Foundation                0x96125ca0 -[NSConditionLock
lockWhenCondition:beforeDate:] + 144
5   com.apple.Foundation                0x96125c05 -[NSConditionLock
lockWhenCondition:] + 69
6   com.kodak.DigitalDirect             0x0000e6cf -[MDPM_Application
processNotificationThread:] + 79
7   com.apple.Foundation                0x960dff1d -[NSThread main] + 45
8   com.apple.Foundation                0x960dfac4 __NSThread__main__ + 308
9   libSystem.B.dylib                   0x902d86f5 _pthread_start + 321
10  libSystem.B.dylib                   0x902d85b2 thread_start + 34

Thread 11:
0   libSystem.B.dylib                   0x902a7506
semaphore_timedwait_signal_trap + 10
1   libSystem.B.dylib                   0x902d984f _pthread_cond_wait + 1244
2   libSystem.B.dylib                   0x902db0d3
pthread_cond_timedwait_relative_np + 47
3   com.apple.Foundation                0x96125e8c -[NSCondition
waitUntilDate:] + 236
4   com.apple.Foundation                0x96125ca0 -[NSConditionLock
lockWhenCondition:beforeDate:] + 144
5   com.apple.Foundation                0x96125c05 -[NSConditionLock
lockWhenCondition:] + 69
6   com.kodak.DigitalDirect             0x0000e7a6 -[MDPM_Application
historyNotificationThread:] + 79
7   com.apple.Foundation                0x960dff1d -[NSThread main] + 45
8   com.apple.Foundation                0x960dfac4 __NSThread__main__ + 308
9   libSystem.B.dylib                   0x902d86f5 _pthread_start + 321
10  libSystem.B.dylib                   0x902d85b2 thread_start + 34

Thread 0 crashed with X86 Thread State (32-bit):
  eax: 0x15dabc00  ebx: 0x900cf44e  ecx: 0x15dabe00  edx: 0x00000010
  edi: 0x15db3240  esi: 0x00000010  ebp: 0xbfffdcb8  esp: 0xbfffdc70
   ss: 0x0000001f  efl: 0x00010202  eip: 0x900cf51a   cs: 0x00000017
   ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
  cr2: 0x00000010

Binary Images:
    0x1000 -    0x67fff +com.kodak.DigitalDirect Version 5.0Ý (1.0)
<22a19e9887138cca6f38ab24aa9bd03d> /Applications/Kodak/Prinergy/Digital
Direct.app/Contents/MacOS/Digital Direct
0x14170000 - 0x1428eff7  com.apple.RawCamera.bundle 2.0.8 (2.0.8)
<56067945130800a348eb076676d41e92>
/System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x16ae8000 - 0x16aedff3  libCGXCoreImage.A.dylib ??? (???)
<b6cf72d9cbd5312d4ec435e298954ade>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
0x16af5000 - 0x16c77fef  GLEngine ??? (???) <e9b3c93e50e3236cae43a2161e331720>
/System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
0x16ca5000 - 0x17009fe8  com.apple.GeForce8xxxGLDriver 1.5.28 (5.2.8)
<ac292c151eb49283f923775f81f18ad1>
/System/Library/Extensions/GeForce8xxxGLDriver.bundle/Contents/MacOS/GeForce8xxxGLDriver
0x17343000 - 0x1735fff7  GLRendererFloat ??? (???)
<98be9cb44eb018fa6300e9447b214fd7>
/System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
0x8fe00000 - 0x8fe2da53  dyld 96.2 (???) <7af47d3b00b2268947563c7fa8c59a07>
/usr/lib/dyld
0x900ac000 - 0x9017aff3  com.apple.JavaScriptCore 5525.18 (5525.18)
<672d1c7f16a4300addabeff4830f5024>
/System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x9022a000 - 0x902a4ff8  com.apple.print.framework.PrintCore 5.5.3 (245.3)
<222dade7b33b99708b8c09d1303f93fc>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x902a5000 - 0x902a5ffb  com.apple.installserver.framework 1.0 (8)
/System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallServer
0x902a6000 - 0x90406ff3  libSystem.B.dylib ??? (???)
<a12f397abf2285077b89bd726bff5b18> /usr/lib/libSystem.B.dylib
0x904d1000 - 0x904f9fff  libcups.2.dylib ??? (???)
<ece20dff2a2c8ed3ae6ef735ef440c37> /usr/lib/libcups.2.dylib
0x9050d000 - 0x90567ff7  com.apple.CoreText 2.0.2 (???)
<9fde11f84a72e890bbf2aa8b0b13b79a>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x90724000 - 0x907cbfeb  com.apple.QD 3.11.52 (???)
<c72bd7bd2ce12694c3640a731d1ad878>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x90803000 - 0x90e9ffef  com.apple.CoreGraphics 1.351.32 (???)
<793d7ceb9e1880818e03c1f1b10df04b>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x90ea0000 - 0x90ec0ff2  libGL.dylib ??? (???)
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x910f6000 - 0x91102fe7  com.apple.opengl 1.5.6 (1.5.6)
<125de77ea2434a91364e79a0905a7771>
/System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x91146000 - 0x914dcfff  com.apple.QuartzCore 1.5.3 (1.5.3)
<1b65c05f89e81a499302fd63295b242d>
/System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x914dd000 - 0x917b7ff3  com.apple.CoreServices.CarbonCore 786.6 (786.6)
<bc7c12c84fe21ae2626bdd17070aaafa>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x91952000 - 0x919deff7  com.apple.LaunchServices 289.2 (289.2)
<3577886e3a6d56ee3949850c4fde76c9>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x91a3b000 - 0x91aebfff  edu.mit.Kerberos 6.0.12 (6.0.12)
<1dc515ebe407292db8e603938c72d4e8>
/System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x91aec000 - 0x91af0fff  libmathCommon.A.dylib ??? (???)
/usr/lib/system/libmathCommon.A.dylib
0x91af1000 - 0x91afafff  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
0x91d64000 - 0x91d6bffe  libbsm.dylib ??? (???)
<d25c63378a5029648ffd4b4669be31bf> /usr/lib/libbsm.dylib
0x91d6c000 - 0x91d6cffa  com.apple.CoreServices 32 (32)
<2fcc8f3bd5bbfc000b476cad8e6a3dd2>
/System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x91da7000 - 0x91e72fff  com.apple.ColorSync 4.5.0 (4.5.0)
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x91f16000 - 0x91f54ff7  libGLImage.dylib ??? (???)
<093b1b698ca93a0380f5fa262459ea28>
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x91f55000 - 0x91f63ffd  libz.1.dylib ??? (???)
<5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib
0x91f64000 - 0x91fb4ff7  com.apple.HIServices 1.7.0 (???)
<f7e78891a6d08265c83dca8e378be1ea>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x91fb5000 - 0x91fb6ffc  libffi.dylib ??? (???)
<a3b573eb950ca583290f7b2b4c486d09> /usr/lib/libffi.dylib
0x91fb7000 - 0x91feefff  com.apple.SystemConfiguration 1.9.2 (1.9.2)
<8b26ebf26a009a098484f1ed01ec499c>
/System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x91fef000 - 0x9201efe3  com.apple.AE 402.2 (402.2)
<e01596187e91af5d48653920017b8c8e>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x9201f000 - 0x92078ff7  libGLU.dylib ??? (???)
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x92079000 - 0x920a6feb  libvDSP.dylib ??? (???)
<b232c018ddd040ec4e2c2af632dd497f>
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x920a7000 - 0x920a9ff5  libRadiance.dylib ??? (???)
<20eadb285da83df96c795c2c5fa20590>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x920aa000 - 0x920b4feb  com.apple.audio.SoundManager 3.9.2 (3.9.2)
<0f2ba6e891d3761212cf5a5e6134d683>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x920b5000 - 0x92283fff  com.apple.security 5.0.4 (34102)
<f01d6cbd6a0f24f6c13952ed448e77d6>
/System/Library/Frameworks/Security.framework/Versions/A/Security
0x92284000 - 0x9228bfe9  libgcc_s.1.dylib ??? (???)
<f53c808e87d1184c0f9df63aef53ce0b> /usr/lib/libgcc_s.1.dylib
0x9228c000 - 0x92297fe7  libCSync.A.dylib ??? (???)
<3f58eb487099bff0476ec79974d0ad4d>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x933de000 - 0x933e9ff9  com.apple.helpdata 1.0 (14)
/System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
0x9349d000 - 0x9385bfea  libLAPACK.dylib ??? (???)
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x9385d000 - 0x9398ffff  com.apple.CoreFoundation 6.5.3 (476.14)
<7ef7f5db09ff6dd0135a6165872803cc>
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x93990000 - 0x93ad6ff7  com.apple.ImageIO.framework 2.0.2 (2.0.2)
<77dfee73f4c0d230425a5151ee0bce05>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x93ada000 - 0x93ae1ff7  libCGATS.A.dylib ??? (???)
<fbc59d0e1eccf907396563568d5cd872>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
0x93ae6000 - 0x93badff2  com.apple.vImage 3.0 (3.0)
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x93bae000 - 0x93eb5ff7  com.apple.HIToolbox 1.5.3 (???)
<e36f5c553e5a32f64b7eb458dadadc71>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x93f89000 - 0x9403bffb  libcrypto.0.9.7.dylib ??? (???)
<01109b36b445b3e8698ef87f814f7fd4> /usr/lib/libcrypto.0.9.7.dylib
0x9403c000 - 0x9450fffe  libGLProgrammability.dylib ??? (???)
<475db64244e011cd8811e076035b2632>
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x94510000 - 0x94d0dfef  com.apple.AppKit 6.5.3 (949.33)
<84b236f43802f4c15011513d18efa101>
/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x94d0e000 - 0x94d0effd  com.apple.Accelerate 1.4.2 (Accelerate 1.4.2)
/System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x94d0f000 - 0x94d50fe7  libRIP.A.dylib ??? (???)
<8c2cd4f044b3413d770ca8ad740f7645>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x950b0000 - 0x950c6fe7  com.apple.CoreVideo 1.5.1 (1.5.1)
<ed7bb95fb94817ea3212090aac5c65f3>
/System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x95118000 - 0x95118ffd  com.apple.vecLib 3.4.2 (vecLib 3.4.2)
/System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x95119000 - 0x95129ffc  com.apple.LangAnalysis 1.6.4 (1.6.4)
<8b7831b5f74a950a56cf2d22a2d436f6>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x9512a000 - 0x9524efe3  com.apple.audio.toolbox.AudioToolbox 1.5.1 (1.5.1)
/System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x95255000 - 0x952e8ff3  com.apple.ApplicationServices.ATS 3.3 (???)
<064eb6d96417afa38a80b1735c4113aa>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x952e9000 - 0x953a3fe3  com.apple.CoreServices.OSServices 226.5 (226.5)
<7e10d25c615a39fe1ab4d48e24a3b555>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x953d7000 - 0x95454fef  libvMisc.dylib ??? (???)
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x95455000 - 0x954b2ffb  libstdc++.6.dylib ??? (???)
<04b812dcec670daa8b7d2852ab14be60> /usr/lib/libstdc++.6.dylib
0x954c3000 - 0x9553ffeb  com.apple.audio.CoreAudio 3.1.0 (3.1)
<70bb7c657061631491029a61babe0b26>
/System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x95540000 - 0x95568ff7  com.apple.shortcut 1 (1.0)
<057783867138902b52bc0941fedb74d1>
/System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
0x95569000 - 0x9558dfff  libxslt.1.dylib ??? (???)
<4933ddc7f6618743197aadc85b33b5ab> /usr/lib/libxslt.1.dylib
0x9558e000 - 0x955c8fff  com.apple.coreui 1.1 (61)
/System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x956cb000 - 0x957aafff  libobjc.A.dylib ??? (???)
<a53206274b6c2d42691f677863f379ae> /usr/lib/libobjc.A.dylib
0x95815000 - 0x95c25fef  libBLAS.dylib ??? (???)
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x95c7c000 - 0x95c9bffa  libJPEG.dylib ??? (???)
<0cfb80109d624beb9ceb3c43b6c5ec10>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x95c9c000 - 0x95cdbfef  libTIFF.dylib ??? (???)
<6d0f80e9d4d81f3f64c876aca005bd53>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x95e04000 - 0x95f3cff7  libicucore.A.dylib ??? (???)
<5031226ea28b371d8dfdbb32acfb48b5> /usr/lib/libicucore.A.dylib
0x95f3d000 - 0x95f68fe7  libauto.dylib ??? (???)
<42d8422dc23a18071869fdf7b5d8fab5> /usr/lib/libauto.dylib
0x95f69000 - 0x9604eff3  com.apple.CoreData 100.1 (186)
<8e28162ef2288692615b52acc01f8b54>
/System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x960d5000 - 0x96350fe7  com.apple.Foundation 6.5.5 (677.19)
<bfd4ebea1a7739dd6b523f15dca01a37>
/System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x9637c000 - 0x96392fff  com.apple.DictionaryServices 1.0.0 (1.0.0)
<ad0aa0252e3323d182e17f50defe56fc>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x96393000 - 0x96393ffd  com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2)
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x963cf000 - 0x963cfff8  com.apple.ApplicationServices 34 (34)
<8f910fa65f01d401ad8d04cc933cf887>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x963d0000 - 0x963eefff  libresolv.9.dylib ??? (???)
<0629b6dcd71f4aac6a891cbe26253e85> /usr/lib/libresolv.9.dylib
0x96404000 - 0x9644afef  com.apple.Metadata 10.5.2 (398.18)
<adbb3a14e8f7da444e16d2fd61862771>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x9647b000 - 0x96505fe3  com.apple.DesktopServices 1.4.6 (1.4.6)
<94d1a28b351b7dff77becadab0967772>
/System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x96506000 - 0x96521ff3  libPng.dylib ??? (???)
<c0484bec6e2432b406755591924fe664>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x9665a000 - 0x9673bff7  libxml2.2.dylib ??? (???)
<1baef3d4972ee789d8fa6c1fa44da45c> /usr/lib/libxml2.2.dylib
0x9673c000 - 0x9673cff8  com.apple.Cocoa 6.5 (???)
<e064f94d969ce25cb7de3cfb980c3249>
/System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x967ee000 - 0x9686dff5  com.apple.SearchKit 1.2.0 (1.2.0)
<277b460da86bc222785159fe77e2e2ed>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x96874000 - 0x96884fff  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
0x96a6b000 - 0x96a6ffff  libGIF.dylib ??? (???)
<d4234e6f5e5f530bdafb969157f1f17b>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x970c6000 - 0x970c6ffc  com.apple.audio.units.AudioUnit 1.5 (1.5)
/System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x970c7000 - 0x97149ff3  com.apple.CFNetwork 330.4 (330.4)
<ce5b085df34a78b7f198aff9db5b52ec>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x97162000 - 0x9716afff  com.apple.DiskArbitration 2.2.1 (2.2.1)
<75b0c8d8940a8a27816961dddcac8e0f>
/System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x9716b000 - 0x971f2ff7  libsqlite3.0.dylib ??? (???)
<6978bbcca4277d6ae9f042beff643f7d> /usr/lib/libsqlite3.0.dylib
0x971f3000 - 0x9727efff  com.apple.framework.IOKit 1.5.1 (???)
<60cfc4b175c4ef60bb8e9036716a29f4>
/System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
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