#42454 closed defect (invalid)
Fatal error dolfin import
Reported by: | mwathen@… | Owned by: | seanfarley (Sean Farley) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.2.1 |
Keywords: | Cc: | ||
Port: |
Description (last modified by seanfarley (Sean Farley))
I managed to install dolfin using macport but when I try and run an example program using this package I get the following error Fatal Python error: PyThreadState_Get: no current thread
[1] 23196 abort python programs/demo_poisson.py
I have attached the python error I get as well.
Process: Python [23196] Path: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python Identifier: Python Version: 2.7.6 (2.7.6) Code Type: X86-64 (Native) Parent Process: zsh [23168] Responsible: Terminal [22736] User ID: 501 Date/Time: 2014-02-10 10:06:43.935 -0800 OS Version: Mac OS X 10.9.1 (13B3116) Report Version: 11 Anonymous UUID: EFA00D8E-20FE-A2F9-8079-313E6DB02242 Sleep/Wake UUID: 9ABD15B3-FD31-46CD-81E5-6BC27015C37C Crashed Thread: 0 Dispatch queue: com.apple.main-thread Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Application Specific Information: abort() called Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 libsystem_kernel.dylib 0x00007fff9896d866 __pthread_kill + 10 1 libsystem_pthread.dylib 0x00007fff8ee6e35c pthread_kill + 92 2 libsystem_c.dylib 0x00007fff8d54cbba abort + 125 3 org.python.python 0x0000000110ca9ec1 Py_FatalError + 49 4 org.python.python 0x0000000110ca9411 PyThreadState_Get + 28 5 org.python.python 0x0000000110ca6476 Py_InitModule4_64 + 58 6 _ffc_form_fca4b6ffb2fc6e2e2de21f0bd1c9de03ea2f593c.so 0x00000001077c5b40 init_ffc_form_fca4b6ffb2fc6e2e2de21f0bd1c9de03ea2f593c + 784 7 org.python.python 0x00000001075e9d86 _PyImport_LoadDynamicModule + 150 8 org.python.python 0x00000001075e849c imp_load_module + 284 9 org.python.python 0x00000001075ce010 PyEval_EvalFrameEx + 7712 10 org.python.python 0x00000001075d2ed2 fast_function + 194 11 org.python.python 0x00000001075cf28b PyEval_EvalFrameEx + 12443 12 org.python.python 0x00000001075cc076 PyEval_EvalCodeEx + 1734 13 org.python.python 0x00000001075cb9a6 PyEval_EvalCode + 54 14 org.python.python 0x00000001075e5f57 PyImport_ExecCodeModuleEx + 247 15 org.python.python 0x00000001075e8e77 load_source_module + 935 16 org.python.python 0x00000001075e9a87 import_submodule + 279 17 org.python.python 0x00000001075e951f load_next + 271 18 org.python.python 0x00000001075e74b1 PyImport_ImportModuleLevel + 1153 19 org.python.python 0x00000001075c7304 builtin___import__ + 132 20 org.python.python 0x000000010753b665 PyObject_Call + 101 21 org.python.python 0x00000001075cf763 PyEval_EvalFrameEx + 13683 22 org.python.python 0x00000001075cc076 PyEval_EvalCodeEx + 1734 23 org.python.python 0x00000001075cb9a6 PyEval_EvalCode + 54 24 org.python.python 0x00000001075e5f57 PyImport_ExecCodeModuleEx + 247 25 org.python.python 0x00000001075e8e77 load_source_module + 935 26 org.python.python 0x00000001075e916a load_package + 298 27 org.python.python 0x00000001075e9a87 import_submodule + 279 28 org.python.python 0x00000001075e951f load_next + 271 29 org.python.python 0x00000001075e74b1 PyImport_ImportModuleLevel + 1153 30 org.python.python 0x00000001075c7304 builtin___import__ + 132 31 org.python.python 0x00000001075ce010 PyEval_EvalFrameEx + 7712 32 org.python.python 0x00000001075d2ed2 fast_function + 194 33 org.python.python 0x00000001075cf28b PyEval_EvalFrameEx + 12443 34 org.python.python 0x00000001075d2ed2 fast_function + 194 35 org.python.python 0x00000001075cf28b PyEval_EvalFrameEx + 12443 36 org.python.python 0x00000001075d2ed2 fast_function + 194 37 org.python.python 0x00000001075cf28b PyEval_EvalFrameEx + 12443 38 org.python.python 0x00000001075cc076 PyEval_EvalCodeEx + 1734 39 org.python.python 0x00000001075d2f36 fast_function + 294 40 org.python.python 0x00000001075cf28b PyEval_EvalFrameEx + 12443 41 org.python.python 0x00000001075cc076 PyEval_EvalCodeEx + 1734 42 org.python.python 0x00000001075d2f36 fast_function + 294 43 org.python.python 0x00000001075cf28b PyEval_EvalFrameEx + 12443 44 org.python.python 0x00000001075cc076 PyEval_EvalCodeEx + 1734 45 org.python.python 0x00000001075d2f36 fast_function + 294 46 org.python.python 0x00000001075cf28b PyEval_EvalFrameEx + 12443 47 org.python.python 0x00000001075cc076 PyEval_EvalCodeEx + 1734 48 org.python.python 0x00000001075d2f36 fast_function + 294 49 org.python.python 0x00000001075cf28b PyEval_EvalFrameEx + 12443 50 org.python.python 0x00000001075cc076 PyEval_EvalCodeEx + 1734 51 org.python.python 0x000000010755f0c6 function_call + 342 52 org.python.python 0x000000010753b665 PyObject_Call + 101 53 org.python.python 0x00000001075d04e6 PyEval_EvalFrameEx + 17142 54 org.python.python 0x00000001075cc076 PyEval_EvalCodeEx + 1734 55 org.python.python 0x00000001075d2f36 fast_function + 294 56 org.python.python 0x00000001075cf28b PyEval_EvalFrameEx + 12443 57 org.python.python 0x00000001075cc076 PyEval_EvalCodeEx + 1734 58 org.python.python 0x000000010755f0c6 function_call + 342 59 org.python.python 0x000000010753b665 PyObject_Call + 101 60 org.python.python 0x00000001075477b6 instancemethod_call + 182 61 org.python.python 0x000000010753b665 PyObject_Call + 101 62 org.python.python 0x00000001075d00b4 PyEval_EvalFrameEx + 16068 63 org.python.python 0x00000001075cc076 PyEval_EvalCodeEx + 1734 64 org.python.python 0x000000010755f0c6 function_call + 342 65 org.python.python 0x000000010753b665 PyObject_Call + 101 66 org.python.python 0x00000001075477b6 instancemethod_call + 182 67 org.python.python 0x000000010753b665 PyObject_Call + 101 68 org.python.python 0x00000001075929fd slot_tp_init + 141 69 org.python.python 0x000000010758cfe2 type_call + 338 70 org.python.python 0x000000010753b665 PyObject_Call + 101 71 org.python.python 0x00000001075d00b4 PyEval_EvalFrameEx + 16068 72 org.python.python 0x00000001075cc076 PyEval_EvalCodeEx + 1734 73 org.python.python 0x00000001075cb9a6 PyEval_EvalCode + 54 74 org.python.python 0x00000001075f3611 PyRun_FileExFlags + 161 75 org.python.python 0x00000001075f315e PyRun_SimpleFileExFlags + 718 76 org.python.python 0x0000000107607002 Py_Main + 3314 77 libdyld.dylib 0x00007fff927395fd start + 1 Thread 1:: Dispatch queue: com.apple.libdispatch-manager 0 libsystem_kernel.dylib 0x00007fff9896e662 kevent64 + 10 1 libdispatch.dylib 0x00007fff9634243d _dispatch_mgr_invoke + 239 2 libdispatch.dylib 0x00007fff96342152 _dispatch_mgr_thread + 52 Thread 0 crashed with X86 Thread State (64-bit): rax: 0x0000000000000000 rbx: 0x00007fff7c396310 rcx: 0x00007fff586d4508 rdx: 0x0000000000000000 rdi: 0x0000000000000d07 rsi: 0x0000000000000006 rbp: 0x00007fff586d4530 rsp: 0x00007fff586d4508 r8: 0x0000000000000040 r9: 0x00007fff586d4500 r10: 0x0000000008000000 r11: 0x0000000000000206 r12: 0x0000000000000000 r13: 0x00000001077c5830 r14: 0x0000000000000006 r15: 0x00000000000003f5 rip: 0x00007fff9896d866 rfl: 0x0000000000000206 cr2: 0x00007fff7c167760 Logical CPU: 0 Error Code: 0x02000148 Trap Number: 133 Binary Images: 0x107528000 - 0x107529fff +org.python.python (2.7.6 - 2.7.6) <9EAA7EA7-0461-3548-A192-07D38564031C> /opt/local/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python 0x10752e000 - 0x107644ff7 +org.python.python (2.7.6, [c] 2004-2013 Python Software Foundation. - 2.7.6) <980B2D89-E75B-3026-B8F3-CFFA635C4792> /opt/local/Library/Frameworks/Python.framework/Versions/2.7/Python 0x1077c4000 - 0x1077cbff7 +_ffc_form_fca4b6ffb2fc6e2e2de21f0bd1c9de03ea2f593c.so (0) <5291FBB8-39EB-3FAB-8F54-43B0E2E551D2> /Users/USER/*/_ffc_form_fca4b6ffb2fc6e2e2de21f0bd1c9de03ea2f593c.so 0x1078b4000 - 0x1078b8fff +math.so (0) <7402006C-C00D-393A-9A6E-7240B2EFAAC4> /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/math.so 0x1078bf000 - 0x1079a9fff +multiarray.so (0) <030DF069-55B2-31B4-A242-75A0E20C188E> /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/multiarray.so 0x107a4f000 - 0x107a5bfff +datetime.so (0) <14C3C837-ACA0-3F99-9BF8-368E32EE6E24> /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/datetime.so 0x107a67000 - 0x107aacff7 +umath.so (0) <4840927E-47BA-3354-AB5B-22BF4FCD4E1B> /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/umath.so 0x107b18000 - 0x107b1bff7 +_collections.so (0) <DDDAB77F-A531-3E13-BB63-240398C3E7C7> /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_collections.so 0x107b21000 - 0x107b24fff +operator.so (0) <95D19C2D-417E-3A67-A1BB-97F6234BD4A4> /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/operator.so 0x107b2b000 - 0x107b30ff7 +itertools.so (0) <A3DA6CBE-61F7-3D0D-9251-22F54CFA6CB8> /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/itertools.so 0x107b3b000 - 0x107b3cfff +_heapq.so (0) <DB5A22ED-B9F3-39EF-A83B-8726F4F8A7E3> /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_heapq.so 0x107b40000 - 0x107b4dfff +cPickle.so (0) <2CD483B1-CE6C-3BE8-BD5F-B0A20F477DBD> /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/cPickle.so 0x107b55000 - 0x107b56fff +cStringIO.so (0) <EF9551C2-2514-3767-9447-9BA101184349> /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/cStringIO.so 0x107b5b000 - 0x107b5ffff +_dotblas.so (0) <8F9FAB93-80F6-32F9-A406-89A6A06E8B19> /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/_dotblas.so 0x107b63000 - 0x107b64ff7 +_functools.so (0) <B36EA2D6-B7DF-3592-93C3-0001BDFB4FEC> /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_functools.so 0x107ba8000 - 0x107bc4ff7 +scalarmath.so (0) <36D6FDF0-0B2A-316C-A655-5B8021B957F5> /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/scalarmath.so 0x107cd6000 - 0x107cd8fff +time.so (0) <7B313687-32FF-34C2-ACD8-C7A1790A3343> /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/time.so 0x107d1e000 - 0x107d22ff7 +_compiled_base.so (0) <72B98C02-BC6F-32F2-B2FF-A875DF946BC0> /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/lib/_compiled_base.so 0x107d66000 - 0x107d6afff +lapack_lite.so (0) <FAEA05CA-20B8-3FE2-8EB0-B3E76545EA42> /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/linalg/lapack_lite.so 0x107d6e000 - 0x107d7bff7 +_umath_linalg.so (0) <BEE109CC-BB44-393E-B04D-AAB0A1A9643D> /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/linalg/_umath_linalg.so 0x107dc7000 - 0x107dc8fff +grp.so (0) <B1468245-66CD-364E-B04F-8A63C1A8BAE0> /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/grp.so 0x107dcb000 - 0x107dcbfff +future_builtins.so (0) <84110E0D-0171-3A3F-B660-70CE6B14442A> /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/future_builtins.so 0x107dce000 - 0x107dd6fff +fftpack_lite.so (0) <CF47109B-BC1E-3AEB-A324-EE416B40DA4A> /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/fft/fftpack_lite.so 0x107e1a000 - 0x107e1dfff +strop.so (0) <D4149B0D-D369-37B1-88AB-E54B00955B29> /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/strop.so 0x107f22000 - 0x107f59ff7 +mtrand.so (0) <F09EE7AD-C5B9-3702-9FFB-A7768E164D18> /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/random/mtrand.so 0x107fa7000 - 0x107fb7fff +_ctypes.so (0) <2B4B6460-0913-3E02-AB47-B705EDA9D98B> /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_ctypes.so 0x107fc8000 - 0x107fcbff7 +_struct.so (0) <82587028-EEA5-3914-A170-AE64F1DE5B17> /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_struct.so 0x107fd3000 - 0x107fe3fff +_io.so (0) <9CE31053-F63E-358B-9A65-C609C04AB8EB> /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_io.so 0x107ffa000 - 0x107ffdff7 +select.so (0) <AEEEA7B4-CB06-350E-B1E3-B5D2C1364690> /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/select.so 0x108003000 - 0x108004fff +fcntl.so (0) <0FDB39F1-E6D6-3771-9FEE-E140DDA8DD49> /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/fcntl.so 0x108007000 - 0x10800afff +binascii.so (0) <348F9879-1F59-35F6-9432-C30EB2FF50B9> /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/binascii.so 0x10800e000 - 0x10801dff7 +libz.1.dylib (0) <EE52BDB8-6083-3F10-A193-2E52AAF555E7> /opt/local/lib/libz.1.dylib 0x108121000 - 0x108123ff7 +_hashlib.so (0) <6125E492-1549-3D59-9779-E1BE90A89089> /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_hashlib.so 0x108127000 - 0x108168fff +libssl.1.0.0.dylib (0) <67018EB3-D462-3BF1-B162-1E3289178426> /opt/local/lib/libssl.1.0.0.dylib 0x108182000 - 0x108294fef +libcrypto.1.0.0.dylib (0) <82BFA4EA-9D60-35E8-9EF8-4A684A8D3881> /opt/local/lib/libcrypto.1.0.0.dylib 0x108445000 - 0x108445ff7 +Scientific_numerics_package_id.so (0) <E9BA8980-297B-34AC-A4D5-99C27FE349D0> /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Scientific/darwin/Scientific_numerics_package_id.so 0x108488000 - 0x10848afff +time_elements_ext.so (0) <8CCF8186-3258-3B7C-9FA1-85BAEF0801C9> /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/ffc/time_elements_ext.so 0x10858e000 - 0x10858fff7 +_random.so (0) <E3368733-211C-3892-AD8B-3F64FF7715BA> /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_random.so 0x108653000 - 0x108667ff7 +_ufc.so (0) <05239845-8E36-3309-947B-5C09A9935C3F> /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/ufc/_ufc.so 0x108835000 - 0x10887ffff +_common.so (0) <07EEB5A7-CD9B-3B01-9260-B43D6C4E5F99> /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/dolfin/cpp/_common.so 0x1088b0000 - 0x108e53ff7 +libdolfin.1.3.dylib (0) <A35C0688-F5E7-3AF2-8574-5280A47C800A> /opt/local/lib/libdolfin.1.3.dylib 0x109b42000 - 0x109c2cff7 +libxml2.2.dylib (0) <4A2FCD52-789D-321E-8648-3EADC2770E14> /opt/local/lib/libxml2.2.dylib 0x109c5e000 - 0x109c6bff0 +libboost_filesystem-mt.dylib (0) <DC575F4F-3694-3ED0-9FB7-BA779E8ACD59> /opt/local/lib/libboost_filesystem-mt.dylib 0x109c7f000 - 0x109cb7ffc +libboost_program_options-mt.dylib (0) <E4584C0C-B088-3AEE-8085-DEED00CDE82B> /opt/local/lib/libboost_program_options-mt.dylib 0x109d2c000 - 0x109d2eff3 +libboost_system-mt.dylib (0) <34149FB3-B98C-33CA-8CA2-86778187B0EA> /opt/local/lib/libboost_system-mt.dylib 0x109d33000 - 0x109d40ffb +libboost_thread-mt.dylib (0) <E78690DD-4B6C-3EEB-BAE1-3AC2247AFA8B> /opt/local/lib/libboost_thread-mt.dylib 0x109d5f000 - 0x109d6bfff +libboost_iostreams-mt.dylib (0) <CADABED5-FD89-3FF3-8E59-98694A6653C3> /opt/local/lib/libboost_iostreams-mt.dylib 0x109d8a000 - 0x109d98ffb +libboost_mpi-mt.dylib (0) <4F8A3C5F-5CD9-3F25-B498-4AB241B5259C> /opt/local/lib/libboost_mpi-mt.dylib 0x109dbc000 - 0x109de8ffc +libboost_serialization-mt.dylib (0) <57B89DD9-1681-3679-9B0C-0937677F4CF7> /opt/local/lib/libboost_serialization-mt.dylib 0x109e8e000 - 0x109e92ff1 +libboost_timer-mt.dylib (0) <98B3A434-41D7-3780-B664-26FFF847809A> /opt/local/lib/libboost_timer-mt.dylib 0x109e9b000 - 0x109e9effb +libboost_chrono-mt.dylib (0) <37451A8B-0AA9-3A2B-892C-FE4CC19308E4> /opt/local/lib/libboost_chrono-mt.dylib 0x109ea7000 - 0x10a054fff +libslepc.dylib (0) <369D7035-DF4F-31E4-A4C4-7EB9D2791D31> /opt/local/lib/*/libslepc.dylib 0x10a078000 - 0x10aa7dfff +libpetsc.dylib (0) <5243924D-5CEB-3964-A381-9D198F49AC01> /opt/local/lib/*/libpetsc.dylib 0x10ad37000 - 0x10ad5efff +libparmetis.dylib (0) <F5C6AAC9-9F5D-3F9E-9A77-FD5EDD2D91BC> /opt/local/lib/libparmetis.dylib 0x10ad68000 - 0x10adb1ff7 +libmetis.dylib (0) <39BEAA2E-8462-3657-A18F-E26CFCEA5B0D> /opt/local/lib/libmetis.dylib 0x10adc5000 - 0x10ade0fff +libCGAL.10.dylib (0) <5E700CDE-B5A3-34C9-B26A-89D51D0D3BE8> /opt/local/lib/libCGAL.10.dylib 0x10adfd000 - 0x10ae5afd7 +libgmp.10.dylib (0) <77493BA5-F5FF-36FE-A882-7CE2662D261C> /opt/local/lib/libgmp.10.dylib 0x10ae68000 - 0x10aeadfff +libmpfr.4.dylib (0) <94D50580-60B2-3DB1-B273-1482CCE49204> /opt/local/lib/libmpfr.4.dylib 0x10aeb8000 - 0x10aedcff7 +libcppunit-1.12.1.dylib (0) <B80260B0-AC89-359B-B99A-AAD554F7E969> /opt/local/lib/libcppunit-1.12.1.dylib 0x10af08000 - 0x10af10ff7 +libmpichcxx.10.dylib (0) <33652318-D7E8-326A-AE28-E817EC353444> /opt/local/lib/*/libmpichcxx.10.dylib 0x10af28000 - 0x10afc9fff +libpmpich.10.dylib (0) <37E837F9-6BD2-3E90-A2D2-87C541BF6B4C> /opt/local/lib/*/libpmpich.10.dylib 0x10aff5000 - 0x10b18ffff +libmpich.10.dylib (0) <2F51DF75-7415-33EA-A309-0B43F99C0F6D> /opt/local/lib/*/libmpich.10.dylib 0x10b232000 - 0x10b233fff +libopa.1.dylib (0) <A44A0F59-8950-3E5D-8319-EC43C8861CA6> /opt/local/lib/*/libopa.1.dylib 0x10b236000 - 0x10b239fff +libmpl.1.dylib (0) <ADF95376-6681-326E-9C89-1BC28CDCF1B4> /opt/local/lib/*/libmpl.1.dylib 0x10b23c000 - 0x10baa6ff7 +QtGui (0) <E76E0FAD-7BA5-3F35-898B-DBF4A2E95513> /opt/local/Library/Frameworks/QtGui.framework/Versions/4/QtGui 0x10bd5e000 - 0x10bfc0ff7 +QtCore (0) <69F7393B-FA61-3202-A938-DF25C3BD4E15> /opt/local/Library/Frameworks/QtCore.framework/Versions/4/QtCore 0x10c066000 - 0x10c21afff +libvtkCommon.5.10.dylib (0) <335B1A33-4E3A-3C52-A901-287F2DA7239A> /opt/local/lib/*/libvtkCommon.5.10.dylib 0x10c395000 - 0x10c593fff +libvtkFiltering.5.10.dylib (0) <B2E2B5A5-B6A5-3D28-95B4-DD92474FC636> /opt/local/lib/*/libvtkFiltering.5.10.dylib 0x10c723000 - 0x10c942fff +libvtkImaging.5.10.dylib (0) <4213421B-0824-38DC-A49B-26501A700D5E> /opt/local/lib/*/libvtkImaging.5.10.dylib 0x10ca62000 - 0x10cec7fff +libvtkGraphics.5.10.dylib (0) <AD40CB24-DDD3-3BFB-B905-88C21E9256C8> /opt/local/lib/*/libvtkGraphics.5.10.dylib 0x10d0f5000 - 0x10d107ff7 +libvtkGenericFiltering.5.10.dylib (0) <2D04E488-4608-3FF1-81C8-5B8DA8453A9D> /opt/local/lib/*/libvtkGenericFiltering.5.10.dylib 0x10d120000 - 0x10d43aff7 +libvtkIO.5.10.dylib (0) <500299B7-1359-3D4A-AB29-D372F8D4F106> /opt/local/lib/*/libvtkIO.5.10.dylib 0x10d5d0000 - 0x10d7dfff7 +libvtkRendering.5.10.dylib (0) <B3FBAC94-275E-3E74-8726-58DAA5B99A67> /opt/local/lib/*/libvtkRendering.5.10.dylib 0x10da2f000 - 0x10dcdbfff +libvtkVolumeRendering.5.10.dylib (0) <FD90FC71-BCD7-3D2E-86AE-BFC7690DAD24> /opt/local/lib/*/libvtkVolumeRendering.5.10.dylib 0x10df61000 - 0x10e0a0fff +libvtkHybrid.5.10.dylib (0) <405C3FCB-F96F-38BA-8004-2A303A7AD191> /opt/local/lib/*/libvtkHybrid.5.10.dylib 0x10e1a3000 - 0x10e269fff +libvtkWidgets.5.10.dylib (0) <B108AAB6-B682-385E-B41C-6516C46495BF> /opt/local/lib/*/libvtkWidgets.5.10.dylib 0x10e33e000 - 0x10e453ff7 +libvtkInfovis.5.10.dylib (0) <C9501138-E77A-3308-BFF6-E17509441C3D> /opt/local/lib/*/libvtkInfovis.5.10.dylib 0x10e536000 - 0x10e56aff7 +libvtkGeovis.5.10.dylib (0) <FA16056A-C725-3A14-B057-75AEABED6B7A> /opt/local/lib/*/libvtkGeovis.5.10.dylib 0x10e5ae000 - 0x10e5e9fff +libvtkViews.5.10.dylib (0) <0E7F167E-3CB0-3C2F-ADBA-F82448AA793A> /opt/local/lib/*/libvtkViews.5.10.dylib 0x10e63a000 - 0x10e6b2fff +libvtkCharts.5.10.dylib (0) <B6939BEA-B4F1-3185-A4EA-ABDFC08B8C03> /opt/local/lib/*/libvtkCharts.5.10.dylib 0x10e70c000 - 0x10e726ff7 +liblzma.5.dylib (0) <A7A21135-8AE9-3310-A954-CB5F3FC97AB8> /opt/local/lib/liblzma.5.dylib 0x10e72c000 - 0x10e81fff7 +libiconv.2.dylib (0) <103D57C8-BE15-3BF8-BDBE-53EDBDD0B6A4> /opt/local/lib/libiconv.2.dylib 0x10e82c000 - 0x10e83afff +libbz2.1.0.dylib (0) <57564CB0-AD8D-35AD-A8BE-EAF844A6005C> /opt/local/lib/libbz2.1.0.dylib 0x10e83e000 - 0x10e900ff7 +libgfortran.3.dylib (0) <3492D038-38AD-3B7D-A9DF-1C253440B80D> /opt/local/lib/*/libgfortran.3.dylib 0x10e918000 - 0x10e927fff +libgcc_s.1.dylib (0) <7C2AB527-79FF-32CD-93D5-897C29EB5E72> /opt/local/lib/*/libgcc_s.1.dylib 0x10e92c000 - 0x10e956fff +libquadmath.0.dylib (0) <B4D771B5-F857-3640-B697-0A2971288010> /opt/local/lib/*/libquadmath.0.dylib 0x10e95a000 - 0x10ea5eff7 +libX11.6.dylib (10) <7A05088F-A9CE-32FE-8EA6-2CADF88D47AD> /opt/X11/*/libX11.6.dylib 0x10ea86000 - 0x10ea87fff +libmpichf90.10.dylib (0) <0971E5D4-FB63-3EF9-A727-167906015115> /opt/local/lib/*/libmpichf90.10.dylib 0x10ea8a000 - 0x10ea9efff +libxcb.1.dylib (3) <65314302-2C54-30DB-B383-F9988795490D> /opt/X11/*/libxcb.1.dylib 0x10eaaf000 - 0x10eab0fff +libXau.6.dylib (7) <E73524F8-73B3-39D6-AE05-96968BF19DD7> /opt/X11/*/libXau.6.dylib 0x10eab5000 - 0x10eab8ff7 +libXdmcp.6.dylib (7) <3C8AF3CB-7971-3AE4-AB65-0B5FE3AD9744> /opt/X11/*/libXdmcp.6.dylib 0x10eabe000 - 0x10eae0ff7 +libpng16.16.dylib (0) <891CDE44-652F-3999-AE64-D4336F90A946> /opt/local/lib/libpng16.16.dylib 0x10eae9000 - 0x10eb0bfff +libvtksys.5.10.dylib (0) <3B8A047E-5266-3A3E-A61F-D533BFAD7AE9> /opt/local/lib/*/libvtksys.5.10.dylib 0x10eb27000 - 0x10eb48ff7 +libvtkverdict.5.10.dylib (0) <E7DEF0F6-C3F9-3851-A7D0-86716174160F> /opt/local/lib/*/libvtkverdict.5.10.dylib 0x10eb52000 - 0x10eb62fff +libvtkDICOMParser.5.10.dylib (0) <631F47C9-1890-3231-B554-CFEE5D550F77> /opt/local/lib/*/libvtkDICOMParser.5.10.dylib 0x10eb75000 - 0x10ebd4ff7 +libvtkNetCDF.5.10.dylib (0) <F5D6700E-6EA9-324F-801E-9A0235D60F99> /opt/local/lib/*/libvtkNetCDF.5.10.dylib 0x10ec39000 - 0x10ec47fff +libvtkNetCDF_cxx.dylib (0) <CF4B1EC1-9BDF-3575-914B-359ECC4CC5DD> /opt/local/lib/*/libvtkNetCDF_cxx.dylib 0x10ec56000 - 0x10ec5dff7 +libLSDyna.5.10.dylib (0) <02DAC149-2852-3C42-94A9-C5ED39B5E228> /opt/local/lib/*/libLSDyna.5.10.dylib 0x10ec66000 - 0x10ecd8fff +libvtkmetaio.5.10.dylib (0) <3C593B2A-4EC4-3C7B-A769-227F4A45FCEC> /opt/local/lib/*/libvtkmetaio.5.10.dylib 0x10ed08000 - 0x10ed63ff7 +libvtksqlite.5.10.dylib (0) <5E15968A-8788-3B2B-8AC4-345975EDE1E1> /opt/local/lib/*/libvtksqlite.5.10.dylib 0x10ed72000 - 0x10ed89fff +libvtkpng.5.10.dylib (0) <D142EA2D-094D-305F-9C79-437F6DF743F2> /opt/local/lib/*/libvtkpng.5.10.dylib 0x10ed91000 - 0x10ed9ffff +libvtkzlib.5.10.dylib (0) <B25B2ED9-2AB1-375C-B732-326EDFF59F62> /opt/local/lib/*/libvtkzlib.5.10.dylib 0x10eda3000 - 0x10edbaff7 +libvtkjpeg.5.10.dylib (0) <F38B6A22-103C-33C5-8062-287B6001358E> /opt/local/lib/*/libvtkjpeg.5.10.dylib 0x10edc0000 - 0x10ee06fff +libvtktiff.5.10.dylib (0) <4FCEAE44-D141-3593-B8E7-24346E9022DE> /opt/local/lib/*/libvtktiff.5.10.dylib 0x10ee12000 - 0x10ee29fff +libvtkexpat.5.10.dylib (0) <1CE503B3-384A-313A-98C3-51966406CDFB> /opt/local/lib/*/libvtkexpat.5.10.dylib 0x10ee30000 - 0x10ee43fff +libvtkhdf5_hl.1.8.5.dylib (0) <1886A067-8A20-30A6-A00D-B185BAA2433A> /opt/local/lib/*/libvtkhdf5_hl.1.8.5.dylib 0x10ee5c000 - 0x10f06aff7 +libvtkhdf5.1.8.5.dylib (0) <D27B66F4-5333-37B0-9FF7-AA1D5E5D2674> /opt/local/lib/*/libvtkhdf5.1.8.5.dylib 0x10f0ba000 - 0x10f0bfff7 +libvtkftgl.5.10.dylib (0) <22847E22-8F5E-39DE-894D-A46A6773EC8B> /opt/local/lib/*/libvtkftgl.5.10.dylib 0x10f0c6000 - 0x10f11eff7 +libvtkfreetype.5.10.dylib (0) <C15D9289-59F1-31DA-A3FA-EECDE892267E> /opt/local/lib/*/libvtkfreetype.5.10.dylib 0x10f132000 - 0x10f16dfff +libvtkexoIIc.5.10.dylib (0) <C1F7F0AF-88EF-3127-8851-C9E4E9CE219A> /opt/local/lib/*/libvtkexoIIc.5.10.dylib 0x10f175000 - 0x10f248ff7 +libvtklibxml2.5.10.dylib (0) <2F3A9152-3199-3D45-9DE8-172639D4F470> /opt/local/lib/*/libvtklibxml2.5.10.dylib 0x10f27c000 - 0x10f28efff +libvtkalglib.5.10.dylib (0) <418B4BC1-47E2-3FF6-90C9-3F8137D569BF> /opt/local/lib/*/libvtkalglib.5.10.dylib 0x10f296000 - 0x10f2bcff7 +libvtkproj4.5.10.dylib (0) <37971F30-20BF-39C5-8D3E-1FE42D1B3769> /opt/local/lib/*/libvtkproj4.5.10.dylib 0x10fdc0000 - 0x10fe8eff7 +_la.so (0) <B1EA6AAF-2D05-3EF3-A72C-35F063ED7938> /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/dolfin/cpp/_la.so 0x1102ad000 - 0x1103e2fff +_mesh.so (0) <6565485A-8D72-32A7-85DD-52E5A4BE93DA> /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/dolfin/cpp/_mesh.so 0x1104a1000 - 0x110503fff +_function.so (0) <727F946A-1623-3AF6-A55C-8D2E89ABA253> /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/dolfin/cpp/_function.so 0x110549000 - 0x11060bfff +_fem.so (0) <F0443C96-0B14-3FE8-A5FA-FAE559CF466B> /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/dolfin/cpp/_fem.so 0x11067f000 - 0x1106d5ff7 +_io.so (0) <AB45ED5D-4EE3-35E2-89DB-FB16C11DF785> /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/dolfin/cpp/_io.so 0x110c0c000 - 0x110cf6fff org.python.python (2.7.5 - 2.7.5) <53AC42BF-A913-3995-9518-3FC2F21C7119> /System/Library/Frameworks/Python.framework/Versions/2.7/Python 0x7fff6398b000 - 0x7fff639be817 dyld (239.3) <D1DFCF3F-0B0C-332A-BCC0-87A851B570FF> /usr/lib/dyld 0x7fff8b67d000 - 0x7fff8b6acfd2 libsystem_m.dylib (3047.16) <9D96AACD-5870-3A5C-B849-7F9C0F6EBB09> /usr/lib/system/libsystem_m.dylib 0x7fff8b6ad000 - 0x7fff8b6fffff libc++.1.dylib (120) <2CB96D10-1E3E-39B1-B90D-C56C3818321E> /usr/lib/libc++.1.dylib 0x7fff8b700000 - 0x7fff8b703ffc com.apple.IOSurface (91 - 91) <812F4D48-6FD4-3DCB-8691-B077EBF981D7> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface 0x7fff8b707000 - 0x7fff8b736fff com.apple.DebugSymbols (106 - 106) <9F66640E-277C-317E-A01E-A1E5B13E2592> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols 0x7fff8bc58000 - 0x7fff8bdf4ff7 com.apple.QuartzCore (1.8 - 332.0) <3EA81377-BA5F-39EA-8BAB-24CC5480E322> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x7fff8bdfc000 - 0x7fff8bdfeff7 libquarantine.dylib (71) <973BE51D-6465-392F-9099-D4AB21BF0D25> /usr/lib/system/libquarantine.dylib 0x7fff8be64000 - 0x7fff8bf48fff com.apple.coreui (2.1 - 231) <A7942BEE-E6BA-3A68-8EA0-57A8A9066B2D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x7fff8c046000 - 0x7fff8c0a9ff7 com.apple.SystemConfiguration (1.13 - 1.13) <F05F4149-981B-380B-8F50-51CE804BBB89> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x7fff8c0c4000 - 0x7fff8c105fff com.apple.PerformanceAnalysis (1.47 - 47) <784ED7B8-FAE4-36CE-8C76-B7D300316C9F> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis 0x7fff8c9ca000 - 0x7fff8cb77f27 libobjc.A.dylib (551.1) <F21C5742-7B9C-31F1-BBAE-1717BC6C2F1B> /usr/lib/libobjc.A.dylib 0x7fff8cb78000 - 0x7fff8cba1ff7 libc++abi.dylib (48) <8C16158F-CBF8-3BD7-BEF4-022704B2A326> /usr/lib/libc++abi.dylib 0x7fff8cbf1000 - 0x7fff8cbf4fff com.apple.TCC (1.0 - 1) <F25B5875-081A-3877-B70E-374D54B54C5F> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC 0x7fff8cbf5000 - 0x7fff8cc34fff libGLU.dylib (9.3.1) <0E488DE5-4E77-3478-97DE-2D751EF990DC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x7fff8cc35000 - 0x7fff8cc36ff7 libsystem_sandbox.dylib (278.10) <273400C7-F4E2-393C-BC9A-9042490ACED0> /usr/lib/system/libsystem_sandbox.dylib 0x7fff8cc37000 - 0x7fff8cc38ff7 libSystem.B.dylib (1197.1.1) <A75BB8CD-CE51-3DF7-BCF4-8BDE25FA7F0C> /usr/lib/libSystem.B.dylib 0x7fff8ce24000 - 0x7fff8ce6bff7 libcups.2.dylib (372) <963E64F4-4318-3DFE-A59D-D74B3E857188> /usr/lib/libcups.2.dylib 0x7fff8ce6c000 - 0x7fff8ceaeff7 libauto.dylib (185.5) <F45C36E8-B606-3886-B5B1-B6745E757CA8> /usr/lib/libauto.dylib 0x7fff8cefd000 - 0x7fff8cf01fff libpam.2.dylib (20) <A63D4DA2-06A4-3FB8-AC3F-BDD69694EE5E> /usr/lib/libpam.2.dylib 0x7fff8cf05000 - 0x7fff8cfd0fff libvDSP.dylib (423.32) <3BF732BE-DDE0-38EB-8C54-E4E3C64F77A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x7fff8d045000 - 0x7fff8d057ff7 com.apple.MultitouchSupport.framework (245.13 - 245.13) <D5E7416D-45AB-3690-86C6-CC4B5FCEA2D2> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport 0x7fff8d0ac000 - 0x7fff8d0b1fff com.apple.DiskArbitration (2.6 - 2.6) <AE84088D-C061-304C-B205-C9F56ECD23C7> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x7fff8d0b2000 - 0x7fff8d0b9ff3 libcopyfile.dylib (103) <6453487A-EDA5-353C-8351-1AABB3C7777C> /usr/lib/system/libcopyfile.dylib 0x7fff8d0bc000 - 0x7fff8d0cefff com.apple.ImageCapture (9.0 - 9.0) <D9269440-8E56-3C03-88F5-F8AD662D17DB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture 0x7fff8d131000 - 0x7fff8d131ffd com.apple.audio.units.AudioUnit (1.9 - 1.9) <E80678A4-32A1-3654-8040-88D434E36F01> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x7fff8d138000 - 0x7fff8d168fff com.apple.IconServices (25 - 25.17) <36811973-8777-3211-863A-76B2C20B0ED0> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices 0x7fff8d169000 - 0x7fff8d16afff libunc.dylib (28) <C3737C9A-C06F-310C-B78C-7D8D882A35DE> /usr/lib/system/libunc.dylib 0x7fff8d2d2000 - 0x7fff8d2d6fff libsystem_stats.dylib (93.50.1) <EBC4B8DB-7C2B-35DE-B865-34FE11AF3B1B> /usr/lib/system/libsystem_stats.dylib 0x7fff8d2d7000 - 0x7fff8d3c5fff libJP2.dylib (1038) <1DC18933-53D6-335A-AA84-0366C9ACDFD8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib 0x7fff8d3c6000 - 0x7fff8d3c7fff com.apple.TrustEvaluationAgent (2.0 - 25) <334A82F4-4AE4-3719-A511-86D0B0723E2B> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent 0x7fff8d3c8000 - 0x7fff8d3ceff7 libsystem_platform.dylib (24.1.4) <8ABC4EBE-10D6-35B8-ADEE-63600E87601C> /usr/lib/system/libsystem_platform.dylib 0x7fff8d3cf000 - 0x7fff8d427ff7 com.apple.Symbolication (1.4 - 129) <16D42516-7B5E-357C-898A-FAA9EE7642B3> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication 0x7fff8d428000 - 0x7fff8d44cfff libxpc.dylib (300.1.17) <1BB4598D-19ED-3A31-AFD2-C90DD2652CFD> /usr/lib/system/libxpc.dylib 0x7fff8d44d000 - 0x7fff8d44dffd libOpenScriptingUtil.dylib (157) <19F0E769-0989-3062-9AFB-8976E90E9759> /usr/lib/libOpenScriptingUtil.dylib 0x7fff8d4f0000 - 0x7fff8d579ff7 libsystem_c.dylib (997.1.1) <01F576D9-9718-3D99-A8EA-ACFD6CBBB51E> /usr/lib/system/libsystem_c.dylib 0x7fff8d57a000 - 0x7fff8d587ff0 libbz2.1.0.dylib (29) <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib 0x7fff8d588000 - 0x7fff8d872fff com.apple.CoreServices.CarbonCore (1077.14 - 1077.14) <B00BEB34-A9F5-381F-99FD-11E405768A9A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x7fff8d873000 - 0x7fff8d87bffc libGFXShared.dylib (9.3.1) <1503C66D-9CE6-36C5-8669-2534776F371F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib 0x7fff8d87c000 - 0x7fff8d884fff libsystem_dnssd.dylib (522.1.11) <AEA21060-EFAA-3C63-8D53-CB22EE8B507C> /usr/lib/system/libsystem_dnssd.dylib 0x7fff8da55000 - 0x7fff8da61ff3 com.apple.AppleFSCompression (56 - 1.0) <1EBCFC91-734D-338B-8796-4B93BDC53014> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression 0x7fff8da62000 - 0x7fff8da91ff5 com.apple.GSS (4.0 - 2.0) <0284500B-47BA-3FE8-A5B4-22A0E8D80783> /System/Library/Frameworks/GSS.framework/Versions/A/GSS 0x7fff8db32000 - 0x7fff8e44e1bf com.apple.CoreGraphics (1.600.0 - 599.7) <013A0B45-B8A4-3159-83C3-5A36CDB4F2C7> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x7fff8e44f000 - 0x7fff8e456ff7 liblaunch.dylib (842.1.4) <50B742D9-0C5C-3ABA-8EBF-3D447630932F> /usr/lib/system/liblaunch.dylib 0x7fff8e95e000 - 0x7fff8e9b1fff com.apple.ScalableUserInterface (1.0 - 1) <19D73C6D-CA0A-3230-9644-7F01364137ED> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface 0x7fff8edc7000 - 0x7fff8eddefff com.apple.CFOpenDirectory (10.9 - 173.1.1) <3FB4D5FE-860B-3BDE-BAE2-3531D919EF10> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory 0x7fff8eddf000 - 0x7fff8ede6fff com.apple.NetFS (6.0 - 4.0) <D4FE0F16-3085-34AF-B860-3D46B98FAD2A> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS 0x7fff8ede7000 - 0x7fff8ee35fff libcorecrypto.dylib (161.1) <F3973C28-14B6-3006-BB2B-00DD7F09ABC7> /usr/lib/system/libcorecrypto.dylib 0x7fff8ee6c000 - 0x7fff8ee73ff7 libsystem_pthread.dylib (53.1.4) <9DA50FD0-D9AC-3051-AD4B-BA0D745BC49C> /usr/lib/system/libsystem_pthread.dylib 0x7fff8ee75000 - 0x7fff8f149fc7 com.apple.vImage (7.0 - 7.0) <1DDB8AB7-03D5-3D20-9D77-C69074C6FD26> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x7fff8f14a000 - 0x7fff8f23bff9 libiconv.2.dylib (41) <BB44B115-AC32-3877-A0ED-AEC6232A4563> /usr/lib/libiconv.2.dylib 0x7fff8f4ff000 - 0x7fff8f509ff7 com.apple.CrashReporterSupport (10.9 - 538) <E4DA588F-C75A-39F6-9D2B-7B79F0245D39> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport 0x7fff8f5a2000 - 0x7fff8f7faff1 com.apple.security (7.0 - 55471) <233831C5-C457-3AD5-AFE7-E3E2DE6929C9> /System/Library/Frameworks/Security.framework/Versions/A/Security 0x7fff8f80d000 - 0x7fff8f816fff com.apple.CommonAuth (4.0 - 2.0) <1D263127-5F27-3128-996D-7397660D0C6E> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth 0x7fff8f817000 - 0x7fff8f824fff com.apple.Sharing (132.2 - 132.2) <3DFB1133-8FD3-3B60-8E9C-0FE62AACFD7B> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing 0x7fff8f84b000 - 0x7fff8f856ff7 com.apple.NetAuth (5.0 - 5.0) <C811E662-9EC3-3B74-808A-A75D624F326B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth 0x7fff8f857000 - 0x7fff8f91aff7 com.apple.backup.framework (1.5.1 - 1.5.1) <A24B44C8-0E36-33A6-8F68-681E0AE7DC8A> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup 0x7fff8f92e000 - 0x7fff8f968ff3 com.apple.bom (12.0 - 192) <9756CAB3-7802-38B0-80CF-3527D160E59F> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom 0x7fff8f969000 - 0x7fff8f96afff liblangid.dylib (117) <9546E641-F730-3AB0-B3CD-E0E2FDD173D9> /usr/lib/liblangid.dylib 0x7fff8f96f000 - 0x7fff8f98bfff libresolv.9.dylib (54) <11C2C826-F1C6-39C6-B4E8-6E0C41D4FA95> /usr/lib/libresolv.9.dylib 0x7fff8fa13000 - 0x7fff8fcbdffd com.apple.HIToolbox (2.1 - 696) <1CFFF37B-C392-3088-B0A4-C08C55B2AF8F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x7fff8fcbe000 - 0x7fff8fcbefff com.apple.CoreServices (59 - 59) <67A369BA-2326-383F-995B-853DAD7BFF43> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x7fff8fcbf000 - 0x7fff8fcf8ff7 com.apple.QD (3.50 - 298) <5343278D-47B7-3AF2-9B4B-4B8B0F942CD1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x7fff8fda0000 - 0x7fff8fdfbffb com.apple.AE (665.5 - 665.5) <3558CC9A-FD30-3DAD-AB40-FE6828E76FE1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x7fff8fe4f000 - 0x7fff8fe60ff7 libz.1.dylib (53) <4C5FA1A5-4471-398E-9543-2E54D46E63E9> /usr/lib/libz.1.dylib 0x7fff902b0000 - 0x7fff902b1ff7 libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib 0x7fff9048f000 - 0x7fff904d6fff libFontRegistry.dylib (127) <401FA61F-4276-3296-9BFF-EC6EA7D7EDDE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib 0x7fff905b7000 - 0x7fff905deffb libsystem_info.dylib (449.1.3) <395D8CD6-616A-3BD3-A195-C6D68EB9AB22> /usr/lib/system/libsystem_info.dylib 0x7fff905df000 - 0x7fff9070fff7 com.apple.desktopservices (1.8 - 1.8) <B152EE07-235A-3997-ACC5-C31519C76F44> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x7fff9074e000 - 0x7fff90772ff7 libJPEG.dylib (1038) <F62F35B6-B350-3DF7-8815-5BECE32EBFCD> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x7fff90773000 - 0x7fff90773fff com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) <F8D0CC77-98AC-3B58-9FE6-0C25421827B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x7fff90774000 - 0x7fff9077efff libcommonCrypto.dylib (60049) <79B8E80F-E596-3302-8243-EC479B9546CA> /usr/lib/system/libcommonCrypto.dylib 0x7fff907ca000 - 0x7fff907cafff com.apple.Cocoa (6.8 - 20) <1482E95B-0C26-38AF-9A44-50ADE6C0876C> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa 0x7fff90db3000 - 0x7fff90e3cfff com.apple.ColorSync (4.9.0 - 4.9.0) <E7E0D542-D77A-3E32-B146-4D0FEAF282D3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x7fff910b4000 - 0x7fff910f2ff7 libGLImage.dylib (9.3.1) <B256429B-16DA-380C-907C-FDEA06DE8BA8> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x7fff910f3000 - 0x7fff91162ff1 com.apple.ApplicationServices.ATS (360 - 363.1) <66592095-6947-39BE-9C25-9504CB48258D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x7fff91455000 - 0x7fff91fc9ff7 com.apple.AppKit (6.9 - 1265) <70472D45-5B9E-36BE-8EA3-007E69AC2169> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x7fff91fca000 - 0x7fff92023fff libTIFF.dylib (1038) <965DD031-9246-3588-AC53-D284174F77FF> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x7fff9209f000 - 0x7fff920b8ff7 com.apple.Ubiquity (1.3 - 289) <664F5B33-708D-33E9-81E1-C45CBE9AAB6E> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity 0x7fff920b9000 - 0x7fff920c7fff com.apple.opengl (9.3.1 - 9.3.1) <EEE2EBC1-866C-3947-9D03-B8339E948D77> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x7fff921f5000 - 0x7fff92206ff7 libsystem_asl.dylib (217.1.4) <B983CA60-F418-317B-B142-48A6376564FC> /usr/lib/system/libsystem_asl.dylib 0x7fff9225f000 - 0x7fff92260ff7 com.apple.print.framework.Print (9.0 - 260) <C4C40E2E-6130-3D73-B1EF-97FF3F70CF2C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print 0x7fff92261000 - 0x7fff9252fff4 com.apple.CoreImage (9.0.54) <4D5D752E-A762-3EE5-9511-B956D0C945A2> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage 0x7fff9256e000 - 0x7fff925d8ff7 com.apple.framework.IOKit (2.0.1 - 907.1.13) <C1E95F5C-B79B-31BE-9F2A-1B25163C1F16> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x7fff92733000 - 0x7fff92735ff7 com.apple.securityhi (9.0 - 55005) <405E2BC6-2B6F-3B6B-B48E-2FD39214F052> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI 0x7fff92736000 - 0x7fff92739ff7 libdyld.dylib (239.3) <1767060C-6E76-3149-B991-8FEA14B8352C> /usr/lib/system/libdyld.dylib 0x7fff9273e000 - 0x7fff9273efff com.apple.Accelerate (1.9 - Accelerate 1.9) <CFEF9CBE-4A1A-33FD-9174-D44314BB28F3> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x7fff928f5000 - 0x7fff928fefff com.apple.speech.synthesis.framework (4.6.2 - 4.6.2) <0AAE45F0-FC6E-36B6-A6A7-73E6950A74AC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x7fff92988000 - 0x7fff929f5fff com.apple.SearchKit (1.4.0 - 1.4.0) <33298263-5B12-340D-BB9D-D52303849561> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x7fff929fd000 - 0x7fff92be2ff7 com.apple.CoreFoundation (6.9 - 855.11) <DE55D963-05E1-3E4E-AFFC-B0784891016C> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x7fff92be3000 - 0x7fff92be6fff com.apple.help (1.3.3 - 46) <6D71C959-D421-372B-A160-5317B4921F4D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help 0x7fff92cf6000 - 0x7fff92cf8fff libRadiance.dylib (1038) <144F03D8-FA55-38A3-8A2D-4B4ABDB78B28> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x7fff92cf9000 - 0x7fff92d70fff com.apple.CoreServices.OSServices (600.4 - 600.4) <80E7B419-A0D5-373B-B2B5-88E6A8CD3AE6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x7fff92d71000 - 0x7fff92d74fff libCoreVMClient.dylib (58.1) <EBC36C69-C896-3C3D-8589-3E9023E7E56F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib 0x7fff92d99000 - 0x7fff92e28fff com.apple.Metadata (10.7.0 - 800.12.2) <A9F5D471-8732-3F95-A4A2-33864B92A181> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x7fff92e54000 - 0x7fff92e58ff7 libGIF.dylib (1038) <F0B66751-0D4A-33B7-91C9-51B937B4D6D0> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x7fff92f9b000 - 0x7fff93082ff7 libxml2.2.dylib (26) <A1DADD11-89E5-3DE4-8802-07186225967F> /usr/lib/libxml2.2.dylib 0x7fff930c1000 - 0x7fff93171ff7 libvMisc.dylib (423.32) <049C0735-1808-39B9-943F-76CB8021744F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x7fff93cac000 - 0x7fff93db1fff com.apple.ImageIO.framework (3.3.0 - 1038) <355B8338-9DD8-3E2E-8758-E1C852403DEF> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x7fff93e11000 - 0x7fff93e19ff7 com.apple.speech.recognition.framework (4.2.4 - 4.2.4) <A816D8B1-6B7B-3E5B-9FAE-CBDA70192E7E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 0x7fff93e39000 - 0x7fff93e3efff libmacho.dylib (845) <B2BE3C25-CF1F-309B-AB99-1F0B54621445> /usr/lib/system/libmacho.dylib 0x7fff93e3f000 - 0x7fff93fadff7 libBLAS.dylib (1094.5) <D862E2B7-91FA-3704-8F62-C1B65D381A84> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x7fff93fb0000 - 0x7fff94103ff7 com.apple.audio.toolbox.AudioToolbox (1.9 - 1.9) <1659DBBF-92AA-3695-8ADE-CC115B01EFC4> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x7fff94104000 - 0x7fff94152fff com.apple.opencl (2.3.58 - 2.3.58) <D557EA35-12EA-304F-9B88-AEACA827A201> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL 0x7fff94194000 - 0x7fff94195ff7 libsystem_blocks.dylib (63) <FB856CD1-2AEA-3907-8E9B-1E54B6827F82> /usr/lib/system/libsystem_blocks.dylib 0x7fff94225000 - 0x7fff9424efff com.apple.DictionaryServices (1.2 - 208) <A4E4EA9E-08A1-3F77-8B57-A5A1ADD70B52> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices 0x7fff9426d000 - 0x7fff94357fff libsqlite3.dylib (158) <447AA928-BCF7-3779-A7E5-210F264E0316> /usr/lib/libsqlite3.dylib 0x7fff94358000 - 0x7fff94358ff7 libkeymgr.dylib (28) <D7045F25-BFA4-3840-847D-AF95DF8B6CCA> /usr/lib/system/libkeymgr.dylib 0x7fff946df000 - 0x7fff946e4ff7 libunwind.dylib (35.3) <95D4D118-3368-3474-989D-271DE18C8365> /usr/lib/system/libunwind.dylib 0x7fff946e5000 - 0x7fff94749ff9 com.apple.Heimdal (4.0 - 2.0) <5113294E-B07E-3E42-8CE1-5E4AD4120C92> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal 0x7fff9474a000 - 0x7fff947cafff com.apple.CoreSymbolication (3.0 - 141) <37087FDB-874D-3FE2-9874-B047CC9BE910> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication 0x7fff947f3000 - 0x7fff947f7ff7 libheimdal-asn1.dylib (323.12) <063A01C2-E547-39D9-BB42-4CC8E64ADE70> /usr/lib/libheimdal-asn1.dylib 0x7fff94846000 - 0x7fff9486effb libxslt.1.dylib (13) <C9794936-633C-3F0C-9E71-30190B9B41C1> /usr/lib/libxslt.1.dylib 0x7fff948ee000 - 0x7fff9493bff2 com.apple.print.framework.PrintCore (9.0 - 428) <A2F7B9D2-7907-31D8-8462-E2E2E7C3AF2E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x7fff9493c000 - 0x7fff9494cfff libbsm.0.dylib (33) <2CAC00A2-1352-302A-88FA-C567D4D69179> /usr/lib/libbsm.0.dylib 0x7fff9494d000 - 0x7fff9495cff8 com.apple.LangAnalysis (1.7.0 - 1.7.0) <2777524A-E7EF-3B7B-B15D-F58CDEEFC736> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis 0x7fff9495d000 - 0x7fff94978ff7 libCRFSuite.dylib (34) <FFAE75FA-C54E-398B-AA97-18164CD9789D> /usr/lib/libCRFSuite.dylib 0x7fff94979000 - 0x7fff94b31ff3 libicucore.A.dylib (511.27) <003B6C21-CBD1-3486-9A1D-030ADF5FA061> /usr/lib/libicucore.A.dylib 0x7fff94b32000 - 0x7fff94b36ff7 libcache.dylib (62) <8C1EFC4F-3F51-3DE9-A973-360B461F3D65> /usr/lib/system/libcache.dylib 0x7fff94b37000 - 0x7fff94b7cff6 com.apple.HIServices (1.22 - 466) <21807AF8-3BC7-32BB-AB96-7C35CB59D7F6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x7fff94bf3000 - 0x7fff94bffff7 com.apple.OpenDirectory (10.9 - 173.1.1) <6B78BD7B-5622-38E6-8FC6-86A117E3ACCA> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory 0x7fff94c09000 - 0x7fff94c0bfff libCVMSPluginSupport.dylib (9.3.1) <7858AEA7-EE20-3BF7-9995-3F58C5C3970C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib 0x7fff94c0f000 - 0x7fff94c18ff3 libsystem_notify.dylib (121) <31F9FEF5-2897-328A-8441-B7BDFEDB10D4> /usr/lib/system/libsystem_notify.dylib 0x7fff94d34000 - 0x7fff94d4cff7 com.apple.GenerationalStorage (2.0 - 160.2) <DC0236CC-A0F7-31DA-A201-09D4319BE96E> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage 0x7fff94f6e000 - 0x7fff94fa6ff7 com.apple.RemoteViewServices (2.0 - 94) <B17FAA76-61DB-33D0-90B7-4117A72A2B28> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices 0x7fff94fde000 - 0x7fff95051ffb com.apple.securityfoundation (6.0 - 55122) <119D1C53-B292-3378-AEE1-A3B1FB02F43F> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation 0x7fff95052000 - 0x7fff9505dfff libkxld.dylib (2422.75.4) <5448DCF9-721D-3B8C-AEFE-2A89477E82CF> /usr/lib/system/libkxld.dylib 0x7fff9515f000 - 0x7fff95177ff7 com.apple.openscripting (1.4 - 157) <B3B037D7-1019-31E6-9D17-08E699AF3701> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting 0x7fff95fc6000 - 0x7fff96052ff7 com.apple.ink.framework (10.9 - 207) <96A56EAC-B4AC-3C9A-8C40-64E6196753CC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 0x7fff96053000 - 0x7fff9629bfff com.apple.CoreData (107 - 481) <F4C908C1-CB2F-34B7-9EB0-872057322739> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x7fff962d1000 - 0x7fff962f8ff7 libsystem_network.dylib (241.3) <A499D688-9165-3776-8C8E-C018897B5B13> /usr/lib/system/libsystem_network.dylib 0x7fff9633f000 - 0x7fff96359fff libdispatch.dylib (339.1.9) <D133504D-CD45-33B1-A331-AAE02D9C0CB2> /usr/lib/system/libdispatch.dylib 0x7fff964a0000 - 0x7fff964c5ff7 com.apple.CoreVideo (1.8 - 117.2) <FE12553A-9B5A-337E-92BD-EA8A8194C91A> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x7fff964c6000 - 0x7fff964e1ff7 libPng.dylib (1038) <08A42D4F-0320-3481-BD85-AFD95554F9DD> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x7fff964e2000 - 0x7fff967e1fff com.apple.Foundation (6.9 - 1056) <C59C6204-7259-3541-A131-A21DB3253373> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x7fff967f8000 - 0x7fff96813ff7 libsystem_malloc.dylib (23.1.10) <F1AA887E-FC96-3F40-A4BA-9E16C1865821> /usr/lib/system/libsystem_malloc.dylib 0x7fff96814000 - 0x7fff96c47ffb com.apple.vision.FaceCore (3.0.0 - 3.0.0) <30FD8146-D6EB-3588-A7E5-ADC3110B3DCC> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore 0x7fff96c48000 - 0x7fff96c4cfff com.apple.CommonPanels (1.2.6 - 96) <5744A1F1-1FA5-35DD-B924-F8983E81FC76> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels 0x7fff973b9000 - 0x7fff97529ff6 com.apple.CFNetwork (673.0.3 - 673.0.3) <42CFC3DB-35C8-3652-AF37-4BCC73D8BDEF> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x7fff9752a000 - 0x7fff975f3fff com.apple.LaunchServices (572.23 - 572.23) <8D955BDE-2C4C-3DD4-B4D7-2D916174FE1D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x7fff975f4000 - 0x7fff975fbfff libcompiler_rt.dylib (35) <2A890004-0A78-3E33-9AC5-A7D63BD4F879> /usr/lib/system/libcompiler_rt.dylib 0x7fff97659000 - 0x7fff97672ff7 com.apple.Kerberos (3.0 - 1) <59427E11-37D6-34C9-95BB-D4438BFACA5B> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x7fff9770a000 - 0x7fff9775bff3 com.apple.audio.CoreAudio (4.2.0 - 4.2.0) <EAC1821B-CD20-30E3-BF95-C1839CA97BF7> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x7fff97a64000 - 0x7fff97b53fff libFontParser.dylib (111.1) <835A8253-6AB9-3AAB-9CBF-171440DEC486> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib 0x7fff97ebc000 - 0x7fff97ec7fff libGL.dylib (9.3.1) <D643A325-3257-373A-A8C1-035E9F0484B0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x7fff97ec8000 - 0x7fff97f2cff3 com.apple.datadetectorscore (5.0 - 354.0) <25525311-E3A2-3D06-9010-DDB12A936E88> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore 0x7fff97ff5000 - 0x7fff9801aff7 com.apple.ChunkingLibrary (2.0 - 155.1) <B49408CD-ECE8-3785-84A4-45B03882574A> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary 0x7fff9802e000 - 0x7fff980f0ff1 com.apple.CoreText (352.0 - 367.15) <ACA9E85D-275D-3388-A2E3-1B15FD1A0A39> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText 0x7fff980f5000 - 0x7fff980f7ff3 libsystem_configuration.dylib (596.12) <9883100A-4D35-3D84-99B7-1CE999AE110A> /usr/lib/system/libsystem_configuration.dylib 0x7fff980f8000 - 0x7fff98102ff7 com.apple.bsd.ServiceManagement (2.0 - 2.0) <9556885C-22DD-3392-ACCB-2B413434D8D3> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement 0x7fff9892d000 - 0x7fff9892dfff com.apple.ApplicationServices (48 - 48) <F250170A-8805-3731-9097-78CAD04481F0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x7fff98958000 - 0x7fff98974ff7 libsystem_kernel.dylib (2422.75.4) <F5C190DA-A845-3ADE-9B50-161A881BC136> /usr/lib/system/libsystem_kernel.dylib 0x7fff98ba5000 - 0x7fff98ba6ffb libremovefile.dylib (33) <26266E3F-FDDC-3CFC-B27F-78B49BDC9BDC> /usr/lib/system/libremovefile.dylib 0x7fff98bb5000 - 0x7fff98bc2ff7 libxar.1.dylib (202) <5572AA71-E98D-3FE1-9402-BB4A84E0E71E> /usr/lib/libxar.1.dylib 0x7fff98bc3000 - 0x7fff98fa4ffe libLAPACK.dylib (1094.5) <7E7A9B8D-1638-3914-BAE0-663B69865986> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x7fff9902a000 - 0x7fff9902afff com.apple.Carbon (154 - 157) <14069023-0BBB-3925-9BA9-EB2C9E9B8C75> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon External Modification Summary: Calls made by other processes targeting this process: task_for_pid: 0 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: 25494 thread_create: 1 thread_set_state: 0 VM Region Summary: ReadOnly portion of Libraries: Total=264.8M resident=162.5M(61%) swapped_out_or_unallocated=102.3M(39%) Writable regions: Total=76.4M written=17.0M(22%) resident=31.3M(41%) swapped_out=0K(0%) unallocated=45.1M(59%) REGION TYPE VIRTUAL =========== ======= Dispatch continuations 8192K Kernel Alloc Once 4K MALLOC 53.1M MALLOC (admin) 32K STACK GUARD 56.0M Stack 8264K VM_ALLOCATE 28K __DATA 28.6M __IMAGE 528K __LINKEDIT 103.3M __TEXT 161.5M __UNICODE 544K shared memory 4K =========== ======= TOTAL 419.6M Model: MacBookPro11,1, BootROM MBP111.0138.B03, 2 processors, Intel Core i5, 2.6 GHz, 16 GB, SMC 2.16f58 Graphics: Intel Iris, Intel Iris, Built-In, 1024 MB Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343147533641465238412D50422020 Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343147533641465238412D50422020 AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x112), Broadcom BCM43xx 1.0 (6.30.223.154.49) Bluetooth: Version 4.2.1f2 12982, 3 services, 23 devices, 1 incoming serial ports Network Service: Wi-Fi, AirPort, en0 Serial ATA Device: APPLE SSD SD0256F, 251 GB USB Device: Internal Memory Card Reader USB Device: Apple Internal Keyboard / Trackpad USB Device: BRCM20702 Hub USB Device: Bluetooth USB Host Controller Thunderbolt Bus: MacBook Pro, Apple Inc., 17.2
Change History (37)
comment:1 Changed 11 years ago by seanfarley (Sean Farley)
Owner: | changed from macports-tickets@… to sean@… |
---|---|
Status: | new → assigned |
comment:2 Changed 11 years ago by seanfarley (Sean Farley)
comment:3 follow-up: 4 Changed 11 years ago by mwathen@…
I saw the previous post and I removed all paths that point to the systems python and reinstalled dolfin but still get the same error message.
comment:4 Changed 11 years ago by seanfarley (Sean Farley)
Replying to mwathen@…:
I saw the previous post and I removed all paths that point to the systems python and reinstalled dolfin but still get the same error message.
Can you post the output of:
$ port contents ufc | grep so$ | xargs otool -L
comment:5 Changed 11 years ago by seanfarley (Sean Farley)
Description: | modified (diff) |
---|
comment:6 follow-up: 7 Changed 11 years ago by mwathen@…
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/ufc/_ufc.so:
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/Python (compatibility version 2.7.0, current version 2.7.0) /usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version 120.0.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1197.1.1)
comment:7 follow-up: 8 Changed 11 years ago by seanfarley (Sean Farley)
Replying to mwathen@…:
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/ufc/_ufc.so:
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/Python (compatibility version 2.7.0, current version 2.7.0) /usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version 120.0.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1197.1.1)
Damn, well, what about the output of:
$ port contents dolfin | grep so$ | xargs otool -L | grep Python
comment:8 follow-up: 9 Changed 11 years ago by mwathen@…
Replying to sean@…:
Replying to mwathen@…:
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/ufc/_ufc.so:
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/Python (compatibility version 2.7.0, current version 2.7.0) /usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version 120.0.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1197.1.1)
Damn, well, what about the output of:
$ port contents dolfin | grep so$ | xargs otool -L | grep Python
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/dolfin/cpp/_common.so:
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/Python (compatibility version 2.7.0, current version 2.7.0)
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/dolfin/cpp/_fem.so:
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/Python (compatibility version 2.7.0, current version 2.7.0)
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/dolfin/cpp/_function.so:
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/Python (compatibility version 2.7.0, current version 2.7.0)
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/dolfin/cpp/_io.so:
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/Python (compatibility version 2.7.0, current version 2.7.0)
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/dolfin/cpp/_la.so:
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/Python (compatibility version 2.7.0, current version 2.7.0)
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/dolfin/cpp/_mesh.so:
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/Python (compatibility version 2.7.0, current version 2.7.0)
comment:9 follow-up: 10 Changed 11 years ago by seanfarley (Sean Farley)
Replying to mwathen@…:
Replying to sean@…:
Replying to mwathen@…:
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/ufc/_ufc.so:
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/Python (compatibility version 2.7.0, current version 2.7.0) /usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version 120.0.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1197.1.1)
Damn, well, what about the output of:
$ port contents dolfin | grep so$ | xargs otool -L | grep Python/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/dolfin/cpp/_common.so:
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/Python (compatibility version 2.7.0, current version 2.7.0)
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/dolfin/cpp/_fem.so:
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/Python (compatibility version 2.7.0, current version 2.7.0)
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/dolfin/cpp/_function.so:
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/Python (compatibility version 2.7.0, current version 2.7.0)
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/dolfin/cpp/_io.so:
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/Python (compatibility version 2.7.0, current version 2.7.0)
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/dolfin/cpp/_la.so:
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/Python (compatibility version 2.7.0, current version 2.7.0)
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/dolfin/cpp/_mesh.so:
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/Python (compatibility version 2.7.0, current version 2.7.0)
Ok, we might as well just check every port that dolfin is using:
$ port echo rdepof:dolfin | xargs port contents | grep -E 'so$|dylib$' | xargs otool -L | grep Python
comment:10 Changed 11 years ago by mwathen@…
Replying to sean@…:
Replying to mwathen@…:
Replying to sean@…:
Replying to mwathen@…:
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/ufc/_ufc.so:
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/Python (compatibility version 2.7.0, current version 2.7.0) /usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version 120.0.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1197.1.1)
Damn, well, what about the output of:
$ port contents dolfin | grep so$ | xargs otool -L | grep Python/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/dolfin/cpp/_common.so:
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/Python (compatibility version 2.7.0, current version 2.7.0)
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/dolfin/cpp/_fem.so:
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/Python (compatibility version 2.7.0, current version 2.7.0)
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/dolfin/cpp/_function.so:
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/Python (compatibility version 2.7.0, current version 2.7.0)
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/dolfin/cpp/_io.so:
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/Python (compatibility version 2.7.0, current version 2.7.0)
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/dolfin/cpp/_la.so:
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/Python (compatibility version 2.7.0, current version 2.7.0)
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/dolfin/cpp/_mesh.so:
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/Python (compatibility version 2.7.0, current version 2.7.0)
Ok, we might as well just check every port that dolfin is using:
$ port echo rdepof:dolfin | xargs port contents | grep -E 'so$|dylib$' | xargs otool -L | grep Python
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/boost/mpi.so:
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/boost/mpi.so (compatibility version 0.0.0, current version 0.0.0) /opt/local/Library/Frameworks/Python.framework/Versions/2.7/Python (compatibility version 2.7.0, current version 2.7.0) /opt/local/Library/Frameworks/Python.framework/Versions/2.7/Python (compatibility version 2.7.0, current version 2.7.0) /opt/local/Library/Frameworks/Python.framework/Versions/2.7/Python (compatibility version 2.7.0, current version 2.7.0)
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/ffc/time_elements_ext.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/_dotblas.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/_dummy.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/multiarray.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/multiarray_tests.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/operand_flag_tests.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/scalarmath.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/struct_ufunc_test.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/test_rational.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/umath.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/umath_tests.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/fft/fftpack_lite.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/lib/_compiled_base.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/linalg/_umath_linalg.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/linalg/lapack_lite.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/numarray/_capi.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/random/mtrand.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Scientific/darwin/Scientific_affinitypropagation.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Scientific/darwin/Scientific_interpolation.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Scientific/darwin/Scientific_netcdf.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Scientific/darwin/Scientific_numerics_package_id.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Scientific/darwin/Scientific_vector.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/libpython2.7.dylib:
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/Python (compatibility version 2.7.0, current version 2.7.0)
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config/libpython2.7.dylib:
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/Python (compatibility version 2.7.0, current version 2.7.0)
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/ColorPicker.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/MacOS.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/Nav.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/OSATerminology.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_AE.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_AH.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_App.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_CF.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_CG.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_CarbonEvt.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_Cm.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_Ctl.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_Dlg.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_Drag.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_Evt.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_File.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_Fm.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_Folder.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_Help.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_IBCarbon.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_Icn.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_Launch.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_List.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_Menu.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_Mlte.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_OSA.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_Qd.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_Qdoffs.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_Qt.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_Res.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_Scrap.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_Snd.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_TE.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_Win.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_bisect.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_bsddb.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_codecs_cn.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_codecs_hk.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_codecs_iso2022.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_codecs_jp.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_codecs_kr.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_codecs_tw.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_collections.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_csv.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_ctypes.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_ctypes_test.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_curses.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_curses_panel.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_elementtree.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_functools.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_hashlib.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_heapq.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_hotshot.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_io.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_json.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_locale.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_lsprof.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_multibytecodec.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_multiprocessing.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_random.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_scproxy.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_socket.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_sqlite3.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_ssl.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_struct.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_testcapi.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/array.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/audioop.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/autoGIL.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/binascii.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/bz2.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/cPickle.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/cStringIO.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/cmath.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/crypt.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/datetime.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/dbm.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/fcntl.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/future_builtins.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/gestalt.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/grp.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/icglue.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/itertools.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/math.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/mmap.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/nis.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/operator.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/parser.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/pyexpat.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/readline.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/resource.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/select.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/strop.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/syslog.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/termios.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/time.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/unicodedata.so: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/zlib.so:
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/Python (compatibility version 2.7.0, current version 2.7.0)
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/ufc/_ufc.so:
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/Python (compatibility version 2.7.0, current version 2.7.0)
comment:11 follow-up: 12 Changed 11 years ago by seanfarley (Sean Farley)
This is turning out to be difficult to pin down :-( Let's check all your shared libraries in MacPorts:
$ otool -L /opt/local/lib/*.dylib | grep -i pyt
and in python 2.7
$ otool -L /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/* | grep -i pyt $ find /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib -name \*.so -or -name \*.dylib | xargs otool -L | grep -i system/
I'm hoping something there will tell us that a package is linking to the system python.
comment:12 follow-up: 13 Changed 11 years ago by mwathen@…
Replying to sean@…:
This is turning out to be difficult to pin down :-( Let's check all your shared libraries in MacPorts:
$ otool -L /opt/local/lib/*.dylib | grep -i pytand in python 2.7
$ otool -L /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/* | grep -i pyt $ find /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib -name \*.so -or -name \*.dylib | xargs otool -L | grep -i system/I'm hoping something there will tell us that a package is linking to the system python.
$ otool -L /opt/local/lib/*.dylib | grep -i pyt
gives:
/opt/local/lib/libboost_mpi_python-mt.dylib:
/opt/local/lib/libboost_mpi_python-mt.dylib (compatibility version 0.0.0, current version 0.0.0) /opt/local/lib/libboost_python-mt.dylib (compatibility version 0.0.0, current version 0.0.0) /opt/local/Library/Frameworks/Python.framework/Versions/2.7/Python (compatibility version 2.7.0, current version 2.7.0)
/opt/local/lib/libboost_python-mt.dylib:
/opt/local/lib/libboost_python-mt.dylib (compatibility version 0.0.0, current version 0.0.0) /opt/local/Library/Frameworks/Python.framework/Versions/2.7/Python (compatibility version 2.7.0, current version 2.7.0)
/opt/local/lib/libpython2.7.dylib:
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/Python (compatibility version 2.7.0, current version 2.7.0)
$ otool -L /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/* | grep -i pyt $ find /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib -name \*.so -or -name \*.dylib | xargs otool -L | grep -i system/
gives:
otool: can't map file: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/pkgconfig (Invalid argument) otool: can't map file: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7 (Invalid argument) /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/libpython2.7.dylib:
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/Python (compatibility version 2.7.0, current version 2.7.0)
and
otool: one of -fahlLtdoOrTMRIHGScis must be specified Usage: otool [-arch arch_type] [-fahlLDtdorSTMRIHGvVcXmqQ] [-mcpu=arg] <object file> ...
-f print the fat headers -a print the archive header -h print the mach header -l print the load commands -L print shared libraries used -D print shared library id name -t print the text section (disassemble with -v) -p <routine name> start dissassemble from routine name -s <segname> <sectname> print contents of section -d print the data section -o print the Objective-C segment -r print the relocation entries -S print the table of contents of a library -T print the table of contents of a dynamic shared library -M print the module table of a dynamic shared library -R print the reference table of a dynamic shared library -I print the indirect symbol table -H print the two-level hints table -G print the data in code table -v print verbosely (symbolically) when possible -V print disassembled operands symbolically -c print argument strings of a core file -X print no leading addresses or headers -m don't use archive(member) syntax -B force Thumb disassembly (ARM objects only) -q use llvm's disassembler (the default) -Q use otool(1)'s disassembler -mcpu=arg use `arg' as the cpu for disassembly
comment:13 follow-up: 14 Changed 11 years ago by seanfarley (Sean Farley)
Replying to mwathen@…:
otool: one of -fahlLtdoOrTMRIHGScis must be specified Usage: otool [-arch arch_type] [-fahlLDtdorSTMRIHGvVcXmqQ] [-mcpu=arg] <object file> ...
-f print the fat headers -a print the archive header -h print the mach header -l print the load commands -L print shared libraries used -D print shared library id name -t print the text section (disassemble with -v) -p <routine name> start dissassemble from routine name -s <segname> <sectname> print contents of section -d print the data section -o print the Objective-C segment -r print the relocation entries -S print the table of contents of a library -T print the table of contents of a dynamic shared library -M print the module table of a dynamic shared library -R print the reference table of a dynamic shared library -I print the indirect symbol table -H print the two-level hints table -G print the data in code table -v print verbosely (symbolically) when possible -V print disassembled operands symbolically -c print argument strings of a core file -X print no leading addresses or headers -m don't use archive(member) syntax -B force Thumb disassembly (ARM objects only) -q use llvm's disassembler (the default) -Q use otool(1)'s disassembler -mcpu=arg use `arg' as the cpu for disassembly
Did you paste the command correctly? It should be (without the dollar sign):
$ find /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib -name \*.so -or -name \*.dylib | xargs otool -L | grep -i system/
comment:14 Changed 11 years ago by mwathen@…
Replying to sean@…:
Replying to mwathen@…:
otool: one of -fahlLtdoOrTMRIHGScis must be specified Usage: otool [-arch arch_type] [-fahlLDtdorSTMRIHGvVcXmqQ] [-mcpu=arg] <object file> ...
-f print the fat headers -a print the archive header -h print the mach header -l print the load commands -L print shared libraries used -D print shared library id name -t print the text section (disassemble with -v) -p <routine name> start dissassemble from routine name -s <segname> <sectname> print contents of section -d print the data section -o print the Objective-C segment -r print the relocation entries -S print the table of contents of a library -T print the table of contents of a dynamic shared library -M print the module table of a dynamic shared library -R print the reference table of a dynamic shared library -I print the indirect symbol table -H print the two-level hints table -G print the data in code table -v print verbosely (symbolically) when possible -V print disassembled operands symbolically -c print argument strings of a core file -X print no leading addresses or headers -m don't use archive(member) syntax -B force Thumb disassembly (ARM objects only) -q use llvm's disassembler (the default) -Q use otool(1)'s disassembler -mcpu=arg use `arg' as the cpu for disassembly
Did you paste the command correctly? It should be (without the dollar sign):
$ find /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib -name \*.so -or -name \*.dylib | xargs otool -L | grep -i system/
Opps, missed out a bit at the end
/System/Library/Frameworks/Carbon.framework/Versions/A/Carbon (compatibility version 2.0.0, current version 157.0.0)
/System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices (compatibility version 1.0.0, current version 59.0.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon (compatibility version 2.0.0, current version 157.0.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon (compatibility version 2.0.0, current version 157.0.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon (compatibility version 2.0.0, current version 157.0.0) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 855.11.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices (compatibility version 1.0.0, current version 48.0.0) /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics (compatibility version 64.0.0, current version 600.0.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon (compatibility version 2.0.0, current version 157.0.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices (compatibility version 1.0.0, current version 59.0.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon (compatibility version 2.0.0, current version 157.0.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon (compatibility version 2.0.0, current version 157.0.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon (compatibility version 2.0.0, current version 157.0.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon (compatibility version 2.0.0, current version 157.0.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon (compatibility version 2.0.0, current version 157.0.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices (compatibility version 1.0.0, current version 59.0.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon (compatibility version 2.0.0, current version 157.0.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon (compatibility version 2.0.0, current version 157.0.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices (compatibility version 1.0.0, current version 59.0.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon (compatibility version 2.0.0, current version 157.0.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon (compatibility version 2.0.0, current version 157.0.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon (compatibility version 2.0.0, current version 157.0.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices (compatibility version 1.0.0, current version 48.0.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices (compatibility version 1.0.0, current version 59.0.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon (compatibility version 2.0.0, current version 157.0.0) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 855.11.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon (compatibility version 2.0.0, current version 157.0.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon (compatibility version 2.0.0, current version 157.0.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon (compatibility version 2.0.0, current version 157.0.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon (compatibility version 2.0.0, current version 157.0.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon (compatibility version 2.0.0, current version 157.0.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon (compatibility version 2.0.0, current version 157.0.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon (compatibility version 2.0.0, current version 157.0.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices (compatibility version 1.0.0, current version 59.0.0) /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration (compatibility version 1.0.0, current version 596.12.0) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 855.11.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon (compatibility version 2.0.0, current version 157.0.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon (compatibility version 2.0.0, current version 157.0.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon (compatibility version 2.0.0, current version 157.0.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon (compatibility version 2.0.0, current version 157.0.0) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 855.11.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon (compatibility version 2.0.0, current version 157.0.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon (compatibility version 2.0.0, current version 157.0.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices (compatibility version 1.0.0, current version 59.0.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon (compatibility version 2.0.0, current version 157.0.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices (compatibility version 1.0.0, current version 48.0.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon (compatibility version 2.0.0, current version 157.0.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices (compatibility version 1.0.0, current version 48.0.0) /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics (compatibility version 64.0.0, current version 600.0.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices (compatibility version 1.0.0, current version 59.0.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon (compatibility version 2.0.0, current version 157.0.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon (compatibility version 2.0.0, current version 157.0.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate (compatibility version 1.0.0, current version 4.0.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate (compatibility version 1.0.0, current version 4.0.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate (compatibility version 1.0.0, current version 4.0.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate (compatibility version 1.0.0, current version 4.0.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate (compatibility version 1.0.0, current version 4.0.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate (compatibility version 1.0.0, current version 4.0.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate (compatibility version 1.0.0, current version 4.0.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate (compatibility version 1.0.0, current version 4.0.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate (compatibility version 1.0.0, current version 4.0.0)
comment:15 follow-up: 16 Changed 11 years ago by seanfarley (Sean Farley)
It looks like everything is linking together properly. Let's try something else. Do you get the same error when you run:
$ python2.7 /opt/local/share/dolfin/demo/documented/poisson/python/demo_poisson.py
While we're at it, what is the output of:
$ port select --list python
comment:16 Changed 11 years ago by mwathen@…
Replying to sean@…:
It looks like everything is linking together properly. Let's try something else. Do you get the same error when you run:
$ python2.7 /opt/local/share/dolfin/demo/documented/poisson/python/demo_poisson.pyWhile we're at it, what is the output of:
$ port select --list python
I get the same error when trying to run
$ python2.7 /opt/local/share/dolfin/demo/documented/poisson/python/demo_poisson.py
Here is the python list that I get from port
Available versions for python: none python25-apple python26-apple python27 (active) python27-apple
comment:17 follow-up: 18 Changed 11 years ago by seanfarley (Sean Farley)
Ok, I see an error in one of the files in dolfin but let's see what you have for:
$ port contents dolfin | xargs -I{} grep '#!' /dev/null {} 2>/dev/null | grep -i python
Also, did you happen to set your python after installing dolfin?
comment:18 Changed 11 years ago by mwathen@…
Replying to sean@…:
Ok, I see an error in one of the files in dolfin but let's see what you have for:
$ port contents dolfin | xargs -I{} grep '#!' /dev/null {} 2>/dev/null | grep -i pythonAlso, did you happen to set your python after installing dolfin?
So I installed python using port then selected that version then installed dolfin.
$ port contents dolfin | xargs -I{} grep '#!' /dev/null {} 2>/dev/null | grep -i python
Binary file /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/dolfin/cpp/_fem.so matches Binary file /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/dolfin/cpp/_function.so matches Binary file /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/dolfin/cpp/_la.so matches Binary file /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/dolfin/cpp/_mesh.so matches /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/dolfin_utils/cppparser/CppHeaderParser.py:#!/usr/bin/python /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/dolfin_utils/pjobs/pjobs.py:#!/opt/local/bin/python2.7 /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/dolfin_utils/pjobs/sge.py:#!/opt/local/bin/python2.7 /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/dolfin_utils/pjobs/sge.py:template = """#!/bin/sh /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/dolfin_utils/pjobs/slurm.py:#!/opt/local/bin/python2.7 /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/dolfin_utils/pjobs/slurm.py:template = """#!/bin/bash /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/dolfin_utils/pjobs/torque.py:#!/opt/local/bin/python2.7 /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/dolfin_utils/pjobs/torque.py:template = """#!/bin/bash /opt/local/bin/dolfin-convert:#!/opt/local/bin/python2.7 /opt/local/bin/dolfin-order:#!/opt/local/bin/python2.7 /opt/local/bin/dolfin-plot:#!/opt/local/bin/python2.7
comment:19 follow-up: 20 Changed 11 years ago by seanfarley (Sean Farley)
You could try changing the header of /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/dolfin_utils/cppparser/CppHeaderParser.py
to see if that helps (might have to delete the ~/.instant cache). Let me know if that works.
comment:20 follow-up: 21 Changed 11 years ago by mwathen@…
Replying to sean@…:
You could try changing the header of
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/dolfin_utils/cppparser/CppHeaderParser.py
to see if that helps (might have to delete the ~/.instant cache). Let me know if that works.
What do you mean by changing /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/dolfin_utils/cppparser/CppHeaderParser.py
?
comment:21 follow-up: 22 Changed 11 years ago by seanfarley (Sean Farley)
Replying to mwathen@…:
Replying to sean@…:
You could try changing the header of
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/dolfin_utils/cppparser/CppHeaderParser.py
to see if that helps (might have to delete the ~/.instant cache). Let me know if that works.What do you mean by changing
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/dolfin_utils/cppparser/CppHeaderParser.py
?
I mean change #!/usr/bin/python
to #!/opt/local/bin/python2.7
comment:22 follow-up: 23 Changed 11 years ago by mwathen@…
Replying to sean@…:
Replying to mwathen@…:
Replying to sean@…:
You could try changing the header of
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/dolfin_utils/cppparser/CppHeaderParser.py
to see if that helps (might have to delete the ~/.instant cache). Let me know if that works.What do you mean by changing
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/dolfin_utils/cppparser/CppHeaderParser.py
?I mean change
#!/usr/bin/python
to#!/opt/local/bin/python2.7
I changed the header and deleted ~/.instant/cache but I still get the same errors. It seems to fail when Calling FFC just-in-time (JIT) compiler, this may take some time.
comment:23 follow-up: 24 Changed 11 years ago by seanfarley (Sean Farley)
Replying to mwathen@…:
Replying to sean@…:
Replying to mwathen@…:
Replying to sean@…:
You could try changing the header of
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/dolfin_utils/cppparser/CppHeaderParser.py
to see if that helps (might have to delete the ~/.instant cache). Let me know if that works.What do you mean by changing
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/dolfin_utils/cppparser/CppHeaderParser.py
?I mean change
#!/usr/bin/python
to#!/opt/local/bin/python2.7
I changed the header and deleted ~/.instant/cache but I still get the same errors. It seems to fail when
Calling FFC just-in-time (JIT) compiler, this may take some time.
You might have to delete all of ~/.instant
actually. What is the error? Are you calling the python program in a directory you have permission to write to?
comment:24 Changed 11 years ago by mwathen@…
Replying to sean@…:
Replying to mwathen@…:
Replying to sean@…:
Replying to mwathen@…:
Replying to sean@…:
You could try changing the header of
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/dolfin_utils/cppparser/CppHeaderParser.py
to see if that helps (might have to delete the ~/.instant cache). Let me know if that works.What do you mean by changing
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/dolfin_utils/cppparser/CppHeaderParser.py
?I mean change
#!/usr/bin/python
to#!/opt/local/bin/python2.7
I changed the header and deleted ~/.instant/cache but I still get the same errors. It seems to fail when
Calling FFC just-in-time (JIT) compiler, this may take some time.
You might have to delete all of
~/.instant
actually. What is the error? Are you calling the python program in a directory you have permission to write to?
I just deleted ~/.instant and I still get the same error. I can write to the director so thats fine.
comment:25 follow-up: 26 Changed 11 years ago by seanfarley (Sean Farley)
Ok, let's see what is getting linked in ~/.instant
$ find ~/.instant -name '*.so' -or -name '*.dylib' | xargs otool -L | grep -i python
comment:26 follow-up: 27 Changed 11 years ago by mwathen@…
Replying to sean@…:
Ok, let's see what is getting linked in
~/.instant
$ find ~/.instant -name '*.so' -or -name '*.dylib' | xargs otool -L | grep -i python
I get:
/System/Library/Frameworks/Python.framework/Versions/2.7/Python (compatibility version 2.7.0, current version 2.7.5)
comment:27 follow-up: 28 Changed 11 years ago by seanfarley (Sean Farley)
Replying to mwathen@…:
Replying to sean@…:
Ok, let's see what is getting linked in
~/.instant
$ find ~/.instant -name '*.so' -or -name '*.dylib' | xargs otool -L | grep -i pythonI get:
/System/Library/Frameworks/Python.framework/Versions/2.7/Python (compatibility version 2.7.0, current version 2.7.5)
Ah, finally! For my system, I get /opt/local/Library/Frameworks/Python.framework/Versions/2.7/Python
so now we just need to figure out where it's grabbing the system python. Let's see if FFC or Instant are at fault:
$ port contents py27-{ffc,instant} | xargs -I{} grep '#!' /dev/null {} 2>/dev/null | grep -i python
comment:28 Changed 11 years ago by mwathen@…
Replying to sean@…:
Replying to mwathen@…:
Replying to sean@…:
Ok, let's see what is getting linked in
~/.instant
$ find ~/.instant -name '*.so' -or -name '*.dylib' | xargs otool -L | grep -i pythonI get:
/System/Library/Frameworks/Python.framework/Versions/2.7/Python (compatibility version 2.7.0, current version 2.7.5)
Ah, finally! For my system, I get
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/Python
so now we just need to figure out where it's grabbing the system python. Let's see if FFC or Instant are at fault:$ port contents py27-{ffc,instant} | xargs -I{} grep '#!' /dev/null {} 2>/dev/null | grep -i python
I get
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin/ffc:#!/opt/local/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python /opt/local/bin/ffc:#!/opt/local/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python /opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin/instant-clean:#!/opt/local/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python /opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin/instant-showcache:#!/opt/local/Library/Frameworks/Python.framework/Versions/2.7/Resources/Pytho.app/Contents/MacOS/Python /opt/local/bin/instant-clean:#!/opt/local/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python /opt/local/bin/instant-showcache:#!/opt/local/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python
Thanks for all the help by the way!!
comment:29 follow-up: 30 Changed 11 years ago by seanfarley (Sean Farley)
Those look ok, hmm… let's try all of them:
$ port contents ufc py27-{ufl,fiat,ffc,instant} | xargs -I{} grep '#!' /dev/null {} 2>/dev/null | grep -i usr
For any files that have /usr/bin/env
try changing them to the full path to python as we did before.
comment:30 Changed 11 years ago by mwathen@…
Replying to sean@…:
Those look ok, hmm… let's try all of them:
$ port contents ufc py27-{ufl,fiat,ffc,instant} | xargs -I{} grep '#!' /dev/null {} 2>/dev/null | grep -i usrFor any files that have
/usr/bin/env
try changing them to the full path to python as we did before.
I changed all the /usr/bin/env
to /opt/local/bin/python2.7
so when I run
$ port contents ufc py27-{ufl,fiat,ffc,instant} | xargs -I{} grep '#!' /dev/null {} 2>/dev/null | grep -i usr
I get no output but I still get a fatal error.
comment:31 follow-up: 32 Changed 11 years ago by seanfarley (Sean Farley)
Did you remove ~/.instant before trying again? Also, a few questions I should have started with, what's the output of:
$ which python $ ls /usr/local
comment:32 follow-up: 33 Changed 11 years ago by mwathen@…
Replying to sean@…:
Did you remove ~/.instant before trying again? Also, a few questions I should have started with, what's the output of:
$ which python $ ls /usr/local
I did remove ~/.instant before trying again but it still failed....
I get
/opt/local/bin/python
and
Library bin etc gfortran include lib opt share texlive
comment:33 follow-up: 34 Changed 11 years ago by seanfarley (Sean Farley)
Replying to mwathen@…:
Replying to sean@…:
Did you remove ~/.instant before trying again? Also, a few questions I should have started with, what's the output of:
$ which python $ ls /usr/localI did remove ~/.instant before trying again but it still failed....
I get
/opt/local/bin/python
and
Library bin etc gfortran include lib opt share texlive
Can you temporarily move /usr/local
to something like ~/Desktop/backup-local
? Then remove ~/.instant
, run hash -rf
, and then try again? As a reminder, putting things in /usr/local
causes headaches and is against the MacPorts guidelines.
comment:34 follow-up: 35 Changed 11 years ago by mwathen@…
Replying to sean@…:
Replying to mwathen@…:
Replying to sean@…:
Did you remove ~/.instant before trying again? Also, a few questions I should have started with, what's the output of:
$ which python $ ls /usr/localI did remove ~/.instant before trying again but it still failed....
I get
/opt/local/bin/python
and
Library bin etc gfortran include lib opt share texlive
Can you temporarily move
/usr/local
to something like~/Desktop/backup-local
? Then remove~/.instant
, runhash -rf
, and then try again? As a reminder, putting things in/usr/local
causes headaches and is against the MacPorts guidelines.
That made it run fine. How do I make sure MacPorts does not install stuff to /usr/local
?
comment:35 Changed 11 years ago by seanfarley (Sean Farley)
Resolution: | → invalid |
---|---|
Status: | assigned → closed |
Replying to mwathen@…:
Replying to sean@…:
Replying to mwathen@…:
Replying to sean@…:
Did you remove ~/.instant before trying again? Also, a few questions I should have started with, what's the output of:
$ which python $ ls /usr/localI did remove ~/.instant before trying again but it still failed....
I get
/opt/local/bin/python
and
Library bin etc gfortran include lib opt share texlive
Can you temporarily move
/usr/local
to something like~/Desktop/backup-local
? Then remove~/.instant
, runhash -rf
, and then try again? As a reminder, putting things in/usr/local
causes headaches and is against the MacPorts guidelines.That made it run fine. How do I make sure MacPorts does not install stuff to
/usr/local
?
Aw yeah! MacPorts never installs anything into /usr/local
. HomeBrew does install stuff there. Also, if you've installed TeXLive or HPC gfortran from a .pkg file (not MacPorts) then that would also put stuff there. I would recommend installing the equivalent software you had in /usr/local
with MacPorts. For example, to install gfortran, you'll need
$ sudo port install gcc48
And for texlive, I usually install most everything,
$ sudo port install texlive-bibtex-extra texlive-math-extra texlive-formats-extra texlive-latex-extra texlive-plain-extra texlive-bin-extra
comment:36 follow-up: 37 Changed 11 years ago by mwathen@…
Thanks for all your help! It is now working on my mac. I just had one more question, is it possible to enable dolfin with petsc4py using macports? I installed petsc4py from source.
comment:37 Changed 11 years ago by seanfarley (Sean Farley)
Replying to mwathen@…:
Thanks for all your help! It is now working on my mac. I just had one more question, is it possible to enable dolfin with petsc4py using macports? I installed petsc4py from source.
Why are you installing this from source? You're just going to make more headaches for yourself in the future. If you want to install petsc4py, just run:
$ sudo port install py27-petsc4py
As for getting dolfin to use this, I tried but there was an error in the build last time I tried (about a month ago). I could try again but it will probably have to wait until a new release of FEniCS. If you can get it to work you can email the macports mailing list and cc me letting me know.
So, this error usually happens when there is a package that accidentally links to the system python. Looking at the stack trace it seems like that is the case:
I fixed a similar error in r116593 for ticket #42306 so, first, could you update your macports tree and perhaps uninstall and reinstall dolfin?