htm-community / nupic.studio

NuPIC Studio is a powerful all­-in-­one tool that allows users create a HTM neural network from scratch, train it, collect statistics, and share it among the members of the community.
GNU General Public License v2.0
94 stars 29 forks source link

Fatal Python error: PyThreadState_Get: no current thread #22

Closed kkittel closed 9 years ago

kkittel commented 9 years ago

Hello,

I have installed nustudio successfully on OS X Yosemite, but when I run it I get the following hard crash: nustudio Fatal Python error: PyThreadState_Get: no current thread zsh: abort nustudio

I had a hard time installing all the dependencies under Yosemite first I tried macports then switched to homebrew. After much problems, homebrew now seems to be working correctly on my system. One of the other posts suggested that the libray links might not match the version of Python running on my system, but that doesn't seem to be an issue with mine.

python Python 2.7.9 (default, Jan 31 2015, 04:25:24) [GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.56)] on darwin Type "help", "copyright", "credits" or "license" for more information.

I also have the dump from the crash:

Process: Python [35875] Path: /usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python Identifier: Python Version: 2.7.9 (2.7.9) Code Type: X86-64 (Native) Parent Process: zsh [29366] Responsible: iTerm [1067] User ID: 501

Date/Time: 2015-02-09 08:11:03.495 -0500 OS Version: Mac OS X 10.10.2 (14C109) Report Version: 11 Anonymous UUID: B16CB0A6-AA57-F152-BD5F-1A012A1D4EFD

Sleep/Wake UUID: 42BA06E0-4BEB-42D6-8BA9-73096ED11DCD

Time Awake Since Boot: 300000 seconds Time Since Wake: 1600 seconds

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 0x00007fff9262c286 pthread_kill + 10 1 libsystem_c.dylib 0x00007fff8b0edb53 abort + 129 2 org.python.python 0x000000010f12e901 Py_FatalError + 49 3 org.python.python 0x000000010f12d96c PyThreadState_Get + 44 4 org.python.python 0x000000010f129cbb Py_InitModule4_64 + 75 5 _math.so 0x000000010ebc8e95 init_math + 687 6 org.python.python 0x000000010b2302f7 _PyImport_LoadDynamicModule + 140 7 org.python.python 0x000000010b22ec1a imp_load_module + 243 8 org.python.python 0x000000010b21b80e PyEval_EvalFrameEx + 14392 9 org.python.python 0x000000010b21e656 fast_function + 262 10 org.python.python 0x000000010b21b428 PyEval_EvalFrameEx + 13394 11 org.python.python 0x000000010b217da2 PyEval_EvalCodeEx + 1409 12 org.python.python 0x000000010b21781b PyEval_EvalCode + 54 13 org.python.python 0x000000010b22c85e PyImport_ExecCodeModuleEx + 241 14 org.python.python 0x000000010b22f53e load_source_module + 1091 15 org.python.python 0x000000010b22ffdf import_submodule + 270 16 org.python.python 0x000000010b22fba9 load_next + 280 17 org.python.python 0x000000010b22dde9 PyImport_ImportModuleLevel + 1191 18 org.python.python 0x000000010b213403 builtin___import + 135 19 org.python.python 0x000000010b19e19a PyObject_Call + 99 20 org.python.python 0x000000010b21ddb3 PyEval_CallObjectWithKeywords + 93 21 org.python.python 0x000000010b21a08d PyEval_EvalFrameEx + 8375 22 org.python.python 0x000000010b217da2 PyEval_EvalCodeEx + 1409 23 org.python.python 0x000000010b21781b PyEval_EvalCode + 54 24 org.python.python 0x000000010b22c85e PyImport_ExecCodeModuleEx + 241 25 org.python.python 0x000000010b22f53e load_source_module + 1091 26 org.python.python 0x000000010b22ffdf import_submodule + 270 27 org.python.python 0x000000010b22fba9 load_next + 280 28 org.python.python 0x000000010b22dde9 PyImport_ImportModuleLevel + 1191 29 org.python.python 0x000000010b213403 builtin_import + 135 30 org.python.python 0x000000010b19e19a PyObject_Call + 99 31 org.python.python 0x000000010b21ddb3 PyEval_CallObjectWithKeywords + 93 32 org.python.python 0x000000010b21a08d PyEval_EvalFrameEx + 8375 33 org.python.python 0x000000010b217da2 PyEval_EvalCodeEx + 1409 34 org.python.python 0x000000010b21781b PyEval_EvalCode + 54 35 org.python.python 0x000000010b22c85e PyImport_ExecCodeModuleEx + 241 36 org.python.python 0x000000010b22f53e load_source_module + 1091 37 org.python.python 0x000000010b22ffdf import_submodule + 270 38 org.python.python 0x000000010b22fba9 load_next + 280 39 org.python.python 0x000000010b22dde9 PyImport_ImportModuleLevel + 1191 40 org.python.python 0x000000010b213403 builtin_import + 135 41 org.python.python 0x000000010b19e19a PyObject_Call + 99 42 org.python.python 0x000000010b21ddb3 PyEval_CallObjectWithKeywords + 93 43 org.python.python 0x000000010b21a08d PyEval_EvalFrameEx + 8375 44 org.python.python 0x000000010b217da2 PyEval_EvalCodeEx + 1409 45 org.python.python 0x000000010b21781b PyEval_EvalCode + 54 46 org.python.python 0x000000010b22c85e PyImport_ExecCodeModuleEx + 241 47 org.python.python 0x000000010b22f53e load_source_module + 1091 48 org.python.python 0x000000010b22ffdf import_submodule + 270 49 org.python.python 0x000000010b22fba9 load_next + 280 50 org.python.python 0x000000010b22dde9 PyImport_ImportModuleLevel + 1191 51 org.python.python 0x000000010b213403 builtin_import + 135 52 org.python.python 0x000000010b19e19a PyObject_Call + 99 53 org.python.python 0x000000010b21ddb3 PyEval_CallObjectWithKeywords + 93 54 org.python.python 0x000000010b21a08d PyEval_EvalFrameEx + 8375 55 org.python.python 0x000000010b217da2 PyEval_EvalCodeEx + 1409 56 org.python.python 0x000000010b21781b PyEval_EvalCode + 54 57 org.python.python 0x000000010b22c85e PyImport_ExecCodeModuleEx + 241 58 org.python.python 0x000000010b22f53e load_source_module + 1091 59 org.python.python 0x000000010b22ffdf import_submodule + 270 60 org.python.python 0x000000010b22fba9 load_next + 280 61 org.python.python 0x000000010b22dde9 PyImport_ImportModuleLevel + 1191 62 org.python.python 0x000000010b213403 builtin_import + 135 63 org.python.python 0x000000010b21c211 PyEval_EvalFrameEx + 16955 64 org.python.python 0x000000010b217da2 PyEval_EvalCodeEx + 1409 65 org.python.python 0x000000010b21e5c5 fast_function + 117 66 org.python.python 0x000000010b21b428 PyEval_EvalFrameEx + 13394 67 org.python.python 0x000000010b217da2 PyEval_EvalCodeEx + 1409 68 org.python.python 0x000000010b21e5c5 fast_function + 117 69 org.python.python 0x000000010b21b428 PyEval_EvalFrameEx + 13394 70 org.python.python 0x000000010b217da2 PyEval_EvalCodeEx + 1409 71 org.python.python 0x000000010b21e5c5 fast_function + 117 72 org.python.python 0x000000010b21b428 PyEval_EvalFrameEx + 13394 73 org.python.python 0x000000010b217da2 PyEval_EvalCodeEx + 1409 74 org.python.python 0x000000010b21e5c5 fast_function + 117 75 org.python.python 0x000000010b21b428 PyEval_EvalFrameEx + 13394 76 org.python.python 0x000000010b217da2 PyEval_EvalCodeEx + 1409 77 org.python.python 0x000000010b21781b PyEval_EvalCode + 54 78 org.python.python 0x000000010b2378ca run_mod + 53 79 org.python.python 0x000000010b23796d PyRun_FileExFlags + 133 80 org.python.python 0x000000010b23750a PyRun_SimpleFileExFlags + 769 81 org.python.python 0x000000010b248c83 Py_Main + 3051 82 libdyld.dylib 0x00007fff960825c9 start + 1

Thread 0 crashed with X86 Thread State (64-bit): rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x00007fff54a6dc38 rdx: 0x0000000000000000 rdi: 0x0000000000000513 rsi: 0x0000000000000006 rbp: 0x00007fff54a6dc60 rsp: 0x00007fff54a6dc38 r8: 0x00007fff54a6dc50 r9: 0x00007fff7b20a300 r10: 0x0000000008000000 r11: 0x0000000000000206 r12: 0x00000000000003f5 r13: 0x0000000000000000 r14: 0x00007fff7b20a300 r15: 0x000000010eef27f0 rip: 0x00007fff9262c286 rfl: 0x0000000000000206 cr2: 0x00007fff7b00ffd8

Logical CPU: 0 Error Code: 0x02000148 Trap Number: 133

Binary Images: 0x10b18f000 - 0x10b190fff +org.python.python (2.7.9 - 2.7.9) /usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python 0x10b193000 - 0x10b285fff +org.python.python (2.7.9, [c] 2004-2014 Python Software Foundation. - 2.7.9) /usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/Python 0x10b467000 - 0x10b469fff +_locale.so (0) <88DB123B-047D-3C2D-AEF0-06B50534BE05> /usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_locale.so 0x10b4ed000 - 0x10b4f0fff +zlib.so (0) /usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/zlib.so 0x10b555000 - 0x10b564fff +_io.so (0) <5E62017B-ED5C-31FD-B087-02BD3C8206F9> /usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_io.so 0x10b575000 - 0x10b576fff +time.so (0) /usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/time.so 0x10b57b000 - 0x10b57efff +_struct.so (0) /usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_struct.so 0x10b5c4000 - 0x10b5c7fff +_collections.so (0) <4FA8683D-67F2-3E05-B0A6-83DD8E982422> /usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_collections.so 0x10b5cc000 - 0x10b5cffff +operator.so (0) <0972C1FB-7A00-3852-9B18-FB4BE07F8A41> /usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/operator.so 0x10b5d5000 - 0x10b5dafff +itertools.so (0) <069F09AD-E99E-3FC6-80E5-A3CE7977AC8E> /usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/itertools.so 0x10b5e3000 - 0x10b5e4fff +_heapq.so (0) <75B80BF1-F9F0-3601-831F-31DA6B443B08> /usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_heapq.so 0x10b5e8000 - 0x10b5e9fff +grp.so (0) /usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/grp.so 0x10b5ec000 - 0x10b5effff +binascii.so (0) /usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/binascii.so 0x10b5f2000 - 0x10b5f3fff +cStringIO.so (0) /usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/cStringIO.so 0x10b5f8000 - 0x10b5fbff7 +strop.so (0) <4776366D-4802-3F09-8A7A-DA52B66A2B22> /usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/strop.so 0x10b5ff000 - 0x10b600fff +_functools.so (0) <9D100407-15B5-3821-99AE-588F9EA05CF9> /usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_functools.so 0x10b643000 - 0x10b64dfff +datetime.so (0) <5015D28A-6391-3218-8817-B54709A08249> /usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/datetime.so 0x10b756000 - 0x10b759ff7 +math.so (0) <74C884C7-D2D8-3AD4-B391-96DA4222CBEB> /usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/math.so 0x10b75e000 - 0x10b760fff +_hashlib.so (0) /usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_hashlib.so 0x10b764000 - 0x10b7a1fff +libssl.1.0.0.dylib (0) <2E0DC1A7-B1BD-3DA2-9AB6-8CF00E12E51F> /usr/local/opt/openssl/lib/libssl.1.0.0.dylib 0x10b7bd000 - 0x10b92d48f +libcrypto.1.0.0.dylib (0) <3036BB5F-CF7A-326D-A14C-2F8A87BBC716> /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib 0x10b9a4000 - 0x10b9a5ff7 +_random.so (0) /usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_random.so 0x10b9a8000 - 0x10b9b0ff7 +_socket.so (0) <24AA919E-7B28-3857-977E-8411E3B46E1D> /usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_socket.so 0x10b9ba000 - 0x10b9c4fff +_ssl.so (0) <6B419A8E-2EEB-3571-AA5D-7B44F461BA2E> /usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_ssl.so 0x10ba4e000 - 0x10ba4ffff +_scproxy.so (0) /usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_scproxy.so 0x10ba92000 - 0x10ba93fff +fcntl.so (0) <1B35B9AA-EB43-33F8-A2C5-6EC5D0C7A800> /usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/fcntl.so 0x10ba96000 - 0x10ba9efff +parser.so (0) <47C9E578-9596-380F-A444-A61A848D7D54> /usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/parser.so 0x10bae2000 - 0x10bb00ff7 +pyexpat.so (0) <0B1600F7-F7B1-38FB-9AF7-BFD854383971> /usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/pyexpat.so 0x10bb8b000 - 0x10bb90fff +_json.so (0) <8105A4A6-1C33-3B97-B5B2-D91E7D656983> /usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_json.so 0x10bbd4000 - 0x10c001fff +QtGui.so (0) <42F5B3BE-49B0-3399-8881-2E611C472DF5> /usr/local/lib/python2.7/site-packages/PyQt4/QtGui.so 0x10c411000 - 0x10ccc6ff7 +QtGui (4.8.6) <759A66B4-0061-3720-91C2-B9F9ABDF34E3> /usr/local/lib/QtGui.framework/Versions/4/QtGui 0x10cf8f000 - 0x10d206ff7 +QtCore (4.8.6) <92E59A3F-055E-3854-B112-A29DAA7591F8> /usr/local/lib/QtCore.framework/Versions/4/QtCore 0x10d2e1000 - 0x10d2f3fff +sip.so (0) <3C18DE29-1A85-3820-A7CF-3C4E3A632974> /Library/Python/2.7/site-packages/sip.so 0x10d2fd000 - 0x10d452fff +QtCore.so (0) <3650CC9E-F933-30BE-806D-4D2BDFCFE98F> /usr/local/lib/python2.7/site-packages/PyQt4/QtCore.so 0x10d6c0000 - 0x10d871fef +multiarray.so (???) /usr/local/lib/python2.7/site-packages/numpy/core/multiarray.so 0x10d918000 - 0x10d92cfe7 +libgcc_s.1.dylib (0) <8B9654D8-ACF5-3DB8-912D-E5439CF84F01> /usr/local/lib/python2.7/site-packages/numpy/.dylibs/libgcc_s.1.dylib 0x10d937000 - 0x10d99afef +umath.so (???) /usr/local/lib/python2.7/site-packages/numpy/core/umath.so 0x10d9c6000 - 0x10d9d1fff +cPickle.so (0) /usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/cPickle.so 0x10da17000 - 0x10da1bfff +_dotblas.so (???) /usr/local/lib/python2.7/site-packages/numpy/core/_dotblas.so 0x10da1f000 - 0x10da45fef +libptf77blas.dylib (0) /usr/local/lib/python2.7/site-packages/numpy/.dylibs/libptf77blas.dylib 0x10da53000 - 0x10da7cfef +libptcblas.dylib (0) <81455C97-36AA-3463-BEC0-3099A1BEA842> /usr/local/lib/python2.7/site-packages/numpy/.dylibs/libptcblas.dylib 0x10da88000 - 0x10de43ff7 +libatlas.dylib (0) /usr/local/lib/python2.7/site-packages/numpy/.dylibs/libatlas.dylib 0x10de85000 - 0x10df96fef +libgfortran.3.dylib (0) /usr/local/lib/python2.7/site-packages/numpy/.dylibs/libgfortran.3.dylib 0x10dffa000 - 0x10e02efff +libquadmath.0.dylib (0) <09672C47-4E33-3905-A692-2E2571A839FA> /usr/local/lib/python2.7/site-packages/numpy/.dylibs/libquadmath.0.dylib 0x10e03d000 - 0x10e072fff +scalarmath.so (???) <63CE9986-F642-3025-8B61-75771DA0E2D1> /usr/local/lib/python2.7/site-packages/numpy/core/scalarmath.so 0x10e143000 - 0x10e148ff7 +_compiled_base.so (???) /usr/local/lib/python2.7/site-packages/numpy/lib/_compiled_base.so 0x10e14c000 - 0x10e154ff7 +lapack_lite.so (???) /usr/local/lib/python2.7/site-packages/numpy/linalg/lapack_lite.so 0x10e158000 - 0x10e6c3ff7 +liblapack.dylib (0) <5245099B-450E-301E-9CBE-885D9EE3691E> /usr/local/lib/python2.7/site-packages/numpy/.dylibs/liblapack.dylib 0x10e7f3000 - 0x10e819fef +libf77blas.dylib (0) <5F70751D-07FF-3A7F-8934-8A2B42B1AAAC> /usr/local/lib/python2.7/site-packages/numpy/.dylibs/libf77blas.dylib 0x10e827000 - 0x10e850fef +libcblas.dylib (0) <6847BBBB-81F0-3DAD-A0A8-D0BF3B77A8DC> /usr/local/lib/python2.7/site-packages/numpy/.dylibs/libcblas.dylib 0x10e85c000 - 0x10e877ff7 +_umath_linalg.so (???) <24C29CA5-A8D8-3D20-BEA5-9D8F240B140A> /usr/local/lib/python2.7/site-packages/numpy/linalg/_umath_linalg.so 0x10e8c3000 - 0x10e8c3fff +future_builtins.so (0) /usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/future_builtins.so 0x10e8c6000 - 0x10e8cefff +fftpack_lite.so (???) <39FBA82A-D5E0-3553-99C1-5B9FB4F0E598> /usr/local/lib/python2.7/site-packages/numpy/fft/fftpack_lite.so 0x10ea12000 - 0x10ea58ff7 +mtrand.so (???) /usr/local/lib/python2.7/site-packages/numpy/random/mtrand.so 0x10eaa7000 - 0x10eab6fff +_ctypes.so (0) /usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_ctypes.so 0x10ebb9000 - 0x10eeeeff7 +_math.so (0) <28794FF1-9586-37AB-9DCC-E36CF3A32266> /usr/local/lib/python2.7/site-packages/nupic/bindings/_math.so 0x10f049000 - 0x10f1b6ff7 org.python.python (2.7.9, [c] 2004-2014 Python Software Foundation. - 2.7.9) <51C9254B-00A0-0B7D-4DC6-BE7C9295ECD6> /System/Library/Frameworks/Python.framework/Versions/2.7/Python 0x7fff69019000 - 0x7fff6904f837 dyld (353.2.1) <65DCCB06-339C-3E25-9702-600A28291D0E> /usr/lib/dyld 0x7fff8b01d000 - 0x7fff8b08fff7 com.apple.framework.IOKit (2.0.2 - 1050.10.8) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x7fff8b090000 - 0x7fff8b11cff7 libsystem_c.dylib (1044.10.1) <199ED5EB-77A1-3D43-AA51-81779CE0A742> /usr/lib/system/libsystem_c.dylib 0x7fff8b11d000 - 0x7fff8b137fff com.apple.AppleVPAFramework (1.2.10 - 1.2.10) /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA 0x7fff8b20f000 - 0x7fff8b260ff7 com.apple.audio.CoreAudio (4.3.0 - 4.3.0) /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x7fff8b261000 - 0x7fff8b383ff7 com.apple.LaunchServices (644.12.4 - 644.12.4) <59E909E8-ED4A-33EA-B85D-D409BADDF854> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x7fff8b3ec000 - 0x7fff8b3ecfff com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x7fff8b3ed000 - 0x7fff8b408ff7 libCRFSuite.dylib (34) /usr/lib/libCRFSuite.dylib 0x7fff8b854000 - 0x7fff8b88effb com.apple.DebugSymbols (115 - 115) <6F03761D-7C3A-3C80-8031-AA1C1AD7C706> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols 0x7fff8b88f000 - 0x7fff8b8c7fff com.apple.RemoteViewServices (2.0 - 99) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices 0x7fff8b90c000 - 0x7fff8b90cfff com.apple.CoreServices (62 - 62) <9E4577CA-3FC3-300D-AB00-87ADBDDA2E37> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x7fff8b90d000 - 0x7fff8b938fff libc++abi.dylib (125) <88A22A0F-87C6-3002-BFBA-AC0F2808B8B9> /usr/lib/libc++abi.dylib 0x7fff8b939000 - 0x7fff8b93effb libheimdal-asn1.dylib (398.10.1) /usr/lib/libheimdal-asn1.dylib 0x7fff8bca2000 - 0x7fff8bcb9ff7 libLinearAlgebra.dylib (1128) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib 0x7fff8bcba000 - 0x7fff8bcdfff7 libPng.dylib (1232) <6E72AE55-AFB0-3FC4-80B2-EBC3353436B7> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x7fff8bce5000 - 0x7fff8bedf46f libobjc.A.dylib (647) <759E155D-BC42-3D4E-869B-6F57D477177C> /usr/lib/libobjc.A.dylib 0x7fff8bee0000 - 0x7fff8beecff7 com.apple.OpenDirectory (10.10 - 187) <8B98ECCB-7EFA-3A58-BD2B-A0835D869B1A> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory 0x7fff8beed000 - 0x7fff8bf36ff3 com.apple.HIServices (1.22 - 520.12) <8EAC82AB-6A7D-3606-AF6F-60A9410D1278> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x7fff8bf6d000 - 0x7fff8c0affff libsqlite3.dylib (168) <7B580EB9-9260-35FE-AE2F-276A2C242BAB> /usr/lib/libsqlite3.dylib 0x7fff8c0b0000 - 0x7fff8c0b9fff libsystem_pthread.dylib (105.10.1) <3103AA7F-3BAE-3673-9649-47FFD7E15C97> /usr/lib/system/libsystem_pthread.dylib 0x7fff8c0ba000 - 0x7fff8c0f2ffb libsystem_network.dylib (411.1) <2EC3A005-473F-3C36-A665-F88B5BACC7F0> /usr/lib/system/libsystem_network.dylib 0x7fff8c0f3000 - 0x7fff8c11bfff libxpc.dylib (559.10.3) <876216DC-D5D3-381E-8AF9-49AE464E5107> /usr/lib/system/libxpc.dylib 0x7fff8c11c000 - 0x7fff8c11dfff libsystem_secinit.dylib (18) <581DAD0F-6B63-3A48-B63B-917AF799ABAA> /usr/lib/system/libsystem_secinit.dylib 0x7fff8c1af000 - 0x7fff8c1b4ff7 libunwind.dylib (35.3) /usr/lib/system/libunwind.dylib 0x7fff8c1f4000 - 0x7fff8c224fff libsystem_m.dylib (3086.1) <1E12AB45-6D96-36D0-A226-F24D9FB0D9D6> /usr/lib/system/libsystem_m.dylib 0x7fff8c225000 - 0x7fff8c225ff7 libkeymgr.dylib (28) <77845842-DE70-3CC5-BD01-C3D14227CED5> /usr/lib/system/libkeymgr.dylib 0x7fff8c384000 - 0x7fff8c3deff7 com.apple.LanguageModeling (1.0 - 1) /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling 0x7fff8c3ee000 - 0x7fff8c3feff7 libbsm.0.dylib (34) /usr/lib/libbsm.0.dylib 0x7fff8cd3c000 - 0x7fff8cd45ff7 libsystem_notify.dylib (133.1.1) <61147800-F320-3DAA-850C-BADF33855F29> /usr/lib/system/libsystem_notify.dylib 0x7fff8ced6000 - 0x7fff8d26cfff com.apple.CoreFoundation (6.9 - 1152) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x7fff8d26d000 - 0x7fff8d298fff com.apple.DictionaryServices (1.2 - 229) <6789EC43-CADA-394D-8FE8-FC3A2DD136B9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices 0x7fff8d29d000 - 0x7fff8d2a0fff com.apple.help (1.3.3 - 46) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help 0x7fff8dbcb000 - 0x7fff8dbebfff com.apple.IconServices (47.1 - 47.1) /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices 0x7fff8dbec000 - 0x7fff8dbecfff com.apple.ApplicationServices (48 - 48) <5BF7910B-C328-3BF8-BA4F-CE52B574CE01> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x7fff8de58000 - 0x7fff8de5cfff libCoreVMClient.dylib (79) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib 0x7fff8df33000 - 0x7fff8df4dff7 liblzma.5.dylib (7) <1D03E875-A7C0-3028-814C-3C27F7B7C079> /usr/lib/liblzma.5.dylib 0x7fff8df4e000 - 0x7fff8df52fff libcache.dylib (69) <45E9A2E7-99C4-36B2-BEE3-0C4E11614AD1> /usr/lib/system/libcache.dylib 0x7fff8e21a000 - 0x7fff8e220ff7 libsystem_networkextension.dylib (167.1.10) <29AB225B-D7FB-30ED-9600-65D44B9A9442> /usr/lib/system/libsystem_networkextension.dylib 0x7fff8e743000 - 0x7fff8e745ff7 libsystem_coreservices.dylib (9) <41B7C578-5A53-31C8-A96F-C73E030B0938> /usr/lib/system/libsystem_coreservices.dylib 0x7fff8e746000 - 0x7fff8e809ff7 libvMisc.dylib (516) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x7fff8ee1e000 - 0x7fff8efacfff libBLAS.dylib (1128) <497912C1-A98E-3281-BED7-E9C751552F61> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x7fff8effb000 - 0x7fff8f2caff3 com.apple.CoreImage (10.0.33) <6E3DDA29-718B-3BDB-BFAF-F8C201BF93A4> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage 0x7fff8f2cb000 - 0x7fff8f3e3ffb com.apple.CoreText (352.0 - 454.3) /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText 0x7fff8f48b000 - 0x7fff8f496ff7 com.apple.speech.synthesis.framework (5.3.3 - 5.3.3) <7DF3C68C-B219-3E13-AE72-24B8606A1560> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x7fff8f497000 - 0x7fff8f499fff com.apple.loginsupport (1.0 - 1) <21DBC18C-F260-39FC-B52F-04A5AA84523A> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport 0x7fff8f49a000 - 0x7fff8f4f9ff3 com.apple.AE (681 - 681) <7F544183-A515-31A8-B45F-89A167F56216> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x7fff8f529000 - 0x7fff8f533ff7 com.apple.NetAuth (5.0 - 5.0) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth 0x7fff8f5f0000 - 0x7fff8f61bff3 libarchive.2.dylib (30) <8CBB4416-EBE9-3574-8ADC-44655D245F39> /usr/lib/libarchive.2.dylib 0x7fff8f61c000 - 0x7fff8f620fff com.apple.CommonPanels (1.2.6 - 96) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels 0x7fff8f621000 - 0x7fff8f627fff com.apple.speech.recognition.framework (5.0.9 - 5.0.9) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 0x7fff8f628000 - 0x7fff8f632ff7 com.apple.CrashReporterSupport (10.10 - 629) <4BCAA6B5-EC7F-365F-9D3F-BC483B7E956C> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport 0x7fff8f633000 - 0x7fff8f633fff libOpenScriptingUtil.dylib (162) /usr/lib/libOpenScriptingUtil.dylib 0x7fff8f634000 - 0x7fff8f771fff com.apple.ImageIO.framework (3.3.0 - 1232) /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x7fff8f785000 - 0x7fff8f7abff7 com.apple.ChunkingLibrary (2.1 - 163.1) <3514F2A4-38BD-3849-9286-B3B991057742> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary 0x7fff8f7b7000 - 0x7fff8f7c8fff libcmph.dylib (1) <46EC3997-DB5E-38AE-BBBB-A035A54AD3C0> /usr/lib/libcmph.dylib 0x7fff8f7e1000 - 0x7fff8f7e9fff libsystem_dnssd.dylib (561.1.1) <62B70ECA-E40D-3C63-896E-7F00EC386DDB> /usr/lib/system/libsystem_dnssd.dylib 0x7fff8f7ea000 - 0x7fff8f856fff com.apple.framework.CoreWLAN (5.0 - 500.35.2) <37551DDD-C07C-31EB-923A-9721F03D7E29> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN 0x7fff8f8c1000 - 0x7fff8f8c9fff libsystem_platform.dylib (63) <64E34079-D712-3D66-9CE2-418624A5C040> /usr/lib/system/libsystem_platform.dylib 0x7fff8f8fb000 - 0x7fff8fd2bfff com.apple.vision.FaceCore (3.1.6 - 3.1.6) /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore 0x7fff8fd34000 - 0x7fff8ffafff7 com.apple.CoreData (111 - 526.1) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x7fff8ffd9000 - 0x7fff90026ff3 com.apple.print.framework.PrintCore (10.0 - 451) <3CA58254-D14F-3913-9DFB-CAC499570CC7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x7fff90027000 - 0x7fff9013efe7 libvDSP.dylib (516) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x7fff9013f000 - 0x7fff901c1fff com.apple.PerformanceAnalysis (1.0 - 1) <94F08B1A-F6AF-38D5-BE92-4FED34742966> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis 0x7fff902e5000 - 0x7fff902eafff com.apple.DiskArbitration (2.6 - 2.6) <0DFF4D9B-2AC3-3B82-B5C5-30F4EFBD2DB9> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x7fff90c2d000 - 0x7fff90c2ffff libCVMSPluginSupport.dylib (11.1.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib 0x7fff90c30000 - 0x7fff90c49fff com.apple.openscripting (1.4 - 162) <80DFF366-B950-3F79-903F-99DA0FFDB570> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting 0x7fff90c4f000 - 0x7fff90caafff libTIFF.dylib (1232) <29A5C7F7-D50B-35B3-8FA2-A55A47E497A6> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x7fff90d37000 - 0x7fff90d3cff7 libsystem_stats.dylib (163.10.18) <9B8CCF24-DDDB-399A-9237-4BEC225D2E8C> /usr/lib/system/libsystem_stats.dylib 0x7fff90d3d000 - 0x7fff90db1ff3 com.apple.securityfoundation (6.0 - 55126) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation 0x7fff90f11000 - 0x7fff90f11fff com.apple.Accelerate (1.10 - Accelerate 1.10) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x7fff90f4b000 - 0x7fff90f4dff7 libquarantine.dylib (76) /usr/lib/system/libquarantine.dylib 0x7fff90fae000 - 0x7fff90ff4ffb libFontRegistry.dylib (134) <01B8034A-45FD-3360-A347-A1896F591363> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib 0x7fff90ff5000 - 0x7fff912f9ffb com.apple.HIToolbox (2.1.1 - 757.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x7fff912fa000 - 0x7fff912faff7 libunc.dylib (29) <5676F7EA-C1DF-329F-B006-D2C3022B7D70> /usr/lib/system/libunc.dylib 0x7fff91363000 - 0x7fff91365fff libRadiance.dylib (1232) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x7fff914eb000 - 0x7fff9158adf7 com.apple.AppleJPEG (1.0 - 1) <9BB3D7DF-630A-3E1C-A124-12D6C4D0DE70> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG 0x7fff9158b000 - 0x7fff9158efff com.apple.IOSurface (97 - 97) /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface 0x7fff9158f000 - 0x7fff915a3ff7 com.apple.MultitouchSupport.framework (262.33.1 - 262.33.1) <62DF9340-01A1-3E12-A604-C90F6361FD9E> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport 0x7fff915a4000 - 0x7fff91621fff com.apple.CoreServices.OSServices (640.3 - 640.3) <84A91B00-0ED4-350C-B30A-AEAE437AE02A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x7fff91622000 - 0x7fff91623ffb libremovefile.dylib (35) <3485B5F4-6CE8-3C62-8DFD-8736ED6E8531> /usr/lib/system/libremovefile.dylib 0x7fff91631000 - 0x7fff91723fff libxml2.2.dylib (26) /usr/lib/libxml2.2.dylib 0x7fff91724000 - 0x7fff91909ff3 libicucore.A.dylib (531.31) /usr/lib/libicucore.A.dylib 0x7fff9198b000 - 0x7fff919f2ff7 com.apple.framework.CoreWiFi (3.0 - 300.4) <19269C1D-EB29-384A-83F3-7DDDEB7D9DAD> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi 0x7fff91a08000 - 0x7fff91a22ff3 com.apple.Ubiquity (1.3 - 313) /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity 0x7fff91abf000 - 0x7fff91ac1fff libsystem_configuration.dylib (699.1.5) <5E14864E-089A-3D84-85A4-980B776427A8> /usr/lib/system/libsystem_configuration.dylib 0x7fff91ac2000 - 0x7fff91b36fff com.apple.ApplicationServices.ATS (360 - 375) <2824D38D-460D-353C-9D18-499B4BEEABB7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x7fff91be7000 - 0x7fff91be8fff libSystem.B.dylib (1213) <90B107BC-FF74-32CC-B1CF-4E02F544D957> /usr/lib/libSystem.B.dylib 0x7fff91c6c000 - 0x7fff91c6cff7 liblaunch.dylib (559.10.3) /usr/lib/system/liblaunch.dylib 0x7fff91fbb000 - 0x7fff91fbbfff com.apple.audio.units.AudioUnit (1.12 - 1.12) <76EF1C9D-DEA4-3E55-A134-4099B2FD2CF2> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x7fff91fbc000 - 0x7fff91fbcfff com.apple.Carbon (154 - 157) <0DF27AD6-ED64-34D7-825D-65297D276652> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x7fff91fbd000 - 0x7fff91fcbff7 com.apple.opengl (11.1.1 - 11.1.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x7fff91fcc000 - 0x7fff922fffff libmecabra.dylib (666.2) /usr/lib/libmecabra.dylib 0x7fff92300000 - 0x7fff9234cff7 libcups.2.dylib (408) <9CECCDE3-51D7-3028-830C-F58BD36E3317> /usr/lib/libcups.2.dylib 0x7fff92359000 - 0x7fff92389fff com.apple.GSS (4.0 - 2.0) /System/Library/Frameworks/GSS.framework/Versions/A/GSS 0x7fff9238a000 - 0x7fff923abfff com.apple.framework.Apple80211 (10.1 - 1010.64) /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211 0x7fff923ac000 - 0x7fff92517ff7 com.apple.audio.toolbox.AudioToolbox (1.12 - 1.12) <5C6DBEB4-F2EA-3262-B9FC-AFB89404C1DA> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x7fff92518000 - 0x7fff92586ffb com.apple.Heimdal (4.0 - 2.0) <3E5DA653-A343-3257-ADE1-BA879BAE280F> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal 0x7fff92587000 - 0x7fff9258fffb libcopyfile.dylib (118.1.2) <0C68D3A6-ACDD-3EF3-991A-CC82C32AB836> /usr/lib/system/libcopyfile.dylib 0x7fff9259d000 - 0x7fff92615ff7 com.apple.SystemConfiguration (1.14 - 1.14) /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x7fff92616000 - 0x7fff92633fff libsystem_kernel.dylib (2782.10.72) <97CD7ACD-EA0C-3434-BEFC-FCD013D6BB73> /usr/lib/system/libsystem_kernel.dylib 0x7fff9264d000 - 0x7fff92658fff libcommonCrypto.dylib (60061) /usr/lib/system/libcommonCrypto.dylib 0x7fff929f0000 - 0x7fff929f6fff libsystem_trace.dylib (72.1.3) /usr/lib/system/libsystem_trace.dylib 0x7fff929f7000 - 0x7fff92a06fff com.apple.LangAnalysis (1.7.0 - 1.7.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis 0x7fff92a07000 - 0x7fff92a31ff7 libdispatch.dylib (442.1.4) <502CF32B-669B-3709-8862-08188225E4F0> /usr/lib/system/libdispatch.dylib 0x7fff92a73000 - 0x7fff935bdff7 com.apple.AppKit (6.9 - 1344.72) <44EF7DEB-3072-3515-9F34-2857D557E828> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x7fff935be000 - 0x7fff935cbff7 libxar.1.dylib (254) /usr/lib/libxar.1.dylib 0x7fff935cc000 - 0x7fff9366eff7 com.apple.Bluetooth (4.3.2 - 4.3.2f6) <95676652-21AB-3FFA-B53D-EBC8BF4E913E> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth 0x7fff9366f000 - 0x7fff93704ff7 com.apple.ColorSync (4.9.0 - 4.9.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x7fff93705000 - 0x7fff93721ff7 libsystem_malloc.dylib (53.1.1) <19BCC257-5717-3502-A71F-95D65AFA861B> /usr/lib/system/libsystem_malloc.dylib 0x7fff937e1000 - 0x7fff93830ff7 com.apple.opencl (2.4.2 - 2.4.2) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL 0x7fff93865000 - 0x7fff93877ff7 com.apple.ImageCapture (9.0 - 9.0) <7FB65DD4-56B5-35C4-862C-7A2DED991D1F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture 0x7fff93878000 - 0x7fff9388eff7 libsystem_asl.dylib (267) /usr/lib/system/libsystem_asl.dylib 0x7fff93b6a000 - 0x7fff93b77fff com.apple.SpeechRecognitionCore (2.0.32 - 2.0.32) <87F0C88D-502D-3217-8B4A-8388288568BA> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore 0x7fff93b78000 - 0x7fff93b9dff7 libJPEG.dylib (1232) <09466709-4742-3418-A0AC-116EF9714E2D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x7fff93bbc000 - 0x7fff93bc0fff com.apple.TCC (1.0 - 1) <61F36A72-B983-3A2D-9D37-A2F194D31E7D> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC 0x7fff93c05000 - 0x7fff93d13fff com.apple.desktopservices (1.9.2 - 1.9.2) <8670FD3B-8A5B-3D84-B21E-DF21140545A2> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x7fff93d68000 - 0x7fff93d95fff com.apple.CoreVideo (1.8 - 145.1) <18DB07E0-B927-3260-A234-636F298D1917> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x7fff93f26000 - 0x7fff93f8dffb com.apple.datadetectorscore (6.0 - 396.1.1) <80379385-A4EC-3F9B-AFED-9B1DF781943D> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore 0x7fff942dc000 - 0x7fff942f6ff7 com.apple.Kerberos (3.0 - 1) <7760E0C2-A222-3709-B2A6-B692D900CEB1> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x7fff942f8000 - 0x7fff942fcfff libpam.2.dylib (20) /usr/lib/libpam.2.dylib 0x7fff94515000 - 0x7fff9452fff7 libextension.dylib (55.1) <6D0CF094-85E8-3F5B-A3F1-25ECF60F80D9> /usr/lib/libextension.dylib 0x7fff94563000 - 0x7fff9456afff com.apple.NetFS (6.0 - 4.0) <1581D25F-CC07-39B0-90E8-5D4F3CF84EBA> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS 0x7fff94597000 - 0x7fff9459cff7 libmacho.dylib (862) <126CA2ED-DE91-308F-8881-B9DAEC3C63B6> /usr/lib/system/libmacho.dylib 0x7fff9459d000 - 0x7fff948cbfff com.apple.Foundation (6.9 - 1152.14) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x7fff94953000 - 0x7fff949dcfff com.apple.CoreSymbolication (3.1 - 57020) /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication 0x7fff94c74000 - 0x7fff950c7fc7 com.apple.vImage (8.0 - 8.0) <33BE7B31-72DB-3364-B37E-C322A32748C5> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x7fff950f7000 - 0x7fff9513dff7 libauto.dylib (186) /usr/lib/libauto.dylib 0x7fff953d4000 - 0x7fff954c6ff7 libiconv.2.dylib (42) <2A06D02F-8B76-3864-8D96-64EF5B40BC6C> /usr/lib/libiconv.2.dylib 0x7fff954c7000 - 0x7fff954d2fff libGL.dylib (11.1.1) <1F0EB9FB-4B0F-349B-80DD-93FD3F45B9C7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x7fff954d3000 - 0x7fff954ecff7 com.apple.CFOpenDirectory (10.10 - 187) <0F9747EF-12A3-3694-984D-0B8352CA6C0F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory 0x7fff9551f000 - 0x7fff9555afff com.apple.QD (301 - 301) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x7fff95589000 - 0x7fff9558afff libDiagnosticMessagesClient.dylib (100) <2EE8E436-5CDC-34C5-9959-5BA218D507FB> /usr/lib/libDiagnosticMessagesClient.dylib 0x7fff956ca000 - 0x7fff959b1ffb com.apple.CoreServices.CarbonCore (1108.2 - 1108.2) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x7fff95b53000 - 0x7fff95b54ff7 libsystem_blocks.dylib (65) <9615D10A-FCA7-3BE4-AA1A-1B195DACE1A1> /usr/lib/system/libsystem_blocks.dylib 0x7fff95b55000 - 0x7fff95b71fff com.apple.GenerationalStorage (2.0 - 209.11) <9FF8DD11-25FB-3047-A5BF-9415339B3EEC> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage 0x7fff9607f000 - 0x7fff96082ff7 libdyld.dylib (353.2.1) <4E33E416-F1D8-3598-B8CC-6863E2ECD0E6> /usr/lib/system/libdyld.dylib 0x7fff960a1000 - 0x7fff960b2ff7 libz.1.dylib (55) <88C7C7DE-04B8-316F-8B74-ACD9F3DE1AA1> /usr/lib/libz.1.dylib 0x7fff960b3000 - 0x7fff96107fff libc++.1.dylib (120) <1B9530FD-989B-3174-BB1C-BDC159501710> /usr/lib/libc++.1.dylib 0x7fff9612c000 - 0x7fff961c0fff com.apple.ink.framework (10.9 - 213) <8E029630-1530-3734-A446-13353F0E7AC5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 0x7fff961c1000 - 0x7fff96237fe7 libcorecrypto.dylib (233.1.2) /usr/lib/system/libcorecrypto.dylib 0x7fff9624c000 - 0x7fff963fcff7 com.apple.QuartzCore (1.10 - 361.15) <72A78C43-30DF-3748-9015-4B28119DB27B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x7fff9663f000 - 0x7fff96e96ffb com.apple.CoreGraphics (1.600.0 - 775.16) <864C1845-C41E-314C-A3B4-438DC39E5FBC> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x7fff96ea2000 - 0x7fff96eb5ff7 com.apple.CoreBluetooth (1.0 - 1) /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth 0x7fff96f41000 - 0x7fff96f4cff7 libkxld.dylib (2782.10.72) <68E07A32-28F5-3FBB-9D74-00B4F53C2FD4> /usr/lib/system/libkxld.dylib 0x7fff96fa1000 - 0x7fff96fe1ff7 libGLImage.dylib (11.1.1) <3986BFA3-4F55-380F-B01D-91BA9785D70C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x7fff96fe2000 - 0x7fff96fefff7 libbz2.1.0.dylib (36) <2DF83FBC-5C08-39E1-94F5-C28653791B5F> /usr/lib/libbz2.1.0.dylib 0x7fff9735c000 - 0x7fff97379ffb libresolv.9.dylib (57) <26B38E61-298A-3C3A-82C1-3B5E98AD5E29> /usr/lib/libresolv.9.dylib 0x7fff9737a000 - 0x7fff9737bff7 com.apple.print.framework.Print (10.0 - 265) <3BC4FE7F-78A0-3E57-8F4C-520E7EFD36FA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print 0x7fff9737c000 - 0x7fff97385ff3 com.apple.CommonAuth (4.0 - 2.0) /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth 0x7fff97386000 - 0x7fff97397ff7 libsystem_coretls.dylib (35.1.2) /usr/lib/system/libsystem_coretls.dylib 0x7fff9760f000 - 0x7fff9773ffff com.apple.UIFoundation (1.0 - 1) <8E030D93-441C-3997-9CD2-55C8DFAC8B84> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation 0x7fff97740000 - 0x7fff97749fff libGFXShared.dylib (11.1.1) <7AE7D152-597E-3B27-A52C-8DA76760B61C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib 0x7fff9809f000 - 0x7fff984acff7 libLAPACK.dylib (1128) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x7fff99465000 - 0x7fff9946dffb com.apple.CoreServices.FSEvents (1210 - 1210) <782A9C69-7A45-31A7-8960-D08A36CBD0A7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents 0x7fff9946e000 - 0x7fff99561ff7 libJP2.dylib (1232) <10B78725-0B8A-3D87-B2E3-8FEED0C07F21> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib 0x7fff99562000 - 0x7fff9959dfff com.apple.Symbolication (1.4 - 56045) /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication 0x7fff9968f000 - 0x7fff998f7ff3 com.apple.security (7.0 - 57031.10.10) <79C37E73-271B-3BEF-A96E-CDB83FF12CF0> /System/Library/Frameworks/Security.framework/Versions/A/Security 0x7fff998f8000 - 0x7fff99920fff libsystem_info.dylib (459) /usr/lib/system/libsystem_info.dylib 0x7fff9993f000 - 0x7fff999aefff com.apple.SearchKit (1.4.0 - 1.4.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x7fff999fa000 - 0x7fff99a23ffb libxslt.1.dylib (13) /usr/lib/libxslt.1.dylib 0x7fff99a3f000 - 0x7fff99a41ff7 libsystem_sandbox.dylib (358.1.1) <95312E09-DA28-324A-A084-F3E574D0210E> /usr/lib/system/libsystem_sandbox.dylib 0x7fff99aac000 - 0x7fff99ba0fff libFontParser.dylib (134.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib 0x7fff99ba1000 - 0x7fff99ba2fff liblangid.dylib (117) /usr/lib/liblangid.dylib 0x7fff99bd1000 - 0x7fff99bd8ff7 libcompiler_rt.dylib (35) /usr/lib/system/libcompiler_rt.dylib 0x7fff99ca8000 - 0x7fff99caaff7 com.apple.securityhi (9.0 - 55006) <1F40ECF1-6AEF-3E64-9DAD-ADC646CCEA98> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI 0x7fff9a24f000 - 0x7fff9a377ff7 com.apple.coreui (2.1 - 305.6.1) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x7fff9a3fa000 - 0x7fff9a4bafff com.apple.backup.framework (1.6.2 - 1.6.2) <63E8CA47-B7B8-3A63-B505-D1622CE52527> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup 0x7fff9a4bd000 - 0x7fff9a4e0fff com.apple.Sharing (328.3.2 - 328.3.2) /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing 0x7fff9a525000 - 0x7fff9a728ff3 com.apple.CFNetwork (720.2.4 - 720.2.4) /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x7fff9a7c1000 - 0x7fff9a802fff libGLU.dylib (11.1.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x7fff9a985000 - 0x7fff9a989ff7 libGIF.dylib (1232) <061D5354-FE4F-3C7E-B563-99DC0198062D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x7fff9a98a000 - 0x7fff9a98dfff com.apple.xpc.ServiceManagement (1.0 - 1) <5EFD45BF-B0CD-39F2-8232-6BA33E63E5D4> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement 0x7fff9a98e000 - 0x7fff9aa2cfff com.apple.Metadata (10.7.0 - 917.1) <46BE997C-B1F4-3BED-9332-FAC87297C87A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata

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: 108396 thread_create: 0 thread_set_state: 0

VM Region Summary: ReadOnly portion of Libraries: Total=222.5M resident=115.4M(52%) swapped_out_or_unallocated=107.1M(48%) Writable regions: Total=40.8M written=11.9M(29%) resident=18.5M(45%) swapped_out=0K(0%) unallocated=22.3M(55%)

REGION TYPE VIRTUAL =========== ======= Kernel Alloc Once 4K MALLOC 30.4M MALLOC (admin) 32K STACK GUARD 56.0M Stack 8192K VM_ALLOCATE 16K DATA 17.9M IMAGE 528K LINKEDIT 81.8M TEXT 140.7M __UNICODE 544K shared memory 4K =========== ======= TOTAL 335.9M

Model: iMac8,1, BootROM IM81.00C1.B00, 2 processors, Intel Core 2 Duo, 2.4 GHz, 2 GB, SMC 1.29f1 Graphics: ATI Radeon HD 2400 XT, ATI Radeon HD 2400, PCIe, 128 MB Memory Module: BANK 0/DIMM0, 1 GB, DDR2 SDRAM, 800 MHz, 0xAD00000000000000, 0x48594D503131325336344352362D53362020 Memory Module: BANK 1/DIMM1, 1 GB, DDR2 SDRAM, 800 MHz, 0x7F7F7F7F7F510000, 0x36345431323830323145444C322E35423220 AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8C), Broadcom BCM43xx 1.0 (5.10.131.36.16) Bluetooth: Version 4.3.2f6 15235, 3 services, 27 devices, 1 incoming serial ports Network Service: AirPort, AirPort, en1 Serial ATA Device: Hitachi HDP725025GLA380, 250.06 GB Parallel ATA Device: MATSHITADVD-R UJ-875 USB Device: Built-in iSight USB Device: Keyboard Hub USB Device: USB Receiver USB Device: Apple Keyboard USB Device: BRCM2046 Hub USB Device: Bluetooth USB Host Controller USB Device: IR Receiver Thunderbolt Bus:

rcrowder commented 9 years ago

Hi Karl. Thanks for this update. There's some tracking of this issue, or similar, at https://github.com/numenta/nupic/issues/1813

[GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.56)] on darwin

If this is Python startup output, can you update with the GCC/CLANG --version installed?

kkittel commented 9 years ago

Can you give me detailed instructions to get the version of GCC/CLANG please?

kkittel commented 9 years ago

The other post suggested this:

If I replace /System/Library/Frameworks/Python.framework/Versions/2.7/Python (system python) with a soft link to /usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/Python (homebrew python), running python -c "import nupic.bindings.math" produces no error.

Can someone give me some help explaining how to set up the soft link? My UNIX skills are a bit rusty but coming back slowly the more I use it.

kkittel commented 9 years ago

Is this what you wanted?

karl-kittels-imac% gcc --version Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1 Apple LLVM version 6.0 (clang-600.0.56) (based on LLVM 3.5svn) Target: x86_64-apple-darwin14.1.0 Thread model: posix

rhyolight commented 9 years ago

Yeah as @rcrowder said, this may be a NuPIC issue.

kkittel commented 9 years ago

No, I think it is a Python issue. I get this same error from anything that uses Python.

rhyolight commented 9 years ago

Then you probably have multiple versions of python installed on your machine that are conflicting somehow. I would recommend uninstalling all but one.


Matt Taylor OS Community Flag-Bearer Numenta

On Mon, Feb 9, 2015 at 2:46 PM, Karl Kittel notifications@github.com wrote:

No, I think it is a Python issue. I get this same error from anything that uses Python.

— Reply to this email directly or view it on GitHub https://github.com/nupic-community/nupic.studio/issues/22#issuecomment-73607449 .

kkittel commented 9 years ago

That is what I have been trying to do. How do I remove all versions of Python. The real problem is that Yosemite sucks.

kkittel commented 9 years ago

I found that Python 3.x and Python 2.7.x were installed on my system. Maybe they are interfering with each other. I tried uninstalling them both and reinstalling Python 2.7.9 but I still get the same error.

kkittel commented 9 years ago

The other post suggested this:

If I replace /System/Library/Frameworks/Python.framework/Versions/2.7/Python (system python) with a soft link to /usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/Python (homebrew python), running python -c "import nupic.bindings.math" produces no error.

I get this same exact error. Can someone give me some help explaining how to set up the soft link?

kkittel commented 9 years ago

ln -s /System/Library/Frameworks/Python.framework/Versions/2.7/Python /usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/Python ln: /usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/Python: File exists

So what does this mean? I already have the soft link set up?

rcrowder commented 9 years ago

I'm keen to get a Mac, but languishing in Windows land at the moment. It does look like a minefield with Python on OS X. Potentially need to compare Root PATH, User PATH, and PythonPath env variables. http://stackoverflow.com/questions/14117945/too-many-different-python-versions-on-my-system-and-causing-problems

kkittel commented 9 years ago

OK, so the python interpreter runs on my system, I can do things like interactive help() ok, it doesn't crash right away. But it does crash when I do python -c "import nupic.bindings.math" or when I try to run nustudio.

david-ragazzi commented 9 years ago

Hey @kkittel, have you solved this problem? As said before, this is a nupic issue due to the command python -c "import nupic.bindings.math" present error. I recommend you create a issue on nupic repo (https://github.com/numenta/nupic/issues)?

@rcrowder @rhyolight Thanks for the help!

kkittel commented 9 years ago

Thanks, I opened a new issue on the other forum.

Regards,

Karl

Date: Wed, 18 Feb 2015 16:15:07 -0800 From: notifications@github.com To: nupic.studio@noreply.github.com CC: klkittel@hotmail.com Subject: Re: [nupic.studio] Fatal Python error: PyThreadState_Get: no current thread (#22)

Hey @kkittel, have you solved this problem? As said before, this is a nupic issue due to python -c "import nupic.bindings.math" error, i.e. nupic.bindings.math is nupic stuff. I recommend you create a issue on nupic repo (https://github.com/numenta/nupic/issues)?

@rcrowder @rhyolight Thanks for the help!

— Reply to this email directly or view it on GitHub.

david-ragazzi commented 9 years ago

BTW Once this problem is solved, I believe you will enjoy nupic.studio without problems.. :-)