[R-SIG-Mac] R.app Crashes on Code Completion after long sessions

Gregory Jefferis gsxej2 at cam.ac.uk
Mon May 30 16:40:27 CEST 2005


Dear R.app Developers / List,

I have been working some long sessions with R.app - presently the nightly
build v 1557.  I have had a slew of crashes over the last few days when
returning to a long running R session and accidentally trying to tab
complete a command line.  At this point R hangs and there appears to be a
certain amount of chundering.  The crash log suggests that the crash is
occurring after [NSTextView insertText:].  I'm sorry that I can't put my
finger on exactly what user operation is causing these crashes, but they are
somewhat frustrating and I wonder if anyone else has noticed this.

I have attached:
0) Version Info
1) a summary of my recent crashes (excluding those that I terminated myself)
2) Details of the thread that crashed for the 7 cases where the crash was
preceded by an insertText message
3) Full crash log of the most recent crash

I would be grateful for any suggestions.  Best,

Greg Jefferis.
------------
platform powerpc-apple-darwin7.9.0
arch     powerpc   
os       darwin7.9.0
system   powerpc, darwin7.9.0
status   Patched   
major    2         
minor    1.0       
year     2005      
month    05        
day      12        
language R  
------------

         Date               Exception InsTextCrash         Version
1  2005-02-01 EXC_BAD_ACCESS (0x0001)        FALSE     1.01 (1.01)
2  2005-02-04 EXC_BAD_ACCESS (0x0001)        FALSE     1.01 (1.01)
3  2005-03-01 EXC_BAD_ACCESS (0x0001)        FALSE     1.01 (1.01)
4  2005-03-08 EXC_BAD_ACCESS (0x0001)        FALSE     1.01 (1.01)
5  2005-03-10 EXC_BAD_ACCESS (0x0001)        FALSE     1.01 (1.01)
6  2005-03-22 EXC_BAD_ACCESS (0x0001)        FALSE       ??? (???)
7  2005-03-29 EXC_BAD_ACCESS (0x0001)        FALSE     1.01 (1.01)
8  2005-04-12 EXC_BAD_ACCESS (0x0001)        FALSE     1.01 (1.01)
9  2005-04-14 EXC_BAD_ACCESS (0x0001)        FALSE     1.01 (1.01)
10 2005-04-20 EXC_BAD_ACCESS (0x0001)        FALSE     1.01 (1.01)
11 2005-04-26 EXC_BAD_ACCESS (0x0001)        FALSE     1.01 (1.01)
12 2005-04-28 EXC_BAD_ACCESS (0x0001)         TRUE     1.01 (1.01)
13 2005-05-01 EXC_BAD_ACCESS (0x0001)        FALSE     1.10 (1.10)
14 2005-05-04 EXC_BAD_ACCESS (0x0001)        FALSE     1.10 (1.10)
15 2005-05-05 EXC_BAD_ACCESS (0x0001)        FALSE       ??? (???)
16 2005-05-09 EXC_BAD_ACCESS (0x0001)        FALSE     1.10 (1.10)
17 2005-05-17 EXC_BAD_ACCESS (0x0001)        FALSE     1.11 (1.11)
18 2005-05-18 EXC_BAD_ACCESS (0x0001)        FALSE     1.11 (1.11)
19 2005-05-21 EXC_BAD_ACCESS (0x0001)         TRUE     1.11 (1.11)
24 2005-05-26 EXC_BAD_ACCESS (0x0001)         TRUE 1.12-pre (1551)
27 2005-05-26 EXC_BAD_ACCESS (0x0001)         TRUE 1.12-pre (1551)
28 2005-05-27 EXC_BAD_ACCESS (0x0001)         TRUE 1.12-pre (1551)
29 2005-05-28 EXC_BAD_ACCESS (0x0001)         TRUE 1.12-pre (1557)
30 2005-05-30 EXC_BAD_ACCESS (0x0001)         TRUE 1.12-pre (1557)
----------

> lapply(recs,"[",17:30)[crashdf$InsTextCrash]
[[1]]
 [1] "Thread 0 Crashed:"
 [2] "0   com.apple.Foundation           \t0x90a227e8
_NSRemoveExceptionHandlerForLock + 0x60"
 [3] "1   com.apple.AppKit               \t0x92e72f30 -[NSViewHierarchyLock
unlock] + 0x60"    
 [4] "2   com.apple.AppKit               \t0x92ed3d48 -[NSTextView
insertText:] + 0x5ec"
 [5] "3   org.R-project.R                \t0x00003de8 -[RController
writeConsoleDirectly:withColor:] + 0xb0"
 [6] "4   org.R-project.R                \t0x00003b54 -[RController
flushROutput] + 0x54"
 [7] "5   org.R-project.R                \t0x00003b94 -[RController
handleFlushConsole] + 0x24"
 [8] "6   org.R-project.R                \t0x00003eb8 -[RController
handleWritePrompt:] + 0x40"
 [9] "7   org.R-project.R                \t0x0000a428 Re_ReadConsole + 0x30"
[10] "8   libR.dylib                     \t0x0109177c Rf_ReplIteration +
0x60 (main.c:203)" 
[11] "9   libR.dylib                     \t0x01091a48 R_ReplConsole + 0x88
(main.c:302)"      
[12] "10  libR.dylib                     \t0x010923bc run_Rmainloop + 0x6c
(main.c:656)"      
[13] "11  com.apple.Foundation           \t0x90a23a74 __NSFireTimer + 0x68"
[14] "12  com.apple.CoreFoundation       \t0x901c45f8 __CFRunLoopDoTimer +
0xf4"              

[[2]]
 [1] "Thread 0 Crashed:"
 [2] "0   libobjc.A.dylib          \t0x908311f4 objc_msgSend + 0x14"
 [3] "1   com.apple.AppKit         \t0x92ed3dd4 -[NSTextView insertText:] +
0x77c"             
 [4] "2   com.apple.AppKit         \t0x92f34238
-[NSKeyBindingManager(NSKeyBindingManager_MultiClients) flushTextForClient:]
+ 0xd4"
 [5] "3   com.apple.AppKit         \t0x92eee320 -[NSTSMInputContext
interpretKeyEvents:] + 0x49c"
 [6] "4   com.apple.AppKit         \t0x92f512b8 -[NSView
interpretKeyEvents:] + 0x40"
 [7] "5   com.apple.AppKit         \t0x92eea518 -[NSTextView keyDown:] +
0x2dc"             
 [8] "6   org.R-project.R          \t0x0002db18 -[RTextView keyDown:] +
0xb4"              
 [9] "7   com.apple.AppKit         \t0x92eb30c0 -[NSWindow sendEvent:] +
0x1780"            
[10] "8   com.apple.AppKit         \t0x92ea50d0 -[NSApplication sendEvent:]
+ 0xebc"           
[11] "9   org.R-project.R          \t0x000059a0 -[RController
handleReadConsole:] + 0x54"
[12] "10  org.R-project.R          \t0x0000b9a8 Re_ReadConsole + 0x74"
[13] "11  org.R-project.R          \t0x00014c04 RGUI_ReplIteration + 0x70"
[14] "12  org.R-project.R          \t0x00014b78 RGUI_ReplConsole + 0x94"

[[3]]
 [1] "Thread 0 Crashed:"
 [2] "0   libobjc.A.dylib          \t0x90831510
_class_lookupMethodAndLoadCache + 0x70"
 [3] "1   libobjc.A.dylib          \t0x90831298 objc_msgSend + 0xb8"
 [4] "2   com.apple.AppKit         \t0x92ed3dd4 -[NSTextView insertText:] +
0x77c"             
 [5] "3   com.apple.AppKit         \t0x92f34238
-[NSKeyBindingManager(NSKeyBindingManager_MultiClients) flushTextForClient:]
+ 0xd4"
 [6] "4   com.apple.AppKit         \t0x92eee320 -[NSTSMInputContext
interpretKeyEvents:] + 0x49c"
 [7] "5   com.apple.AppKit         \t0x92f512b8 -[NSView
interpretKeyEvents:] + 0x40"
 [8] "6   com.apple.AppKit         \t0x92eea518 -[NSTextView keyDown:] +
0x2dc"             
 [9] "7   org.R-project.R          \t0x0002daf8 -[RTextView keyDown:] +
0xb4"              
[10] "8   com.apple.AppKit         \t0x92eb30c0 -[NSWindow sendEvent:] +
0x1780"            
[11] "9   com.apple.AppKit         \t0x92ea50d0 -[NSApplication sendEvent:]
+ 0xebc"           
[12] "10  org.R-project.R          \t0x000058e0 -[RController
handleReadConsole:] + 0x54"
[13] "11  org.R-project.R          \t0x0000b988 Re_ReadConsole + 0x74"
[14] "12  org.R-project.R          \t0x00014be4 RGUI_ReplIteration + 0x70"

[[4]]
 [1] "Thread 0 Crashed:"
 [2] "0   libobjc.A.dylib                \t0x90831214 objc_msgSend + 0x34"
 [3] "1   com.apple.AppKit               \t0x92ed3dd4 -[NSTextView
insertText:] + 0x77c"
 [4] "2   com.apple.AppKit               \t0x92f34238
-[NSKeyBindingManager(NSKeyBindingManager_MultiClients) flushTextForClient:]
+ 0xd4"
 [5] "3   com.apple.AppKit               \t0x92eee320 -[NSTSMInputContext
interpretKeyEvents:] + 0x49c"
 [6] "4   com.apple.AppKit               \t0x92f512b8 -[NSView
interpretKeyEvents:] + 0x40"
 [7] "5   com.apple.AppKit               \t0x92eea518 -[NSTextView keyDown:]
+ 0x2dc"           
 [8] "6   org.R-project.R                \t0x0002daf8 -[RTextView keyDown:]
+ 0xb4"            
 [9] "7   com.apple.AppKit               \t0x92eb30c0 -[NSWindow sendEvent:]
+ 0x1780"          
[10] "8   com.apple.AppKit               \t0x92ea50d0 -[NSApplication
sendEvent:] + 0xebc"
[11] "9   org.R-project.R                \t0x000058e0 -[RController
handleReadConsole:] + 0x54"
[12] "10  org.R-project.R                \t0x0000b988 Re_ReadConsole + 0x74"
[13] "11  org.R-project.R                \t0x00014be4 RGUI_ReplIteration +
0x70"              
[14] "12  org.R-project.R                \t0x00014b58 RGUI_ReplConsole +
0x94"              

[[5]]
 [1] "Thread 0 Crashed:"
 [2] "0   libSystem.B.dylib        \t0x9011c060 memcmp + 0x40"
 [3] "1   libobjc.A.dylib          \t0x908328f8 class_initialize + 0x58"
 [4] "2   libobjc.A.dylib          \t0x9083294c class_initialize + 0xac"
 [5] "3   libobjc.A.dylib          \t0x90831524
_class_lookupMethodAndLoadCache + 0x84"
 [6] "4   libobjc.A.dylib          \t0x90831298 objc_msgSend + 0xb8"
 [7] "5   com.apple.AppKit         \t0x92ed3dd4 -[NSTextView insertText:] +
0x77c"             
 [8] "6   com.apple.AppKit         \t0x92f34238
-[NSKeyBindingManager(NSKeyBindingManager_MultiClients) flushTextForClient:]
+ 0xd4"
 [9] "7   com.apple.AppKit         \t0x92eee320 -[NSTSMInputContext
interpretKeyEvents:] + 0x49c"
[10] "8   com.apple.AppKit         \t0x92f512b8 -[NSView
interpretKeyEvents:] + 0x40"
[11] "9   com.apple.AppKit         \t0x92eea518 -[NSTextView keyDown:] +
0x2dc"             
[12] "10  org.R-project.R          \t0x0002daf8 -[RTextView keyDown:] +
0xb4"              
[13] "11  com.apple.AppKit         \t0x92eb30c0 -[NSWindow sendEvent:] +
0x1780"            
[14] "12  com.apple.AppKit         \t0x92ea50d0 -[NSApplication sendEvent:]
+ 0xebc"           

[[6]]
 [1] "Thread 0 Crashed:"
 [2] "0   libobjc.A.dylib          \t0x908311f4 objc_msgSend + 0x14"
 [3] "1   com.apple.AppKit         \t0x92ed3dd4 -[NSTextView insertText:] +
0x77c"             
 [4] "2   com.apple.AppKit         \t0x92f34238
-[NSKeyBindingManager(NSKeyBindingManager_MultiClients) flushTextForClient:]
+ 0xd4"
 [5] "3   com.apple.AppKit         \t0x92eee320 -[NSTSMInputContext
interpretKeyEvents:] + 0x49c"
 [6] "4   com.apple.AppKit         \t0x92f512b8 -[NSView
interpretKeyEvents:] + 0x40"
 [7] "5   com.apple.AppKit         \t0x92eea518 -[NSTextView keyDown:] +
0x2dc"             
 [8] "6   org.R-project.R          \t0x0002daf8 -[RTextView keyDown:] +
0xb4"              
 [9] "7   com.apple.AppKit         \t0x92eb30c0 -[NSWindow sendEvent:] +
0x1780"            
[10] "8   com.apple.AppKit         \t0x92ea50d0 -[NSApplication sendEvent:]
+ 0xebc"           
[11] "9   org.R-project.R          \t0x000058e0 -[RController
handleReadConsole:] + 0x54"
[12] "10  org.R-project.R          \t0x0000b988 Re_ReadConsole + 0x74"
[13] "11  org.R-project.R          \t0x00014be4 RGUI_ReplIteration + 0x70"
[14] "12  org.R-project.R          \t0x00014b58 RGUI_ReplConsole + 0x94"

[[7]]
 [1] "Thread 0 Crashed:"
 [2] "0   libobjc.A.dylib          \t0x908311f4 objc_msgSend + 0x14"
 [3] "1   com.apple.AppKit         \t0x92ed3dd4 -[NSTextView insertText:] +
0x77c"             
 [4] "2   com.apple.AppKit         \t0x92f34238
-[NSKeyBindingManager(NSKeyBindingManager_MultiClients) flushTextForClient:]
+ 0xd4"
 [5] "3   com.apple.AppKit         \t0x92eee320 -[NSTSMInputContext
interpretKeyEvents:] + 0x49c"
 [6] "4   com.apple.AppKit         \t0x92f512b8 -[NSView
interpretKeyEvents:] + 0x40"
 [7] "5   com.apple.AppKit         \t0x92eea518 -[NSTextView keyDown:] +
0x2dc"             
 [8] "6   org.R-project.R          \t0x0002daf8 -[RTextView keyDown:] +
0xb4"              
 [9] "7   com.apple.AppKit         \t0x92eb30c0 -[NSWindow sendEvent:] +
0x1780"            
[10] "8   com.apple.AppKit         \t0x92ea50d0 -[NSApplication sendEvent:]
+ 0xebc"           
[11] "9   org.R-project.R          \t0x000058e0 -[RController
handleReadConsole:] + 0x54"
[12] "10  org.R-project.R          \t0x0000b988 Re_ReadConsole + 0x74"
[13] "11  org.R-project.R          \t0x00014be4 RGUI_ReplIteration + 0x70"
[14] "12  org.R-project.R          \t0x00014b58 RGUI_ReplConsole + 0x94"

---------
**********

Host Name:      jefferis.joh.cam.ac.uk
Date/Time:      2005-05-30 01:08:42 +0100
OS Version:     10.3.9 (Build 7W98)
Report Version: 2

Command: R
Path:    /Applications/R.app/Contents/MacOS/R
Version: 1.12-pre (1557)
PID:     1721
Thread:  0

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

Thread 0 Crashed:
0   libobjc.A.dylib              0x908311f4 objc_msgSend + 0x14
1   com.apple.AppKit             0x92ed3dd4 -[NSTextView insertText:] +
0x77c
2   com.apple.AppKit             0x92f34238
-[NSKeyBindingManager(NSKeyBindingManager_MultiClients) flushTextForClient:]
+ 0xd4
3   com.apple.AppKit             0x92eee320 -[NSTSMInputContext
interpretKeyEvents:] + 0x49c
4   com.apple.AppKit             0x92f512b8 -[NSView interpretKeyEvents:] +
0x40
5   com.apple.AppKit             0x92eea518 -[NSTextView keyDown:] + 0x2dc
6   org.R-project.R              0x0002daf8 -[RTextView keyDown:] + 0xb4
7   com.apple.AppKit             0x92eb30c0 -[NSWindow sendEvent:] + 0x1780
8   com.apple.AppKit             0x92ea50d0 -[NSApplication sendEvent:] +
0xebc
9   org.R-project.R              0x000058e0 -[RController
handleReadConsole:] + 0x54
10  org.R-project.R              0x0000b988 Re_ReadConsole + 0x74
11  org.R-project.R              0x00014be4 RGUI_ReplIteration + 0x70
12  org.R-project.R              0x00014b58 RGUI_ReplConsole + 0x94
13  org.R-project.R              0x00014aac run_REngineRmainloop + 0x9c
14  <<00000000>>     0xbfffee20 0 + 0xbfffee20
15  com.apple.HIToolbox          0x928fb96c
SearchCacheEntries(OpaqueCollection*, unsigned long, unsigned long,
CheckMenuData*, MenuResult*, MenuData**, unsigned long*) + 0x1a4

Thread 1:
0   libSystem.B.dylib            0x9000b42c select + 0xc
1   org.R-project.R              0x000042b0 -[RController readThread:] +
0x20c
2   com.apple.Foundation         0x90a6a510 forkThreadForFunction + 0x6c
3   libSystem.B.dylib            0x90024910 _pthread_body + 0x28

Thread 2:
0   libSystem.B.dylib            0x900171d8 semaphore_wait_signal_trap + 0x8
1   libSystem.B.dylib            0x9000e9dc _pthread_cond_wait + 0x270
2   com.apple.Foundation         0x90a7c5f0 -[NSConditionLock
lockWhenCondition:] + 0x44
3   com.apple.AppKit             0x92e7a57c -[NSUIHeartBeat
_heartBeatThread:] + 0x190
4   com.apple.Foundation         0x90a6a510 forkThreadForFunction + 0x6c
5   libSystem.B.dylib            0x90024910 _pthread_body + 0x28

Thread 3:
0   libSystem.B.dylib            0x90007878 mach_msg_trap + 0x8
1   libSystem.B.dylib            0x900073f8 mach_msg + 0x38
2   com.apple.CoreFoundation     0x901c16e0 __CFRunLoopRun + 0x350
3   com.apple.CoreFoundation     0x901c5e6c CFRunLoopRunSpecific + 0x148
4   com.apple.Foundation         0x90a2d1b8 -[NSRunLoop runMode:beforeDate:]
+ 0xac
5   com.apple.Foundation         0x90a45dbc -[NSRunLoop run] + 0x4c
6   com.apple.Foundation         0x90a98054
+[NSURLConnection(NSURLConnectionInternal) _resourceLoadLoop:] + 0x20c
7   com.apple.Foundation         0x90a6a510 forkThreadForFunction + 0x6c
8   libSystem.B.dylib            0x90024910 _pthread_body + 0x28

Thread 4:
0   libSystem.B.dylib            0x90007878 mach_msg_trap + 0x8
1   libSystem.B.dylib            0x900073f8 mach_msg + 0x38
2   com.apple.CoreFoundation     0x901c16e0 __CFRunLoopRun + 0x350
3   com.apple.CoreFoundation     0x901c5e6c CFRunLoopRunSpecific + 0x148
4   com.apple.Foundation         0x90a2d1b8 -[NSRunLoop runMode:beforeDate:]
+ 0xac
5   com.apple.Foundation         0x90a45dbc -[NSRunLoop run] + 0x4c
6   com.apple.Foundation         0x90a98594 +[NSURLCache
_diskCacheSyncLoop:] + 0xa8
7   com.apple.Foundation         0x90a6a510 forkThreadForFunction + 0x6c
8   libSystem.B.dylib            0x90024910 _pthread_body + 0x28

Thread 5:
0   libSystem.B.dylib            0x90007878 mach_msg_trap + 0x8
1   libSystem.B.dylib            0x900073f8 mach_msg + 0x38
2   com.apple.CoreFoundation     0x901c16e0 __CFRunLoopRun + 0x350
3   com.apple.CoreFoundation     0x901c5e6c CFRunLoopRunSpecific + 0x148
4   com.apple.Foundation         0x90a2d1b8 -[NSRunLoop runMode:beforeDate:]
+ 0xac
5   com.apple.Foundation         0x90a45dbc -[NSRunLoop run] + 0x4c
6   com.apple.WebKit             0x94ff2584 +[WebFileDatabase _syncLoop:] +
0xa8
7   com.apple.Foundation         0x90a6a510 forkThreadForFunction + 0x6c
8   libSystem.B.dylib            0x90024910 _pthread_body + 0x28

PPC Thread State:
  srr0: 0x908311f4 srr1: 0x0200f030                vrsave: 0x00000000
    cr: 0x42022224  xer: 0x20000004   lr: 0x92ed3dd4  ctr: 0x908311e0
    r0: 0x92ed3dd4   r1: 0xbfffdd00   r2: 0x0039a0f0   r3: 0x1d573da0
    r4: 0x9086cadc   r5: 0x00000000   r6: 0x00000000   r7: 0x00000000
    r8: 0x0002446a   r9: 0x00000008  r10: 0x00000001  r11: 0xa2e71fc4
   r12: 0x00000000  r13: 0x00000000  r14: 0x00020102  r15: 0x00000000
   r16: 0x00000001  r17: 0xa2ea3658  r18: 0x1d573da0  r19: 0xbfffdd90
   r20: 0x1d573da0  r21: 0x0039e390  r22: 0xbfffdd80  r23: 0x00000000
   r24: 0x00000001  r25: 0x003ea4a0  r26: 0x00399b20  r27: 0x00000000
   r28: 0xa2ea3658  r29: 0xbfffdd90  r30: 0xbfffdd80  r31: 0x92ed3658

Binary Images Description:
    0x1000 -    0x38fff org.R-project.R 1.12-pre (1557)
/Applications/R.app/Contents/MacOS/R
  0x205000 -   0x226fff libreadline.5.0.dylib
/Library/Frameworks/R.framework/Resources/lib/libreadline.5.0.dylib
  0x2de000 -   0x2defff com.kitzkikz.Sogudi Sogudi 0.4.6 (0.4.6)
/Users/jefferis/Library/InputManagers/Sogudi/Sogudi.bundle/Contents/MacOS/So
gudi
  0x72e000 -   0x731fff methods.so
/Library/Frameworks/R.framework/Resources/library/methods/libs/methods.so
  0x769000 -   0x76cfff MASS.so
/Library/Frameworks/R.framework/Resources/library/MASS/libs/MASS.so
  0x774000 -   0x775fff tools.so
/Library/Frameworks/R.framework/Resources/library/tools/libs/tools.so
 0x1008000 -  0x1195fff libR.dylib
/Library/Frameworks/R.framework/Resources/lib/libR.dylib
 0x17d4000 -  0x17edfff GLDriver
/System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLDriver.bu
ndle/GLDriver
 0x4f9a000 -  0x4f9efff lapack.so
/Library/Frameworks/R.framework/Resources/modules/lapack.so
 0x5283000 -  0x5298fff grDevices.so
/Library/Frameworks/R.framework/Resources/library/grDevices/libs/grDevices.s
o
 0x53c6000 -  0x53f1fff stats.so
/Library/Frameworks/R.framework/Resources/library/stats/libs/stats.so
 0x54b0000 -  0x54cefff R_X11.so
/Library/Frameworks/R.framework/Resources/modules/R_X11.so
 0x550a000 -  0x5531fff libpng.3.dylib
/Library/Frameworks/R.framework/Resources/lib/libpng.3.dylib
 0x55ea000 -  0x5611fff libpng12.0.dylib     /usr/local/lib/libpng12.0.dylib
 0x60c8000 -  0x60e2fff GLRendererFloat
/System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererF
loat.bundle/GLRendererFloat
 0x627d000 -  0x627efff sm.so
/Library/Frameworks/R.framework/Resources/library/sm/libs/sm.so
 0x63d3000 -  0x63defff ks.so
/Library/Frameworks/R.framework/Resources/library/ks/libs/ks.so
 0xa0c7000 -  0xa0e3fff rgl.so
/Library/Frameworks/R.framework/Resources/library/rgl/libs/rgl.so
 0xa2e1000 -  0xa370fff GLRasterARGB8888D32
/System/Library/Frameworks/OpenGL.framework/Resources/GLRasterARGB8888D32.bu
ndle/GLRasterARGB8888D32
 0xb008000 -  0xb00cfff mvtnorm.so
/Library/Frameworks/R.framework/Resources/library/mvtnorm/libs/mvtnorm.so
 0xbc40000 -  0xbd35fff GLEngine
/System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngi
ne
 0xd705000 -  0xd85bfff com.apple.ATIRadeonGLDriver 1.3.42 (3.4.2)
/System/Library/Extensions/ATIRadeonGLDriver.bundle/Contents/MacOS/ATIRadeon
GLDriver
0x78c10000 - 0x78c73fff libGLU.1.dylib     /usr/X11R6/lib/libGLU.1.dylib
0x78e70000 - 0x78ed1fff libGL.1.dylib     /usr/X11R6/lib/libGL.1.dylib
0x806c0000 - 0x806e9fff libxslt.1.dylib     /usr/lib/libxslt.1.dylib
0x80830000 - 0x8090efff libxml2.2.dylib     /usr/lib/libxml2.2.dylib
0x84bff000 - 0x84c0afff libXext.6.dylib     /usr/X11R6/lib/libXext.6.dylib
0x85570000 - 0x8557efff libXplugin.1.dylib     /usr/lib/libXplugin.1.dylib
0x85ef0000 - 0x85fbbfff libX11.6.dylib     /usr/X11R6/lib/libX11.6.dylib
0x86100000 - 0x86105fff libSM.6.dylib     /usr/X11R6/lib/libSM.6.dylib
0x86150000 - 0x8615ffff libICE.6.dylib     /usr/X11R6/lib/libICE.6.dylib
0x89f0b000 - 0x89ffcfff libGLProgrammability.dylib
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgra
mmability.dylib
0x8c280000 - 0x8c281fff libGLSystem.dylib
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLSystem
.dylib
0x8dcb0000 - 0x8dcb2fff com.apple.ExceptionHandling 1.2 (???)
/System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionH
andling
0x8fe00000 - 0x8fe4ffff dyld     /usr/lib/dyld
0x90000000 - 0x9014ffff libSystem.B.dylib     /usr/lib/libSystem.B.dylib
0x901c0000 - 0x9026dfff com.apple.CoreFoundation 6.3.7 (299.35)
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundatio
n
0x902b0000 - 0x90529fff com.apple.CoreServices.CarbonCore 10.3.7
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Carb
onCore.framework/Versions/A/CarbonCore
0x90584000 - 0x905f3fff com.apple.framework.IOKit 1.3.6 (???)
/System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x90610000 - 0x9069afff com.apple.CoreServices.OSServices 3.0.1
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSSe
rvices.framework/Versions/A/OSServices
0x90700000 - 0x90700fff com.apple.CoreServices 10.3 (???)
/System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x90720000 - 0x90787fff com.apple.audio.CoreAudio 2.1.2
/System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x907cc000 - 0x907d4fff libbsm.dylib     /usr/lib/libbsm.dylib
0x907f0000 - 0x907f9fff com.apple.DiskArbitration 2.0.5
/System/Library/PrivateFrameworks/DiskArbitration.framework/Versions/A/DiskA
rbitration
0x90810000 - 0x90810fff com.apple.ApplicationServices 1.0 (???)
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Applicat
ionServices
0x90830000 - 0x9089ffff libobjc.A.dylib     /usr/lib/libobjc.A.dylib
0x908c5000 - 0x90915fff com.apple.HIServices 1.4.1 (0.0.1d1)
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framewor
ks/HIServices.framework/Versions/A/HIServices
0x90940000 - 0x909b3fff com.apple.DesktopServices 1.2.5
/System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/D
esktopServicesPriv
0x909f0000 - 0x90a0afff libGL.dylib
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x90a20000 - 0x90b7bfff com.apple.Foundation 6.3.7 (500.59)
/System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x90c32000 - 0x90c46fff libCGATS.A.dylib
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framewor
ks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
0x90c60000 - 0x90cc2fff libGLU.dylib
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dyli
b
0x90d00000 - 0x90d1bfff com.apple.SystemConfiguration 1.7.1 (???)
/System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemCo
nfiguration
0x90d40000 - 0x90d40fff com.apple.Carbon 10.3 (???)
/System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x90d60000 - 0x90d6bfff com.apple.opengl 1.3.8
/System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x90d70000 - 0x90da8fff com.apple.AE 1.4
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framewor
ks/AE.framework/Versions/A/AE
0x90ec0000 - 0x90ec0fff com.apple.Cocoa 6.3 (???)
/System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x910b0000 - 0x91101fff com.apple.bom 1.2.5 (63.2)
/System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
0x9110d000 - 0x91158fff libGLImage.dylib
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.
dylib
0x912a0000 - 0x912bdfff com.apple.audio.SoundManager 3.8
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSoun
d.framework/Versions/A/CarbonSound
0x912e0000 - 0x912f7fff com.apple.LangAnalysis 1.5.4
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framewor
ks/LangAnalysis.framework/Versions/A/LangAnalysis
0x91303000 - 0x9136cfff com.apple.htmlrendering 1.1.2
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRender
ing.framework/Versions/A/HTMLRendering
0x913a0000 - 0x9145ffff ColorSync
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framewor
ks/ColorSync.framework/Versions/A/ColorSync
0x915e0000 - 0x91699fff com.apple.QD 3.4.67 (???)
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framewor
ks/QD.framework/Versions/A/QD
0x916e0000 - 0x91773fff com.apple.print.framework.PrintCore 3.3
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framewor
ks/PrintCore.framework/Versions/A/PrintCore
0x917e0000 - 0x917f0fff com.apple.speech.recognition.framework 3.3
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechReco
gnition.framework/Versions/A/SpeechRecognition
0x91810000 - 0x9182afff com.apple.openscripting 1.2.1 (???)
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScript
ing.framework/Versions/A/OpenScripting
0x91850000 - 0x91860fff com.apple.ImageCapture 2.1.5
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCaptu
re.framework/Versions/A/ImageCapture
0x91890000 - 0x9189cfff com.apple.help 1.0.1
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.frame
work/Versions/A/Help
0x918c0000 - 0x918cdfff com.apple.CommonPanels 1.2.1 (1.0)
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPane
ls.framework/Versions/A/CommonPanels
0x918f0000 - 0x9193efff com.apple.print.framework.Print 3.3
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.fram
ework/Versions/A/Print
0x91967000 - 0x91972fff libCSync.A.dylib
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framewor
ks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x91990000 - 0x9199bfff com.apple.securityhi 1.2 (90)
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI
.framework/Versions/A/SecurityHI
0x91a40000 - 0x91ab3fff com.apple.NavigationServices 3.3.3
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Navigation
Services.framework/Versions/A/NavigationServices
0x91b10000 - 0x91b2afff libPDFRIP.A.dylib
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framewor
ks/CoreGraphics.framework/Versions/A/Resources/libPDFRIP.A.dylib
0x91b50000 - 0x91b5ffff libPSRIP.A.dylib
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framewor
ks/CoreGraphics.framework/Versions/A/Resources/libPSRIP.A.dylib
0x91b80000 - 0x91b93fff libRIP.A.dylib
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framewor
ks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x92070000 - 0x92096fff com.apple.FindByContent 1.4 (1.2)
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framewor
ks/FindByContent.framework/Versions/A/FindByContent
0x920c0000 - 0x922a7fff com.apple.security 2.4 (177)
/System/Library/Frameworks/Security.framework/Versions/A/Security
0x92430000 - 0x92468fff com.apple.LaunchServices 10.3.5 (98.4)
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framewor
ks/LaunchServices.framework/Versions/A/LaunchServices
0x927b2000 - 0x927e0fff libssl.0.9.7.dylib     /usr/lib/libssl.0.9.7.dylib
0x927f0000 - 0x92827fff com.apple.CFNetwork 1.2.1 (7)
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNe
twork.framework/Versions/A/CFNetwork
0x92880000 - 0x92c05fff com.apple.HIToolbox 1.3.6 (???)
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.
framework/Versions/A/HIToolbox
0x92e70000 - 0x9336ffff com.apple.AppKit 6.3.8 (743.39)
/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x939a0000 - 0x939b4fff libcups.2.dylib     /usr/lib/libcups.2.dylib
0x939d0000 - 0x939d4fff libmathCommon.A.dylib
/usr/lib/system/libmathCommon.A.dylib
0x93b50000 - 0x93bf3fff com.apple.audio.toolbox.AudioToolbox 1.3.2
/System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x94120000 - 0x9414bfff libncurses.5.dylib     /usr/lib/libncurses.5.dylib
0x9419b000 - 0x9427dfff com.apple.JavaScriptCore 1.1 (312)
/System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/JavaScript
Core.framework/Versions/A/JavaScriptCore
0x945b0000 - 0x945b9fff libz.1.dylib     /usr/lib/libz.1.dylib
0x94610000 - 0x9462afff libresolv.9.dylib     /usr/lib/libresolv.9.dylib
0x94650000 - 0x946affff com.apple.SearchKit 1.0.2
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Sear
chKit.framework/Versions/A/SearchKit
0x946ed000 - 0x94705fff com.apple.WebServices 1.1.1 (1.1.0)
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebS
ervicesCore.framework/Versions/A/WebServicesCore
0x94800000 - 0x9488cfff com.apple.ink.framework 101.1.4 (55.12)
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framew
ork/Versions/A/Ink
0x94fe0000 - 0x95076fff com.apple.WebKit 312.1
/System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x954c0000 - 0x95ac6fff libBLAS.dylib
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib
.framework/Versions/A/libBLAS.dylib
0x95b20000 - 0x95df0fff libLAPACK.dylib
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib
.framework/Versions/A/libLAPACK.dylib
0x95e40000 - 0x95eadfff libvDSP.dylib
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib
.framework/Versions/A/libvDSP.dylib
0x95f00000 - 0x95f20fff libvMisc.dylib
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib
.framework/Versions/A/libvMisc.dylib
0x9646d000 - 0x96745fff com.apple.CoreGraphics 1.203.30 (???)
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framewor
ks/CoreGraphics.framework/Versions/A/CoreGraphics
0x968d0000 - 0x969b2fff libicucore.A.dylib     /usr/lib/libicucore.A.dylib
0x96a20000 - 0x96ae2fff libcrypto.0.9.7.dylib
/usr/lib/libcrypto.0.9.7.dylib
0x96b30000 - 0x96b30fff com.apple.audio.units.AudioUnit 1.3.2
/System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x96b50000 - 0x96bdffff ATS
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framewor
ks/ATS.framework/Versions/A/ATS
0x96cb0000 - 0x96d9efff libiconv.2.dylib     /usr/lib/libiconv.2.dylib
0x96e12000 - 0x96e25fff com.apple.speech.synthesis.framework 3.2
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framewor
ks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x96e80000 - 0x96e90fff com.apple.vecLib 3.0.3 (vecLib 3.0.3)
/System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x973e0000 - 0x976c6fff com.apple.WebCore 315
/System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.fr
amework/Versions/A/WebCore


-- 
Gregory Jefferis, PhD                               and:
Research Fellow
Department of Zoology                               St John's College
Downing Street                                      Cambridge
Cambridge, CB2 3EJ                                  CB2 1TP

Tel: +44 (0)1223 336683                             +44 (0)1223 339899
Fax: +44 (0)1223 336676                             +44 (0)1223 337720

gsxej2 at cam.ac.uk



More information about the R-SIG-Mac mailing list