Bug 30961 - WebKit crashes on gl.drawArrays(gl.TRIANGLE_STRIP)
Summary: WebKit crashes on gl.drawArrays(gl.TRIANGLE_STRIP)
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P1 Normal
Assignee: Charles Ying
URL: http://www.satine.org/research/webkit...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-30 13:22 PDT by Charles Ying
Modified: 2009-12-16 11:16 PST (History)
2 users (show)

See Also:


Attachments
Test case reduction (795 bytes, text/html)
2009-10-30 13:22 PDT, Charles Ying
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Charles Ying 2009-10-30 13:22:03 PDT
Created attachment 42229 [details]
Test case reduction

WebKit build: r50315

Triggering function seems to be gl.drawArrays

Will get backtrace after bug is filed
Comment 1 Charles Ying 2009-10-30 13:24:08 PDT
Process:         Safari [2938]
Path:            /Users/cying/Local Apps/WebKit.app/Contents/MacOS/WebKit
Identifier:      org.webkit.nightly.WebKit
Version:         r50315 (50315)
Code Type:       X86 (Native)
Parent Process:  launchd [193]

Interval Since Last Report:          1529724 sec
Crashes Since Last Report:           31
Per-App Interval Since Last Report:  12459 sec
Per-App Crashes Since Last Report:   13

Date/Time:       2009-10-30 13:23:10.236 -0700
OS Version:      Mac OS X 10.5.8 (9L31a)
Report Version:  6
Anonymous UUID:  D2C6CB94-C7FF-4630-92F3-97ECE3901562

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

Thread 0 Crashed:
0   GLEngine                      	0x1a17214a gleRunVertexSubmitImmediate + 2922
1   GLEngine                      	0x1a16f54a gleLLVMArrayFunc + 90
2   GLEngine                      	0x1a16f4d7 gleSetVertexArrayFunc + 151
3   GLEngine                      	0x1a14a79a gleDrawArraysOrElements_ExecCore + 266
4   GLEngine                      	0x1a14b6f8 gleDrawArraysOrElements_IMM_Exec + 1080
5   libGL.dylib                   	0x9620fd7d glDrawArrays + 45
6   com.apple.WebCore             	0x0114260a WebCore::CanvasRenderingContext3D::drawArrays(unsigned long, long, long) + 42
7   com.apple.WebCore             	0x01497fcf WebCore::jsCanvasRenderingContext3DPrototypeFunctionDrawArrays(JSC::ExecState*, JSC::JSObject*, JSC::JSValue, JSC::ArgList const&) + 431
8   ???                           	0x02758166 0 + 41255270
9   com.apple.JavaScriptCore      	0x0052380e JSC::Interpreter::execute(JSC::FunctionExecutable*, JSC::ExecState*, JSC::JSFunction*, JSC::JSObject*, JSC::ArgList const&, JSC::ScopeChainNode*, JSC::JSValue*) + 814
10  com.apple.JavaScriptCore      	0x00594d14 JSC::JSFunction::call(JSC::ExecState*, JSC::JSValue, JSC::ArgList const&) + 132
11  com.apple.JavaScriptCore      	0x004d7d0e JSC::call(JSC::ExecState*, JSC::JSValue, JSC::CallType, JSC::CallData const&, JSC::JSValue, JSC::ArgList const&) + 62
12  com.apple.WebCore             	0x014fec11 WebCore::callInWorld(JSC::ExecState*, JSC::JSValue, JSC::CallType, JSC::CallData const&, JSC::JSValue, JSC::ArgList const&, WebCore::DOMWrapperWorld*) + 97
13  com.apple.WebCore             	0x0155ca72 WebCore::JSEventListener::handleEvent(WebCore::ScriptExecutionContext*, WebCore::Event*) + 1554
14  com.apple.WebCore             	0x0131e2dc WebCore::EventTarget::fireEventListeners(WebCore::Event*) + 236
15  com.apple.WebCore             	0x012e9ef0 WebCore::DOMWindow::dispatchEvent(WTF::PassRefPtr<WebCore::Event>, WTF::PassRefPtr<WebCore::EventTarget>) + 96
16  com.apple.WebCore             	0x012eb869 WebCore::DOMWindow::dispatchLoadEvent() + 121
17  com.apple.WebCore             	0x0122376e WebCore::Document::implicitClose() + 318
18  com.apple.WebCore             	0x01341bad WebCore::FrameLoader::checkCompleted() + 141
19  com.apple.WebCore             	0x01341e60 WebCore::FrameLoader::finishedParsing() + 96
20  com.apple.WebCore             	0x01219b1a WebCore::Document::finishedParsing() + 138
21  com.apple.WebCore             	0x013f0c5b WebCore::HTMLTokenizer::finish() + 1499
22  com.apple.WebCore             	0x01346576 WebCore::FrameLoader::endIfNotLoadingMainResource() + 118
23  com.apple.WebCore             	0x01344f23 WebCore::FrameLoader::finishedLoading() + 51
24  com.apple.WebCore             	0x0177b280 WebCore::MainResourceLoader::didFinishLoading() + 48
25  com.apple.Foundation          	0x95dfe497 -[NSURLConnection(NSURLConnectionReallyInternal) sendDidFinishLoading] + 87
26  com.apple.Foundation          	0x95dfe403 _NSURLConnectionDidFinishLoading + 147
27  com.apple.CFNetwork           	0x9666bba4 URLConnectionClient::_clientDidFinishLoading(URLConnectionClient::ClientConnectionEventQueue*) + 212
28  com.apple.CFNetwork           	0x9666c8fa URLConnectionClient::ClientConnectionEventQueue::processAllEventsAndConsumePayload(XConnectionEventInfo<XClientEvent, XClientEventParams>*, long) + 310
29  com.apple.CFNetwork           	0x9666cbaa URLConnectionClient::ClientConnectionEventQueue::processAllEventsAndConsumePayload(XConnectionEventInfo<XClientEvent, XClientEventParams>*, long) + 998
30  com.apple.CFNetwork           	0x9666b370 URLConnectionClient::processEvents() + 104
31  com.apple.CFNetwork           	0x96618d03 MultiplexerSource::perform() + 189
32  com.apple.CoreFoundation      	0x96dcf3c5 CFRunLoopRunSpecific + 3141
33  com.apple.CoreFoundation      	0x96dcfaa8 CFRunLoopRunInMode + 88
34  com.apple.HIToolbox           	0x9151b2ac RunCurrentEventLoopInMode + 283
35  com.apple.HIToolbox           	0x9151b0c5 ReceiveNextEventCommon + 374
36  com.apple.HIToolbox           	0x9151af39 BlockUntilNextEventMatchingListInMode + 106
37  com.apple.AppKit              	0x918c26d5 _DPSNextEvent + 657
38  com.apple.AppKit              	0x918c1f88 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
39  com.apple.Safari              	0x0000c303 0x1000 + 45827
40  com.apple.AppKit              	0x918baf9f -[NSApplication run] + 795
41  com.apple.AppKit              	0x918881d8 NSApplicationMain + 574
42  com.apple.Safari              	0x00002c92 0x1000 + 7314

Thread 1:
0   libSystem.B.dylib             	0x92e5946e __semwait_signal + 10
1   libSystem.B.dylib             	0x92e83dcd pthread_cond_wait$UNIX2003 + 73
2   com.apple.JavaScriptCore      	0x004fea52 WTF::TCMalloc_PageHeap::scavengerThread() + 546
3   com.apple.JavaScriptCore      	0x004fea7f WTF::TCMalloc_PageHeap::runScavengerThread(void*) + 15
4   libSystem.B.dylib             	0x92e83155 _pthread_start + 321
5   libSystem.B.dylib             	0x92e83012 thread_start + 34

Thread 2:
0   libSystem.B.dylib             	0x92e5946e __semwait_signal + 10
1   libSystem.B.dylib             	0x92e83dcd pthread_cond_wait$UNIX2003 + 73
2   com.apple.WebCore             	0x01404ec4 WebCore::IconDatabase::syncThreadMainLoop() + 260
3   com.apple.WebCore             	0x01404fd4 WebCore::IconDatabase::iconDatabaseSyncThread() + 180
4   libSystem.B.dylib             	0x92e83155 _pthread_start + 321
5   libSystem.B.dylib             	0x92e83012 thread_start + 34

Thread 3:
0   libSystem.B.dylib             	0x92e52286 mach_msg_trap + 10
1   libSystem.B.dylib             	0x92e59a7c mach_msg + 72
2   com.apple.CoreFoundation      	0x96dcee7e CFRunLoopRunSpecific + 1790
3   com.apple.CoreFoundation      	0x96dcfaa8 CFRunLoopRunInMode + 88
4   com.apple.CFNetwork           	0x965ec264 CFURLCacheWorkerThread(void*) + 388
5   libSystem.B.dylib             	0x92e83155 _pthread_start + 321
6   libSystem.B.dylib             	0x92e83012 thread_start + 34

Thread 4:
0   libSystem.B.dylib             	0x92e52286 mach_msg_trap + 10
1   libSystem.B.dylib             	0x92e59a7c mach_msg + 72
2   com.apple.CoreFoundation      	0x96dcee7e CFRunLoopRunSpecific + 1790
3   com.apple.CoreFoundation      	0x96dcfaa8 CFRunLoopRunInMode + 88
4   com.apple.Safari              	0x00025beb 0x1000 + 150507
5   com.apple.Safari              	0x00025914 0x1000 + 149780
6   com.apple.Safari              	0x0002589f 0x1000 + 149663
7   libSystem.B.dylib             	0x92e83155 _pthread_start + 321
8   libSystem.B.dylib             	0x92e83012 thread_start + 34

Thread 5:
0   libSystem.B.dylib             	0x92e52286 mach_msg_trap + 10
1   libSystem.B.dylib             	0x92e59a7c mach_msg + 72
2   com.apple.CoreFoundation      	0x96dcee7e CFRunLoopRunSpecific + 1790
3   com.apple.CoreFoundation      	0x96dcfaa8 CFRunLoopRunInMode + 88
4   com.apple.Foundation          	0x95dfc520 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 320
5   com.apple.Foundation          	0x95d98dfd -[NSThread main] + 45
6   com.apple.Foundation          	0x95d989a4 __NSThread__main__ + 308
7   libSystem.B.dylib             	0x92e83155 _pthread_start + 321
8   libSystem.B.dylib             	0x92e83012 thread_start + 34

Thread 6:
0   libSystem.B.dylib             	0x92e5946e __semwait_signal + 10
1   libSystem.B.dylib             	0x92e83dcd pthread_cond_wait$UNIX2003 + 73
2   com.apple.JavaScriptCore      	0x00632211 WTF::ThreadCondition::timedWait(WTF::Mutex&, double) + 81
3   com.apple.Safari              	0x00115e6f 0x1000 + 1134191
4   com.apple.Safari              	0x00115f5d 0x1000 + 1134429
5   com.apple.Safari              	0x00040cbd 0x1000 + 261309
6   com.apple.Safari              	0x00040c3d 0x1000 + 261181
7   libSystem.B.dylib             	0x92e83155 _pthread_start + 321
8   libSystem.B.dylib             	0x92e83012 thread_start + 34

Thread 7:
0   libSystem.B.dylib             	0x92ea16fa select$DARWIN_EXTSN + 10
1   libSystem.B.dylib             	0x92e83155 _pthread_start + 321
2   libSystem.B.dylib             	0x92e83012 thread_start + 34

Thread 8:
0   libGLProgrammability.dylib    	0x970cd29a llvm::BitcodeReader::ParseFunctionBody(llvm::Function*) + 202
1   libGLProgrammability.dylib    	0x970cd116 llvm::BitcodeReader::materializeFunction(llvm::Function*, std::basic_string<char, std::char_traits<char>, std::allocator<char> >*) + 358
2   libGLProgrammability.dylib    	0x970cc9ec glvmStartModularFunction + 188
3   GLEngine                      	0x1a16b5b1 gleBuildVertexSubmitFunc + 257
4   libGLProgrammability.dylib    	0x970cc89c glvm_deferred_build_modular(void*) + 252
5   libGLProgrammability.dylib    	0x970cbada glvmDoWork + 74
6   libSystem.B.dylib             	0x92e83155 _pthread_start + 321
7   libSystem.B.dylib             	0x92e83012 thread_start + 34

Thread 9:
0   libSystem.B.dylib             	0x92e5946e __semwait_signal + 10
1   libSystem.B.dylib             	0x92e83dcd pthread_cond_wait$UNIX2003 + 73
2   com.apple.ColorSync           	0x91016450 pthreadSemaphoreWait(t_pthreadSemaphore*) + 42
3   com.apple.ColorSync           	0x91028d8e CMMConvTask(void*) + 54
4   libSystem.B.dylib             	0x92e83155 _pthread_start + 321
5   libSystem.B.dylib             	0x92e83012 thread_start + 34

Thread 10:
0   libSystem.B.dylib             	0x92ebb292 __workq_ops + 10
1   libSystem.B.dylib             	0x92ebb2c2 start_wqthread + 30

Thread 11:
0   ???                           	0000000000 0 + 0

Thread 12:
0   libSystem.B.dylib             	0x92e52286 mach_msg_trap + 10
1   libSystem.B.dylib             	0x92e59a7c mach_msg + 72
2   com.apple.CoreFoundation      	0x96dcee7e CFRunLoopRunSpecific + 1790
3   com.apple.CoreFoundation      	0x96dcfb04 CFRunLoopRun + 84
4   com.apple.DesktopServices     	0x96e91e17 TSystemNotificationTask::SystemNotificationTaskProc(void*) + 123
5   ...ple.CoreServices.CarbonCore	0x90712057 PrivateMPEntryPoint + 56
6   libSystem.B.dylib             	0x92e83155 _pthread_start + 321
7   libSystem.B.dylib             	0x92e83012 thread_start + 34

Thread 13:
0   libSystem.B.dylib             	0x92e52286 mach_msg_trap + 10
1   libSystem.B.dylib             	0x92e59a7c mach_msg + 72
2   com.apple.CoreFoundation      	0x96dcee7e CFRunLoopRunSpecific + 1790
3   com.apple.CoreFoundation      	0x96dcfb04 CFRunLoopRun + 84
4   com.apple.DesktopServices     	0x96e91f90 TFSEventsNotificationTask::FSEventsNotificationTaskProc(void*) + 216
5   ...ple.CoreServices.CarbonCore	0x90712057 PrivateMPEntryPoint + 56
6   libSystem.B.dylib             	0x92e83155 _pthread_start + 321
7   libSystem.B.dylib             	0x92e83012 thread_start + 34

Thread 14:
0   libSystem.B.dylib             	0x92e5946e __semwait_signal + 10
1   libSystem.B.dylib             	0x92e83dcd pthread_cond_wait$UNIX2003 + 73
2   ...ple.CoreServices.CarbonCore	0x90713e83 TSWaitOnCondition + 126
3   ...ple.CoreServices.CarbonCore	0x906f2d6a TSWaitOnConditionTimedRelative + 202
4   ...ple.CoreServices.CarbonCore	0x90713b00 MPWaitOnQueue + 208
5   com.apple.DesktopServices     	0x96e9cf72 TNodeSyncTask::SyncTaskProc(void*) + 84
6   ...ple.CoreServices.CarbonCore	0x90712057 PrivateMPEntryPoint + 56
7   libSystem.B.dylib             	0x92e83155 _pthread_start + 321
8   libSystem.B.dylib             	0x92e83012 thread_start + 34

Thread 15:
0   libSystem.B.dylib             	0x92e829c6 kevent + 10
1   libSystem.B.dylib             	0x92e83155 _pthread_start + 321
2   libSystem.B.dylib             	0x92e83012 thread_start + 34

Thread 16:
0   libSystem.B.dylib             	0x92e522e6 semaphore_timedwait_signal_trap + 10
1   libSystem.B.dylib             	0x92e842af _pthread_cond_wait + 1244
2   libSystem.B.dylib             	0x92e85b33 pthread_cond_timedwait_relative_np + 47
3   ...ple.CoreServices.CarbonCore	0x906f2d96 TSWaitOnConditionTimedRelative + 246
4   ...ple.CoreServices.CarbonCore	0x90713b00 MPWaitOnQueue + 208
5   com.apple.DesktopServices     	0x96e9eebc TFolderSizeTask::FolderSizeTaskProc(void*) + 104
6   ...ple.CoreServices.CarbonCore	0x90712057 PrivateMPEntryPoint + 56
7   libSystem.B.dylib             	0x92e83155 _pthread_start + 321
8   libSystem.B.dylib             	0x92e83012 thread_start + 34

Thread 17:
0   libSystem.B.dylib             	0x92e522e6 semaphore_timedwait_signal_trap + 10
1   libSystem.B.dylib             	0x92e842af _pthread_cond_wait + 1244
2   libSystem.B.dylib             	0x92e85b33 pthread_cond_timedwait_relative_np + 47
3   com.apple.Foundation          	0x95ddedbc -[NSCondition waitUntilDate:] + 236
4   com.apple.Foundation          	0x95ddebd0 -[NSConditionLock lockWhenCondition:beforeDate:] + 144
5   com.apple.Foundation          	0x95ddeb35 -[NSConditionLock lockWhenCondition:] + 69
6   com.apple.AppKit              	0x919286e8 -[NSUIHeartBeat _heartBeatThread:] + 753
7   com.apple.Foundation          	0x95d98dfd -[NSThread main] + 45
8   com.apple.Foundation          	0x95d989a4 __NSThread__main__ + 308
9   libSystem.B.dylib             	0x92e83155 _pthread_start + 321
10  libSystem.B.dylib             	0x92e83012 thread_start + 34

Thread 18:
0   libSystem.B.dylib             	0x92e52286 mach_msg_trap + 10
1   libSystem.B.dylib             	0x92e59a7c mach_msg + 72
2   com.apple.CoreFoundation      	0x96dcee7e CFRunLoopRunSpecific + 1790
3   com.apple.CoreFoundation      	0x96dcfaa8 CFRunLoopRunInMode + 88
4   com.apple.Foundation          	0x95dcd3d5 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 213
5   com.apple.Foundation          	0x95dd94f4 -[NSRunLoop(NSRunLoop) run] + 84
6   com.apple.Safari              	0x00033c5a 0x1000 + 207962
7   com.apple.Foundation          	0x95d98dfd -[NSThread main] + 45
8   com.apple.Foundation          	0x95d989a4 __NSThread__main__ + 308
9   libSystem.B.dylib             	0x92e83155 _pthread_start + 321
10  libSystem.B.dylib             	0x92e83012 thread_start + 34

Thread 0 crashed with X86 Thread State (32-bit):
  eax: 0x00000004  ebx: 0x1a172136  ecx: 0x00000000  edx: 0x00000000
  edi: 0x00000006  esi: 0x00000000  ebp: 0xbfffdca8  esp: 0xbfffdbb0
   ss: 0x0000001f  efl: 0x00010246  eip: 0x1a17214a   cs: 0x00000017
   ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
  cr2: 0x00000008

Binary Images:
    0x1000 -   0x278ff2  com.apple.Safari 4.0.3 (5531.9) <bc4118cf33711aa425d1d0132bff092e> /Applications/Safari.app/Contents/MacOS/Safari
  0x2d8000 -   0x2daff7 +WebKitNightlyEnabler.dylib ??? (???) <83d18fc1f3267763f8847512d6a271e0> /Users/cying/Local Apps/WebKit.app/Contents/Resources/WebKitNightlyEnabler.dylib
  0x2e0000 -   0x3d6fe7  com.apple.WebKit r50315 (532.4+) <ea109a4e04eae48e511b10a979153962> /Users/cying/Local Apps/WebKit.app/Contents/Frameworks/10.5/WebKit.framework/Versions/A/WebKit
  0x489000 -   0x498ffc  SyndicationUI ??? (???) <343075ab9dcaa627f8fe84fcd0c01702> /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/SyndicationUI
  0x4a8000 -   0x664fe3  com.apple.JavaScriptCore 532+ (532.4+) <48da768c3d33d7c347d8a438da140bee> /Users/cying/Local Apps/WebKit.app/Contents/Frameworks/10.5/JavaScriptCore.framework/Versions/A/JavaScriptCore
  0x6be000 -   0x6e3ff7 +org.andymatuschak.Sparkle 1.5 Beta (git) (830f633) <a2ad00b07b4d5b2d284cb7b70df2a687> /Users/cying/Local Apps/WebKit.app/Contents/Frameworks/10.5/Sparkle.framework/Versions/A/Sparkle
 0x10c2000 -  0x1b21fe7  com.apple.WebCore 532+ (532.4+) <7fe459b020132e24852304192e873dcb> /Users/cying/Local Apps/WebKit.app/Contents/Frameworks/10.5/WebCore.framework/Versions/A/WebCore
 0x27db000 -  0x27e0ff3  libCGXCoreImage.A.dylib ??? (???) <d2a4b77093d9dee23cc61cbf09c8dc48> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
0x139c6000 - 0x13bcdfef  com.apple.RawCamera.bundle 2.1.0 (474) <48a574d3b3269c8dbdc38d6f67879317> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x18baf000 - 0x18bafffe  com.apple.JavaPluginCocoa 12.3.0 (12.3.0) <ab888344b5c6d9f3fcf53dbd59276b06> /System/Library/Frameworks/JavaVM.framework/Versions/A/Resources/JavaPluginCocoa.bundle/Contents/MacOS/JavaPluginCocoa
0x18bb5000 - 0x18bbbffc  com.apple.JavaVM 12.3.0 (12.3.0) <ee9b9f648e9b98b1c7644b6a7c630a91> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
0x197b8000 - 0x197c2ffe  com.apple.URLMount 3.1.1 (3.1.1) <0189760dca64cd07c190e1a7b10283e5> /System/Library/PrivateFrameworks/URLMount.framework/URLMount
0x1a09a000 - 0x1a21ffe3  GLEngine ??? (???) <945546cdf016a4e5cbbf2ad1bccd0ab4> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
0x1a24d000 - 0x1a5b6fe8  com.apple.GeForce8xxxGLDriver 1.5.48 (5.4.8) <880ed3155078052260ade6e705c9ca64> /System/Library/Extensions/GeForce8xxxGLDriver.bundle/Contents/MacOS/GeForce8xxxGLDriver
0x1a8f1000 - 0x1a90dff7  GLRendererFloat ??? (???) <7b68e0fde5d97927d5407221bdf8ace0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
0x8fe00000 - 0x8fe2db43  dyld 97.1 (???) <458eed38a009e5658a79579e7bc26603> /usr/lib/dyld
0x90003000 - 0x90329fe2  com.apple.QuickTime 7.6.2 (1327) <3754e41d846b7948f96c9ec4c690b520> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x9032a000 - 0x90352ff7  com.apple.shortcut 1.0.1 (1.0) <a452d3f7feae073a12718c2bc553c575> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
0x90353000 - 0x90434ff7  libxml2.2.dylib ??? (???) <4d54971007e14f8d80e6889ee1111f21> /usr/lib/libxml2.2.dylib
0x90435000 - 0x90486ff7  com.apple.HIServices 1.7.1 (???) <ba7fd0ede540a0da08db027f87efbd60> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x90487000 - 0x9048cfff  com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x9048d000 - 0x9056dfff  libobjc.A.dylib ??? (???) <d1469bf9fe852864d4fff185c72768e8> /usr/lib/libobjc.A.dylib
0x9056e000 - 0x905aefff  com.apple.CoreMediaIOServicesPrivate 20.0 (20.0) /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions/A/CoreMediaIOServicesPrivate
0x905b7000 - 0x905e2fe7  libauto.dylib ??? (???) <2e44c523b851e8e25f05d13a48070a58> /usr/lib/libauto.dylib
0x905e3000 - 0x90655ff7  com.apple.iLifeMediaBrowser 2.0.4 (346.0.2) <058e71511bc69371e11ea40cf7a3fc19> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeMediaBrowser
0x90656000 - 0x906c8fff  com.apple.PDFKit 2.1.2 (2.1.2) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x906c9000 - 0x909a3ff3  com.apple.CoreServices.CarbonCore 786.11 (786.13) <6d7a4c1069870c62289be8394961bd0b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x909a4000 - 0x90db4fef  libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x90db5000 - 0x90e9dff3  com.apple.CoreData 100.2 (186.2) <44df326fea0236718f5ed64084e82270> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x90e9e000 - 0x90ebcfff  libresolv.9.dylib ??? (???) <39f6d8651f3dca7a1534fa04322e6763> /usr/lib/libresolv.9.dylib
0x90f2b000 - 0x90fe2ff3  com.apple.QTKit 7.6.2 (1327) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x90fe3000 - 0x910aefff  com.apple.ColorSync 4.5.2 (4.5.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x910af000 - 0x910f0fe7  libRIP.A.dylib ??? (???) <285e1a45338d3a363141bfd8949eca10> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x910f1000 - 0x910fdff9  com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
0x911c8000 - 0x911cefff  com.apple.print.framework.Print 218.0.3 (220.2) <0b70ba17cbbe4d62a00bec91c8cc675e> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x91214000 - 0x9124effe  com.apple.securityfoundation 3.0.2 (36131) <f36bdfb346d21856a7aa3e67024cc1d7> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x9124f000 - 0x9125dffd  libz.1.dylib ??? (???) <a98b3b221a72b54faf73ded3dd7000e5> /usr/lib/libz.1.dylib
0x9125e000 - 0x9126efff  com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <273d96ff861dc68be659c07ef56f599a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x9126f000 - 0x91277fff  com.apple.DiskArbitration 2.2.1 (2.2.1) <2664eeb3a4d0c95a21c089892a0ae8d0> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x914e1000 - 0x914eafff  com.apple.speech.recognition.framework 3.7.24 (3.7.24) <da2d8411921a3fd8bc898dc753b7f3ee> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x914eb000 - 0x917f3fe7  com.apple.HIToolbox 1.5.6 (???) <eece3cb8aa0a4e6843fcc1500aca61c5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x91824000 - 0x91825ffc  libffi.dylib ??? (???) <eaf10b99a3fbc4920b175809407466c0> /usr/lib/libffi.dylib
0x9182c000 - 0x9185dffb  com.apple.quartzfilters 1.5.0 (1.5.0) <92b4f39479fdcabae0d8f53febd22fad> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
0x91863000 - 0x91881ff3  com.apple.DirectoryService.Framework 3.5.6 (3.5.6) <d230d51f5ade2ffa435d685a92a25b66> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x91882000 - 0x92080fef  com.apple.AppKit 6.5.9 (949.54) <4df5d2e2271175452103f789b4f4d8a8> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x92081000 - 0x92083ffd  com.apple.CrashReporterSupport 10.5.7 (161) <ccdc3f2000afa5fcbb8537845f36dc01> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x92084000 - 0x920e1ffb  libstdc++.6.dylib ??? (???) <7d389389a99ce696726cf4c8980cc505> /usr/lib/libstdc++.6.dylib
0x920e2000 - 0x920f8fff  com.apple.DictionaryServices 1.0.0 (1.0.0) <7d20b8d1fb238c3e71d0fa6fda18c4f7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x921dc000 - 0x921e1fff  com.apple.CommonPanels 1.2.4 (85) <c135f02edd6b2e2864311e0b9d08a98d> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x921e2000 - 0x921f1ffe  com.apple.DSObjCWrappers.Framework 1.3 (1.3) <9a3a2108a5612a5e683e7e026c582a98> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWrappers
0x921f2000 - 0x9226ffef  libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x92270000 - 0x922edfeb  com.apple.audio.CoreAudio 3.1.2 (3.1.2) <782a08c44be4698597f4bbd79cac21c6> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x922ee000 - 0x92328fe7  com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x92329000 - 0x9232dfff  libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
0x9232e000 - 0x92352feb  libssl.0.9.7.dylib ??? (???) <3aead3bb2aee39ceff1531c655cdc801> /usr/lib/libssl.0.9.7.dylib
0x92353000 - 0x929f3ffb  com.apple.CoreGraphics 1.409.3 (???) <a2d766bf708e1ad7fc861d35ad23e26d> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x929f4000 - 0x92a00fff  libbz2.1.0.dylib ??? (???) <887bb6f73d23088fe42946cd9f134876> /usr/lib/libbz2.1.0.dylib
0x92a19000 - 0x92a58fef  libTIFF.dylib ??? (???) <5bf6b42bc5e007fcea32f6620b14cba3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x92a59000 - 0x92ab3ff7  com.apple.CoreText 2.0.4 (???) <fd10cb9829cb057b3ca098a01c93aeb2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x92ab4000 - 0x92ab4ffd  com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x92ab5000 - 0x92af3fff  libGLImage.dylib ??? (???) <b154e14c351ddc950d5228819201435e> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x92af4000 - 0x92b2afef  libtidy.A.dylib ??? (???) <0609e44f2b382cd9611522551097d831> /usr/lib/libtidy.A.dylib
0x92b2b000 - 0x92bb2ff7  libsqlite3.0.dylib ??? (???) <7d1fcfae937da95c7d2b9bdea57e6dc0> /usr/lib/libsqlite3.0.dylib
0x92c57000 - 0x92c57ff8  com.apple.Cocoa 6.5 (???) <a1bc9247cf65c20f1a44d0973cbe649c> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x92c58000 - 0x92d91ff7  libicucore.A.dylib ??? (???) <dd8aa51c356e79ef8cdfa341a0d69f5b> /usr/lib/libicucore.A.dylib
0x92d92000 - 0x92e39feb  com.apple.QD 3.11.56 (???) <835bc35de17539bd87b765fccbbfc2dc> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x92e3a000 - 0x92e4fffb  com.apple.ImageCapture 5.0.2 (5.0.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x92e50000 - 0x92e50ffd  com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x92e51000 - 0x92fb8ff3  libSystem.B.dylib ??? (???) <ae47ca9b1686b065f8ac4d2de09cc432> /usr/lib/libSystem.B.dylib
0x92fb9000 - 0x92fe2fff  libcups.2.dylib ??? (???) <ecd1997c649f030812f94c029e89d9a9> /usr/lib/libcups.2.dylib
0x92fe3000 - 0x92feefe7  libCSync.A.dylib ??? (???) <339ea462724f166ec899ef1ea8a5d55f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x92fef000 - 0x9306eff5  com.apple.SearchKit 1.2.2 (1.2.2) <3b5f3ab6a363a4d8a2bbbf74213ab0e5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x9306f000 - 0x9307efff  libsasl2.2.dylib ??? (???) <714f4f162ae31633c275ce02f267faf9> /usr/lib/libsasl2.2.dylib
0x93235000 - 0x932c2ff7  com.apple.framework.IOKit 1.5.2 (???) <7a3cc24f78f93931731203854ae0d891> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x932e0000 - 0x93322fef  com.apple.NavigationServices 3.5.2 (163) <72cdc9d21f6690837870923e7b8ca358> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x93323000 - 0x93323ffe  com.apple.quartzframework 1.5 (1.5) <6865aa0aeaa584b5a54d43f2f21d6c08> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x93324000 - 0x9336efe1  com.apple.securityinterface 3.0.3 (36953) <0d481914378ffb037dd26144af5a1aa2> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
0x9336f000 - 0x9336fffd  com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x93373000 - 0x933cfff7  com.apple.htmlrendering 68 (1.1.3) <1c5c0c417891b920dfe139385fc6c155> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x933d0000 - 0x9348afe3  com.apple.CoreServices.OSServices 228 (228) <bc83e97f6888673c33f86652677c09cb> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x9348b000 - 0x934b4fff  com.apple.CoreMediaPrivate 15.0 (15.0) /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMediaPrivate
0x934b5000 - 0x934b7fff  com.apple.securityhi 3.0 (30817) <db23f4bad9f63a606468a4047a69b945> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x934b8000 - 0x934baff5  libRadiance.dylib ??? (???) <7f14661d29de8cbf01334909542c0fc5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x93d48000 - 0x93ec8fff  com.apple.AddressBook.framework 4.1.2 (702) <f9360f9926ccd411fdf7550b73034d17> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
0x93ec9000 - 0x9401bff3  com.apple.audio.toolbox.AudioToolbox 1.5.2 (1.5.2) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x9401c000 - 0x9403bffa  libJPEG.dylib ??? (???) <dad0ee08a8b850d679f024e090984480> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x9403c000 - 0x9403cfff  com.apple.Carbon 136 (136) <2ea8decb44f41c4f2fc6fe93e0a53174> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x94070000 - 0x94073fff  com.apple.help 1.1 (36) <1a25a8fbb49a830efb31d5c0a52939cd> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x94079000 - 0x940c2fef  com.apple.Metadata 10.5.8 (398.26) <e4d268ea45379200f03cdc7c8bedae6f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x940c3000 - 0x9413dff8  com.apple.print.framework.PrintCore 5.5.4 (245.6) <3839795086b6857d3c60064dce8702b5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x9413e000 - 0x941d1ff3  com.apple.ApplicationServices.ATS 3.7 (???) <50d36de671e780505f9ed080d4064887> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x941d2000 - 0x941fffeb  libvDSP.dylib ??? (???) <4daafed78a471133ec30b3ae634b6d3e> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x94200000 - 0x942b2ffb  libcrypto.0.9.7.dylib ??? (???) <adb50814ede29b88f370b1c8712bc93e> /usr/lib/libcrypto.0.9.7.dylib
0x942b3000 - 0x942cbff7  com.apple.CoreVideo 1.6.0 (20.0) <dd60118bac9aefaf88d9ab44558f05c4> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x942cc000 - 0x9431bfff  com.apple.QuickLookUIFramework 1.3.1 (170.9) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x9431c000 - 0x94340fff  libxslt.1.dylib ??? (???) <f0872c9ba3c17861fba8c45a3647cee1> /usr/lib/libxslt.1.dylib
0x94341000 - 0x943f1fff  edu.mit.Kerberos 6.0.13 (6.0.13) <6f91042bf8a860731add9dcb09b5cb73> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x943f2000 - 0x94424fff  com.apple.LDAPFramework 1.4.5 (110) <eb9a8d1ba68260e525ba46e937e975d8> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x945c2000 - 0x945c2ffb  com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallServer
0x945c3000 - 0x94981fea  libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x95be5000 - 0x95bfdfff  com.apple.openscripting 1.2.8 (???) <a6b446eb8ec7844096df5fb9002f5c7b> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x95c50000 - 0x95c87fff  com.apple.SystemConfiguration 1.9.2 (1.9.2) <eab546255ac099b9616df999c9359d0e> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x95c88000 - 0x95c88ffc  com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x95c89000 - 0x95c96fe7  com.apple.opengl 1.5.10 (1.5.10) <95c3d857570a137d0e8285c9eafa1112> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x95c97000 - 0x95c9effe  libbsm.dylib ??? (???) <fa7ae5f1a621d9b69e7e18747c9405fb> /usr/lib/libbsm.dylib
0x95c9f000 - 0x95c9fffa  com.apple.CoreServices 32 (32) <373d6a888f9204641f313bc6070ae065> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x95ca0000 - 0x95d33fff  com.apple.ink.framework 101.3 (86) <d4c85b5cafa8027fff042b84a8be71dc> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x95d34000 - 0x95d8dff7  libGLU.dylib ??? (???) <a08a753efc35f8a27f9c8f938fa01101> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x95d8e000 - 0x9600afe7  com.apple.Foundation 6.5.9 (677.26) <c68b3cff7864959becfc7fd1a384f925> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x9600b000 - 0x9601bffc  com.apple.LangAnalysis 1.6.5 (1.6.5) <d057feb38163121ffd871c564c692804> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x9601c000 - 0x96026feb  com.apple.audio.SoundManager 3.9.2 (3.9.2) <df077a8048afc3075c6f2d9e7780e78e> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x96027000 - 0x96043ff3  libPng.dylib ??? (???) <9f50967afbd4384e61e68439f81db76c> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x96044000 - 0x9604bfe9  libgcc_s.1.dylib ??? (???) <e280ddf3f5fb3049e674edcb109f389a> /usr/lib/libgcc_s.1.dylib
0x96051000 - 0x9620dff3  com.apple.QuartzComposer 2.1 (106.13) <f487aaca8ebdc7e334e2c79cebd8da66> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
0x9620e000 - 0x9621affe  libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x9621b000 - 0x96321ff7  com.apple.PubSub 1.0.4 (65.11) <bcc4ae4e2dacbd25c5415bf9f7c65a67> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
0x96417000 - 0x965e8ffb  com.apple.security 5.0.5 (36371) <1f7f48b36bc90d114220cc81e4e4694f> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x965e9000 - 0x96690fec  com.apple.CFNetwork 438.14 (438.14) <5f9ee0430b5f6319f18d9b23e777e0d2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x96691000 - 0x96a2efef  com.apple.QuartzCore 1.5.8 (1.5.8) <8dc9ad0616bf56ebba60d6353737ac4e> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x96a2f000 - 0x96a34fff  com.apple.DisplayServicesFW 2.0.2 (2.0.2) <cb9b98b43ae385a0f374baabe2b71764> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
0x96a35000 - 0x96a39fff  libGIF.dylib ??? (???) <abf65b853acce7bc8419c74716be5be0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x96a3a000 - 0x96a69fe3  com.apple.AE 402.3 (402.3) <aee412511c8725cd1a2cfb6501316bd5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x96a6a000 - 0x96a6aff8  com.apple.ApplicationServices 34 (34) <ee7bdf593da050bb30c7a1fc446eb8a6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x96a6b000 - 0x96bb3ff7  com.apple.ImageIO.framework 2.0.6 (2.0.6) <4febd1ccf49ae410e82d12c02ba33b68> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x96bb4000 - 0x96c7bff2  com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x96cb1000 - 0x96cceff7  com.apple.QuickLookFramework 1.3.1 (170.9) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x96ccf000 - 0x96d5bff7  com.apple.LaunchServices 291 (291) <099eba2fe584376b476f9a262f41ecf2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x96d5c000 - 0x96e8ffe7  com.apple.CoreFoundation 6.5.7 (476.19) <a332c8f45529ee26d2e9c36d0c723bad> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x96e90000 - 0x96f1afe3  com.apple.DesktopServices 1.4.8 (1.4.8) <a6edef2d49ffdee3b01010b7e6edac1f> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x96f6a000 - 0x96f6affe  com.apple.MonitorPanelFramework 1.2.0 (1.2.0) <1f4c10fcc17187a6f106e0a0be8236b0> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel
0x96f6b000 - 0x970a3fe7  com.apple.imageKit 1.0.2 (1.0) <00d03cf7f26e1b6023efdc4bd15dd52e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0x970a4000 - 0x97575f76  libGLProgrammability.dylib ??? (???) <bf7fb226cbb412edfa377537c3e35877> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x97576000 - 0x975dcffb  com.apple.ISSupport 1.8 (38.3) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
0x975dd000 - 0x975e4ff7  libCGATS.A.dylib ??? (???) <f2dfe8b8e5d896655046c6b968cf5d85> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
0xba900000 - 0xba916fff  libJapaneseConverter.dylib ??? (???) <b9aea83b1cd97f3230999ebfcbf63e7c> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
0xfffe8000 - 0xfffebfff  libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
0xffff0000 - 0xffff1780  libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib
Comment 2 Chris Marrin 2009-12-16 11:15:31 PST
Can you try this with the most recent nightly? I am now doing checks to make sure drawArrays is never called with bad VBOs. It should now return a GL error.
Comment 3 Simon Fraser (smfr) 2009-12-16 11:16:29 PST
Doesn't crash for me any more.