[R-SIG-Mac] Another R bug report
stefano iacus
jago at mclink.it
Thu Aug 4 12:43:23 CEST 2005
Hi Roberto,
it seems to me that something wrong is happening on your system.
I've tries this on three different macs as well as your last bur
report and everything works as expected.
I don't remind, but did you try to reinstall R-2.1.1 with root
authorization? like
sudo installer -pkg g77.pkg -target /
after moving inside the R-2.1.1.dmg
stefano
p.s. please, always send report to R-sig-mac.
Here is the output of your example on my machine:
> x = 1:50
> y = 2*x + 5 + rnorm(50)
> plot(x,y)
> lm(y~x)
Call:
lm(formula = y ~ x)
Coefficients:
(Intercept) x
4.781 2.013
> x = 1:50
> y = 2*x + 5 + rnorm(50)
> plot(x,y)
> lm(y~x)
Call:
lm(formula = y ~ x)
Coefficients:
(Intercept) x
5.441 1.987
On 04/ago/05, at 10:58, Roberto Osorio wrote:
> I don't know if this helps clarifying anything, but if I try lm()
> directly I
> get wrong results as in
>
>
>> x = 1:50
>> x
>>
> [1] 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
> 22 23 24
> 25
> [26] 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
> 47 48 49
> 50
>
>> y = 2*x + 5 + rnorm(50)
>> y
>>
> [1] 6.296958 9.293113 10.619668 13.310555 15.494674 16.857116
> [7] 20.260863 21.911861 22.645976 26.068097 26.801601 29.175792
> [13] 31.471468 34.738432 33.901161 36.350657 40.270726 39.282926
> [19] 43.584526 43.560169 47.733994 48.492100 51.916630 53.271648
> [25] 55.400212 57.291703 59.950402 61.077906 64.930989 65.964767
> [31] 65.951900 68.171402 71.369690 72.422512 75.839961 79.512503
> [37] 79.638604 81.156084 82.999368 87.557194 86.582255 88.727076
> [43] 90.125755 91.459199 93.911670 98.438038 98.106509 103.027146
> [49] 101.478572 105.546317
>
>> plot(x,y)
>> lm(y~x)
>>
>
> Call:
> lm(formula = y ~ x)
>
> Coefficients:
> (Intercept) x
> 57.35 NA
>
> -----
> The linear regression coefficients should be close to 5 for the
> intercept
> and 2 for the slope, so something is definitely wrong with this
> solution.
> Indeed, if I try the same problem on a colleague's Linux
> installation of R,
> I get something which makes sense:
>
> Coefficients:
> (Intercept) x
> 5.283 1.991
>
> So, not only does my OS X installation crash, but it also gives wrong
> results before crashing!
>
> I reinstalled everything more than once, to no avail. If you have any
> further suggestions of what I could try, I'd love to hear.
>
> Roberto
>
>
> On 8/3/05 1:16 AM, "stefano iacus" <jago at mclink.it> wrote:
>
>
>> Hi Roberto,
>> this seems again a problem with fortran->BLAS and it seems you are
>> the only user reporting this. My suspect is that there is sometheing
>> weird in your system. I'm forwarding this to R-sig-mac.
>> stefano
>>
>>
>> Begin forwarded message:
>>
>>
>>> From: Roberto Osorio <roberto at evafunds.com>
>>> Date: 03 agosto 2005 1:37:12 GMT+02:00
>>> To: stefano iacus <jago at mclink.it>
>>> Subject: Another R bug report
>>>
>>>
>>> Hi Stefano:
>>>
>>> Now my OS X R installation crashes on the summary of an lm() fit. Id
>>> executes lm fine, as in
>>>
>>>
>>>> fit = lm(sp~lada)
>>>>
>>>>
>>> But it crashes if I do
>>>
>>>
>>>> summary(fit)
>>>>
>>>>
>>>
>>> The crash report follows below.
>>>
>>> BTW, I'm still getting crashes with acf(). I notice that, in both
>>> cases, the
>>> first program after R in the Binary Images Description session of
>>> the report
>>> is Sogudi. Could it have anything to do with it?
>>>
>>> Thanks,
>>>
>>> Roberto
>>>
>>> -----
>>>
>>> Date/Time: 2005-08-02 16:26:42.563 -0700
>>> OS Version: 10.4.2 (Build 8C46)
>>> Report Version: 3
>>>
>>> Command: R
>>> Path: /Applications/R.app/Contents/MacOS/R
>>> Parent: WindowServer [67]
>>>
>>> Version: 1.13-experimental (1666)
>>>
>>> PID: 2327
>>> Thread: 0
>>>
>>> Exception: EXC_BAD_ACCESS (0x0001)
>>> Codes: KERN_INVALID_ADDRESS (0x0001) at 0xfdc07000
>>>
>>> Thread 0 Crashed:
>>> 0 libBLAS.dylib 0x923fca6c ATL_thread_init
>>> + 64
>>> 1 libBLAS.dylib 0x923fe6b0 ATL_dptgezero + 52
>>> 2 libBLAS.dylib 0x923f3048 ATL_dpttrmm + 108
>>> 3 libBLAS.dylib 0x91e9ef60 ATL_dlauumCU + 196
>>> 4 libBLAS.dylib 0x91eaddfc dlauum_ + 292
>>> 5 libBLAS.dylib 0x91eae228 DPOTRI_ + 320
>>> 6 lapack.so 0x07e2a170 modLa_chol2inv
>>> + 432
>>> (Lapack.c:745)
>>> 7 libR.dylib 0x00249318 do_dotcall + 652
>>> (dotcode.c:770)
>>> 8 libR.dylib 0x00263b24 Rf_eval + 1536
>>> (eval.c:405)
>>> 9 libR.dylib 0x002652a4 do_begin + 136
>>> (eval.c:1058)
>>> 10 libR.dylib 0x00263970 Rf_eval + 1100
>>> (eval.c:382)
>>> 11 libR.dylib 0x00263fc0 Rf_applyClosure +
>>> 952
>>> (eval.c:576)
>>> 12 libR.dylib 0x00263b9c Rf_eval + 1656
>>> (eval.c:417)
>>> 13 libR.dylib 0x00265f90
>>> Rf_evalListKeepMissing +
>>> 344 (eval.c:1437)
>>> 14 libR.dylib 0x002652f8 do_return + 48
>>> (eval.c:1074)
>>> 15 libR.dylib 0x00263970 Rf_eval + 1100
>>> (eval.c:382)
>>> 16 libR.dylib 0x00263970 Rf_eval + 1100
>>> (eval.c:382)
>>> 17 libR.dylib 0x002652a4 do_begin + 136
>>> (eval.c:1058)
>>> 18 libR.dylib 0x00263970 Rf_eval + 1100
>>> (eval.c:382)
>>> 19 libR.dylib 0x00263fc0 Rf_applyClosure +
>>> 952
>>> (eval.c:576)
>>> 20 libR.dylib 0x00263b9c Rf_eval + 1656
>>> (eval.c:417)
>>> 21 libR.dylib 0x00265b1c do_set + 224
>>> (eval.c:1309)
>>> 22 libR.dylib 0x00263970 Rf_eval + 1100
>>> (eval.c:382)
>>> 23 libR.dylib 0x002652a4 do_begin + 136
>>> (eval.c:1058)
>>> 24 libR.dylib 0x00263970 Rf_eval + 1100
>>> (eval.c:382)
>>> 25 libR.dylib 0x00263fc0 Rf_applyClosure +
>>> 952
>>> (eval.c:576)
>>> 26 libR.dylib 0x00298ca4 applyMethod + 472
>>> (objects.c:121)
>>> 27 libR.dylib 0x002993bc Rf_usemethod +
>>> 1064
>>> (objects.c:302)
>>> 28 libR.dylib 0x00299798 do_usemethod + 504
>>> (objects.c:391)
>>> 29 libR.dylib 0x00263970 Rf_eval + 1100
>>> (eval.c:382)
>>> 30 libR.dylib 0x00263fc0 Rf_applyClosure +
>>> 952
>>> (eval.c:576)
>>> 31 libR.dylib 0x00263b9c Rf_eval + 1656
>>> (eval.c:417)
>>> 32 org.R-project.R 0x000152d0
>>> run_REngineRmainloop + 628
>>> (crt.c:355)
>>> 33 org.R-project.R 0x0000e730 -[REngine
>>> runREPL] + 68
>>> (crt.c:355)
>>> 34 com.apple.Foundation 0x9287fcfc __NSFireTimer +
>>> 116
>>> 35 com.apple.CoreFoundation 0x9075edb0
>>> __CFRunLoopDoTimer + 184
>>> 36 com.apple.CoreFoundation 0x9074b728 __CFRunLoopRun +
>>> 1680
>>> 37 com.apple.CoreFoundation 0x9074acdc
>>> CFRunLoopRunSpecific + 268
>>> 38 com.apple.HIToolbox 0x93123be0
>>> RunCurrentEventLoopInMode
>>> + 264
>>> 39 com.apple.HIToolbox 0x93123274
>>> ReceiveNextEventCommon +
>>> 380
>>> 40 com.apple.HIToolbox 0x931230e0
>>> BlockUntilNextEventMatchingListInMode + 96
>>> 41 com.apple.AppKit 0x9361e1a4 _DPSNextEvent +
>>> 384
>>> 42 com.apple.AppKit 0x9361de68 -[NSApplication
>>> nextEventMatchingMask:untilDate:inMode:dequeue:] + 116
>>> 43 com.apple.AppKit 0x9361a3cc -[NSApplication
>>> run] + 472
>>> 44 com.apple.AppKit 0x9370ac1c NSApplicationMain
>>> + 452
>>> 45 org.R-project.R 0x00002e4c _start + 344
>>> (crt.c:272)
>>> 46 org.R-project.R 0x00002cf0 start + 60
>>>
>>> Thread 1:
>>> 0 libSystem.B.dylib 0x9001efec select + 12
>>> 1 org.R-project.R 0x00004940 -[RController
>>> readThread:]
>>> + 588 (crt.c:355)
>>> 2 com.apple.Foundation 0x9287cf34
>>> forkThreadForFunction +
>>> 108
>>> 3 libSystem.B.dylib 0x9002c3d4 _pthread_body + 96
>>>
>>> Thread 2:
>>> 0 libSystem.B.dylib 0x9004ca38
>>> syscall_thread_switch + 8
>>> 1 com.apple.Foundation 0x92895330 +[NSThread
>>> sleepUntilDate:] + 152
>>> 2 com.apple.AppKit 0x936bae60 -[NSUIHeartBeat
>>> _heartBeatThread:] + 1100
>>> 3 com.apple.Foundation 0x9287cf34
>>> forkThreadForFunction +
>>> 108
>>> 4 libSystem.B.dylib 0x9002c3d4 _pthread_body + 96
>>>
>>> Thread 3:
>>> 0 libSystem.B.dylib 0x9002f68c kevent + 12
>>> 1 com.apple.DesktopServices 0x9278cad8
>>> TFSNotificationTask::FSNotificationTaskProc(void*) + 56
>>> 2 ...ple.CoreServices.CarbonCore 0x90b39690
>>> PrivateMPEntryPoint + 76
>>> 3 libSystem.B.dylib 0x9002c3d4 _pthread_body + 96
>>>
>>> Thread 4:
>>> 0 libSystem.B.dylib 0x9002ca98
>>> semaphore_wait_signal_trap
>>> + 8
>>> 1 libSystem.B.dylib 0x9003127c pthread_cond_wait
>>> + 508
>>> 2 ...ple.CoreServices.CarbonCore 0x90b39880 MPWaitOnQueue +
>>> 224
>>> 3 com.apple.DesktopServices 0x9278d330
>>> TNodeSyncTask::SyncTaskProc(void*) + 108
>>> 4 ...ple.CoreServices.CarbonCore 0x90b39690
>>> PrivateMPEntryPoint + 76
>>> 5 libSystem.B.dylib 0x9002c3d4 _pthread_body + 96
>>>
>>> Thread 5:
>>> 0 libSystem.B.dylib 0x9000a778 mach_msg_trap + 8
>>> 1 libSystem.B.dylib 0x9000a6bc mach_msg + 60
>>> 2 com.apple.CoreFoundation 0x9074b3d8 __CFRunLoopRun
>>> + 832
>>> 3 com.apple.CoreFoundation 0x9074acdc
>>> CFRunLoopRunSpecific + 268
>>> 4 com.apple.Foundation 0x928a43e0
>>> +[NSURLConnection(NSURLConnectionInternal) _resourceLoadLoop:] + 264
>>> 5 com.apple.Foundation 0x9287cf34
>>> forkThreadForFunction +
>>> 108
>>> 6 libSystem.B.dylib 0x9002c3d4 _pthread_body + 96
>>>
>>> Thread 6:
>>> 0 libSystem.B.dylib 0x9000a778 mach_msg_trap + 8
>>> 1 libSystem.B.dylib 0x9000a6bc mach_msg + 60
>>> 2 com.apple.CoreFoundation 0x9074b3d8 __CFRunLoopRun
>>> + 832
>>> 3 com.apple.CoreFoundation 0x9074acdc
>>> CFRunLoopRunSpecific + 268
>>> 4 com.apple.Foundation 0x928a5520 +[NSURLCache
>>> _diskCacheSyncLoop:] + 152
>>> 5 com.apple.Foundation 0x9287cf34
>>> forkThreadForFunction +
>>> 108
>>> 6 libSystem.B.dylib 0x9002c3d4 _pthread_body + 96
>>>
>>> Thread 7:
>>> 0 libSystem.B.dylib 0x9000a778 mach_msg_trap + 8
>>> 1 libSystem.B.dylib 0x9000a6bc mach_msg + 60
>>> 2 com.apple.CoreFoundation 0x9074b3d8 __CFRunLoopRun
>>> + 832
>>> 3 com.apple.CoreFoundation 0x9074acdc
>>> CFRunLoopRunSpecific + 268
>>> 4 com.apple.Foundation 0x9288bec4 -[NSRunLoop
>>> runMode:beforeDate:] + 172
>>> 5 com.apple.Foundation 0x9288bdfc -[NSRunLoop run]
>>> + 76
>>> 6 com.apple.WebKit 0x958720a0 +[WebFileDatabase
>>> _syncLoop:] + 176
>>> 7 com.apple.Foundation 0x9287cf34
>>> forkThreadForFunction +
>>> 108
>>> 8 libSystem.B.dylib 0x9002c3d4 _pthread_body + 96
>>>
>>> Thread 0 crashed with PPC Thread State 64:
>>> srr0: 0x00000000923fca6c srr1: 0x000000000200f030
>>> vrsave: 0x0000000000000000
>>> cr: 0x42024422 xer: 0x0000000000000004 lr:
>>> 0x00000000923fca64
>>> ctr: 0x0000000090030fdc
>>> r0: 0x0000000054484441 r1: 0x00000000bfff9c50 r2:
>>> 0x00000000a1e7ca34
>>> r3: 0x00000000fdc07000
>>> r4: 0x0000000000000001 r5: 0x0000000005d6ee88 r6:
>>> 0x0000000000000002
>>> r7: 0x0000000000000001
>>> r8: 0x0000000000000001 r9: 0x00000000bfff9ce0 r10:
>>> 0x000000009002b8b8
>>> r11: 0x00000000a1e76118
>>> r12: 0x0000000090030fdc r13: 0x00000000003e834c r14:
>>> 0x0000000000398f9c
>>> r15: 0x00000000058244a0
>>> r16: 0x00000000003e7f60 r17: 0x00000000003e7f60 r18:
>>> 0x00000000003e7f68
>>> r19: 0x00000000003a352c
>>> r20: 0x00000000003a352c r21: 0x0000000000000026 r22:
>>> 0x0000000000000000
>>> r23: 0x0000000000000002
>>> r24: 0x0000000005d6ee88 r25: 0x0000000000000083 r26:
>>> 0x0000000000000070
>>> r27: 0x0000000000000002
>>> r28: 0x0000000005d6ee88 r29: 0x00000000bfff9ce0 r30:
>>> 0x0000000000000001
>>> r31: 0x00000000923fca34
>>>
>>> Binary Images Description:
>>> 0x1000 - 0x39fff org.R-project.R 1.13-experimental (1666)
>>> /Applications/R.app/Contents/MacOS/R
>>> 0x53000 - 0x85fff libreadline.5.0.dylib
>>> /Library/Frameworks/R.framework/Resources/lib/libreadline.5.0.dylib
>>> 0x99000 - 0xc4fff libncurses.5.dylib /usr/lib/libncurses.
>>> 5.dylib
>>> 0x205000 - 0x392fff libR.dylib
>>> /Library/Frameworks/R.framework/Resources/lib/libR.dylib
>>> 0x77b000 - 0x77bfff com.kitzkikz.Sogudi Sogudi 0.4.6 (0.4.6)
>>> /Users/roberto/Library/InputManagers/Sogudi/Sogudi.bundle/Contents/
>>> MacOS/Sog
>>> udi
>>> 0x4181000 - 0x4184fff methods.so
>>> /Library/Frameworks/R.framework/Resources/library/methods/libs/
>>> methods.so
>>> 0x41ba000 - 0x41cffff grDevices.so
>>> /Library/Frameworks/R.framework/Resources/library/grDevices/libs/
>>> grDevices.s
>>> o
>>> 0x537d000 - 0x53a8fff stats.so
>>> /Library/Frameworks/R.framework/Resources/library/stats/libs/
>>> stats.so
>>> 0x54b0000 - 0x54b6fff com.apple.DictionaryServiceComponent 1.0.0
>>> /System/Library/Components/DictionaryService.component/Contents/
>>> MacOS/Dictio
>>> naryService
>>> 0x569f000 - 0x56a0fff com.apple.URLMount.WebDAVPlugin 1.1.3
>>> /System/Library/Filesystems/URLMount/http.URLMounter/Contents/MacOS/
>>> http
>>> 0x7e27000 - 0x7e2bfff lapack.so
>>> /Library/Frameworks/R.framework/Resources/modules/lapack.so
>>> 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/
>>> Framewor
>>> ks/CoreText.framework/Versions/A/CoreText
>>> 0x90284000 - 0x90335fff ATS
>>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/
>>> Framewor
>>> ks/ATS.framework/Versions/A/ATS
>>> 0x90364000 - 0x9069dfff com.apple.CoreGraphics 1.256.14 (???)
>>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/
>>> Framewor
>>> ks/CoreGraphics.framework/Versions/A/CoreGraphics
>>> 0x90728000 - 0x90801fff com.apple.CoreFoundation 6.4.2 (368.11)
>>> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/
>>> CoreFoundatio
>>> n
>>> 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/Carb
>>> onCore.framework/Versions/A/CarbonCore
>>> 0x90e25000 - 0x90ea5fff com.apple.CoreServices.OSServices 4.0
>>> (4.0.0)
>>> /System/Library/Frameworks/CoreServices.framework/Versions/A/
>>> Frameworks/OSSe
>>> rvices.framework/Versions/A/OSServices
>>> 0x90eef000 - 0x90f2ffff com.apple.CFNetwork 10.4.2 (80)
>>> /System/Library/Frameworks/CoreServices.framework/Versions/A/
>>> Frameworks/CFNe
>>> twork.framework/Versions/A/CFNetwork
>>> 0x90f44000 - 0x90f5cfff com.apple.WebServices 1.1.2 (1.1.0)
>>> /System/Library/Frameworks/CoreServices.framework/Versions/A/
>>> Frameworks/WebS
>>> ervicesCore.framework/Versions/A/WebServicesCore
>>> 0x90f6c000 - 0x90feafff com.apple.SearchKit 1.0.3
>>> /System/Library/Frameworks/CoreServices.framework/Versions/A/
>>> Frameworks/Sear
>>> chKit.framework/Versions/A/SearchKit
>>> 0x9102f000 - 0x91056fff com.apple.Metadata 1.1 (121.6)
>>> /System/Library/Frameworks/CoreServices.framework/Versions/A/
>>> Frameworks/Meta
>>> data.framework/Versions/A/Metadata
>>> 0x91066000 - 0x91073fff libz.1.dylib /usr/lib/libz.1.dylib
>>> 0x91076000 - 0x91238fff com.apple.security 4.0.1 (223)
>>> /System/Library/Frameworks/Security.framework/Versions/A/Security
>>> 0x9133a000 - 0x91343fff com.apple.DiskArbitration 2.1
>>> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/
>>> DiskArbitrat
>>> ion
>>> 0x9134a000 - 0x91371fff com.apple.SystemConfiguration 1.8.0
>>> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/
>>> SystemCo
>>> nfiguration
>>> 0x91384000 - 0x9138cfff libbsm.dylib /usr/lib/libbsm.dylib
>>> 0x91390000 - 0x9140efff com.apple.audio.CoreAudio 3.0.1
>>> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
>>> 0x9144c000 - 0x9144cfff com.apple.ApplicationServices 10.4 (???)
>>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/
>>> Applicat
>>> ionServices
>>> 0x9144e000 - 0x91486fff com.apple.AE 1.5 (297)
>>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/
>>> Framewor
>>> ks/AE.framework/Versions/A/AE
>>> 0x914a1000 - 0x9156cfff com.apple.ColorSync 4.4
>>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/
>>> Framewor
>>> ks/ColorSync.framework/Versions/A/ColorSync
>>> 0x915c1000 - 0x91654fff com.apple.print.framework.PrintCore 4.0
>>> (172.1)
>>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/
>>> Framewor
>>> ks/PrintCore.framework/Versions/A/PrintCore
>>> 0x9169a000 - 0x91757fff com.apple.QD 3.8.6 (???)
>>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/
>>> Framewor
>>> ks/QD.framework/Versions/A/QD
>>> 0x91795000 - 0x917f3fff com.apple.HIServices 1.5.0 (???)
>>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/
>>> Framewor
>>> ks/HIServices.framework/Versions/A/HIServices
>>> 0x91821000 - 0x91844fff com.apple.LangAnalysis 1.6
>>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/
>>> Framewor
>>> ks/LangAnalysis.framework/Versions/A/LangAnalysis
>>> 0x91858000 - 0x9187dfff com.apple.FindByContent 1.5
>>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/
>>> Framewor
>>> ks/FindByContent.framework/Versions/A/FindByContent
>>> 0x91890000 - 0x918d1fff com.apple.LaunchServices 10.4.3 (157)
>>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/
>>> Framewor
>>> ks/LaunchServices.framework/Versions/A/LaunchServices
>>> 0x918ec000 - 0x91900fff com.apple.speech.synthesis.framework 3.3
>>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/
>>> Framewor
>>> ks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
>>> 0x9190e000 - 0x91944fff com.apple.ImageIO.framework 1.0.2
>>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/
>>> Framewor
>>> ks/ImageIO.framework/Versions/A/ImageIO
>>> 0x91958000 - 0x91a1afff libcrypto.0.9.7.dylib
>>> /usr/lib/libcrypto.0.9.7.dylib
>>> 0x91a66000 - 0x91a7bfff libcups.2.dylib /usr/lib/libcups.2.dylib
>>> 0x91a80000 - 0x91a9cfff libJPEG.dylib
>>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/
>>> Framewor
>>> ks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
>>> 0x91aa1000 - 0x91b10fff libJP2.dylib
>>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/
>>> Framewor
>>> ks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
>>> 0x91b27000 - 0x91b2bfff libGIF.dylib
>>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/
>>> Framewor
>>> ks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
>>> 0x91b2d000 - 0x91b45fff libRaw.dylib
>>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/
>>> Framewor
>>> ks/ImageIO.framework/Versions/A/Resources/libRaw.dylib
>>> 0x91b48000 - 0x91b8bfff libTIFF.dylib
>>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/
>>> Framewor
>>> ks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
>>> 0x91b92000 - 0x91babfff libPng.dylib
>>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/
>>> Framewor
>>> ks/ImageIO.framework/Versions/A/Resources/libPng.dylib
>>> 0x91bb0000 - 0x91bb3fff libRadiance.dylib
>>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/
>>> Framewor
>>> ks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
>>> 0x91bb5000 - 0x91bb5fff com.apple.Accelerate 1.1.1 (Accelerate
>>> 1.1.1)
>>> /System/Library/Frameworks/Accelerate.framework/Versions/A/
>>> Accelerate
>>> 0x91bb7000 - 0x91ca1fff com.apple.vImage 2.0
>>> /System/Library/Frameworks/Accelerate.framework/Versions/A/
>>> Frameworks/vImage
>>> .framework/Versions/A/vImage
>>> 0x91ca9000 - 0x91cc8fff com.apple.Accelerate.vecLib 3.1.1 (vecLib
>>> 3.1.1)
>>> /System/Library/Frameworks/Accelerate.framework/Versions/A/
>>> Frameworks/vecLib
>>> .framework/Versions/A/vecLib
>>> 0x91d34000 - 0x91d54fff libmx.A.dylib /usr/lib/libmx.A.dylib
>>> 0x91d5a000 - 0x91dbffff libvMisc.dylib
>>> /System/Library/Frameworks/Accelerate.framework/Versions/A/
>>> Frameworks/vecLib
>>> .framework/Versions/A/libvMisc.dylib
>>> 0x91dc9000 - 0x91e5bfff libvDSP.dylib
>>> /System/Library/Frameworks/Accelerate.framework/Versions/A/
>>> Frameworks/vecLib
>>> .framework/Versions/A/libvDSP.dylib
>>> 0x91e75000 - 0x92405fff libBLAS.dylib
>>> /System/Library/Frameworks/Accelerate.framework/Versions/A/
>>> Frameworks/vecLib
>>> .framework/Versions/A/libBLAS.dylib
>>> 0x9244d000 - 0x9275dfff libLAPACK.dylib
>>> /System/Library/Frameworks/Accelerate.framework/Versions/A/
>>> Frameworks/vecLib
>>> .framework/Versions/A/libLAPACK.dylib
>>> 0x9278a000 - 0x92815fff com.apple.DesktopServices 1.3
>>> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/
>>> Versions/A/D
>>> esktopServicesPriv
>>> 0x92857000 - 0x92a80fff com.apple.Foundation 6.4.1 (567.12)
>>> /System/Library/Frameworks/Foundation.framework/Versions/C/
>>> Foundation
>>> 0x92b9e000 - 0x92c7cfff libxml2.2.dylib /usr/lib/libxml2.2.dylib
>>> 0x92c9c000 - 0x92d8afff libiconv.2.dylib /usr/lib/libiconv.
>>> 2.dylib
>>> 0x92d9c000 - 0x92dbafff libGL.dylib
>>> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/
>>> libGL.dylib
>>> 0x92dc5000 - 0x92e1ffff libGLU.dylib
>>> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/
>>> libGLU.dyli
>>> b
>>> 0x92e3d000 - 0x92e3dfff com.apple.Carbon 10.4 (???)
>>> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
>>> 0x92e3f000 - 0x92e53fff com.apple.ImageCapture 3.0
>>> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
>>> ImageCaptu
>>> re.framework/Versions/A/ImageCapture
>>> 0x92e6b000 - 0x92e7bfff com.apple.speech.recognition.framework 3.4
>>> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
>>> SpeechReco
>>> gnition.framework/Versions/A/SpeechRecognition
>>> 0x92e87000 - 0x92e9cfff com.apple.securityhi 2.0 (203)
>>> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
>>> SecurityHI
>>> .framework/Versions/A/SecurityHI
>>> 0x92eae000 - 0x92f35fff com.apple.ink.framework 101.2 (69)
>>> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
>>> Ink.framew
>>> ork/Versions/A/Ink
>>> 0x92f49000 - 0x92f54fff com.apple.help 1.0.3 (32)
>>> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
>>> Help.frame
>>> work/Versions/A/Help
>>> 0x92f5e000 - 0x92f8bfff com.apple.openscripting 1.2.2 (???)
>>> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
>>> OpenScript
>>> ing.framework/Versions/A/OpenScripting
>>> 0x92fa5000 - 0x92fb5fff com.apple.print.framework.Print 4.0 (187)
>>> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
>>> Print.fram
>>> ework/Versions/A/Print
>>> 0x92fc1000 - 0x93027fff com.apple.htmlrendering 1.1.2
>>> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
>>> HTMLRender
>>> ing.framework/Versions/A/HTMLRendering
>>> 0x93058000 - 0x930aafff com.apple.NavigationServices 3.4.1 (3.4)
>>> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
>>> Navigation
>>> Services.framework/Versions/A/NavigationServices
>>> 0x930d6000 - 0x930f3fff com.apple.audio.SoundManager 3.9
>>> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
>>> CarbonSoun
>>> d.framework/Versions/A/CarbonSound
>>> 0x93105000 - 0x93112fff com.apple.CommonPanels 1.2.2 (73)
>>> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
>>> CommonPane
>>> ls.framework/Versions/A/CommonPanels
>>> 0x9311b000 - 0x9342bfff com.apple.HIToolbox 1.4.2 (???)
>>> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
>>> HIToolbox.
>>> framework/Versions/A/HIToolbox
>>> 0x93576000 - 0x93582fff com.apple.opengl 1.4.0
>>> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
>>> 0x93614000 - 0x93614fff com.apple.Cocoa 6.4 (???)
>>> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
>>> 0x93616000 - 0x93c47fff com.apple.AppKit 6.4.1 (824.1)
>>> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
>>> 0x93fd3000 - 0x9403dfff com.apple.CoreData 1.0 (46)
>>> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
>>> 0x94075000 - 0x9413ffff com.apple.audio.toolbox.AudioToolbox 1.4.1
>>> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/
>>> AudioToolbox
>>> 0x94193000 - 0x94193fff com.apple.audio.units.AudioUnit 1.4
>>> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
>>> 0x94195000 - 0x942f4fff com.apple.QuartzCore 1.4.1
>>> /System/Library/Frameworks/QuartzCore.framework/Versions/A/
>>> QuartzCore
>>> 0x9433c000 - 0x94379fff libsqlite3.0.dylib /usr/lib/
>>> libsqlite3.0.dylib
>>> 0x94381000 - 0x943ccfff libGLImage.dylib
>>> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/
>>> libGLImage.
>>> dylib
>>> 0x9456c000 - 0x9457bfff libCGATS.A.dylib
>>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/
>>> Framewor
>>> ks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
>>> 0x94583000 - 0x9458ffff libCSync.A.dylib
>>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/
>>> Framewor
>>> ks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
>>> 0x945d4000 - 0x945e8fff libRIP.A.dylib
>>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/
>>> Framewor
>>> ks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
>>> 0x94923000 - 0x94942fff com.apple.vecLib 3.1.1 (vecLib 3.1.1)
>>> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
>>> 0x95870000 - 0x958fafff com.apple.WebKit 412.6
>>> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
>>> 0x95954000 - 0x95a36fff com.apple.JavaScriptCore 412.3
>>> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/
>>> JavaScript
>>> Core.framework/Versions/A/JavaScriptCore
>>> 0x95a8a000 - 0x95d78fff com.apple.WebCore 415.11
>>> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/
>>> WebCore.fr
>>> amework/Versions/A/WebCore
>>> 0x95ef9000 - 0x95f22fff libxslt.1.dylib /usr/lib/libxslt.1.dylib
>>> 0x96210000 - 0x96212fff com.apple.ExceptionHandling 1.2 (???)
>>> /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/
>>> ExceptionH
>>> andling
>>> 0x9625e000 - 0x96263fff com.apple.URLMount 2.1.1 (2.1)
>>> /System/Library/PrivateFrameworks/URLMount.framework/URLMount
>>>
>>> Model: PowerBook5,4, BootROM 4.8.6f0, 1 processors, PowerPC G4
>>> (1.2), 1.5
>>> GHz, 1 GB
>>> Graphics: ATI Mobility Radeon 9700, ATY,RV360M11, AGP, 128 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, 1 incoming serial
>>> ports
>>> Network Service: AirPort, AirPort, en1
>>> PCI Card: TXN,PCIXXXX-00, cardbus, PC Card
>>> Parallel ATA Device: MATSHITADVD-R UJ-835F,
>>> Parallel ATA Device: Hitachi HTS548080M9AT00, 74.53 GB
>>> USB Device: Bluetooth HCI, , Up to 12 Mb/sec, 500 mA
>>> USB Device: USB Receiver, Logitech, Up to 1.5 Mb/sec, 500 mA
>>>
>>>
>>>
>>>
>>>
>>
>>
>
>
>
More information about the R-SIG-Mac
mailing list