[R-SIG-Mac] RGUI repeatedly crashes when editing code

Matthieu Dubois Matthieu.Dubois at psp.ucl.ac.be
Thu Jul 26 16:16:38 CEST 2007


Dear mac useRs,

I  have problems when trying to edit code in the RGUI when the file   
was open by clicking in the finder.
I repeated the same operation a lot of times and obtain two different  
kinds of problems: either the edited file 'freezed' and the R console  
display a error message (see below) or the R GUI crashed (log below).  
Everything was right when I edited the file after opening by Cmd-O in  
the R GUI.

Any help would be helpful

Regards,

Matthieu


R GUI 1.21-pre (devel 4665) (4665)

 > sessionInfo()
R version 2.5.1 (2007-06-27)
powerpc-apple-darwin8.9.1

locale:
en_GB.UTF-8/en_GB.UTF-8/en_GB.UTF-8/C/en_GB.UTF-8/en_GB.UTF-8

attached base packages:
[1] "stats"     "graphics"  "grDevices" "utils"     "datasets"
[6] "methods"   "base"



Operation:
- open a file by clicking on it in the finder
- then edit it (I typed setwd(''), and the problem appeared aften  
typing the ''. However, the same problems appeared in other occasions  
also ... )

Then:

(1) the edited file became completely empty and blocked (not edition  
was possible) while the following message was displayed in the R console

2007-07-26 11:32:03.048 R[571] *** -[NSSelectionArray set]: selector  
not recognized [self = 0x1632650]
2007-07-26 11:32:03.049 R[571] *** -[NSSelectionArray set]: selector  
not recognized [self = 0x1632650]
2007-07-26 11:32:03.607 R[571] *** -[NSSelectionArray set]: selector  
not recognized [self = 0x1632650]
2007-07-26 11:32:03.607 R[571] *** -[NSSelectionArray set]: selector  
not recognized [self = 0x1632650]
2007-07-26 11:32:04.725 R[571] *** -[NSSelectionArray set]: selector  
not recognized [self = 0x1632650]
2007-07-26 11:32:04.725 R[571] *** -[NSSelectionArray set]: selector  
not recognized [self = 0x1632650]
2007-07-26 11:32:05.845 R[571] *** -[NSSelectionArray set]: selector  
not recognized [self = 0x1632650]
2007-07-26 11:32:05.845 R[571] *** -[NSSelectionArray set]: selector  
not recognized [self = 0x1632650]
2007-07-26 11:32:06.966 R[571] *** -[NSSelectionArray set]: selector  
not recognized [self = 0x1632650]
2007-07-26 11:32:06.966 R[571] *** -[NSSelectionArray set]: selector  
not recognized [self = 0x1632650]
2007-07-26 11:32:08.085 R[571] *** -[NSSelectionArray set]: selector  
not recognized [self = 0x1632650]
2007-07-26 11:32:08.085 R[571] *** -[NSSelectionArray set]: selector  
not recognized [self = 0x1632650]
2007-07-26 11:32:09.205 R[571] *** -[NSSelectionArray set]: selector  
not recognized [self = 0x1632650]
2007-07-26 11:32:09.205 R[571] *** -[NSSelectionArray set]: selector  
not recognized [self = 0x1632650]
2007-07-26 11:32:10.325 R[571] *** -[NSSelectionArray set]: selector  
not recognized [self = 0x1632650]
2007-07-26 11:32:10.325 R[571] *** -[NSSelectionArray set]: selector  
not recognized [self = 0x1632650]
2007-07-26 11:32:11.445 R[571] *** -[NSSelectionArray set]: selector  
not recognized [self = 0x1632650]
2007-07-26 11:32:11.445 R[571] *** -[NSSelectionArray set]: selector  
not recognized [self = 0x1632650]
2007-07-26 11:32:12.557 R[571] *** -[NSSelectionArray set]: selector  
not recognized [self = 0x1632650]
2007-07-26 11:32:12.557 R[571] *** -[NSSelectionArray set]: selector  
not recognized [self = 0x1632650]

or (2) R crashed :

 From R
**********
  *** caught bus error ***
address 0x20, cause 'invalid alignment'

Possible actions:
1: abort (with core dump, if enabled)
2: normal R exit
3: exit R without saving workspace
4: exit R saving workspace
2007-07-26 11:20:12.539 R[562] Exception raised during background  
layout:  -[NSLayoutManager  
_fillLayoutHoleAtIndex:desiredNumberOfLines:] *** attempted layout  
while textStorage is editing.  It is not valid to cause the  
layoutManager to do layout while the textStorage is editing (ie the  
textStorage has been sent a beginEditing message without a matching  
endEditing.)
2007-07-26 11:20:12.540 R[562] Exception raised during posting of  
notification.  Ignored.  exception: -[NSLayoutManager  
_fillLayoutHoleAtIndex:desiredNumberOfLines:] *** attempted layout  
while textStorage is editing.  It is not valid to cause the  
layoutManager to do layout while the textStorage is editing (ie the  
textStorage has been sent a beginEditing message without a matching  
endEditing.)
 >
Selection:


CONSOLE.LOG
**********

Host Name:      imac-g5-de-administrateur
Date/Time:      2007-07-26 11:20:07.748 +0200
OS Version:     10.4.10 (Build 8R218)
Report Version: 4

Command: R
Path:    /Applications/R.app/Contents/MacOS/R
Parent:  WindowServer [272]

Version: R GUI 1.21-pre (devel 4665) (4665)

PID:    562
Thread: 0

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

Thread 0 Crashed:
0   <<00000000>> 	0xfffeff18 objc_msgSend_rtp + 24
1   com.apple.AppKit         	0x9386953c -[NSCalibratedRGBColor  
isEqual:] + 80
2   com.apple.AppKit         	0x937f3038 -[NSAttributeDictionary  
newWithKey:object:] + 364
3   com.apple.Foundation     	0x92be95f8 - 
[NSConcreteMutableAttributedString addAttribute:value:range:] + 252
4   com.apple.AppKit         	0x93868d54 -[NSConcreteTextStorage  
addAttribute:value:range:] + 88
5   org.R-project.R          	0x0002d850 -[REditorTextStorage  
addAttribute:value:range:] + 60
6   org.R-project.R          	0x0002c4fc -[RDocumentWinCtrl  
updateSyntaxHighlightingForRange:] + 1988
7   org.R-project.R          	0x0002bb8c -[RDocumentWinCtrl  
textStorageDidProcessEditing:] + 168
8   com.apple.Foundation     	0x92bdfae4 _nsnote_callback + 180
9   com.apple.CoreFoundation 	0x90805078 __CFXNotificationPost + 368
10  com.apple.CoreFoundation 	0x907fd114  
_CFXNotificationPostNotification + 684
11  com.apple.Foundation     	0x92bc9eec -[NSNotificationCenter  
postNotificationName:object:userInfo:] + 92
12  com.apple.AppKit         	0x93875868 -[NSTextStorage  
processEditing] + 148
13  com.apple.AppKit         	0x93876478 -[NSTextStorage endEditing]  
+ 80
14  org.R-project.R          	0x0002d724 -[REditorTextStorage  
endEditing] + 52
15  com.apple.AppKit         	0x938b1d84 -[NSTextView  
replaceCharactersInRange:withString:] + 588
16  org.R-project.R          	0x0003131c -[RTextView keyDown:] + 992
17  com.apple.AppKit         	0x937f9fa0 -[NSWindow sendEvent:] + 6424
18  com.apple.AppKit         	0x937a28d4 -[NSApplication sendEvent:]  
+ 4172
19  org.R-project.R          	0x000057ec -[RController  
handleReadConsole:] + 84
20  org.R-project.R          	0x0000ca84 Re_ReadConsole + 100
21  org.R-project.R          	0x00016b38 run_REngineRmainloop + 296
22  org.R-project.R          	0x0000f7f8 -[REngine runREPL] + 436
23  org.R-project.R          	0x00002c80 main + 944
24  org.R-project.R          	0x00002854 _start + 760
25  org.R-project.R          	0x00002558 start + 48

Thread 1:
0   libSystem.B.dylib        	0x9001f88c select + 12
1   org.R-project.R          	0x0000460c -[RController readThread:] +  
648
2   com.apple.Foundation     	0x92be01a0 forkThreadForFunction + 108
3   libSystem.B.dylib        	0x9002bd08 _pthread_body + 96

Thread 2:
0   libSystem.B.dylib        	0x9002c3c8 semaphore_wait_signal_trap + 8
1   libSystem.B.dylib        	0x90030eac pthread_cond_wait + 480
2   com.apple.Foundation     	0x92be730c -[NSConditionLock  
lockWhenCondition:] + 68
3   com.apple.AppKit         	0x9383a708 -[NSUIHeartBeat  
_heartBeatThread:] + 324
4   com.apple.Foundation     	0x92be01a0 forkThreadForFunction + 108
5   libSystem.B.dylib        	0x9002bd08 _pthread_body + 96

Thread 0 crashed with PPC Thread State 64:
   srr0: 0x00000000fffeff18 srr1:  
0x100000000200f030                        vrsave: 0x0000000000000000
     cr: 0x44004434          xer: 0x0000000000000000   lr:  
0x000000009386953c  ctr: 0x0000000092bbc3d4
     r0: 0x0000000003b50210   r1: 0x00000000bfffe230   r2:  
0x000000000180483c   r3: 0x0000000001635670
     r4: 0x0000000090a9ec68   r5: 0x00000000a37db2f4   r6:  
0x0000000093d31e0c   r7: 0x0000000000000072
     r8: 0x0000000000000072   r9: 0x0000000000000003  r10:  
0x00000000a37b56c8  r11: 0x000000006f57ec68
    r12: 0x0000000000000000  r13: 0x0000000000040000  r14:  
0x0000000000040000  r15: 0x0000000000040000
    r16: 0x0000000000040000  r17: 0x0000000000000000  r18:  
0x0000000000000258  r19: 0x000000000166a120
    r20: 0x0000000001635350  r21: 0x00000000000002af  r22:  
0x0000000001650190  r23: 0x0000000000000000
    r24: 0x0000000001635670  r25: 0x00000000a37b56c8  r26:  
0x0000000001661e80  r27: 0x0000000001635670
    r28: 0x0000000001661e80  r29: 0x0000000000000000  r30:  
0x0000000001635610  r31: 0x00000000938694ec

Binary Images Description:
     0x1000 -    0x3efff org.R-project.R R GUI 1.21-pre (devel 4665)  
(4665)	/Applications/R.app/Contents/MacOS/R
    0x5a000 -    0x5bfff libRblas.dylib 	/Library/Frameworks/ 
R.framework/Versions/2.5/Resources/lib/libRblas.dylib
    0x7c000 -    0x87fff libgcc_s.1.dylib 	/Library/Frameworks/ 
R.framework/Versions/2.5/Resources/lib/libgcc_s.1.dylib
    0xb2000 -    0xeafff libreadline.5.2.dylib 	/Library/Frameworks/ 
R.framework/Versions/2.5/Resources/lib/libreadline.5.2.dylib
   0x5eb000 -   0x665fff libgfortran.2.dylib 	/Library/Frameworks/ 
R.framework/Versions/2.5/Resources/lib/libgfortran.2.dylib
  0x1008000 -  0x1201fff libR.dylib 	/Library/Frameworks/R.framework/ 
Versions/2.5/Resources/lib/libR.dylib
  0x3b90000 -  0x3b91fff com.ecamm.pluginloader Ecamm Plugin Loader  
v1.0.3 (1.0.3)	/Library/InputManagers/Ecamm/Ecamm Plugin  
Loader.bundle/Contents/MacOS/Ecamm Plugin Loader
  0x40f2000 -  0x40f3fff org.nirs.SafeTerminal 0.3 (1)	/Library/ 
InputManagers/Safe Terminal/Safe Terminal.bundle/Contents/MacOS/Safe  
Terminal
  0x4259000 -  0x4259fff com.growl.GrowlSafariLoader 1.0	/Library/ 
InputManagers/GrowlSafari/GrowlSafariLoader.bundle/Contents/MacOS/ 
GrowlSafariLoader
  0x425d000 -  0x425ffff net.sourceforge.bibdesk.inputmanager 1.6.6	/ 
Volumes/Documents/matthieudubois/Library/InputManagers/ 
BibDeskInputManager/BibDeskInputManager.bundle/Contents/MacOS/ 
BibDeskInputManager
  0x4263000 -  0x4263fff org.xlife.InquisitorLoader 3.0 (42)	/Volumes/ 
Documents/matthieudubois/Library/InputManagers/Inquisitor/ 
Inquisitor.bundle/Contents/MacOS/Inquisitor
  0x53a8000 -  0x53acfff methods.so 	/Library/Frameworks/R.framework/ 
Versions/2.5/Resources/library/methods/libs/ppc/methods.so
  0x5409000 -  0x5424fff grDevices.so 	/Library/Frameworks/ 
R.framework/Versions/2.5/Resources/library/grDevices/libs/ppc/ 
grDevices.so
  0x55f5000 -  0x563dfff stats.so 	/Library/Frameworks/R.framework/ 
Versions/2.5/Resources/library/stats/libs/ppc/stats.so
0x8fe00000 - 0x8fe52fff dyld 46.12	/usr/lib/dyld
0x90000000 - 0x901bcfff libSystem.B.dylib 	/usr/lib/libSystem.B.dylib
0x90214000 - 0x90219fff libmathCommon.A.dylib 	/usr/lib/system/ 
libmathCommon.A.dylib
0x9021b000 - 0x90268fff com.apple.CoreText 1.0.3 (???)	/System/ 
Library/Frameworks/ApplicationServices.framework/Versions/A/ 
Frameworks/CoreText.framework/Versions/A/CoreText
0x90293000 - 0x90344fff ATS 	/System/Library/Frameworks/ 
ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/ 
Versions/A/ATS
0x90373000 - 0x9072efff com.apple.CoreGraphics 1.258.75 (???)	/System/ 
Library/Frameworks/ApplicationServices.framework/Versions/A/ 
Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x907bb000 - 0x90894fff com.apple.CoreFoundation 6.4.7 (368.28)	/ 
System/Library/Frameworks/CoreFoundation.framework/Versions/A/ 
CoreFoundation
0x908dd000 - 0x908ddfff com.apple.CoreServices 10.4 (???)	/System/ 
Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x908df000 - 0x909e1fff libicucore.A.dylib 	/usr/lib/libicucore.A.dylib
0x90a3b000 - 0x90abffff libobjc.A.dylib 	/usr/lib/libobjc.A.dylib
0x90ae9000 - 0x90b5bfff com.apple.framework.IOKit 1.4.1 (???)	/System/ 
Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x90b71000 - 0x90b83fff libauto.dylib 	/usr/lib/libauto.dylib
0x90b8a000 - 0x90e61fff com.apple.CoreServices.CarbonCore 681.15	/ 
System/Library/Frameworks/CoreServices.framework/Versions/A/ 
Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x90ec7000 - 0x90f47fff com.apple.CoreServices.OSServices 4.1	/System/ 
Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/ 
OSServices.framework/Versions/A/OSServices
0x90f91000 - 0x90fd2fff com.apple.CFNetwork 129.20	/System/Library/ 
Frameworks/CoreServices.framework/Versions/A/Frameworks/ 
CFNetwork.framework/Versions/A/CFNetwork
0x90fe7000 - 0x90ffffff com.apple.WebServices 1.1.2 (1.1.0)	/System/ 
Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/ 
WebServicesCore.framework/Versions/A/WebServicesCore
0x9100f000 - 0x91090fff com.apple.SearchKit 1.0.5	/System/Library/ 
Frameworks/CoreServices.framework/Versions/A/Frameworks/ 
SearchKit.framework/Versions/A/SearchKit
0x910d6000 - 0x910fffff com.apple.Metadata 10.4.4 (121.36)	/System/ 
Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/ 
Metadata.framework/Versions/A/Metadata
0x91110000 - 0x9111efff libz.1.dylib 	/usr/lib/libz.1.dylib
0x91121000 - 0x912dcfff com.apple.security 4.6 (29770)	/System/ 
Library/Frameworks/Security.framework/Versions/A/Security
0x913db000 - 0x913e4fff com.apple.DiskArbitration 2.1	/System/Library/ 
Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x913eb000 - 0x913f3fff libbsm.dylib 	/usr/lib/libbsm.dylib
0x913f7000 - 0x9141ffff com.apple.SystemConfiguration 1.8.3	/System/ 
Library/Frameworks/SystemConfiguration.framework/Versions/A/ 
SystemConfiguration
0x91432000 - 0x9143dfff libgcc_s.1.dylib 	/usr/lib/libgcc_s.1.dylib
0x91442000 - 0x914bdfff com.apple.audio.CoreAudio 3.0.4	/System/ 
Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x914fa000 - 0x914fafff com.apple.ApplicationServices 10.4 (???)	/ 
System/Library/Frameworks/ApplicationServices.framework/Versions/A/ 
ApplicationServices
0x914fc000 - 0x91534fff com.apple.AE 1.5 (297)	/System/Library/ 
Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ 
AE.framework/Versions/A/AE
0x9154f000 - 0x91621fff com.apple.ColorSync 4.4.9	/System/Library/ 
Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ 
ColorSync.framework/Versions/A/ColorSync
0x91674000 - 0x91705fff com.apple.print.framework.PrintCore 4.6  
(177.13)	/System/Library/Frameworks/ApplicationServices.framework/ 
Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x9174c000 - 0x91803fff com.apple.QD 3.10.24 (???)	/System/Library/ 
Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ 
QD.framework/Versions/A/QD
0x91840000 - 0x9189efff com.apple.HIServices 1.5.3 (???)	/System/ 
Library/Frameworks/ApplicationServices.framework/Versions/A/ 
Frameworks/HIServices.framework/Versions/A/HIServices
0x918cd000 - 0x918eefff com.apple.LangAnalysis 1.6.1	/System/Library/ 
Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ 
LangAnalysis.framework/Versions/A/LangAnalysis
0x91902000 - 0x91927fff com.apple.FindByContent 1.5	/System/Library/ 
Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ 
FindByContent.framework/Versions/A/FindByContent
0x9193a000 - 0x9197cfff com.apple.LaunchServices 182	/System/Library/ 
Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ 
LaunchServices.framework/Versions/A/LaunchServices
0x91998000 - 0x919acfff com.apple.speech.synthesis.framework 3.3	/ 
System/Library/Frameworks/ApplicationServices.framework/Versions/A/ 
Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x919ba000 - 0x91a00fff com.apple.ImageIO.framework 1.5.5	/System/ 
Library/Frameworks/ApplicationServices.framework/Versions/A/ 
Frameworks/ImageIO.framework/Versions/A/ImageIO
0x91a17000 - 0x91adefff libcrypto.0.9.7.dylib 	/usr/lib/libcrypto. 
0.9.7.dylib
0x91b2c000 - 0x91b41fff libcups.2.dylib 	/usr/lib/libcups.2.dylib
0x91b46000 - 0x91b64fff libJPEG.dylib 	/System/Library/Frameworks/ 
ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ 
Versions/A/Resources/libJPEG.dylib
0x91b6a000 - 0x91c21fff libJP2.dylib 	/System/Library/Frameworks/ 
ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ 
Versions/A/Resources/libJP2.dylib
0x91c70000 - 0x91c74fff libGIF.dylib 	/System/Library/Frameworks/ 
ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ 
Versions/A/Resources/libGIF.dylib
0x91c76000 - 0x91cdefff libRaw.dylib 	/System/Library/Frameworks/ 
ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ 
Versions/A/Resources/libRaw.dylib
0x91ce3000 - 0x91d20fff libTIFF.dylib 	/System/Library/Frameworks/ 
ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ 
Versions/A/Resources/libTIFF.dylib
0x91d27000 - 0x91d40fff libPng.dylib 	/System/Library/Frameworks/ 
ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ 
Versions/A/Resources/libPng.dylib
0x91d45000 - 0x91d48fff libRadiance.dylib 	/System/Library/Frameworks/ 
ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ 
Versions/A/Resources/libRadiance.dylib
0x91d4a000 - 0x91e28fff libxml2.2.dylib 	/usr/lib/libxml2.2.dylib
0x91e48000 - 0x91e48fff com.apple.Accelerate 1.2.2 (Accelerate  
1.2.2)	/System/Library/Frameworks/Accelerate.framework/Versions/A/ 
Accelerate
0x91e4a000 - 0x91f2ffff com.apple.vImage 2.4	/System/Library/ 
Frameworks/Accelerate.framework/Versions/A/Frameworks/ 
vImage.framework/Versions/A/vImage
0x91f37000 - 0x91f56fff com.apple.Accelerate.vecLib 3.2.2 (vecLib  
3.2.2)	/System/Library/Frameworks/Accelerate.framework/Versions/A/ 
Frameworks/vecLib.framework/Versions/A/vecLib
0x91fc2000 - 0x92030fff libvMisc.dylib 	/System/Library/Frameworks/ 
Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/ 
A/libvMisc.dylib
0x9203b000 - 0x920d0fff libvDSP.dylib 	/System/Library/Frameworks/ 
Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/ 
A/libvDSP.dylib
0x920ea000 - 0x92672fff libBLAS.dylib 	/System/Library/Frameworks/ 
Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/ 
A/libBLAS.dylib
0x926a5000 - 0x929d0fff libLAPACK.dylib 	/System/Library/Frameworks/ 
Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/ 
A/libLAPACK.dylib
0x92a00000 - 0x92aeefff libiconv.2.dylib 	/usr/lib/libiconv.2.dylib
0x92af1000 - 0x92b79fff com.apple.DesktopServices 1.3.6	/System/ 
Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/ 
DesktopServicesPriv
0x92bba000 - 0x92de5fff com.apple.Foundation 6.4.8 (567.29)	/System/ 
Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x92f12000 - 0x92f30fff libGL.dylib 	/System/Library/Frameworks/ 
OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x92f3b000 - 0x92f95fff libGLU.dylib 	/System/Library/Frameworks/ 
OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x92fb3000 - 0x92fb3fff com.apple.Carbon 10.4 (???)	/System/Library/ 
Frameworks/Carbon.framework/Versions/A/Carbon
0x92fb5000 - 0x92fc9fff com.apple.ImageCapture 3.0	/System/Library/ 
Frameworks/Carbon.framework/Versions/A/Frameworks/ 
ImageCapture.framework/Versions/A/ImageCapture
0x92fe1000 - 0x92ff1fff com.apple.speech.recognition.framework 3.4	/ 
System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ 
SpeechRecognition.framework/Versions/A/SpeechRecognition
0x92ffd000 - 0x93012fff com.apple.securityhi 2.0 (203)	/System/ 
Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ 
SecurityHI.framework/Versions/A/SecurityHI
0x93024000 - 0x930abfff com.apple.ink.framework 101.2 (69)	/System/ 
Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ 
Ink.framework/Versions/A/Ink
0x930bf000 - 0x930cafff com.apple.help 1.0.3 (32)	/System/Library/ 
Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/ 
Versions/A/Help
0x930d4000 - 0x93101fff com.apple.openscripting 1.2.5 (???)	/System/ 
Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ 
OpenScripting.framework/Versions/A/OpenScripting
0x9311b000 - 0x9312afff com.apple.print.framework.Print 5.2 (192.4)	/ 
System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ 
Print.framework/Versions/A/Print
0x93136000 - 0x9319cfff com.apple.htmlrendering 1.1.2	/System/Library/ 
Frameworks/Carbon.framework/Versions/A/Frameworks/ 
HTMLRendering.framework/Versions/A/HTMLRendering
0x931cd000 - 0x9321cfff com.apple.NavigationServices 3.4.4 (3.4.3)	/ 
System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ 
NavigationServices.framework/Versions/A/NavigationServices
0x9324a000 - 0x93267fff com.apple.audio.SoundManager 3.9	/System/ 
Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ 
CarbonSound.framework/Versions/A/CarbonSound
0x93279000 - 0x93286fff com.apple.CommonPanels 1.2.2 (73)	/System/ 
Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ 
CommonPanels.framework/Versions/A/CommonPanels
0x9328f000 - 0x9359dfff com.apple.HIToolbox 1.4.9 (???)	/System/ 
Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ 
HIToolbox.framework/Versions/A/HIToolbox
0x936ed000 - 0x936f9fff com.apple.opengl 1.4.7	/System/Library/ 
Frameworks/OpenGL.framework/Versions/A/OpenGL
0x93793000 - 0x93793fff com.apple.Cocoa 6.4 (???)	/System/Library/ 
Frameworks/Cocoa.framework/Versions/A/Cocoa
0x93795000 - 0x93dc8fff com.apple.AppKit 6.4.7 (824.41)	/System/ 
Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x94155000 - 0x941c7fff com.apple.CoreData 91 (92.1)	/System/Library/ 
Frameworks/CoreData.framework/Versions/A/CoreData
0x94200000 - 0x942c4fff com.apple.audio.toolbox.AudioToolbox 1.4.5	/ 
System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x94316000 - 0x94316fff com.apple.audio.units.AudioUnit 1.4	/System/ 
Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x94318000 - 0x944d8fff com.apple.QuartzCore 1.4.12	/System/Library/ 
Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x94522000 - 0x9455ffff libsqlite3.0.dylib 	/usr/lib/libsqlite3.0.dylib
0x94567000 - 0x945b7fff libGLImage.dylib 	/System/Library/Frameworks/ 
OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x945c0000 - 0x945dafff com.apple.CoreVideo 1.4.1	/System/Library/ 
Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x945ea000 - 0x9460bfff libmx.A.dylib 	/usr/lib/libmx.A.dylib
0x947b7000 - 0x947c6fff libCGATS.A.dylib 	/System/Library/Frameworks/ 
ApplicationServices.framework/Versions/A/Frameworks/ 
CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
0x947ce000 - 0x947dbfff libCSync.A.dylib 	/System/Library/Frameworks/ 
ApplicationServices.framework/Versions/A/Frameworks/ 
CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x94821000 - 0x9483afff libRIP.A.dylib 	/System/Library/Frameworks/ 
ApplicationServices.framework/Versions/A/Frameworks/ 
CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x94c44000 - 0x94cb5fff libstdc++.6.dylib 	/usr/lib/libstdc++.6.dylib
0x95c24000 - 0x95cd5fff com.apple.WebKit 522.11	/System/Library/ 
Frameworks/WebKit.framework/Versions/A/WebKit
0x95d39000 - 0x95debfff com.apple.JavaScriptCore 522.10	/System/ 
Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x95e12000 - 0x96353fff com.apple.WebCore 522.12	/System/Library/ 
Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/ 
Versions/A/WebCore
0x965b3000 - 0x965c0fff com.apple.agl 2.5.6 (AGL-2.5.6)	/System/ 
Library/Frameworks/AGL.framework/Versions/A/AGL
0x965d8000 - 0x96601fff libxslt.1.dylib 	/usr/lib/libxslt.1.dylib
0x969a8000 - 0x969aafff com.apple.ExceptionHandling 1.2 (???)	/System/ 
Library/Frameworks/ExceptionHandling.framework/Versions/A/ 
ExceptionHandling
0x96eca000 - 0x96ef8fff libncurses.5.4.dylib 	/usr/lib/libncurses. 
5.4.dylib
0x97950000 - 0x9796ffff com.apple.vecLib 3.2.2 (vecLib 3.2.2)	/System/ 
Library/Frameworks/vecLib.framework/Versions/A/vecLib



Matthieu Dubois
Ph.D. Student

Cognition and Development Lab
Catholic University of Louvain
10, Place Cardinal Mercier
B-1348 Louvain-la-Neuve - Belgium

E-mail: Matthieu.Dubois at psp.ucl.ac.be
Web:  http://www.code.ucl.ac.be/MatthieuDubois/



More information about the R-SIG-Mac mailing list