[R-SIG-Mac] R-app crashes when saving quartz graphics to pdf
Denis Chabot
chabotd at globetrotter.net
Fri Oct 28 16:59:51 CEST 2005
Hi, today I repeatedly crashed R-app when trying to save a quartz
windows. I deleted my org.R-project.R.plist file but it did not help.
Here is what the crash report of OS X said:
Date/Time: 2005-10-28 10:54:53.678 -0400
OS Version: 10.4.2 (Build 8C46)
Report Version: 3
Command: R
Path: /Applications/Stats/R.app/Contents/MacOS/R
Parent: WindowServer [78]
Version: 1.13 (1915)
PID: 485
Thread: 0
Exception: EXC_BAD_ACCESS (0x0001)
Codes: KERN_PROTECTION_FAILURE (0x0002) at 0x00000000
Thread 0 Crashed:
0 libSystem.B.dylib 0x900031e8 strlen + 8
1 org.R-project.R 0x00004598 -[RController
handleWriteConsole:] + 48 (crt.c:300)
2 org.R-project.R 0x0000b2a4 Re_WriteConsole +
196 (crt.c:300)
3 libR.dylib 0x002d39b8 REvprintf + 264
(printutils.c:578)
4 libR.dylib 0x002d370c REprintf + 48
(printutils.c:494)
5 libR.dylib 0x0026233c Rf_PrintWarnings +
280 (errors.c:356)
6 libR.dylib 0x0026286c verrorcall_dflt +
724 (errors.c:470)
7 libR.dylib 0x00262990 Rf_errorcall + 172
(errors.c:508)
8 libR.dylib 0x00262aac Rf_error + 148
(errors.c:531)
9 grDevices.so 0x0542de74 PDF + 520 (devPS.c:
5281)
10 libR.dylib 0x0024ad78 do_External + 128
(dotcode.c:756)
11 libR.dylib 0x00265aec Rf_eval + 1544
(eval.c:405)
12 libR.dylib 0x00267288 do_begin + 136
(eval.c:1058)
13 libR.dylib 0x00265930 Rf_eval + 1100
(eval.c:382)
14 libR.dylib 0x00265f8c Rf_applyClosure +
952 (eval.c:576)
15 libR.dylib 0x00265b68 Rf_eval + 1668
(eval.c:417)
16 libR.dylib 0x00265930 Rf_eval + 1100
(eval.c:382)
17 libR.dylib 0x00267288 do_begin + 136
(eval.c:1058)
18 libR.dylib 0x00265930 Rf_eval + 1100
(eval.c:382)
19 libR.dylib 0x00265930 Rf_eval + 1100
(eval.c:382)
20 libR.dylib 0x00267288 do_begin + 136
(eval.c:1058)
21 libR.dylib 0x00265930 Rf_eval + 1100
(eval.c:382)
22 libR.dylib 0x00265f8c Rf_applyClosure +
952 (eval.c:576)
23 libR.dylib 0x00265b68 Rf_eval + 1668
(eval.c:417)
24 libR.dylib 0x0023ac10 protectedEval + 64
(context.c:641)
25 libR.dylib 0x0023ab88 R_ToplevelExec +
208 (context.c:603)
26 libR.dylib 0x0023ac64 R_tryEval + 60
(context.c:656)
27 org.R-project.R 0x0000d9a8 -[REngine
evaluateExpressions:] + 180 (crt.c:300)
28 org.R-project.R 0x0000db20 -[REngine
evaluateString:] + 228 (crt.c:300)
29 org.R-project.R 0x000152c0 -[RQuartz
saveDocument:] + 348 (crt.c:300)
30 com.apple.AppKit 0x936c4d2c -[NSApplication
sendAction:to:from:] + 108
31 com.apple.AppKit 0x9371f528 -[NSMenu
performActionForItemAtIndex:] + 392
32 com.apple.AppKit 0x9371f2ac -[NSCarbonMenuImpl
performActionWithHighlightingForItemAtIndex:] + 104
33 com.apple.AppKit 0x93626828
_NSHandleCarbonMenuEvent + 372
34 com.apple.AppKit 0x9362418c _DPSNextEvent + 1224
35 com.apple.AppKit 0x93623b08 -[NSApplication
nextEventMatchingMask:untilDate:inMode:dequeue:] + 116
36 org.R-project.R 0x0000842c -[RController
doProcessEvents:] + 96 (crt.c:300)
37 org.R-project.R 0x00004e6c -[RController
handleReadConsole:] + 84 (crt.c:300)
38 org.R-project.R 0x0000affc Re_ReadConsole +
116 (crt.c:300)
39 org.R-project.R 0x00014868 RGUI_ReplIteration
+ 112 (crt.c:300)
40 org.R-project.R 0x000147dc RGUI_ReplConsole +
148 (crt.c:300)
41 org.R-project.R 0x00014730
run_REngineRmainloop + 156 (crt.c:300)
42 org.R-project.R 0x0000d6d4 -[REngine runREPL]
+ 76 (crt.c:300)
43 com.apple.Foundation 0x92885cfc __NSFireTimer + 116
44 com.apple.CoreFoundation 0x9075ed10 __CFRunLoopDoTimer
+ 184
45 com.apple.CoreFoundation 0x9074b688 __CFRunLoopRun + 1680
46 com.apple.CoreFoundation 0x9074ac3c
CFRunLoopRunSpecific + 268
47 com.apple.HIToolbox 0x93129ac0
RunCurrentEventLoopInMode + 264
48 com.apple.HIToolbox 0x93129154
ReceiveNextEventCommon + 380
49 com.apple.HIToolbox 0x93128fc0
BlockUntilNextEventMatchingListInMode + 96
50 com.apple.AppKit 0x93623e44 _DPSNextEvent + 384
51 com.apple.AppKit 0x93623b08 -[NSApplication
nextEventMatchingMask:untilDate:inMode:dequeue:] + 116
52 com.apple.AppKit 0x9362006c -[NSApplication
run] + 472
53 com.apple.AppKit 0x937108bc NSApplicationMain +
452
54 org.R-project.R 0x000020d0 _start + 392 (crt.c:
267)
55 dyld 0x8fe01048 _dyld_start + 60
Thread 1:
0 libSystem.B.dylib 0x9001efcc select + 12
1 org.R-project.R 0x00003828 -[RController
readThread:] + 524 (crt.c:300)
2 com.apple.Foundation 0x92882f34
forkThreadForFunction + 108
3 libSystem.B.dylib 0x9002c3b4 _pthread_body + 96
Thread 2:
0 libSystem.B.dylib 0x9004ca38
syscall_thread_switch + 8
1 com.apple.Foundation 0x9289b330 +[NSThread
sleepUntilDate:] + 152
2 com.apple.AppKit 0x936c0b00 -[NSUIHeartBeat
_heartBeatThread:] + 1100
3 com.apple.Foundation 0x92882f34
forkThreadForFunction + 108
4 libSystem.B.dylib 0x9002c3b4 _pthread_body + 96
Thread 3:
0 libSystem.B.dylib 0x9002f66c kevent + 12
1 com.apple.DesktopServices 0x92792ad8
TFSNotificationTask::FSNotificationTaskProc(void*) + 56
2 ...ple.CoreServices.CarbonCore 0x90b39690 PrivateMPEntryPoint
+ 76
3 libSystem.B.dylib 0x9002c3b4 _pthread_body + 96
Thread 4:
0 libSystem.B.dylib 0x9002ca78
semaphore_wait_signal_trap + 8
1 libSystem.B.dylib 0x9003125c pthread_cond_wait +
508
2 ...ple.CoreServices.CarbonCore 0x90b39880 MPWaitOnQueue + 224
3 com.apple.DesktopServices 0x92793330
TNodeSyncTask::SyncTaskProc(void*) + 108
4 ...ple.CoreServices.CarbonCore 0x90b39690 PrivateMPEntryPoint
+ 76
5 libSystem.B.dylib 0x9002c3b4 _pthread_body + 96
Thread 0 crashed with PPC Thread State 64:
srr0: 0x00000000900031e8 srr1:
0x000000000200f030 vrsave: 0x0000000000000000
cr: 0x24044442 xer: 0x0000000000000004 lr:
0x0000000000004598 ctr: 0x00000000900031e0
r0: 0x0000000000004598 r1: 0x00000000bfff3c20 r2:
0x0000000001844a7c r3: 0x0000000000000000
r4: 0x00000000909bfb54 r5: 0x0000000000000000 r6:
0x00000000bfff381c r7: 0x00000000ffffffff
r8: 0x00000000bfff3704 r9: 0x0000000000000000 r10:
0x0000000000000000 r11: 0x000000000003b144
r12: 0x00000000900031e0 r13: 0x0000000000000000 r14:
0x000000000586b608 r15: 0x000000000543dc74
r16: 0x0000000001ed8ea8 r17: 0x0000000001ee1ca0 r18:
0x0000000001d4b2d8 r19: 0x0000000001cfbe48
r20: 0x00000000003a222c r21: 0x00000000003a222c r22:
0x00000000003a222c r23: 0x00000000003a222c
r24: 0x000000000003b1ec r25: 0x000000000003b1ec r26:
0x000000000003b1ec r27: 0x0000000000000000
r28: 0x00000000bfff3d30 r29: 0x000000000039c3d4 r30:
0x00000000011e69a0 r31: 0x0000000000004568
Binary Images Description:
0x1000 - 0x3afff org.R-project.R 1.13 (1915) /Applications/
Stats/R.app/Contents/MacOS/R
0x54000 - 0x86fff libreadline.5.0.dylib /Library/
Frameworks/R.framework/Resources/lib/libreadline.5.0.dylib
0x9a000 - 0xc5fff libncurses.5.dylib /usr/lib/libncurses.
5.dylib
0x205000 - 0x398fff libR.dylib /Library/Frameworks/
R.framework/Resources/lib/libR.dylib
0x78d000 - 0x78efff com.ecamm.pluginloader Ecamm Plugin Loader
v1.0.1 (1.0.1) /Library/InputManagers/Ecamm/Ecamm Plugin
Loader.bundle/Contents/MacOS/Ecamm Plugin Loader
0x1008000 - 0x1009fff com.CircusPonies.CPNoteBook ??? (0.6) /
Users/dchabot/Library/InputManagers/CPNoteBook/CPNoteBook.bundle/
Contents/MacOS/CPNoteBook
0x1526000 - 0x1527fff tools.so /Library/Frameworks/R.framework/
Resources/library/tools/libs/tools.so
0x1679000 - 0x167cfff methods.so /Library/Frameworks/R.framework/
Resources/library/methods/libs/methods.so
0x541f000 - 0x5435fff grDevices.so /Library/Frameworks/
R.framework/Resources/library/grDevices/libs/grDevices.so
0x54e1000 - 0x5524fff stats.so /Library/Frameworks/R.framework/
Resources/library/stats/libs/stats.so
0x5676000 - 0x567cfff com.apple.DictionaryServiceComponent 1.0.0 /
System/Library/Components/DictionaryService.component/Contents/MacOS/
DictionaryService
0x56ed000 - 0x5742fff com.DivXInc.DivXDecoder 6.0.0 /Library/
QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder
0x8fe00000 - 0x8fe51fff dyld 43.1 /usr/lib/dyld
0x90000000 - 0x901a6fff libSystem.B.dylib /usr/lib/libSystem.B.dylib
0x901fe000 - 0x90202fff libmathCommon.A.dylib /usr/lib/system/
libmathCommon.A.dylib
0x90204000 - 0x90257fff com.apple.CoreText 1.0.0 (???) /System/
Library/Frameworks/ApplicationServices.framework/Versions/A/
Frameworks/CoreText.framework/Versions/A/CoreText
0x90284000 - 0x90335fff ATS /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/
Versions/A/ATS
0x90364000 - 0x9069dfff com.apple.CoreGraphics 1.256.14 (???) /
System/Library/Frameworks/ApplicationServices.framework/Versions/A/
Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x90728000 - 0x90801fff com.apple.CoreFoundation 6.4.3 (368.12) /
System/Library/Frameworks/CoreFoundation.framework/Versions/A/
CoreFoundation
0x9084a000 - 0x9084afff com.apple.CoreServices 10.4 (???) /System/
Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x9084c000 - 0x9094efff libicucore.A.dylib /usr/lib/
libicucore.A.dylib
0x909a8000 - 0x90a2cfff libobjc.A.dylib /usr/lib/libobjc.A.dylib
0x90a56000 - 0x90acafff com.apple.framework.IOKit 1.4 (???) /
System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x90ae4000 - 0x90af6fff libauto.dylib /usr/lib/libauto.dylib
0x90afd000 - 0x90dc2fff com.apple.CoreServices.CarbonCore 10.4.1
(611.1) /System/Library/Frameworks/CoreServices.framework/Versions/
A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x90e25000 - 0x90ea5fff com.apple.CoreServices.OSServices 4.0
(4.0.0) /System/Library/Frameworks/CoreServices.framework/Versions/
A/Frameworks/OSServices.framework/Versions/A/OSServices
0x90eef000 - 0x90f2ffff com.apple.CFNetwork 10.4.2 (80) /System/
Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/
CFNetwork.framework/Versions/A/CFNetwork
0x90f44000 - 0x90f5cfff com.apple.WebServices 1.1.2 (1.1.0) /
System/Library/Frameworks/CoreServices.framework/Versions/A/
Frameworks/WebServicesCore.framework/Versions/A/WebServicesCore
0x90f6c000 - 0x90feafff com.apple.SearchKit 1.0.3 /System/Library/
Frameworks/CoreServices.framework/Versions/A/Frameworks/
SearchKit.framework/Versions/A/SearchKit
0x9102f000 - 0x91056fff com.apple.Metadata 1.1 (121.6) /System/
Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/
Metadata.framework/Versions/A/Metadata
0x91066000 - 0x91074fff libz.1.dylib /usr/lib/libz.1.dylib
0x91077000 - 0x91239fff com.apple.security 4.0.1 (223) /System/
Library/Frameworks/Security.framework/Versions/A/Security
0x9133b000 - 0x91344fff com.apple.DiskArbitration 2.1 /System/
Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x9134b000 - 0x91372fff com.apple.SystemConfiguration 1.8.0 /
System/Library/Frameworks/SystemConfiguration.framework/Versions/A/
SystemConfiguration
0x91385000 - 0x9138dfff libbsm.dylib /usr/lib/libbsm.dylib
0x91391000 - 0x9140ffff com.apple.audio.CoreAudio 3.0.1 /System/
Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x9144d000 - 0x9144dfff com.apple.ApplicationServices 10.4 (???) /
System/Library/Frameworks/ApplicationServices.framework/Versions/A/
ApplicationServices
0x9144f000 - 0x91487fff com.apple.AE 1.5 (297) /System/Library/
Frameworks/ApplicationServices.framework/Versions/A/Frameworks/
AE.framework/Versions/A/AE
0x914a2000 - 0x9156dfff com.apple.ColorSync 4.4 /System/Library/
Frameworks/ApplicationServices.framework/Versions/A/Frameworks/
ColorSync.framework/Versions/A/ColorSync
0x915c2000 - 0x91655fff com.apple.print.framework.PrintCore 4.0
(172.1) /System/Library/Frameworks/ApplicationServices.framework/
Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x9169b000 - 0x91758fff com.apple.QD 3.8.16 (???) /System/Library/
Frameworks/ApplicationServices.framework/Versions/A/Frameworks/
QD.framework/Versions/A/QD
0x91796000 - 0x917f4fff com.apple.HIServices 1.5.0 (???) /System/
Library/Frameworks/ApplicationServices.framework/Versions/A/
Frameworks/HIServices.framework/Versions/A/HIServices
0x91822000 - 0x91845fff com.apple.LangAnalysis 1.6 /System/Library/
Frameworks/ApplicationServices.framework/Versions/A/Frameworks/
LangAnalysis.framework/Versions/A/LangAnalysis
0x91859000 - 0x9187efff com.apple.FindByContent 1.5 /System/
Library/Frameworks/ApplicationServices.framework/Versions/A/
Frameworks/FindByContent.framework/Versions/A/FindByContent
0x91891000 - 0x918d2fff com.apple.LaunchServices 10.4.3 (157) /
System/Library/Frameworks/ApplicationServices.framework/Versions/A/
Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x918ed000 - 0x91901fff com.apple.speech.synthesis.framework 3.3 /
System/Library/Frameworks/ApplicationServices.framework/Versions/A/
Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x9190f000 - 0x91945fff com.apple.ImageIO.framework 1.0.2 /System/
Library/Frameworks/ApplicationServices.framework/Versions/A/
Frameworks/ImageIO.framework/Versions/A/ImageIO
0x91959000 - 0x91a1ffff libcrypto.0.9.7.dylib /usr/lib/libcrypto.
0.9.7.dylib
0x91a6c000 - 0x91a81fff libcups.2.dylib /usr/lib/libcups.2.dylib
0x91a86000 - 0x91aa2fff libJPEG.dylib /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/
Versions/A/Resources/libJPEG.dylib
0x91aa7000 - 0x91b16fff libJP2.dylib /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/
Versions/A/Resources/libJP2.dylib
0x91b2d000 - 0x91b31fff libGIF.dylib /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/
Versions/A/Resources/libGIF.dylib
0x91b33000 - 0x91b4bfff libRaw.dylib /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/
Versions/A/Resources/libRaw.dylib
0x91b4e000 - 0x91b91fff libTIFF.dylib /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/
Versions/A/Resources/libTIFF.dylib
0x91b98000 - 0x91bb1fff libPng.dylib /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/
Versions/A/Resources/libPng.dylib
0x91bb6000 - 0x91bb9fff libRadiance.dylib /System/Library/
Frameworks/ApplicationServices.framework/Versions/A/Frameworks/
ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x91bbb000 - 0x91bbbfff com.apple.Accelerate 1.1.1 (Accelerate
1.1.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/
Accelerate
0x91bbd000 - 0x91ca7fff com.apple.vImage 2.0 /System/Library/
Frameworks/Accelerate.framework/Versions/A/Frameworks/
vImage.framework/Versions/A/vImage
0x91caf000 - 0x91ccefff com.apple.Accelerate.vecLib 3.1.1 (vecLib
3.1.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/
Frameworks/vecLib.framework/Versions/A/vecLib
0x91d3a000 - 0x91d5afff libmx.A.dylib /usr/lib/libmx.A.dylib
0x91d60000 - 0x91dc5fff libvMisc.dylib /System/Library/Frameworks/
Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/
A/libvMisc.dylib
0x91dcf000 - 0x91e61fff libvDSP.dylib /System/Library/Frameworks/
Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/
A/libvDSP.dylib
0x91e7b000 - 0x9240bfff libBLAS.dylib /System/Library/Frameworks/
Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/
A/libBLAS.dylib
0x92453000 - 0x92763fff libLAPACK.dylib /System/Library/
Frameworks/Accelerate.framework/Versions/A/Frameworks/
vecLib.framework/Versions/A/libLAPACK.dylib
0x92790000 - 0x9281bfff com.apple.DesktopServices 1.3 /System/
Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/
DesktopServicesPriv
0x9285d000 - 0x92a86fff com.apple.Foundation 6.4.1 (567.12) /
System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x92ba4000 - 0x92c82fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
0x92ca2000 - 0x92d90fff libiconv.2.dylib /usr/lib/libiconv.2.dylib
0x92da2000 - 0x92dc0fff libGL.dylib /System/Library/Frameworks/
OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x92dcb000 - 0x92e25fff libGLU.dylib /System/Library/Frameworks/
OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x92e43000 - 0x92e43fff com.apple.Carbon 10.4 (???) /System/
Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x92e45000 - 0x92e59fff com.apple.ImageCapture 3.0 /System/Library/
Frameworks/Carbon.framework/Versions/A/Frameworks/
ImageCapture.framework/Versions/A/ImageCapture
0x92e71000 - 0x92e81fff com.apple.speech.recognition.framework
3.4 /System/Library/Frameworks/Carbon.framework/Versions/A/
Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x92e8d000 - 0x92ea2fff com.apple.securityhi 2.0 (203) /System/
Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
SecurityHI.framework/Versions/A/SecurityHI
0x92eb4000 - 0x92f3bfff com.apple.ink.framework 101.2 (69) /System/
Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
Ink.framework/Versions/A/Ink
0x92f4f000 - 0x92f5afff com.apple.help 1.0.3 (32) /System/Library/
Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/
Versions/A/Help
0x92f64000 - 0x92f91fff com.apple.openscripting 1.2.2 (???) /
System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
OpenScripting.framework/Versions/A/OpenScripting
0x92fab000 - 0x92fbbfff com.apple.print.framework.Print 4.0 (187) /
System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
Print.framework/Versions/A/Print
0x92fc7000 - 0x9302dfff com.apple.htmlrendering 1.1.2 /System/
Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
HTMLRendering.framework/Versions/A/HTMLRendering
0x9305e000 - 0x930b0fff com.apple.NavigationServices 3.4.1 (3.4) /
System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
NavigationServices.framework/Versions/A/NavigationServices
0x930dc000 - 0x930f9fff com.apple.audio.SoundManager 3.9 /System/
Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
CarbonSound.framework/Versions/A/CarbonSound
0x9310b000 - 0x93118fff com.apple.CommonPanels 1.2.2 (73) /System/
Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
CommonPanels.framework/Versions/A/CommonPanels
0x93121000 - 0x93431fff com.apple.HIToolbox 1.4.3 (???) /System/
Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
HIToolbox.framework/Versions/A/HIToolbox
0x9357c000 - 0x93588fff com.apple.opengl 1.4.0 /System/Library/
Frameworks/OpenGL.framework/Versions/A/OpenGL
0x9361a000 - 0x9361afff com.apple.Cocoa 6.4 (???) /System/Library/
Frameworks/Cocoa.framework/Versions/A/Cocoa
0x9361c000 - 0x93c4dfff com.apple.AppKit 6.4.2 (824.11) /System/
Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x93fd9000 - 0x94043fff com.apple.CoreData 1.0 (46) /System/
Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x9407b000 - 0x94145fff com.apple.audio.toolbox.AudioToolbox
1.4.1 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/
AudioToolbox
0x94199000 - 0x94199fff com.apple.audio.units.AudioUnit 1.4 /
System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x9419b000 - 0x942fafff com.apple.QuartzCore 1.4.1 /System/Library/
Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x94342000 - 0x9437ffff libsqlite3.0.dylib /usr/lib/
libsqlite3.0.dylib
0x94387000 - 0x943d2fff libGLImage.dylib /System/Library/
Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x94573000 - 0x94582fff libCGATS.A.dylib /System/Library/
Frameworks/ApplicationServices.framework/Versions/A/Frameworks/
CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
0x9458a000 - 0x94596fff libCSync.A.dylib /System/Library/
Frameworks/ApplicationServices.framework/Versions/A/Frameworks/
CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x945db000 - 0x945effff libRIP.A.dylib /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/
CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x945f5000 - 0x9485ffff com.apple.QuickTime 7.0.3 /System/Library/
Frameworks/QuickTime.framework/Versions/A/QuickTime
0x958dd000 - 0x95967fff com.apple.WebKit 412.7 /System/Library/
Frameworks/WebKit.framework/Versions/A/WebKit
0x959c1000 - 0x95aa3fff com.apple.JavaScriptCore 412.5 /System/
Library/Frameworks/WebKit.framework/Versions/A/Frameworks/
JavaScriptCore.framework/Versions/A/JavaScriptCore
0x95af7000 - 0x95de9fff com.apple.WebCore 415.13.2 /System/Library/
Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/
Versions/A/WebCore
0x95f6c000 - 0x95f95fff libxslt.1.dylib /usr/lib/libxslt.1.dylib
0x962b7000 - 0x962b9fff com.apple.ExceptionHandling 1.2 (???) /
System/Library/Frameworks/ExceptionHandling.framework/Versions/A/
ExceptionHandling
0x972a9000 - 0x972c8fff com.apple.vecLib 3.1.1 (vecLib 3.1.1) /
System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x97a94000 - 0x97aa1fff com.apple.agl 2.5.6 (AGL-2.5.6) /System/
Library/Frameworks/AGL.framework/Versions/A/AGL
0x9947a000 - 0x99d2dfff com.apple.QuickTimeComponents.component
7.0.3 /System/Library/QuickTime/QuickTimeComponents.component/
Contents/MacOS/QuickTimeComponents
Model: PowerBook5,6, BootROM 4.9.1f1, 1 processors, PowerPC G4
(1.2), 1.67 GHz, 1 GB
Graphics: ATI Mobility Radeon 9700, ATY,RV360M11, AGP, 64 MB
Memory Module: SODIMM0/J25LOWER, 512 MB, DDR SDRAM, PC2700U-25330
Memory Module: SODIMM1/J25UPPER, 512 MB, DDR SDRAM, PC2700U-25330
AirPort: AirPort Extreme, 400.17 (3.90.34.0.p11)
Modem: Jump, , V.92, Version 1.0,
Bluetooth: Version 1.6.0f2, 2 service, 1 devices, 0 incoming serial
ports
Network Service: Ethernet intégré, Ethernet, en0
PCI Card: TXN,PCIXXXX-00, cardbus, PC Card
Parallel ATA Device: MATSHITADVD-R UJ-835E,
Parallel ATA Device: FUJITSU MHT2080AH, 74.53 GB
USB Device: Bluetooth HCI, , Up to 12 Mb/sec, 500 mA
USB Device: Apple Internal Keyboard/Trackpad, Apple Computer, Up to
12 Mb/sec, 500 mA
FireWire Device: HDD 2.5" 2 ports, 1394, Up to 400 Mb/sec
FireWire Device: unknown_device, unknown_value, Up to 400 Mb/sec
Sincerely,
Denis
More information about the R-SIG-Mac
mailing list