You are here

R crashes with mxCI

9 posts / 0 new
Last post
bverhulst's picture
Offline
Joined: 03/08/2010 - 17:14
R crashes with mxCI
AttachmentSize
Binary Data Crash.R23.09 KB

So I am technically not a beta tester, but I think that this issue fits with this section, as the script is using the new mxExpectationNormal(), but I don't think that that has any impact on the crashing problem

This script seems to crash R on my computer (MacBook Pro) but it seems to run fine on our cluster at VIPBG (light).

I have two versions of the script analysis, one that uses the new style of mxExpectationNormal() statements and an old style mxAlgebraObjective version appended to the end of the script. The problem arises when I try and add the mxCI statments into the model and shuts down R completely.

Data is generated within the script.
Any suggestions would be most helpful.
(and I know that the script is a little clunky)

Brad

bverhulst's picture
Offline
Joined: 03/08/2010 - 17:14
Sorry, I hit upload before I

Sorry, I hit upload before I had saved the final version.
Brad

jpritikin's picture
Offline
Joined: 05/24/2012 - 00:35
crash

Thank you for your report.

I tried running your code with svn trunk and could not reproduce a crash. However, the current code is not robust to R's garbage collection. I test suite fails with GC torture enabled.

Can you re-run your test against the code at https://gitorious.org/openmx/openmx/commits/proposed ?

bverhulst's picture
Offline
Joined: 03/08/2010 - 17:14
Another mxCI Crash Issue

I am having another crashing issue with OpenMx. Mike urged me to post the script and the data so, I am attaching simulated data file and a parts of a script for the a meta analysis.

Again, the script crashes when CIs are added, but this might be just on my computer again (so below I am including the crash report - I don't know how to read it, but perhaps you do and it would be helpful in identifying the issue).

Process: R [3640]
Path: /Applications/R.app/Contents/MacOS/R
Identifier: org.R-project.R
Version: R 2.15.2 GUI 1.53 Leopard build 32-bit (6335)
Code Type: X86 (Native)
Parent Process: launchd [150]
User ID: 502

Date/Time: 2013-04-25 11:49:24.155 -0400
OS Version: Mac OS X 10.8.3 (12D78)
Report Version: 10

Interval Since Last Report: 10469 sec
Crashes Since Last Report: 13
Per-App Interval Since Last Report: 4579 sec
Per-App Crashes Since Last Report: 13
Anonymous UUID: A6CDB7F9-C6E1-E34B-A3F8-D06ABE4CDBEE

Crashed Thread: 0 Dispatch queue: com.apple.main-thread

Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 libsystem_kernel.dylib 0x9077f8e2 __psynch_cvwait + 10
1 libsystem_c.dylib 0x98cfd2e9 pthread_cond_wait + 938
2 libsystem_c.dylib 0x98d8aaf0 pthread_cond_wait + 48
3 OpenMx.so 0x0f3e30cc gomp_sem_wait + 76
4 OpenMx.so 0x0f3e31b6 gomp_barrier_wait_end + 102
5 OpenMx.so 0x0f3e3247 gomp_barrier_wait + 55
6 OpenMx.so 0x0f3e2a55 gomp_team_end + 53
7 OpenMx.so 0x0f3f8057 omxCallFIMLOrdinalObjective + 663
8 OpenMx.so 0x0f405580 omxObjectiveCompute + 16
9 OpenMx.so 0x0f3e67fe omxAlgebraRecompute + 46
10 OpenMx.so 0x0f3e67fe omxAlgebraRecompute + 46
11 OpenMx.so 0x0f3e67fe omxAlgebraRecompute + 46
12 OpenMx.so 0x0f3e67fe omxAlgebraRecompute + 46
13 OpenMx.so 0x0f3e67fe omxAlgebraRecompute + 46
14 OpenMx.so 0x0f3e67fe omxAlgebraRecompute + 46
15 OpenMx.so 0x0f3f1b75 omxCallAlgebraObjective + 37
16 OpenMx.so 0x0f405580 omxObjectiveCompute + 16
17 OpenMx.so 0x0f3e3e07 objectiveFunction
+ 151
18 OpenMx.so 0x0f44d114 npfd_ + 1364
19 OpenMx.so 0x0f45afb1 npcore_ + 7441
20 OpenMx.so 0x0f45daf1 npsol_ + 9313
21 OpenMx.so 0x0f3e5f0b callNPSOL + 6491
22 libR.dylib 0x0015bf0d do_dotcall + 1117 (dotcode.c:626)
23 libR.dylib 0x001907b1 Rf_eval + 1777 (eval.c:494)
24 libR.dylib 0x00193a96 do_set + 678 (eval.c:1717)
25 libR.dylib 0x001905b2 Rf_eval + 1266 (eval.c:468)
26 libR.dylib 0x00192432 do_begin + 146 (eval.c:1415)
27 libR.dylib 0x001905b2 Rf_eval + 1266 (eval.c:468)
28 libR.dylib 0x0019598d Rf_applyClosure + 861 (eval.c:861)
29 libR.dylib 0x001904b2 Rf_eval + 1010 (eval.c:512)
30 libR.dylib 0x00192432 do_begin + 146 (eval.c:1415)
31 libR.dylib 0x001905b2 Rf_eval + 1266 (eval.c:468)
32 libR.dylib 0x0019598d Rf_applyClosure + 861 (eval.c:861)
33 libR.dylib 0x001904b2 Rf_eval + 1010 (eval.c:512)
34 libR.dylib 0x00193a96 do_set + 678 (eval.c:1717)
35 libR.dylib 0x001905b2 Rf_eval + 1266 (eval.c:468)
36 libR.dylib 0x001cc0d8 R_ReplDLLdo1 + 504 (main.c:362)
37 org.R-project.R 0x000239fc run_REngineRmainloop + 252
38 org.R-project.R 0x0001721c -[REngine runREPL] + 284
39 org.R-project.R 0x00003334 main + 932
40 org.R-project.R 0x00002cb6 start + 54

Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0 libsystem_kernel.dylib 0x907809ae kevent + 10
1 libdispatch.dylib 0x92911c71 _dispatch_mgr_invoke + 993
2 libdispatch.dylib 0x929117a9 _dispatch_mgr_thread + 53

Thread 2:: com.apple.NSURLConnectionLoader
0 libsystem_kernel.dylib 0x9077d7d2 mach_msg_trap + 10
1 libsystem_kernel.dylib 0x9077ccb0 mach_msg + 68
2 com.apple.CoreFoundation 0x97705f89 CFRunLoopServiceMachPort + 185
3 com.apple.CoreFoundation 0x9770b96f __CFRunLoopRun + 1247
4 com.apple.CoreFoundation 0x9770b02a CFRunLoopRunSpecific + 378
5 com.apple.CoreFoundation 0x9770ae9b CFRunLoopRunInMode + 123
6 com.apple.Foundation 0x9189463a +[NSURLConnection(Loader) _resourceLoadLoop:] + 395
7 com.apple.Foundation 0x918f87c8 -[NSThread main] + 45
8 com.apple.Foundation 0x918f874b __NSThread__main
+ 1396
9 libsystem_c.dylib 0x98cf85b7 _pthread_start + 344
10 libsystem_c.dylib 0x98ce2d4e thread_start + 34

Thread 3:
0 libsystem_kernel.dylib 0x907800ee __workq_kernreturn + 10
1 libsystem_c.dylib 0x98cfb0ac _pthread_workq_return + 45
2 libsystem_c.dylib 0x98cfae79 _pthread_wqthread + 448
3 libsystem_c.dylib 0x98ce2d2a start_wqthread + 30

Thread 4:
0 libsystem_kernel.dylib 0x9077fbe6 select + 10
1 org.R-project.R 0x000135a2 -[RController readThread:] + 674
2 com.apple.Foundation 0x918f87c8 -[NSThread main] + 45
3 com.apple.Foundation 0x918f874b __NSThread__main
+ 1396
4 libsystem_c.dylib 0x98cf85b7 _pthread_start + 344
5 libsystem_c.dylib 0x98ce2d4e thread_start + 34

Thread 5:
0 libsystem_kernel.dylib 0x907800ee __workq_kernreturn + 10
1 libsystem_c.dylib 0x98cfb0ac _pthread_workq_return + 45
2 libsystem_c.dylib 0x98cfae79 _pthread_wqthread + 448
3 libsystem_c.dylib 0x98ce2d2a start_wqthread + 30

Thread 6:
0 libsystem_kernel.dylib 0x907800ee __workq_kernreturn + 10
1 libsystem_c.dylib 0x98cfb0ac _pthread_workq_return + 45
2 libsystem_c.dylib 0x98cfae79 _pthread_wqthread + 448
3 libsystem_c.dylib 0x98ce2d2a start_wqthread + 30

Thread 7:: com.apple.appkit-heartbeat
0 libsystem_kernel.dylib 0x9077fc72 semwait_signal + 10
1 libsystem_c.dylib 0x98d82a55 nanosleep$UNIX2003 + 189
2 libsystem_c.dylib 0x98d8291e usleep$UNIX2003 + 60
3 com.apple.AppKit 0x90c50c9d -[NSUIHeartBeat _heartBeatThread:] + 879
4 com.apple.Foundation 0x918f87c8 -[NSThread main] + 45
5 com.apple.Foundation 0x918f874b __NSThread__main
+ 1396
6 libsystem_c.dylib 0x98cf85b7 _pthread_start + 344
7 libsystem_c.dylib 0x98ce2d4e thread_start + 34

Thread 8:
0 libsystem_kernel.dylib 0x9077f8e2 __psynch_cvwait + 10
1 libsystem_c.dylib 0x98cfd2e9 _pthread_cond_wait + 938
2 libsystem_c.dylib 0x98d8aaf0 pthread_cond_wait + 48
3 OpenMx.so 0x0f3e30cc gomp_sem_wait + 76
4 OpenMx.so 0x0f3e31d3 gomp_barrier_wait_end + 131
5 OpenMx.so 0x0f3e3247 gomp_barrier_wait + 55
6 OpenMx.so 0x0f3e2a02 gomp_thread_start + 322
7 libsystem_c.dylib 0x98cf85b7 _pthread_start + 344
8 libsystem_c.dylib 0x98ce2d4e thread_start + 34

Thread 9:
0 libsystem_kernel.dylib 0x9077f8e2 __psynch_cvwait + 10
1 libsystem_c.dylib 0x98cfd2e9 _pthread_cond_wait + 938
2 libsystem_c.dylib 0x98d8aaf0 pthread_cond_wait + 48
3 OpenMx.so 0x0f3e30cc gomp_sem_wait + 76
4 OpenMx.so 0x0f3e31d3 gomp_barrier_wait_end + 131
5 OpenMx.so 0x0f3e3247 gomp_barrier_wait + 55
6 OpenMx.so 0x0f3e2a02 gomp_thread_start + 322
7 libsystem_c.dylib 0x98cf85b7 _pthread_start + 344
8 libsystem_c.dylib 0x98ce2d4e thread_start + 34

Thread 10:
0 libsystem_kernel.dylib 0x9077f8e2 __psynch_cvwait + 10
1 libsystem_c.dylib 0x98cfd2e9 _pthread_cond_wait + 938
2 libsystem_c.dylib 0x98d8aaf0 pthread_cond_wait + 48
3 OpenMx.so 0x0f3e30cc gomp_sem_wait + 76
4 OpenMx.so 0x0f3e31d3 gomp_barrier_wait_end + 131
5 OpenMx.so 0x0f3e3247 gomp_barrier_wait + 55
6 OpenMx.so 0x0f3e2a02 gomp_thread_start + 322
7 libsystem_c.dylib 0x98cf85b7 _pthread_start + 344
8 libsystem_c.dylib 0x98ce2d4e thread_start + 34

Thread 11:
0 libsystem_kernel.dylib 0x9077f8e2 __psynch_cvwait + 10
1 libsystem_c.dylib 0x98cfd2e9 _pthread_cond_wait + 938
2 libsystem_c.dylib 0x98d8aaf0 pthread_cond_wait + 48
3 OpenMx.so 0x0f3e30cc gomp_sem_wait + 76
4 OpenMx.so 0x0f3e31d3 gomp_barrier_wait_end + 131
5 OpenMx.so 0x0f3e3247 gomp_barrier_wait + 55
6 OpenMx.so 0x0f3e2a02 gomp_thread_start + 322
7 libsystem_c.dylib 0x98cf85b7 _pthread_start + 344
8 libsystem_c.dylib 0x98ce2d4e thread_start + 34

Thread 12:
0 libsystem_kernel.dylib 0x9077f8e2 __psynch_cvwait + 10
1 libsystem_c.dylib 0x98cfd2e9 _pthread_cond_wait + 938
2 libsystem_c.dylib 0x98d8aaf0 pthread_cond_wait + 48
3 OpenMx.so 0x0f3e30cc gomp_sem_wait + 76
4 OpenMx.so 0x0f3e31d3 gomp_barrier_wait_end + 131
5 OpenMx.so 0x0f3e3247 gomp_barrier_wait + 55
6 OpenMx.so 0x0f3e2a02 gomp_thread_start + 322
7 libsystem_c.dylib 0x98cf85b7 _pthread_start + 344
8 libsystem_c.dylib 0x98ce2d4e thread_start + 34

Thread 13:
0 libsystem_kernel.dylib 0x9077f8e2 __psynch_cvwait + 10
1 libsystem_c.dylib 0x98cfd2e9 _pthread_cond_wait + 938
2 libsystem_c.dylib 0x98d8aaf0 pthread_cond_wait + 48
3 OpenMx.so 0x0f3e30cc gomp_sem_wait + 76
4 OpenMx.so 0x0f3e31d3 gomp_barrier_wait_end + 131
5 OpenMx.so 0x0f3e3247 gomp_barrier_wait + 55
6 OpenMx.so 0x0f3e2a02 gomp_thread_start + 322
7 libsystem_c.dylib 0x98cf85b7 _pthread_start + 344
8 libsystem_c.dylib 0x98ce2d4e thread_start + 34

Thread 14:
0 libsystem_kernel.dylib 0x9077f8e2 __psynch_cvwait + 10
1 libsystem_c.dylib 0x98cfd2e9 _pthread_cond_wait + 938
2 libsystem_c.dylib 0x98d8aaf0 pthread_cond_wait + 48
3 OpenMx.so 0x0f3e30cc gomp_sem_wait + 76
4 OpenMx.so 0x0f3e31d3 gomp_barrier_wait_end + 131
5 OpenMx.so 0x0f3e3247 gomp_barrier_wait + 55
6 OpenMx.so 0x0f3e2a02 gomp_thread_start + 322
7 libsystem_c.dylib 0x98cf85b7 _pthread_start + 344
8 libsystem_c.dylib 0x98ce2d4e thread_start + 34

Thread 0 crashed with X86 Thread State (32-bit):
eax: 0x00000016 ebx: 0x00000100 ecx: 0xbfffcddc edx: 0x9077f8e2
edi: 0x00000101 esi: 0x00000000 ebp: 0xbfffce68 esp: 0xbfffcddc
ss: 0x00000023 efl: 0x00000247 eip: 0x9077f8e2 cs: 0x0000000b
ds: 0x00000023 es: 0x00000023 fs: 0x00000000 gs: 0x0000000f
cr2: 0x63640004
Logical CPU: 0

Binary Images:
0x1000 - 0x8cfff +org.R-project.R (R 2.15.2 GUI 1.53 Leopard build 32-bit - 6335) <818D04B2-8EC0-AFCE-32E7-2C3DAB9E7386> /Applications/R.app/Contents/MacOS/R
0xe0000 - 0x39eff7 +libR.dylib (2.15.2) <914758AA-B381-1541-666F-D81B9AE9DD0C> /Library/Frameworks/R.framework/Versions/2.15/Resources/lib/libR.dylib
0x4ca000 - 0x5e9ffb com.apple.WebKit (8536 - 8536.28.10) /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x69a000 - 0x69cfff com.apple.ExceptionHandling (1.5 - 10) /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHandling
0x6a2000 - 0x6cefff +libRblas.dylib (0) /Library/Frameworks/R.framework/Versions/2.15/Resources/lib/libRblas.dylib
0x6d3000 - 0x75efff +libgfortran.2.dylib (3) /Library/Frameworks/R.framework/Versions/2.15/Resources/lib/libgfortran.2.dylib
0x8d3000 - 0x8f8ff3 +libreadline.5.2.dylib (5.2) /Library/Frameworks/R.framework/Versions/2.15/Resources/lib/libreadline.5.2.dylib
0x90b000 - 0x159effb com.apple.WebCore (8536 - 8536.28.10) /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x1d95000 - 0x1da2ff3 com.apple.Librarian (1.1 - 1) <68F8F983-5F16-3BA5-BDA7-1A5451CC02BB> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
0x1dca000 - 0x1dcafff +cl_kernels (???) <33456E0D-DA72-499E-8758-622CF5CEF06F> cl_kernels
0x1fdd000 - 0x1fdeff5 +cl_kernels (???) cl_kernels
0x6fee000 - 0x6ff6ffd libcldcpuengine.dylib (2.2.16) <0BE2D018-66CC-3F69-B8F1-7A81EEEE09F4> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
0x7bfe000 - 0x7bfeff5 +cl_kernels (???) <41740725-9B95-47F0-85DC-329B7F6992B4> cl_kernels
0xacdd000 - 0xace2ff6 +methods.so (0) <0B096861-450A-193B-92FC-424E4405A360> /Library/Frameworks/R.framework/Versions/2.15/Resources/library/methods/libs/i386/methods.so
0xacfa000 - 0xacfaff3 +cl_kernels (???) cl_kernels
0xaff0000 - 0xaff4fff +MASS.so (0) <619BE096-D142-9382-4D73-4AE87B0173D6> /Library/Frameworks/R.framework/Versions/2.15/Resources/library/MASS/libs/i386/MASS.so
0xc7fc000 - 0xc88efff unorm8_bgra.dylib (2.2.16) <1298D118-0B14-3F3D-B2CA-348A1C67183E> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra.dylib
0xdd23000 - 0xdd26fff +tools.so (0) /Library/Frameworks/R.framework/Versions/2.15/Resources/library/tools/libs/i386/tools.so
0xde8b000 - 0xdeb6ffa +grDevices.so (0) <06A57CD3-C117-2412-23A6-A382EBDCB590> /Library/Frameworks/R.framework/Versions/2.15/Resources/library/grDevices/libs/i386/grDevices.so
0xdf04000 - 0xdf60fe7 +stats.so (0) <724F25A4-0532-A990-44A6-3BDB119EF3A0> /Library/Frameworks/R.framework/Versions/2.15/Resources/library/stats/libs/i386/stats.so
0xdfee000 - 0xdff6fff +lapack.so (0) /Library/Frameworks/R.framework/Resources/modules/i386/lapack.so
0xe931000 - 0xeaaafe7 +libRlapack.dylib (2.15.2) <4F74DBF9-08F6-7917-FECC-386C00962AF5> /Library/Frameworks/R.framework/Versions/2.15/Resources/lib/libRlapack.dylib
0xeb36000 - 0xebc5fff unorm8_rgba.dylib (2.2.16) <0045BE37-9C14-3C10-84DB-D95481C6E754> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_rgba.dylib
0xecaa000 - 0xecb9ffb +mvtnorm.so (0) <81841D79-0310-ECBC-8763-B372C362F0A1> /Library/Frameworks/R.framework/Versions/2.15/Resources/library/mvtnorm/libs/i386/mvtnorm.so
0xf3df000 - 0xf470ff7 +OpenMx.so (0) <4BE7443D-7FBB-7319-EA05-F0D7D6F1CDA6> /Library/Frameworks/R.framework/Versions/2.15/Resources/library/OpenMx/libs/i386/OpenMx.so
0x8fe45000 - 0x8fe77e57 dyld (210.2.3) <23DBDBB1-1D21-342C-AC2A-0E55F27E6A1F> /usr/lib/dyld
0x90007000 - 0x90190ff7 com.apple.vImage (6.0 - 6.0) <1D1F67FE-4F75-3689-BEF6-4A46C8039E70> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x90191000 - 0x90272fff libcrypto.0.9.8.dylib (47) <219227B4-75D2-3CCC-B241-4BE8F8E1D4AB> /usr/lib/libcrypto.0.9.8.dylib
0x902bf000 - 0x90319fff com.apple.ImageCaptureCore (5.0.2 - 5.0.2) /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
0x9031a000 - 0x906d2ffa libLAPACK.dylib (1073.4) <9A6E5EAD-F2F2-3D5C-B655-2B536DB477F2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x906d3000 - 0x9076aff7 com.apple.ink.framework (10.8.2 - 150) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x9076b000 - 0x90785ffc libsystem_kernel.dylib (2050.22.13) <70C520E8-0394-3DFB-823B-FE8C251C169A> /usr/lib/system/libsystem_kernel.dylib
0x90786000 - 0x90786ffd libOpenScriptingUtil.dylib (148.3) <87895E27-88E2-3249-8D0E-B17E76FB00C1> /usr/lib/libOpenScriptingUtil.dylib
0x90787000 - 0x9078eff3 com.apple.NetFS (5.0 - 4.0) /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x9078f000 - 0x90907ff5 com.apple.QuartzCore (1.8 - 304.2) /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x90908000 - 0x914c4ff7 com.apple.AppKit (6.8 - 1187.37) <6FBB3467-04F9-395F-8EA8-C84347C5BE43> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x914c5000 - 0x914c8ff7 libcompiler_rt.dylib (30) /usr/lib/system/libcompiler_rt.dylib
0x914c9000 - 0x914e8ff3 com.apple.Ubiquity (1.2 - 243.15) /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
0x914e9000 - 0x914eafff libdnsinfo.dylib (453.19) <3B523729-84A8-3D0B-B58C-3FC185060E67> /usr/lib/system/libdnsinfo.dylib
0x914f7000 - 0x91538ff7 com.apple.framework.CoreWiFi (1.2.2 - 122.12) /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
0x91539000 - 0x91556fff libCRFSuite.dylib (33) <8E6E8815-406E-3A89-B96E-908FEFC27F0A> /usr/lib/libCRFSuite.dylib
0x91557000 - 0x91599ffb com.apple.RemoteViewServices (2.0 - 80.6) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x9159a000 - 0x915eaff7 com.apple.CoreMediaIO (307.0 - 4155) <49D36F54-D414-3745-8194-69FC3B632ED3> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
0x915eb000 - 0x91617ff7 libsystem_info.dylib (406.17) <2731CC70-DF2E-3BD1-AE73-A3B83C531756> /usr/lib/system/libsystem_info.dylib
0x91618000 - 0x91618fff libkeymgr.dylib (25) /usr/lib/system/libkeymgr.dylib
0x91619000 - 0x9162efff com.apple.ImageCapture (8.0 - 8.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x9162f000 - 0x9166eff7 com.apple.bom (12.0 - 192) /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
0x91695000 - 0x91695fff com.apple.Carbon (154 - 155) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x91696000 - 0x917b2ffb com.apple.desktopservices (1.7.3 - 1.7.3) <7157C51D-C695-3C9E-B532-F551E7E55B56> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x917f5000 - 0x91859ff3 libstdc++.6.dylib (56) /usr/lib/libstdc++.6.dylib
0x9185a000 - 0x91b78ff3 com.apple.Foundation (6.8 - 945.16) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x91c8a000 - 0x91c8dff7 com.apple.TCC (1.0 - 1) /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x91c8e000 - 0x91d9b057 libobjc.A.dylib (532.2) /usr/lib/libobjc.A.dylib
0x91d9c000 - 0x91db9ff7 libresolv.9.dylib (51) /usr/lib/libresolv.9.dylib
0x91dba000 - 0x91dd7fff libxpc.dylib (140.42) <1E419D55-C5C1-33FF-B52E-6C7FFBEA5E1F> /usr/lib/system/libxpc.dylib
0x91dd8000 - 0x91de7fff libGL.dylib (8.7.25) <818E3E6B-9B00-3117-8157-9E95CB59A47B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x91e40000 - 0x91e69ff7 libRIP.A.dylib (331.0.4) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x91e6a000 - 0x91e6bffd com.apple.TrustEvaluationAgent (2.0 - 23) /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x91e6c000 - 0x91ec7ff7 com.apple.AppleVAFramework (5.0.19 - 5.0.19) <3C43A555-0A22-3D7C-A3FB-CFADDDA43E9B> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x91f0d000 - 0x91f64ff3 com.apple.HIServices (1.20 - 417) <561A770B-8523-3D09-A763-11F872779A4C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x91f65000 - 0x91fcbfff com.apple.print.framework.PrintCore (8.3 - 387.2) <0F7665F5-33F0-3661-9BE2-7DD2890E304B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x91fcc000 - 0x91fd6fff libsystem_notify.dylib (98.5) <7EEE9475-18F8-3099-B0ED-23A3E528ABE0> /usr/lib/system/libsystem_notify.dylib
0x91fd7000 - 0x9212fffb com.apple.audio.toolbox.AudioToolbox (1.8 - 1.8) <0D36953C-9897-3E9B-8C70-847E90B203A2> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x92130000 - 0x92389ff8 com.apple.JavaScriptCore (8536 - 8536.28.10) /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x9238a000 - 0x923b7ffb com.apple.CoreServicesInternal (154.2 - 154.2) /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x923b8000 - 0x9246cfff com.apple.coreui (2.0 - 181.1) <6BEEE83E-C878-3FE6-B521-8B32B3A35409> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x9246d000 - 0x9250dff7 com.apple.QD (3.42 - 285) <1B8307C6-AFA8-312E-BA5B-679070EF2CA1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x9250e000 - 0x92524fff com.apple.CFOpenDirectory (10.8 - 151.10) <3640B988-F915-3E0D-897C-CB04C95BA601> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x92525000 - 0x92526fff libquarantine.dylib (52) /usr/lib/system/libquarantine.dylib
0x9252d000 - 0x92614ff7 libxml2.2.dylib (22.3) <56E973D6-6B55-3E67-8282-6BC982816488> /usr/lib/libxml2.2.dylib
0x92615000 - 0x92621ffe libkxld.dylib (2050.22.13) /usr/lib/system/libkxld.dylib
0x92622000 - 0x92626fff com.apple.IOSurface (86.0.4 - 86.0.4) <6431ACB6-561B-314F-9A2A-FAC1578FCC86> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x92627000 - 0x92627fff libSystem.B.dylib (169.3) /usr/lib/libSystem.B.dylib
0x92628000 - 0x9263afff libbsm.0.dylib (32) /usr/lib/libbsm.0.dylib
0x9263b000 - 0x928fbff3 com.apple.security (7.0 - 55179.11) <165A3105-9ADF-329B-93FC-3C8EFAEDDD13> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x928fc000 - 0x9290cff2 com.apple.LangAnalysis (1.7.0 - 1.7.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x9290d000 - 0x9291fff7 libdispatch.dylib (228.23) <86EF7D45-2D97-3465-A449-95038AE5DABA> /usr/lib/system/libdispatch.dylib
0x92920000 - 0x92921fff libsystem_sandbox.dylib (220.2) <61A79095-1978-3AAA-B0E0-658BC8E5F045> /usr/lib/system/libsystem_sandbox.dylib
0x92924000 - 0x92949ff7 com.apple.CoreVideo (1.8 - 99.4) /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x9294a000 - 0x9297dffb com.apple.GSS (3.0 - 2.0) <9566A96D-C296-3ABD-A12A-E274C81C0B25> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x9297e000 - 0x92987ffd com.apple.audio.SoundManager (4.0 - 4.0) <6A0B4A5D-6320-37E4-A1CA-91189777848C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x92988000 - 0x9298cffc libGIF.dylib (849) <2F1DE1C6-4779-35A6-8ED5-BBF8ADD5962A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x92991000 - 0x9299dff8 libbz2.1.0.dylib (29) <7031A4C0-784A-3EAA-93DF-EA1F26CC9264> /usr/lib/libbz2.1.0.dylib
0x9299e000 - 0x92a72ff3 com.apple.backup.framework (1.4.2 - 1.4.2) <0473EB45-E9BF-3C10-B235-A6E2B960A88F> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x92a73000 - 0x92a7fffa com.apple.CrashReporterSupport (10.8.3 - 417) /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x92a80000 - 0x92af5ff7 com.apple.ApplicationServices.ATS (332 - 341.1) <1D81B09C-98DB-3CDB-990B-459FAE3D8D7A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x92af6000 - 0x93182ff3 com.apple.CoreAUC (6.16.13 - 6.16.13) <3DCF4456-AF8D-3E87-B00C-C56055AF9B8E> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x93183000 - 0x9322dfff com.apple.LaunchServices (539.7 - 539.7) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x9322e000 - 0x93292fff com.apple.datadetectorscore (4.1 - 269.2) /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x93293000 - 0x9329efff libcommonCrypto.dylib (60027) <8EE30FA5-AA8D-3FA6-AB0F-05DA8B0425D9> /usr/lib/system/libcommonCrypto.dylib
0x9329f000 - 0x933edfff com.apple.CFNetwork (596.3.3 - 596.3.3) /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x933ee000 - 0x9343cffb libFontRegistry.dylib (100) <97D8F15F-F072-3AF0-8EF8-50C41781951C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x9343d000 - 0x93470ff5 libssl.0.9.8.dylib (47) <84896B24-4941-3149-A4CF-2BAD0F621002> /usr/lib/libssl.0.9.8.dylib
0x93471000 - 0x934edff3 com.apple.Metadata (10.7.0 - 707.5) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x934ee000 - 0x9354cff7 com.apple.audio.CoreAudio (4.1.1 - 4.1.1) <953DD669-8C6E-387D-AB3F-D8C8965347DF> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x9354d000 - 0x93554fff libsystem_dnssd.dylib (379.37) <49A44FB3-559D-3C7E-AA40-23F5A8E612AC> /usr/lib/system/libsystem_dnssd.dylib
0x93555000 - 0x9355eff9 com.apple.CommonAuth (3.0 - 2.0) <34C4768C-EF8D-3DBA-AFB7-09148C8672DB> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x9355f000 - 0x93563ffe libcache.dylib (57) <834FDCA7-FE3B-33CC-A12A-E11E202477EC> /usr/lib/system/libcache.dylib
0x93564000 - 0x9359affb com.apple.DebugSymbols (98 - 98) /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x935b5000 - 0x93858ff3 com.apple.CoreImage (8.2.4 - 1.0.1) /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x93859000 - 0x93865ff7 com.apple.NetAuth (4.0 - 4.0) <52D23F12-0718-341D-B9DF-16C814022250> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x93866000 - 0x938bffff com.apple.QuickLookFramework (4.0 - 555.5) <4E381B7B-7EB5-37FD-9BA7-517DB48D07A7> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x938c0000 - 0x938c0ffd com.apple.audio.units.AudioUnit (1.8 - 1.8) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x938c1000 - 0x938c1fff com.apple.ApplicationServices (45 - 45) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x938c2000 - 0x938efffe libsystem_m.dylib (3022.6) <93CEEC8C-FAB5-313C-B0BB-0F4E91E6B878> /usr/lib/system/libsystem_m.dylib
0x938f0000 - 0x93912fff libc++abi.dylib (26) <3AAA8D55-F5F6-362B-BA3C-CCAF0D3C8E27> /usr/lib/libc++abi.dylib
0x93913000 - 0x93916ff9 libCGXType.A.dylib (331.0.4) <981B13D6-4E8B-3468-92D3-FE436B48C0DA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x93917000 - 0x93924ff7 com.apple.AppleFSCompression (49 - 1.0) <9A066D13-6E85-36FC-8B58-FD46E51751CE> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x93925000 - 0x9393efff com.apple.Kerberos (2.0 - 1) <8413EDD3-7E01-3D47-83FD-C14A5235DCD2> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x9393f000 - 0x939d1ffb libvMisc.dylib (380.6) <6DA3A03F-20BE-300D-A664-B50A7B4E4B1A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x939d2000 - 0x93a90ff3 com.apple.ColorSync (4.8.0 - 4.8.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x93a91000 - 0x93ad3ff7 libauto.dylib (185.1) /usr/lib/libauto.dylib
0x93ad4000 - 0x93cebfff com.apple.CoreData (106.1 - 407.7) <17FD06D6-AD7C-345A-8FA4-1F0FBFF4DAE1> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x93cec000 - 0x93cedfff libDiagnosticMessagesClient.dylib (8) <39B3D25A-148A-3936-B800-0D393A00E64F> /usr/lib/libDiagnosticMessagesClient.dylib
0x93cee000 - 0x93d56ff7 com.apple.framework.IOKit (2.0.1 - 755.22.5) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x93d57000 - 0x93d7cff7 com.apple.quartzfilters (1.8.0 - 1.7.0) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
0x93d7d000 - 0x93d84ffb libunwind.dylib (35.1) /usr/lib/system/libunwind.dylib
0x93d85000 - 0x93da3ff3 com.apple.openscripting (1.3.6 - 148.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x93da4000 - 0x93decff5 com.apple.opencl (2.2.18 - 2.2.18) <004A1DE4-49C6-3938-8B54-CD1DC23BDBE5> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x93ded000 - 0x93df4fff liblaunch.dylib (442.26.2) <310C99F8-0811-314D-9BB9-D0ED6DFA024B> /usr/lib/system/liblaunch.dylib
0x93df5000 - 0x93df5fff libsystem_blocks.dylib (59) <3A743C5D-CFA5-37D8-80A8-B6795A9DB04F> /usr/lib/system/libsystem_blocks.dylib
0x93df6000 - 0x93eeaff3 com.apple.QuickLookUIFramework (4.0 - 555.5) <5A62C87F-5F74-380B-8B86-8CE3D8788603> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x93eeb000 - 0x93eebfff com.apple.CoreServices (57 - 57) <83B793A6-720D-31F6-A76A-89EBB2644346> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x93eec000 - 0x93f47fff com.apple.htmlrendering (77 - 1.1.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x93f48000 - 0x94104ffd libicucore.A.dylib (491.11.2) <59A23F06-16AD-35F8-BA58-D17305232402> /usr/lib/libicucore.A.dylib
0x94105000 - 0x9412fff9 com.apple.framework.Apple80211 (8.3.2 - 832.18.1) <69AD5C5E-14A2-3E2B-AE28-2C7A7E4F5D0A> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x94133000 - 0x94195fff libc++.1.dylib (65.1) <35EE57E1-2705-3C76-A75A-75655D720268> /usr/lib/libc++.1.dylib
0x94490000 - 0x9470cff7 com.apple.QuickTime (7.7.1 - 2599.24) <5B1CA228-A6B3-39DF-A5CC-F981E59DAD1D> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x9470d000 - 0x94b4fff3 com.apple.CoreGraphics (1.600.0 - 331.0.4) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x94b50000 - 0x94bc9ff0 com.apple.CorePDF (2.0 - 2) <6B5BF755-F336-359C-9A99-F006F61442CF> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
0x94f43000 - 0x95040ff7 com.apple.DiskImagesFramework (10.8.3 - 345) <26D0C7F8-E87E-3511-8388-8EE616A39D6D> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
0x95041000 - 0x95071fff libncurses.5.4.dylib (37.3) <30D8B67F-5447-34AB-900F-2D623CD4F117> /usr/lib/libncurses.5.4.dylib
0x95072000 - 0x950c0ff3 com.apple.SystemConfiguration (1.12.2 - 1.12.2) <6E858B9F-337A-314E-88B7-24A274ACE568> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x950c1000 - 0x950c4ff3 com.apple.AppleSystemInfo (2.0 - 2) <4DB3FD8F-655E-3F96-97BC-040B33044A34> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
0x950c5000 - 0x95111fff libcorecrypto.dylib (106.2) <20EBADBA-D6D6-36F0-AE80-168E9AF13DB6> /usr/lib/system/libcorecrypto.dylib
0x95124000 - 0x9515bffa com.apple.LDAPFramework (2.4.28 - 194.5) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x95ec1000 - 0x95ec7fff com.apple.print.framework.Print (8.0 - 258) <3E10C488-C390-33BD-8A4F-568E3021811D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x95ec8000 - 0x95ed2fff com.apple.DisplayServicesFW (2.7.2 - 357) <76D33A58-C39E-398A-9597-389A9B1FE76D> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
0x95ed3000 - 0x95eddfff libCSync.A.dylib (331.0.4) <71A7B331-C8A2-322C-AFB0-062EE9C3B848> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x95ede000 - 0x95febff3 com.apple.ImageIO.framework (3.2.0 - 849) /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x95ff3000 - 0x9603aff3 com.apple.CoreMedia (1.0 - 926.87) <713B7213-D695-3162-9852-DBC114C26178> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x960d9000 - 0x960e2fff com.apple.CommerceCore (1.0 - 26.1) <8C28115C-6EC1-316D-9237-F4FBCBB778C5> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
0x960e3000 - 0x9621eff7 libBLAS.dylib (1073.4) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x9621f000 - 0x96310ffc libiconv.2.dylib (34) /usr/lib/libiconv.2.dylib
0x96311000 - 0x96311fff com.apple.vecLib (3.8 - vecLib 3.8) <83160DD1-5614-3E34-80EB-97041016EF1F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x96312000 - 0x9631cfff com.apple.speech.recognition.framework (4.1.5 - 4.1.5) <774CDB2F-34A1-347A-B302-4746D256E921> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x9631d000 - 0x966b0ff3 com.apple.MediaToolbox (1.0 - 926.87) /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x966b1000 - 0x966b2ffd libunc.dylib (25) <5E1EEE9E-3423-33D7-95B2-E4D17DD08C18> /usr/lib/system/libunc.dylib
0x966b3000 - 0x966c3ff7 libsasl2.2.dylib (166) /usr/lib/libsasl2.2.dylib
0x966c4000 - 0x966d2fff libxar.1.dylib (105) <6498A359-2DBA-3EDA-8F00-EEB989DD0A93> /usr/lib/libxar.1.dylib
0x96f51000 - 0x96f54fff com.apple.help (1.3.2 - 42) <2B727B38-0E18-3108-9735-F65958924A91> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x96f84000 - 0x97367fff com.apple.HIToolbox (2.0 - 626.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x97368000 - 0x97368fff com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <908B8D40-3FB5-3047-B482-3DF95025ECFC> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x97369000 - 0x97392fff libxslt.1.dylib (11.3) <0DE17DAA-66FF-3195-AADB-347BEB5E2EFA> /usr/lib/libxslt.1.dylib
0x973c4000 - 0x9742cfe7 libvDSP.dylib (380.6) <55780308-4DCA-3B10-9703-EAFC3E13A3FA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x97439000 - 0x9743afff liblangid.dylib (116) /usr/lib/liblangid.dylib
0x9743b000 - 0x97539ff7 libFontParser.dylib (84.6) <7D3EB3CC-527E-3A74-816A-59CAFD2260A4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x9753a000 - 0x975c2fff com.apple.PDFKit (2.7.3 - 2.7.3) <3E1B3BB0-4137-3C99-9C7D-4B34C8943F22> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x975c3000 - 0x975c7fff com.apple.CommonPanels (1.2.5 - 94) <7B3FC9A4-0F71-31E7-88CE-1BD4CBB655B2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x975c8000 - 0x976d3ff7 libJP2.dylib (849) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x976d4000 - 0x978bcffb com.apple.CoreFoundation (6.8 - 744.18) <68AFEE40-0078-347E-9DEE-32CFE0062A10> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x978bd000 - 0x978ffff7 libcups.2.dylib (327.3) /usr/lib/libcups.2.dylib
0x979d1000 - 0x979dffff com.apple.opengl (1.8.7 - 1.8.7) <0631EC1D-833B-39D2-A907-A9F7617E5504> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x979e0000 - 0x97a20fff com.apple.MediaKit (14 - 687) <8735A76E-7766-33F5-B3D2-86630070A1BA> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x97cbc000 - 0x97f29ffb com.apple.imageKit (2.2 - 670) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0x97f2a000 - 0x98087ffb com.apple.QTKit (7.7.1 - 2599.24) <39CC892D-2874-33FE-BE30-87FE07D875BD> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x98088000 - 0x980cdff7 com.apple.NavigationServices (3.7 - 200) <6AB1A00C-BC94-3889-BA95-40A454B720CE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x980ce000 - 0x980d0ffb libRadiance.dylib (849) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x980d1000 - 0x984eefff FaceCoreLight (2.4.1) <571DE3F8-CA8A-3E71-9AF4-F06FFE721CE6> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
0x984ef000 - 0x985c5fff com.apple.DiscRecording (7.0 - 7000.2.4) <528052A0-FCFB-3867-BCDF-EE0F8A998C1C> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x985c6000 - 0x985d4ff3 libsystem_network.dylib (77.10) <11CAF6A8-17CF-3178-9348-57C5ED494BA8> /usr/lib/system/libsystem_network.dylib
0x98698000 - 0x986e2ff7 com.apple.framework.CoreWLAN (3.0.2 - 302.12) <1D7CB11D-C28C-3A25-865A-4AD6EE40D493> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x986e3000 - 0x9896fffb com.apple.RawCamera.bundle (4.04 - 680) /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x98970000 - 0x98994fff libJPEG.dylib (849) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x98997000 - 0x989acfff com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x989ad000 - 0x989adfff com.apple.Cocoa (6.7 - 19) <01AA482A-677A-31CA-9EC9-05C57FDDE427> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x989ae000 - 0x989b0ffd libCVMSPluginSupport.dylib (8.7.25) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x989b1000 - 0x989b4ffc libCoreVMClient.dylib (32.3) <35B63A60-DF0A-3FB3-ABB8-164B246A43CC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x989b5000 - 0x98a0cff7 com.apple.ScalableUserInterface (1.0 - 1) <4B538E02-4F41-37FF-81F6-ED43DE0E78CC> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
0x98aaf000 - 0x98ab7fff libcopyfile.dylib (89) <4963541B-0254-371B-B29A-B6806888949B> /usr/lib/system/libcopyfile.dylib
0x98ab8000 - 0x98afcff7 libGLU.dylib (8.7.25) <0CC1A4D8-C095-3F2B-B55C-FDEBEA0E9CFE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x98afd000 - 0x98afdfff com.apple.quartzframework (1.5 - 1.5) <9018BE5B-4070-320E-8091-6584CC17F798> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x98afe000 - 0x98c31ff3 com.apple.MediaControlSender (1.7 - 170.20) <7B1AC317-AFDB-394F-8026-9561930E696B> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/MediaControlSender
0x98c32000 - 0x98ce1ff7 com.apple.CoreText (260.0 - 275.16) <7716C57B-E059-3B30-BBA8-AD7FF6EE3D35> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x98ce2000 - 0x98d9ffeb libsystem_c.dylib (825.26) <6E35A83F-1A5B-3AF9-8C6D-D7B57B25FB63> /usr/lib/system/libsystem_c.dylib
0x98da0000 - 0x98da9fff com.apple.DiskArbitration (2.5.2 - 2.5.2) <89822A83-B450-3363-8E9C-9B80CB4450B1> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x9957d000 - 0x99583ffc libCGXCoreImage.A.dylib (331.0.4) <70A73377-8145-3488-A046-1DB05C6B9D01> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
0x99584000 - 0x995a0fff libPng.dylib (849) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x995a1000 - 0x995abffe com.apple.bsd.ServiceManagement (2.0 - 2.0) <9732BA61-D6F6-3644-82DA-FF0D6FEEFC69> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x995ac000 - 0x999a8feb com.apple.VideoToolbox (1.0 - 926.87) /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x999a9000 - 0x999ebfff libcurl.4.dylib (69.2) <8CC566A0-0B25-37E8-A6EC-30074C3CDB8C> /usr/lib/libcurl.4.dylib
0x999ec000 - 0x99a5bffb com.apple.Heimdal (3.0 - 2.0) <964D9952-B0F2-34F6-8265-1823C0D5EAB8> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x99a5c000 - 0x99a81ffb com.apple.framework.familycontrols (4.1 - 410) /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x99a82000 - 0x99a99ff4 com.apple.CoreMediaAuthoring (2.1 - 914) <8D71DE7D-7F53-3052-9FAF-132CB61BA9F5> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
0x99a9a000 - 0x99a9bfff libremovefile.dylib (23.2) <9813B2DB-2374-3AA2-99B6-AA2E9897B249> /usr/lib/system/libremovefile.dylib
0x99a9c000 - 0x99b94ff9 libsqlite3.dylib (138.1) /usr/lib/libsqlite3.dylib
0x99b95000 - 0x99b99ff7 libmacho.dylib (829) <5280A013-4F74-3F74-BE0C-7F612C49F1DC> /usr/lib/system/libmacho.dylib
0x99c01000 - 0x99c99fff com.apple.CoreServices.OSServices (557.6 - 557.6) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x99c9a000 - 0x99c9dffc libpam.2.dylib (20) /usr/lib/libpam.2.dylib
0x99cdb000 - 0x99ce1fff libGFXShared.dylib (8.7.25) <4268BFAF-4529-3B40-A8B9-66F176AC20CF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x99ce2000 - 0x99d7dfff com.apple.CoreSymbolication (3.0 - 117) /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x99d7e000 - 0x99d9effd com.apple.ChunkingLibrary (2.0 - 133.3) /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x99d9f000 - 0x99da3fff com.apple.OpenDirectory (10.8 - 151.10) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x99da4000 - 0x99df3ff6 libTIFF.dylib (849) <229EBA67-A2D3-30B7-8177-3CA5503360EC> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x99df4000 - 0x99df6fff libdyld.dylib (210.2.3) <05D6FF2A-F09B-309D-95F7-7AF10259C707> /usr/lib/system/libdyld.dylib
0x99e0c000 - 0x99e91ff7 com.apple.SearchKit (1.4.0 - 1.4.0) <4E947DC1-7985-3111-A864-58EDD6D955DC> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x99e92000 - 0x99ea0ff7 libz.1.dylib (43) <245F1B61-2276-3BBB-9891-99934116D833> /usr/lib/libz.1.dylib
0x99ea1000 - 0x99efbfff com.apple.Symbolication (1.3 - 93) <4A794D1C-DE02-3183-87BF-0008A602E4D3> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x99efc000 - 0x9a014ff7 com.apple.coreavchd (5.6.0 - 5600.4.16) /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
0x9a015000 - 0x9a02cfff com.apple.GenerationalStorage (1.1 - 132.3) /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x9a02d000 - 0x9a040ff9 com.apple.MultitouchSupport.framework (235.29 - 235.29) <451701B6-03CE-3F26-9FF0-92D8DA1467EE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x9a041000 - 0x9a043fff com.apple.securityhi (4.0 - 55002) <79E3B880-3AB7-3BF3-9CDF-117A45599545> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x9a044000 - 0x9a274fff com.apple.QuartzComposer (5.1 - 284) <640BD4D4-3551-3DB1-A9F2-004257EE5DED> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
0x9a275000 - 0x9a299fff com.apple.PerformanceAnalysis (1.16 - 16) <7B7EAA0B-5208-32DB-B083-D4B62F37EC46> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x9a29a000 - 0x9a59fff7 com.apple.CoreServices.CarbonCore (1037.5 - 1037.5) <356AE2DF-ABB0-319C-8B5B-2F33D693889F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x9a5a0000 - 0x9a5dbfef libGLImage.dylib (8.7.25) <6C0B2148-032A-3911-AB21-2E07606E3D9A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x9a5dc000 - 0x9a5dcfff com.apple.Accelerate (1.8 - Accelerate 1.8) <4EC0548E-3A3F-310D-A366-47B51D5B6398> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x9a613000 - 0x9a68dff3 com.apple.securityfoundation (6.0 - 55115.4) <8A3DA1FE-1985-3ECB-945A-6B1E853B4BDC> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x9a6d4000 - 0x9a72effb com.apple.AE (645.6 - 645.6) <44556FF7-A869-399A-AEBB-F4E9263D9152> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x9a731000 - 0x9a762fff com.apple.DictionaryServices (1.2 - 184.4) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices

External Modification Summary:
Calls made by other processes targeting this process:
task_for_pid: 2
thread_create: 0
thread_set_state: 0
Calls made by this process:
task_for_pid: 0
thread_create: 0
thread_set_state: 0
Calls made by all processes on this machine:
task_for_pid: 24738
thread_create: 1
thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=183.4M resident=118.2M(64%) swapped_out_or_unallocated=65.2M(36%)
Writable regions: Total=277.1M written=135.4M(49%) resident=189.2M(68%) swapped_out=0K(0%) unallocated=87.9M(32%)

REGION TYPE VIRTUAL
=========== =======
CG backing stores 20.2M
CG image 1080K
CG raster data 180K
CG shared images 1280K
CoreAnimation 280K
CoreServices 3708K
MALLOC 207.0M
MALLOC guard page 48K
MALLOC_LARGE (reserved) 228K reserved VM address space (unallocated)
Memory tag=240 4K
Memory tag=242 12K
Memory tag=35 4376K
OpenCL 36K
SQLite page cache 192K
Stack 71.1M
VM_ALLOCATE 16.2M
__DATA 22.4M
__DATA/__OBJC 180K
__IMAGE 528K
__IMPORT 52K
__LINKEDIT 39.9M
__OBJC 2716K
__OBJC/__DATA 52K
__PAGEZERO 4K
__TEXT 143.5M
__UNICODE 544K
mapped file 106.0M
shared memory 308K
=========== =======
TOTAL 641.8M
TOTAL, minus reserved VM space 641.5M

Model: MacBookPro10,1, BootROM MBP101.00EE.B02, 4 processors, Intel Core i7, 2.6 GHz, 16 GB, SMC 2.3f35
Graphics: Intel HD Graphics 4000, Intel HD Graphics 4000, Built-In, 512 MB
Graphics: NVIDIA GeForce GT 650M, NVIDIA GeForce GT 650M, PCIe, 1024 MB
Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D5434314753364D465238432D50422020
Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D5434314753364D465238432D50422020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xEF), Broadcom BCM43xx 1.0 (5.106.98.100.16)
Bluetooth: Version 4.1.3f3 11349, 2 service, 18 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
Serial ATA Device: APPLE SSD SD512E, 500.28 GB
USB Device: hub_device, 0x8087 (Intel Corporation), 0x0024, 0x1a100000 / 2
USB Device: FaceTime HD Camera (Built-in), apple_vendor_id, 0x8510, 0x1a110000 / 3
USB Device: hub_device, 0x8087 (Intel Corporation), 0x0024, 0x1d100000 / 2
USB Device: hub_device, 0x0424 (SMSC), 0x2512, 0x1d180000 / 3
USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0262, 0x1d182000 / 5
USB Device: BRCM20702 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0x1d181000 / 4
USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8286, 0x1d181300 / 8

mhunter's picture
Offline
Joined: 07/31/2009 - 15:26
The code you posted runs

The code you posted runs without a problem on my machine. It takes 1.3 hours. This could be a parallelism issue. I have a single-threaded version installed, and your crash report listed 14 threads. You could try to reduce the number of threads used by setting the mxOption.

ciModel <- mxOption(ciModel, "Number of Threads", 4)
ciFit <- mxRun(ciModel, intervals=TRUE)

In the worst case, setting the number of threads to 1 should be slow but effective. Anyone have an idea about why multi-threadef CIs would cause a problem?

tbrick's picture
Offline
Joined: 07/31/2009 - 15:10
OS X's OpenMP is broken

OpenMP on OS X is known to be broken. So the OS X build of OpenMx has problems with any kind of parallelism. I had thought we were detecting and catching the problem without it actually crashing R, but apparently that's not true. It's also possible that 10.8 has a new version that's broken in some sort of new and more exciting way. We'll take a look

If you're using OS X and want to be able to run multithreaded, the instructions are pretty straightforward, and are listed in this comment:
http://openmx.psyc.virginia.edu/thread/2071#comment-4677

I believe you have to compile from source to be sure you're linking against the right OpenMP.

bverhulst's picture
Offline
Joined: 03/08/2010 - 17:14
Thanks for the advice. I was

Thanks for the advice.
I was unaware/neglectful of the number of threads argument, but I will try that out and see if it fixes everything.
Thanks again,
Brad

tbates's picture
Offline
Joined: 07/31/2009 - 14:25
parallel

hi brad,
Cis run parallel, so might be hitting the lack of default parallel support on os x.

Might try compiling/installing again, ensuring parallel /OpenMP is disabled?

bverhulst's picture
Offline
Joined: 03/08/2010 - 17:14
fixed?

Okay, I got it to run fine with the single threaded version binary release.
Thanks for your suggestions.
B