[R-sig-ME] R crash for an lme4a example

Rob Goedman robjgoedman at me.com
Thu Apr 28 17:17:18 CEST 2011


Hi Ken,

Not sure if this helps, but I have seen some other problems with using Matrix_0.9996875-0 (vs. Matrix_0.999375-50) in both R2.13 and R2.14.

As shown in attached concatenated sessionInfo(), the example works fine in 64 & 32 bit, but with Matrix_0.9996875-0 I can't load lme4a in R2.13.
I've also seen issues with that version of Matrix in profiling.

I usually don't install 32 bit versions of packages anymore, so I had to reinstall minqa & Matrix to install 32-bit versions, but I don't think that has influenced this result.

Regards,
Rob

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: ken.txt
URL: <https://stat.ethz.ch/pipermail/r-sig-mixed-models/attachments/20110428/8633f84f/attachment-0004.txt>
-------------- next part --------------



On Apr 28, 2011, at 2:18 AM, Ken Knoblauch wrote:

> Hi,
> 
> The following example from the lmer help page of lme4a causes R to crash
> on my system, copious crash report appended below the sessionInfo,
> just below.
> 
> fm3.s <- lmer(Yield ~ 1|Batch, Dyestuff2, sparseX=TRUE)
> 
> The other examples work without problem.
> It's version r1308 of lme4a, not indicated in the sessionInfo
> and it happened also with Rcpp 0.9.4, which I had tested first
> before upgrading to the latest version.
> 
> Thanks.
> 
> best,
> 
> Ken
> 
>> sessionInfo()
> 
> R version 2.13.0 Patched (2011-04-20 r55568)
> Platform: i386-apple-darwin9.8.0/i386 (32-bit)
> 
> locale:
> [1] en_US.UTF-8/en_US.UTF-8/C/C/en_US.UTF-8/en_US.UTF-8
> 
> attached base packages:
> [1] stats     graphics  grDevices utils     datasets  methods
> [7] base
> 
> other attached packages:
> [1] lme4a_0.999375-65  MatrixModels_0.2-1 minqa_1.1.15
> [4] Rcpp_0.9.4.1       Matrix_0.9996875-0 lattice_0.19-26
> 
> loaded via a namespace (and not attached):
> [1] codetools_0.2-8 grid_2.13.0     nlme_3.1-100    splines_2.13.0
> [5] stats4_2.13.0   tools_2.13.0
> 
> 
> Process:         R [1972]
> Path:            /Applications/R.app/Contents/MacOS/R
> Identifier:      org.R-project.R
> Version:         R for Mac OS X GUI 1.40-devel Leopard build 32-bit (5761)
> Code Type:       X86 (Native)
> Parent Process:  launchd [65]
> 
> Interval Since Last Report:          184 sec
> Crashes Since Last Report:           1
> Per-App Interval Since Last Report:  159 sec
> Per-App Crashes Since Last Report:   1
> 
> Date/Time:       2011-04-28 11:09:15.815 +0200
> OS Version:      Mac OS X 10.5.8 (9L31a)
> Report Version:  6
> Anonymous UUID:  63A4D68C-0D99-4A8C-84B8-D9B452B18D7F
> 
> Exception Type:  EXC_CRASH (SIGABRT)
> Exception Codes: 0x0000000000000000, 0x0000000000000000
> Crashed Thread:  0
> 
> Thread 0 Crashed:
> 0   libSystem.B.dylib             	0x92671e42 __kill + 10
> 1   libSystem.B.dylib             	0x926e423a raise + 26
> 2   libSystem.B.dylib             	0x926f0679 abort + 73
> 3   libstdc++.6.dylib             	0x925a0005 0x92558000 + 294917
> 4   libstdc++.6.dylib             	0x9259e10c __gxx_personality_v0 + 1108
> 5   libstdc++.6.dylib             	0x9259e14b std::terminate() + 29
> 6   libstdc++.6.dylib             	0x9259e261 __cxa_throw + 101
> 7   minqa.so                      	0x17f1572a Rcpp::Evaluator::run(SEXPREC*, SEXPREC*) + 378 (Evaluator.cpp:50)
> 8   minqa.so                      	0x17f15834 Rcpp::Evaluator::run(SEXPREC*) + 36 (Evaluator.cpp:59)
> 9   minqa.so                      	0x17f15861 Rcpp::internal::try_catch(SEXPREC*) + 17 (Evaluator.cpp:80)
> 10  minqa.so                      	0x17f05186 calfun_ + 502 (minqa.cpp:32)
> 11  minqa.so                      	0x17f0ad9e prelim + 910 (prelim.f:90)
> 12  minqa.so                      	0x17f01041 bobyqb + 273 (bobyqb.f:66)
> 13  minqa.so                      	0x17f00e8d bobyqa + 749 (bobyqa.f:143)
> 14  minqa.so                      	0x17f06dfa bobyqa_cpp + 1034 (minqa.cpp:93)
> 15  libR.dylib                    	0x003f1971 do_dotcall + 1009 (dotcode.c:856)
> 16  libR.dylib                    	0x0041d181 Rf_eval + 1777 (eval.c:508)
> 17  libR.dylib                    	0x004202f6 do_set + 678 (eval.c:1722)
> 18  libR.dylib                    	0x0041cf82 Rf_eval + 1266 (eval.c:482)
> 19  libR.dylib                    	0x0041ec57 do_begin + 327 (eval.c:1420)
> 20  libR.dylib                    	0x0041cf82 Rf_eval + 1266 (eval.c:482)
> 21  libR.dylib                    	0x00421fc1 Rf_applyClosure + 833 (eval.c:838)
> 22  libR.dylib                    	0x0041ce82 Rf_eval + 1010 (eval.c:526)
> 23  libR.dylib                    	0x004202f6 do_set + 678 (eval.c:1722)
> 24  libR.dylib                    	0x0041cf82 Rf_eval + 1266 (eval.c:482)
> 25  libR.dylib                    	0x0041ec57 do_begin + 327 (eval.c:1420)
> 26  libR.dylib                    	0x0041cf82 Rf_eval + 1266 (eval.c:482)
> 27  libR.dylib                    	0x0041cf82 Rf_eval + 1266 (eval.c:482)
> 28  libR.dylib                    	0x0041ec57 do_begin + 327 (eval.c:1420)
> 29  libR.dylib                    	0x0041cf82 Rf_eval + 1266 (eval.c:482)
> 30  libR.dylib                    	0x00421fc1 Rf_applyClosure + 833 (eval.c:838)
> 31  libR.dylib                    	0x0041ce82 Rf_eval + 1010 (eval.c:526)
> 32  libR.dylib                    	0x004202f6 do_set + 678 (eval.c:1722)
> 33  libR.dylib                    	0x0041cf82 Rf_eval + 1266 (eval.c:482)
> 34  libR.dylib                    	0x00457651 R_ReplDLLdo1 + 513 (main.c:360)
> 35  org.R-project.R               	0x0001fc5c run_REngineRmainloop + 252
> 36  org.R-project.R               	0x00014f2c -[REngine runREPL] + 284
> 37  org.R-project.R               	0x00003380 main + 1024
> 38  org.R-project.R               	0x00002dc6 start + 54
> 
> Thread 1:
> 0   libSystem.B.dylib             	0x9260b44e __semwait_signal + 10
> 1   libSystem.B.dylib             	0x92635dcd pthread_cond_wait$UNIX2003 + 73
> 2   com.apple.JavaScriptCore      	0x944107ff WTF::TCMalloc_PageHeap::scavengerThread() + 175
> 3   com.apple.JavaScriptCore      	0x94410b1f WTF::TCMalloc_PageHeap::runScavengerThread(void*) + 15
> 4   libSystem.B.dylib             	0x92635155 _pthread_start + 321
> 5   libSystem.B.dylib             	0x92635012 thread_start + 34
> 
> Thread 2:
> 0   libSystem.B.dylib             	0x92604266 mach_msg_trap + 10
> 1   libSystem.B.dylib             	0x9260ba5c mach_msg + 72
> 2   com.apple.CoreFoundation      	0x901e4e7e CFRunLoopRunSpecific + 1790
> 3   com.apple.CoreFoundation      	0x901e5aa8 CFRunLoopRunInMode + 88
> 4   com.apple.CFNetwork           	0x94b6918c CFURLCacheWorkerThread(void*) + 388
> 5   libSystem.B.dylib             	0x92635155 _pthread_start + 321
> 6   libSystem.B.dylib             	0x92635012 thread_start + 34
> 
> Thread 3:
> 0   com.apple.CoreFoundation      	0x902667a6 __CFDoExternRefOperation + 294
> 1   com.apple.CoreFoundation      	0x902668da -[NSObject retain] + 26
> 2   com.apple.CoreFoundation      	0x902636ab +[NSInvocation invocationWithMethodSignature:] + 59
> 3   com.apple.Foundation          	0x94c9d915 -[NSDistantObject methodSignatureForSelector:] + 1173
> 4   com.apple.CoreFoundation      	0x9026455d ___forwarding___ + 237
> 5   com.apple.CoreFoundation      	0x902648b2 _CF_forwarding_prep_0 + 50
> 6   org.R-project.R               	0x00011c85 -[RController readThread:] + 2181
> 7   com.apple.Foundation          	0x94c67dfd -[NSThread main] + 45
> 8   com.apple.Foundation          	0x94c679a4 __NSThread__main__ + 308
> 9   libSystem.B.dylib             	0x92635155 _pthread_start + 321
> 10  libSystem.B.dylib             	0x92635012 thread_start + 34
> 
> Thread 4:
> 0   libSystem.B.dylib             	0x9260b44e __semwait_signal + 10
> 1   libSystem.B.dylib             	0x9260b216 usleep$UNIX2003 + 61
> 2   com.apple.AppKit              	0x9035cbf1 -[NSUIHeartBeat _heartBeatThread:] + 2042
> 3   com.apple.Foundation          	0x94c67dfd -[NSThread main] + 45
> 4   com.apple.Foundation          	0x94c679a4 __NSThread__main__ + 308
> 5   libSystem.B.dylib             	0x92635155 _pthread_start + 321
> 6   libSystem.B.dylib             	0x92635012 thread_start + 34
> 
> Thread 5:
> 0   libSystem.B.dylib             	0x9260b44e __semwait_signal + 10
> 1   libSystem.B.dylib             	0x92635dcd pthread_cond_wait$UNIX2003 + 73
> 2   com.apple.QuartzCore          	0x97713a09 fe_fragment_thread + 54
> 3   libSystem.B.dylib             	0x92635155 _pthread_start + 321
> 4   libSystem.B.dylib             	0x92635012 thread_start + 34
> 
> Thread 6:
> 0   libSystem.B.dylib             	0x92604266 mach_msg_trap + 10
> 1   libSystem.B.dylib             	0x9260ba5c mach_msg + 72
> 2   com.apple.CoreFoundation      	0x901e4e7e CFRunLoopRunSpecific + 1790
> 3   com.apple.CoreFoundation      	0x901e5aa8 CFRunLoopRunInMode + 88
> 4   com.apple.Foundation          	0x94ccb520 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 320
> 5   com.apple.Foundation          	0x94c67dfd -[NSThread main] + 45
> 6   com.apple.Foundation          	0x94c679a4 __NSThread__main__ + 308
> 7   libSystem.B.dylib             	0x92635155 _pthread_start + 321
> 8   libSystem.B.dylib             	0x92635012 thread_start + 34
> 
> Thread 7:
> 0   libSystem.B.dylib             	0x926536fa select$DARWIN_EXTSN + 10
> 1   libSystem.B.dylib             	0x92635155 _pthread_start + 321
> 2   libSystem.B.dylib             	0x92635012 thread_start + 34
> 
> Thread 0 crashed with X86 Thread State (32-bit):
>  eax: 0x00000000  ebx: 0x926f0639  ecx: 0xbfffdbfc  edx: 0x92671e42
>  edi: 0xa039b5b8  esi: 0x19abc41c  ebp: 0xbfffdc18  esp: 0xbfffdbfc
>   ss: 0x0000001f  efl: 0x00000286  eip: 0x92671e42   cs: 0x00000007
>   ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
>  cr2: 0xffe2a3d0
> 
> Binary Images:
>    0x1000 -    0x60ff7 +org.R-project.R R for Mac OS X GUI 1.40-devel Leopard build 32-bit (5761) <e4a59ae993daec6e4e40f98b2817aba3> /Applications/R.app/Contents/MacOS/R
>   0xa3000 -    0xa5fff  com.apple.ExceptionHandling 1.5 (10) /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHandling
>   0xac000 -    0xd8fff +libRblas.dylib ??? (???) <f33c97123c677febd0a67f52f6dc0648> /Library/Frameworks/R.framework/Versions/2.13/Resources/lib/libRblas.dylib
>   0xdd000 -   0x102ff3 +libreadline.5.2.dylib ??? (???) /Library/Frameworks/R.framework/Versions/2.13/Resources/lib/libreadline.5.2.dylib
>  0x374000 -   0x606fe3 +libR.dylib ??? (???) <fde27aeafc7c08100b2c0310fd8d7823> /Library/Frameworks/R.framework/Versions/2.13/Resources/lib/libR.dylib
>  0x6e8000 -   0x773fff +libgfortran.2.dylib ??? (???) /Library/Frameworks/R.framework/Versions/2.13/Resources/lib/libgfortran.2.dylib
> 0x148be000 - 0x14ac6fef  com.apple.RawCamera.bundle 2.1.3 (537) <ef9996f5ec0caf58dc832a4153196a1e> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
> 0x16b22000 - 0x16b27ff3  libCGXCoreImage.A.dylib ??? (???) <4199fa0c7dd9592abf465b20feec52f9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
> 0x16b74000 - 0x16b79ffe +methods.so ??? (???) <bd5f6cc08cb3e8a7a9e3a6dd7ae3ce7e> /Library/Frameworks/R.framework/Versions/2.13/Resources/library/methods/libs/i386/methods.so
> 0x16c7a000 - 0x16cd6fe7 +stats.so ??? (???) <539161042b156e50dffe980865fa5ca3> /Library/Frameworks/R.framework/Versions/2.13/Resources/library/stats/libs/i386/stats.so
> 0x16d94000 - 0x16dbdffa +grDevices.so ??? (???) <11d80ab721e596394a252c889a1c9402> /Library/Frameworks/R.framework/Versions/2.13/Resources/library/grDevices/libs/i386/grDevices.so
> 0x16fe4000 - 0x16fe7fff +lattice.so ??? (???) <d983631093df2e6ee457cd9d21b88ebd> /Library/Frameworks/R.framework/Versions/2.13/Resources/library/lattice/libs/i386/lattice.so
> 0x16feb000 - 0x16fedff2 +splines.so ??? (???) <d67ce0903871520ff017d5d7d613734d> /Library/Frameworks/R.framework/Versions/2.13/Resources/library/splines/libs/i386/splines.so
> 0x16ff4000 - 0x16ff7fff +tools.so ??? (???) <170f517c05ff6131d20d0d91e9eb82a6> /Library/Frameworks/R.framework/Versions/2.13/Resources/library/tools/libs/i386/tools.so
> 0x17863000 - 0x1786ffef +internet.so ??? (???) <70753f64801782f50ca1525dccea0af0> /Library/Frameworks/R.framework/Resources/modules/i386/internet.so
> 0x178ae000 - 0x178c7fff +grid.so ??? (???) <6df485b67cd5749ff2a06771665bfa7e> /Library/Frameworks/R.framework/Versions/2.13/Resources/library/grid/libs/i386/grid.so
> 0x179fa000 - 0x17a7efef +Matrix.so ??? (???) <12bdec64089aaadb8e5a2dc8a3383bdb> /Library/Frameworks/R.framework/Versions/2.13/Resources/library/Matrix/libs/i386/Matrix.so
> 0x17a9a000 - 0x17bdefe3 +libRlapack.dylib ??? (???) <674e4147e0893169bc08b183372d65b4> /Library/Frameworks/R.framework/Versions/2.13/Resources/lib/libRlapack.dylib
> 0x17c69000 - 0x17cf4fff +libgfortran.2.dylib ??? (???) /usr/local/lib/libgfortran.2.dylib
> 0x17e69000 - 0x17e70fed +libgcc_s.1.dylib ??? (???) /usr/local/lib/libgcc_s.1.dylib
> 0x17e93000 - 0x17ec3ff5 +Rcpp.so ??? (???) <d5e2b568a820fba0da475f13f4f9fc93> /Users/knoblauch/Library/R/2.13/library/Rcpp/libs/i386/Rcpp.so
> 0x17efb000 - 0x17f1efff +minqa.so ??? (???) <7953976cc3b682da2804085c374b754f> /Users/knoblauch/Library/R/2.13/library/minqa/libs/i386/minqa.so
> 0x17f9b000 - 0x17fa7fff +nlme.so ??? (???) <01a049203d6f63b794555e055f409a75> /Library/Frameworks/R.framework/Versions/2.13/Resources/library/nlme/libs/i386/nlme.so
> 0x1983b000 - 0x198f2ffb +lme4a.so ??? (???) <709cb989ce2c58fca4cd66206dbbfd3c> /Users/knoblauch/Library/R/2.13/library/lme4a/libs/i386/lme4a.so
> 0x8fe00000 - 0x8fe2db43  dyld 97.1 (???) <458eed38a009e5658a79579e7bc26603> /usr/lib/dyld
> 0x90003000 - 0x90022ffa  libJPEG.dylib ??? (???) <3407c6f4869e698d3c4107b46e435119> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
> 0x90023000 - 0x9006eff7  com.apple.CoreMediaIOServices 130.0 (935) <e7c6d794bbec49f9d1ee8261c3f9ff0e> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/CoreMediaIOServices
> 0x9006f000 - 0x900b1fef  com.apple.NavigationServices 3.5.2 (163) <91844980804067b07a0b6124310d3f31> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
> 0x900b2000 - 0x900b2ffa  com.apple.CoreServices 32 (32) <2fcc8f3bd5bbfc000b476cad8e6a3dd2> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
> 0x900b3000 - 0x90164fff  edu.mit.Kerberos 6.0.15 (6.0.15) <28005ea82ba82307f185c255c25bfdd3> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
> 0x90172000 - 0x902a5fe7  com.apple.CoreFoundation 6.5.7 (476.19) <a332c8f45529ee26d2e9c36d0c723bad> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
> 0x902a9000 - 0x902abfff  com.apple.securityhi 3.0 (30817) <2b2854123fed609d1820d2779e2e0963> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
> 0x902ac000 - 0x902b5fff  com.apple.speech.recognition.framework 3.7.24 (3.7.24) <d3180f9edbd9a5e6f283d6156aa3c602> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
> 0x902b6000 - 0x90ab4fef  com.apple.AppKit 6.5.9 (949.54) <4df5d2e2271175452103f789b4f4d8a8> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
> 0x90ab5000 - 0x90bedfe7  com.apple.imageKit 1.0.2 (1.0) <00d03cf7f26e1b6023efdc4bd15dd52e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
> 0x90bee000 - 0x90ffefef  libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
> 0x90fff000 - 0x91004fff  com.apple.CommonPanels 1.2.4 (85) <ea0665f57cd267609466ed8b2b20e893> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
> 0x9100d000 - 0x9102bff3  com.apple.DirectoryService.Framework 3.5.7 (3.5.7) <b4cd561d2481c4162ecf0acdf8cb062c> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
> 0x9102c000 - 0x9106afff  libGLImage.dylib ??? (???) <a6425aeb77f4da13212ac75df57b056d> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
> 0x91f7c000 - 0x91f7cffd  com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
> 0x92060000 - 0x921e4fef  com.apple.MediaToolbox 0.484.2 (484.2) <32bf3254fafd942cf8f2c813960217fd> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
> 0x922d4000 - 0x922e3ffe  com.apple.DSObjCWrappers.Framework 1.2.1 (1.2.1) <eac1c7b7c07ed3148c85934b6f656308> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWrappers
> 0x922e4000 - 0x922f0ff9  com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
> 0x922f1000 - 0x922f9fff  com.apple.DiskArbitration 2.2.1 (2.2.1) <75b0c8d8940a8a27816961dddcac8e0f> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
> 0x9247b000 - 0x924a6fe7  libauto.dylib ??? (???) <42d8422dc23a18071869fdf7b5d8fab5> /usr/lib/libauto.dylib
> 0x924a7000 - 0x9253aff3  com.apple.ApplicationServices.ATS 3.8 (???) <e61b0945da6ab368348a927f7428ad67> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
> 0x92558000 - 0x925b5ffb  libstdc++.6.dylib ??? (???) <04b812dcec670daa8b7d2852ab14be60> /usr/lib/libstdc++.6.dylib
> 0x925bb000 - 0x925fafef  libTIFF.dylib ??? (???) <3b9aceaff5eae70bd19f9dc26e415969> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
> 0x925fb000 - 0x92602ff7  libCGATS.A.dylib ??? (???) <29154398dbefc2a1a97715e5af1e3552> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
> 0x92603000 - 0x9276aff3  libSystem.B.dylib ??? (???) <1ebaeaae16eec98939d40cb0db0b1aec> /usr/lib/libSystem.B.dylib
> 0x92843000 - 0x92843ffe  com.apple.MonitorPanelFramework 1.2.0 (1.2.0) <a2b462be6c51187eddf7d097ef0e0a04> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel
> 0x92844000 - 0x928d7fff  com.apple.ink.framework 101.3 (86) <bf3fa8927b4b8baae92381a976fd2079> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
> 0x928d8000 - 0x92a94ff3  com.apple.QuartzComposer 2.1 (106.13) <40f034e8c8fd31c9081f5283dcf22b78> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
> 0x92a95000 - 0x92b47ffb  libcrypto.0.9.7.dylib ??? (???) <d02f7e5b8a68813bb7a77f5edb34ff9d> /usr/lib/libcrypto.0.9.7.dylib
> 0x92b6d000 - 0x92bbeff7  com.apple.HIServices 1.7.1 (???) <ba7fd0ede540a0da08db027f87efbd60> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
> 0x92c89000 - 0x92c94fe7  libCSync.A.dylib ??? (???) <06652e36188190ec04d294f49c68f28a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
> 0x92d09000 - 0x92d0cfff  com.apple.help 1.1 (36) <b507b08e484cb89033e9cf23062d77de> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
> 0x92d0d000 - 0x92d44fff  com.apple.SystemConfiguration 1.9.2 (1.9.2) <8b26ebf26a009a098484f1ed01ec499c> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
> 0x92d45000 - 0x93216fbe  libGLProgrammability.dylib ??? (???) <7f18294a7bd0b6afe4319f29187fc70d> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
> 0x93217000 - 0x93270ff7  libGLU.dylib ??? (???) <a3b9be30100a25a6cd3ad109892f52b7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
> 0x932a8000 - 0x932a8ffd  com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
> 0x932a9000 - 0x9331bfff  com.apple.PDFKit 2.1.2 (2.1.2) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
> 0x93351000 - 0x933d0ff5  com.apple.SearchKit 1.2.2 (1.2.2) <3b5f3ab6a363a4d8a2bbbf74213ab0e5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
> 0x933d1000 - 0x93412fe7  libRIP.A.dylib ??? (???) <378694b494a02de1b0c812da572579d2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
> 0x93413000 - 0x9346fff7  com.apple.htmlrendering 68 (1.1.3) <fe87a9dede38db00e6c8949942c6bd4f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
> 0x93470000 - 0x93474fff  libGIF.dylib ??? (???) <b0ff75435ef93ab3d5486c78fa82a150> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
> 0x935d9000 - 0x935e5ffe  libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
> 0x935e6000 - 0x936eeff7  com.apple.WebKit 5533.21 (5533.21.1) <90221b7cc9248ee87896985f903cc451> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
> 0x93701000 - 0x93788ff7  libsqlite3.0.dylib ??? (???) <3334ea5af7a911637413334154bb4100> /usr/lib/libsqlite3.0.dylib
> 0x9378f000 - 0x9379cfe7  com.apple.opengl 1.5.10 (1.5.10) <5a2813f80c9441170cc1ab8a3dac5038> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
> 0x9379d000 - 0x9379effc  libffi.dylib ??? (???) <a3b573eb950ca583290f7b2b4c486d09> /usr/lib/libffi.dylib
> 0x9379f000 - 0x937baff3  libPng.dylib ??? (???) <3a01fab3a2d1ae7f7df0821c5af41d87> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
> 0x937bb000 - 0x937c2ffe  libbsm.dylib ??? (???) <d25c63378a5029648ffd4b4669be31bf> /usr/lib/libbsm.dylib
> 0x937c3000 - 0x93acbfe7  com.apple.HIToolbox 1.5.6 (???) <eece3cb8aa0a4e6843fcc1500aca61c5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
> 0x93b81000 - 0x93c4cfef  com.apple.ColorSync 4.5.3 (4.5.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
> 0x93c4d000 - 0x93c69ff3  com.apple.CoreVideo 1.6.1 (48.6) <186cb311c17ea8714e918273c86d3c13> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
> 0x93c6a000 - 0x93c6afff  com.apple.Carbon 136 (136) <98a5e3bc0c4fa44bbb09713bb88707fe> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
> 0x93dfb000 - 0x93e35fe7  com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
> 0x93e36000 - 0x93efdff2  com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
> 0x93efe000 - 0x93fa5feb  com.apple.QD 3.11.57 (???) <35f058678972d42b88ebdf652df79956> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
> 0x9420f000 - 0x94238fff  libcups.2.dylib ??? (???) <2b0ab6b9fa1957ee940835d0cfd42894> /usr/lib/libcups.2.dylib
> 0x9428b000 - 0x942a0ffb  com.apple.ImageCapture 5.0.2 (5.0.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
> 0x942a1000 - 0x9449afff  com.apple.JavaScriptCore 5533.20 (5533.20.20) <55065a7f4b44e0cd1a8b2e182cefddec> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
> 0x9449b000 - 0x944abfff  com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <06d8fc0307314f8ffc16f206ad3dbf44> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
> 0x944ac000 - 0x94539ff7  com.apple.framework.IOKit 1.5.2 (???) <7a3cc24f78f93931731203854ae0d891> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
> 0x9453a000 - 0x945c4ff7  com.apple.DesktopServices 1.4.9 (1.4.9) <f5e51a76d315798371b3dd35a4d46d6c> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
> 0x9460a000 - 0x94622fff  com.apple.openscripting 1.2.8 (???) <572c7452d7e740e8948a5ad07a99602b> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
> 0x94691000 - 0x94698fe9  libgcc_s.1.dylib ??? (???) <f53c808e87d1184c0f9df63aef53ce0b> /usr/lib/libgcc_s.1.dylib
> 0x94699000 - 0x946c1ff7  com.apple.shortcut 1.0.1 (1.0) <131202e7766e327d02d55c0f5fc44ad7> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
> 0x946c2000 - 0x94711fff  com.apple.QuickLookUIFramework 1.3.1 (170.9) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/QuickLookUI
> 0x9478a000 - 0x94b46ff4  com.apple.VideoToolbox 0.484.2 (484.2) <46c37a5fead4e4f58501f15a641ff476> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
> 0x94b47000 - 0x94b65fff  libresolv.9.dylib ??? (???) <a8018c42930596593ddf27f7c20fe7af> /usr/lib/libresolv.9.dylib
> 0x94b66000 - 0x94c0dfec  com.apple.CFNetwork 438.16 (438.16) <0a2f633dc532b176109547367f209ced> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
> 0x94c5d000 - 0x94ed9fe7  com.apple.Foundation 6.5.9 (677.26) <c68b3cff7864959becfc7fd1a384f925> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
> 0x94eda000 - 0x94eeaffc  com.apple.LangAnalysis 1.6.5 (1.6.5) <d057feb38163121ffd871c564c692804> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
> 0x94f15000 - 0x952d3fea  libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
> 0x952d4000 - 0x95974fef  com.apple.CoreGraphics 1.409.7 (???) <7b65edcce394f39b6a1954d5e30bc34c> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
> 0x95975000 - 0x95aaeff7  libicucore.A.dylib ??? (???) <f2819243b278259b9a622ea111ea5fd6> /usr/lib/libicucore.A.dylib
> 0x95aaf000 - 0x95aeffef  com.apple.CoreMedia 0.484.2 (484.2) <81221976abdc19f30723c81c5669bbc9> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
> 0x95af0000 - 0x95bd1ff7  libxml2.2.dylib ??? (???) <f274ba384fb55203873f9c17569ef131> /usr/lib/libxml2.2.dylib
> 0x95bd2000 - 0x95bd2ff8  com.apple.Cocoa 6.5 (???) <e064f94d969ce25cb7de3cfb980c3249> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
> 0x95bd3000 - 0x95c2dff7  com.apple.CoreText 2.0.5 (???) <5483518a613464d043455ac661a9dcbe> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
> 0x95c2e000 - 0x95d80ff3  com.apple.audio.toolbox.AudioToolbox 1.5.3 (1.5.3) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
> 0x95d81000 - 0x95d85fff  libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
> 0x95d86000 - 0x95ecfff7  com.apple.ImageIO.framework 2.0.9 (2.0.9) <67d6f9abf5cc16f444052ee93e906d83> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
> 0x95ed0000 - 0x95f4dfeb  com.apple.audio.CoreAudio 3.1.2 (3.1.2) <782a08c44be4698597f4bbd79cac21c6> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
> 0x95f66000 - 0x9604eff3  com.apple.CoreData 100.2 (186.2) <44df326fea0236718f5ed64084e82270> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
> 0x9604f000 - 0x9604fffe  com.apple.quartzframework 1.5 (1.5) <4b8f505e32e4f2d67967a276401f9aaf> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
> 0x96050000 - 0x9619afeb  com.apple.QTKit 7.6.9 (1680.9) <fe987e6adf235d5754399dcdae6e5a8e> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
> 0x9619b000 - 0x96475ff3  com.apple.CoreServices.CarbonCore 786.16 (786.16) <d2af3f75c3500c518c39fd00aed7f9b9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
> 0x96476000 - 0x964c4fe3  com.apple.AppleVAFramework 4.1.17 (4.1.17) /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
> 0x964c5000 - 0x964c5ffb  com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallServer
> 0x964c6000 - 0x96581fe3  com.apple.CoreServices.OSServices 228.1 (228.1) <9c640e79ad97f335730d8a49f6cb2032> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
> 0x96582000 - 0x97084fff  com.apple.WebCore 5533.21 (5533.21.1) <04a0bb1f862ea04b2a22eba956734f9b> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
> 0x97085000 - 0x970a9fff  libxslt.1.dylib ??? (???) <0a9778d6368ae668826f446878deb99b> /usr/lib/libxslt.1.dylib
> 0x970aa000 - 0x973d5ff6  com.apple.QuickTime 7.6.9 (1680.9) <024f122335016a54f8e59ddb4c79901d> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
> 0x973d6000 - 0x973dcfff  com.apple.print.framework.Print 218.0.3 (220.2) <5b7f4ef7c2df36aff9605377775781e4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
> 0x973e3000 - 0x973f1ffd  libz.1.dylib ??? (???) <5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib
> 0x973f2000 - 0x97423ffb  com.apple.quartzfilters 1.5.0 (1.5.0) <22581f8fe9dd2cb261f97a897407ec3e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
> 0x97470000 - 0x97470ffd  com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
> 0x97471000 - 0x97551fff  libobjc.A.dylib ??? (???) <7b92613fdf804fd9a0a3733a0674c30b> /usr/lib/libobjc.A.dylib
> 0x97552000 - 0x97568fff  com.apple.DictionaryServices 1.0.0 (1.0.0) <ad0aa0252e3323d182e17f50defe56fc> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
> 0x97569000 - 0x97569ff8  com.apple.ApplicationServices 34 (34) <8f910fa65f01d401ad8d04cc933cf887> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
> 0x9756a000 - 0x97597feb  libvDSP.dylib ??? (???) <b232c018ddd040ec4e2c2af632dd497f> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
> 0x975ac000 - 0x975b6feb  com.apple.audio.SoundManager 3.9.2 (3.9.2) <0f2ba6e891d3761212cf5a5e6134d683> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
> 0x975b7000 - 0x97600fef  com.apple.Metadata 10.5.8 (398.26) <e4d268ea45379200f03cdc7c8bedae6f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
> 0x97601000 - 0x9761eff7  com.apple.QuickLookFramework 1.3.1 (170.9) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
> 0x9761f000 - 0x979bcfef  com.apple.QuartzCore 1.5.8 (1.5.8) <a28fa54346a9f9d5b3bef076a1ee0fcf> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
> 0x979bd000 - 0x979ecfe3  com.apple.AE 402.3 (402.3) <b13bfda0ad9314922ee37c0d018d7de9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
> 0x979ed000 - 0x97ae1ff4  libiconv.2.dylib ??? (???) <c508c60fafca17824c0017b2e4369802> /usr/lib/libiconv.2.dylib
> 0x97ae2000 - 0x97b6fff7  com.apple.LaunchServices 292 (292) <a41286c7c1eb20ffd5cc796f791070f0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
> 0x97b73000 - 0x97b78fff  com.apple.DisplayServicesFW 2.0.2 (2.0.2) <cb9b98b43ae385a0f374baabe2b71764> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
> 0x97b79000 - 0x97b7bff5  libRadiance.dylib ??? (???) <a21c033caf69bbd48770cbbbf51b8208> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
> 0x97b7c000 - 0x97d4dfef  com.apple.security 5.0.7 (1) <44e26a9c40630a54d5a9f70c18483411> /System/Library/Frameworks/Security.framework/Versions/A/Security
> 0x97d4e000 - 0x97d4effc  com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
> 0x97d4f000 - 0x97d7eff7  libncurses.5.4.dylib ??? (???) <3b2ac2ca8190942b6b81d2a7012ea859> /usr/lib/libncurses.5.4.dylib
> 0x97d84000 - 0x97e01fef  libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
> 0x97e02000 - 0x97e7cff8  com.apple.print.framework.PrintCore 5.5.4 (245.6) <03d0585059c20cb0bde5e000438c49e1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
> 0xfffe8000 - 0xfffebfff  libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
> 0xffff0000 - 0xffff1780  libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib
> 
> 
> 
> -- 
> Ken Knoblauch
> Inserm U846
> Stem-cell and Brain Research Institute
> Department of Integrative Neurosciences
> 18 avenue du Doyen L?pine
> 69500 Bron
> France
> tel: +33 (0)4 72 91 34 77
> fax: +33 (0)4 72 91 34 61
> portable: +33 (0)6 84 10 64 10
> http://www.sbri.fr/members/kenneth-knoblauch.html
> 
> _______________________________________________
> R-sig-mixed-models at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-sig-mixed-models



More information about the R-sig-mixed-models mailing list