Mac 10.9.5 Challenges gnuradio and gr-osmosdr and gqrx

Having issues with the site, hardware, source code, or any other issues?
djdonovan
Posts: 14
Joined: Tue Oct 15, 2013 8:27 pm

Mac 10.9.5 Challenges gnuradio and gr-osmosdr and gqrx

Post by djdonovan »

Having a tough time getting my bladerf back up and running. Seems to be mostly software related as I have managed (after some time) to update my board and get FPGA loaded. I can do a test write of samples to csv.

Trouble comes when trying to get gnu radio and gs-osmosdr and gqrx to all work. I am using Homebrew instead of Macports which might be part of the issue and I am using a number of formulas to get things to work. I've also manual built a couple things but they don't seem to be linking.

Seem to have gnu radio installed OK, but having problems with gs-osmosdr. I don't have any of the blocks I need in gnu radio-companion which seems to be my last issue.

I'd really like to get this working before I embark on getting this running on a Linux Udoo :)

Any help would be appreciated!

Cheers,
Donovan
djdonovan
Posts: 14
Joined: Tue Oct 15, 2013 8:27 pm

Re: Mac 10.9.5 Challenges gnuradio and gr-osmosdr and gqrx

Post by djdonovan »

So I have managed to get an install of gr-osmosdr with brew using a tapped formula. But I can't get the fft app to run and after manually copying the sdr blocks into gnuradio block folder. I can see the RTL-SDR source, but then I get an error in the console:

Showing: ""
<string>:1: ImportWarning: Not importing directory '/usr/local/lib/python2.7/site-packages/osmosdr': missing __init__.py
<string>:1: ImportWarning: Not importing directory '/usr/local/lib/python2.7/site-packages/osmosdr': missing __init__.py

:x :?: :?
djdonovan
Posts: 14
Joined: Tue Oct 15, 2013 8:27 pm

Re: Mac 10.9.5 Challenges gnuradio and gr-osmosdr and gqrx

Post by djdonovan »

I also went as far as to uninstall Brew, install Macports but that didn't work either and went back to a fresh install of brew and re installing of the dependancies. I've also tried this on two mac machines after thinking I jsut had a bad setup somewhere and I'm seeing the same issues. There has to be an easier way to get this stuff setup. I don't remember this being so difficult back when i did it before when i first got my bladerf.
jynik
Posts: 455
Joined: Thu Jun 06, 2013 8:15 pm

Re: Mac 10.9.5 Challenges gnuradio and gr-osmosdr and gqrx

Post by jynik »

Not an OSX user, but I've used MacPorts recently for some testing an had no issues there. It was pretty straight forward to set up too... so it feels that something weird is going on here.

Were the MacPorts issues similar? Is there a common theme of Python (path?) problems? Any chance of this being the sort of "Apple Python" vs "MacPorts/Brew Python" issue?
djdonovan
Posts: 14
Joined: Tue Oct 15, 2013 8:27 pm

Re: Mac 10.9.5 Challenges gnuradio and gr-osmosdr and gqrx

Post by djdonovan »

Not sure, but I've decided to continue going the homebrew route. There are a few people that have set up some formulas that I seem to be making slow process with.

For example here:
https://github.com/chleggett/homebrew-gqrx

So as of now, I have a number of things installed. I was able to do a brew install of gqrx which has helped in giving me more options in the device dropdown. Although when i select the bladerf it crashes. This is promising as I didn't have those options before. Also when I run osmocom_fft I get an error below as opposed to a not found message

$ osmocom_fft
Mac OS; Clang version 7.0.0 (clang-700.0.72); Boost_105800; UHD_003.009.001-0-unknown

Fatal Python error: PyThreadState_Get: no current thread
Abort trap: 6

I still can't do a rtl_test -t as it says device not found, but I do get asked for a freq when doing rtl_test -t

here's my gqrx dropdown.
Screen Shot 2015-10-14 at 5.51.51 PM.png
Like I said, I am making slow progress ;)
Last edited by djdonovan on Wed Oct 14, 2015 3:00 pm, edited 1 time in total.
djdonovan
Posts: 14
Joined: Tue Oct 15, 2013 8:27 pm

Re: Mac 10.9.5 Challenges gnuradio and gr-osmosdr and gqrx

Post by djdonovan »

Crash message from gqrx

Process: Gqrx [62314]
Path: /usr/local/Cellar/gqrx/2.3.2/Gqrx.app/Contents/MacOS/Gqrx
Identifier: com.yourcompany.Gqrx
Version: ???
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: Gqrx [62314]
User ID: 501

Date/Time: 2015-10-14 17:52:16.553 -0400
OS Version: Mac OS X 10.10.5 (14F27)
Report Version: 11
Anonymous UUID: 7A5FC8A3-C8F9-10B1-40A3-846D8EE9C294


Time Awake Since Boot: 78000 seconds

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

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

Application Specific Information:
terminating with uncaught exception of type boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::math::rounding_error> >: Error in function boost::math::round<float>(float): Value inf can not be represented in the target integer type.
abort() called

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 libsystem_kernel.dylib 0x00007fff8af77286 __pthread_kill + 10
1 libsystem_c.dylib 0x00007fff924e69b3 abort + 129
2 libc++abi.dylib 0x00007fff8d05ba21 abort_message + 257
3 libc++abi.dylib 0x00007fff8d0839b9 default_terminate_handler() + 243
4 libobjc.A.dylib 0x00007fff959567eb _objc_terminate() + 124
5 libc++abi.dylib 0x00007fff8d0810a1 std::__terminate(void (*)()) + 8
6 libc++abi.dylib 0x00007fff8d080b30 __cxa_throw + 121
7 libgnuradio-filter.3.7.8.dylib 0x000000010b2a593c void boost::throw_exception<boost::math::rounding_error>(boost::math::rounding_error const&) + 131
8 libgnuradio-filter.3.7.8.dylib 0x000000010b2a548d void boost::math::policies::detail::raise_error<boost::math::rounding_error, float>(char const*, char const*, float const&) + 560
9 libgnuradio-filter.3.7.8.dylib 0x000000010b2ab970 float boost::math::policies::detail::raise_rounding_error<float, float>(char const*, char const*, float const&, float const&, boost::math::policies::rounding_error<(boost::math::policies::error_policy_type)0> const&) + 9
10 libgnuradio-filter.3.7.8.dylib 0x000000010b2ab967 float boost::math::policies::raise_rounding_error<float, float, boost::math::policies::policy<boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy> >(char const*, char const*, float const&, float const&, boost::math::policies::policy<boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy> const&) + 34
11 libgnuradio-filter.3.7.8.dylib 0x000000010b2a2236 gr::filter::kernel::pfb_arb_resampler_ccf::pfb_arb_resampler_ccf(float, std::__1::vector<float, std::__1::allocator<float> > const&, unsigned int) + 1212
12 libgnuradio-filter.3.7.8.dylib 0x000000010b2abe1e gr::filter::pfb_arb_resampler_ccf_impl::pfb_arb_resampler_ccf_impl(float, std::__1::vector<float, std::__1::allocator<float> > const&, unsigned int) + 230
13 libgnuradio-filter.3.7.8.dylib 0x000000010b2abce7 gr::filter::pfb_arb_resampler_ccf::make(float, std::__1::vector<float, std::__1::allocator<float> > const&, unsigned int) + 61
14 com.yourcompany.Gqrx 0x000000010ae70c71 resampler_cc::set_rate(float) + 431
15 com.yourcompany.Gqrx 0x000000010aeafc32 nbrx::set_quad_rate(float) + 86
16 com.yourcompany.Gqrx 0x000000010ae62728 receiver::set_input_rate(double) + 124
17 com.yourcompany.Gqrx 0x000000010ae57b45 MainWindow::loadConfig(QString, bool) + 2865
18 com.yourcompany.Gqrx 0x000000010ae58513 MainWindow::firstTimeConfig() + 91
19 com.yourcompany.Gqrx 0x000000010ae56d90 MainWindow::MainWindow(QString, bool, QWidget*) + 3944
20 com.yourcompany.Gqrx 0x000000010ae52fc1 main + 3765
21 com.yourcompany.Gqrx 0x000000010ae52104 start + 52

Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0 libsystem_kernel.dylib 0x00007fff8af78232 kevent64 + 10
1 libdispatch.dylib 0x00007fff92f38a6a _dispatch_mgr_thread + 52

Thread 2:
0 libsystem_kernel.dylib 0x00007fff8af724de mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff8af7164f mach_msg + 55
2 com.apple.CoreFoundation 0x00007fff8f0b1eb4 __CFRunLoopServiceMachPort + 212
3 com.apple.CoreFoundation 0x00007fff8f0b137b __CFRunLoopRun + 1371
4 com.apple.CoreFoundation 0x00007fff8f0b0bd8 CFRunLoopRunSpecific + 296
5 com.apple.AppKit 0x00007fff931d856b _NSEventThread + 137
6 libsystem_pthread.dylib 0x00007fff8afdf05a _pthread_body + 131
7 libsystem_pthread.dylib 0x00007fff8afdefd7 _pthread_start + 176
8 libsystem_pthread.dylib 0x00007fff8afdc3ed thread_start + 13

Thread 3:
0 libsystem_kernel.dylib 0x00007fff8af7794a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff8afdc3dd start_wqthread + 13

Thread 4:
0 libsystem_kernel.dylib 0x00007fff8af7794a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff8afdc3dd start_wqthread + 13

Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x00007fff54db27c8 rdx: 0x0000000000000000
rdi: 0x000000000000130f rsi: 0x0000000000000006 rbp: 0x00007fff54db27f0 rsp: 0x00007fff54db27c8
r8: 0x0000000000000000 r9: 0x00007fff92510d60 r10: 0x0000000008000000 r11: 0x0000000000000206
r12: 0x00007fff54db2950 r13: 0x00007fff54db3110 r14: 0x00007fff79c21300 r15: 0x00007fff54db2830
rip: 0x00007fff8af77286 rfl: 0x0000000000000206 cr2: 0x00007fff7ae19fd8

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


Binary Images:
0x10ae4c000 - 0x10af6cfff +com.yourcompany.Gqrx (???) <7AE7A736-436D-36AB-AE5A-7977766446D2> /usr/local/Cellar/gqrx/2.3.2/Gqrx.app/Contents/MacOS/Gqrx
0x10afba000 - 0x10afbcffb +libboost_system-mt.dylib (0) <D9FD7144-20A6-3EED-990D-BDD0E8C7598C> /usr/local/lib/libboost_system-mt.dylib
0x10afc6000 - 0x10b002ff7 +libboost_program_options-mt.dylib (0) <7227045B-426D-38C5-9697-95378DE4D9CC> /usr/local/lib/libboost_program_options-mt.dylib
0x10b065000 - 0x10b0acfff +libgnuradio-audio.3.7.8.dylib (0) <0C9D1C4D-0BFE-3B66-84B8-9A1599DE8C16> /usr/local/lib/libgnuradio-audio.3.7.8.dylib
0x10b0d8000 - 0x10b107fff +libgnuradio-analog.3.7.8.dylib (0) <09B74FD2-9F44-3E15-BA49-7FDC423DC3C3> /usr/local/lib/libgnuradio-analog.3.7.8.dylib
0x10b156000 - 0x10b1d6fff +libvolk.1.0.2.dylib (0) <918FB9AE-D398-3521-AC81-2878ADF86B5E> /usr/local/lib/libvolk.1.0.2.dylib
0x10b26d000 - 0x10b2ccfff +libgnuradio-filter.3.7.8.dylib (0) <75F99CA6-7C3D-3FCF-9A37-0C390E018E29> /usr/local/lib/libgnuradio-filter.3.7.8.dylib
0x10b337000 - 0x10b34afff +libgnuradio-fft.3.7.8.dylib (0) <308F4A18-3563-3256-9ED8-C332CA57D460> /usr/local/lib/libgnuradio-fft.3.7.8.dylib
0x10b362000 - 0x10b3c6fff +libgnuradio-osmosdr.0.1.4.dylib (0) <6AA902C3-C453-3981-A7C2-CDFA65492C1C> /usr/local/lib/libgnuradio-osmosdr.0.1.4.dylib
0x10b405000 - 0x10b4feff7 +libgnuradio-blocks.3.7.8.dylib (0) <FFC5DC9A-84B6-304C-B617-80073D46A592> /usr/local/lib/libgnuradio-blocks.3.7.8.dylib
0x10b64b000 - 0x10b6d1fff +libgnuradio-runtime.3.7.8.dylib (0) <3BB6BAEF-D4A8-3AE7-B530-1B582740DB9A> /usr/local/lib/libgnuradio-runtime.3.7.8.dylib
0x10b732000 - 0x10b765ff7 +libgnuradio-pmt.3.7.8.dylib (0) <A6C635FD-A438-3E01-982A-365C8EAA3880> /usr/local/lib/libgnuradio-pmt.3.7.8.dylib
0x10b78d000 - 0x10b7d2fff +QtSvg (4.8.7) <ABB2DA67-2563-3669-ABF2-6016895D4468> /usr/local/lib/QtSvg.framework/Versions/4/QtSvg
0x10b7f4000 - 0x10c0a4ff7 +QtGui (4.8.7) <60B03709-E6AD-3E48-8DB6-CC0B436C4614> /usr/local/lib/QtGui.framework/Versions/4/QtGui
0x10c370000 - 0x10c5e2ff7 +QtCore (4.8.7) <53E2FD0D-0C0A-34F1-852F-8AAFE777D744> /usr/local/lib/QtCore.framework/Versions/4/QtCore
0x10c690000 - 0x10c79cfff +QtNetwork (4.8.7) <DCFB9515-FD82-3329-B7FA-ECA757D9F0AC> /usr/local/lib/QtNetwork.framework/Versions/4/QtNetwork
0x10c80a000 - 0x10c80eff7 +libboost_date_time-mt.dylib (0) <16861506-FD9A-3617-90B8-452B5B9EE5B8> /usr/local/lib/libboost_date_time-mt.dylib
0x10c81f000 - 0x10c82dff7 +libboost_filesystem-mt.dylib (0) <8C1F98B1-B3E7-3483-BEB8-C3BF53D6BD6E> /usr/local/lib/libboost_filesystem-mt.dylib
0x10c845000 - 0x10c852ff3 +libboost_thread-mt.dylib (0) <27E862DD-2199-3FF2-9D14-7A3E172BB604> /usr/local/lib/libboost_thread-mt.dylib
0x10c870000 - 0x10c87ffff +libjack.0.dylib (1.28) <FA180FD4-B383-3E3C-AC9A-F30E15D8A1DC> /usr/local/lib/libjack.0.dylib
0x10c890000 - 0x10c89ffff +libportaudio.2.dylib (0) <62545B12-9FA1-3CA9-93B2-E851D87ECC51> /usr/local/lib/libportaudio.2.dylib
0x10c8a7000 - 0x10c9fbff7 +libdb-6.1.dylib (0) <22371C1A-3CBD-3D58-A22F-4BBE24B3ECF1> /usr/local/lib/libdb-6.1.dylib
0x10ca27000 - 0x10cb69fff +libfftw3f.3.dylib (0) <7187458C-A905-30E2-A7F4-7077D6127636> /usr/local/lib/libfftw3f.3.dylib
0x10cb8e000 - 0x10cb92fff +libfftw3f_threads.3.dylib (0) <0EC136F5-D7E1-3E2B-B0E2-572C2C1FF522> /usr/local/lib/libfftw3f_threads.3.dylib
0x10cb9c000 - 0x10cba8fff +libgnuradio-fcd.3.7.8.dylib (0) <A7B777C3-5E2C-31B1-AF4D-4645625E09C9> /usr/local/lib/libgnuradio-fcd.3.7.8.dylib
0x10cbb4000 - 0x10cbbdff7 +librtlsdr.0.dylib (0) <649AC508-EBF9-30D0-B2B9-B47493E76791> /usr/local/lib/librtlsdr.0.dylib
0x10cbc8000 - 0x10cbf9ff7 +libgnuradio-uhd.3.7.8.dylib (0) <D3FAAC85-A539-38AD-826F-92B4640C1AEB> /usr/local/lib/libgnuradio-uhd.3.7.8.dylib
0x10cc36000 - 0x10d164ff7 +libuhd.003.dylib (0) <8BE69868-E5FD-378C-A407-D847BB89AADA> /usr/local/lib/libuhd.003.dylib
0x10d4b5000 - 0x10d4d6fff +libbladeRF.1.dylib (0) <FF4D506C-D345-3B8B-A9EF-D70DAF004927> /usr/local/lib/libbladeRF.1.dylib
0x10d4e4000 - 0x10d4f3ff7 +libusb-1.0.0.dylib (0) <D188F2E3-A51B-3B09-9C25-447EB32B548B> /usr/local/lib/libusb-1.0.0.dylib
0x10d4fb000 - 0x10d593ff3 +libboost_regex-mt.dylib (0) <9F9CA272-3FF0-306B-8D36-3C43E265824B> /usr/local/lib/libboost_regex-mt.dylib
0x10d617000 - 0x10d678ff7 +libboost_unit_test_framework-mt.dylib (0) <917CC155-AF0C-34D3-8448-97CE4138A114> /usr/local/lib/libboost_unit_test_framework-mt.dylib
0x10d70b000 - 0x10d72fff3 +libboost_serialization-mt.dylib (0) <D22464FE-5EBA-3EA1-BA9C-8EE39C3BE018> /usr/local/lib/libboost_serialization-mt.dylib
0x10d7a7000 - 0x10d7e5fff +libssl.1.0.0.dylib (0) <782F3DA1-E630-3220-A243-652B6E186C20> /usr/local/opt/openssl/lib/libssl.1.0.0.dylib
0x10d803000 - 0x10d974487 +libcrypto.1.0.0.dylib (0) <AF424CA2-8DBA-3B77-B5A1-A96DA39378E1> /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib
0x10da75000 - 0x10dabdfff +libqmng.dylib (0) <F3E02ED4-C855-3CCC-BE4A-BA383D7F0786> /usr/local/Cellar/qt/4.8.7_1/plugins/imageformats/libqmng.dylib
0x10dace000 - 0x10dad2fff +libqsvg.dylib (0) <225578B4-53F9-3D93-A33F-74D9BCE9B495> /usr/local/Cellar/qt/4.8.7_1/plugins/imageformats/libqsvg.dylib
0x10dad7000 - 0x10dadbfff +libqtga.dylib (0) <9C63A7C2-3FF5-3694-B6F1-95FF3DF11B6E> /usr/local/Cellar/qt/4.8.7_1/plugins/imageformats/libqtga.dylib
0x10dbdc000 - 0x10dbdcffe +cl_kernels (???) <96A5C758-1FC0-483F-8316-A240B966881F> cl_kernels
0x10dbde000 - 0x10dc38ff7 +libqtiff.dylib (0) <1B82F819-D69B-3125-B273-A71CA42840CF> /usr/local/Cellar/qt/4.8.7_1/plugins/imageformats/libqtiff.dylib
0x10dc63000 - 0x10dc63fef +cl_kernels (???) <8D2B2979-5845-41C9-94B8-82A56AEFDD2B> cl_kernels
0x10f4b2000 - 0x10f4cdff3 com.apple.security.csparser (3.0 - 57031.40.6) <806B54FA-CAA7-3060-A2FE-2B0F196FDBC7> /System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/MacOS/csparser
0x10f4e0000 - 0x10f58cfff ColorSyncDeprecated.dylib (442) <3518239D-60D5-39AF-A68C-E7B12564103C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib
0x115794000 - 0x11579cfff +libqsvgicon.dylib (0) <635B2355-9037-3EB6-9BF8-114986BFE6FD> /usr/local/Cellar/qt/4.8.7_1/plugins/iconengines/libqsvgicon.dylib
0x1157a2000 - 0x1157dafff +QtXml (4.8.7) <75EF6B6A-778E-3B86-9057-A0D59676352E> /usr/local/Cellar/qt/4.8.7_1/lib/QtXml.framework/Versions/4/QtXml
0x115fd2000 - 0x115fd6fff com.apple.audio.AppleHDAHALPlugIn (272.18.1 - 272.18.1) <D6C9695C-4134-35D1-8FAC-8FB6179DFBFF> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
0x115fdb000 - 0x1161f8ff3 com.apple.audio.units.Components (1.12 - 1.12) <AC14ADC7-587F-3E0F-92E7-9D8C07753C22> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
0x11648d000 - 0x116492fff +libqgif.dylib (0) <B1177913-1A1A-3F12-8B72-69E9E780E32C> /usr/local/Cellar/qt/4.8.7_1/plugins/imageformats/libqgif.dylib
0x116497000 - 0x11649cff7 +libqico.dylib (0) <2F20818B-1E4E-30C4-A19F-9D6E108E7ED8> /usr/local/Cellar/qt/4.8.7_1/plugins/imageformats/libqico.dylib
0x1164a2000 - 0x1164d6fff +libqjpeg.dylib (0) <1CCC2041-866C-377F-87D6-71CDA22B8449> /usr/local/Cellar/qt/4.8.7_1/plugins/imageformats/libqjpeg.dylib
0x1169d6000 - 0x1169d6fef +cl_kernels (???) <8D2B2979-5845-41C9-94B8-82A56AEFDD2B> cl_kernels
0x1169e5000 - 0x1169e5ff5 +cl_kernels (???) <432365C5-D555-4EF3-A008-0D24A44A5AD2> cl_kernels
0x1169e7000 - 0x116acdfef unorm8_bgra.dylib (2.4.5) <5F488C7E-2FB2-3C66-9764-28CF16B03E7A> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib
0x117c9e000 - 0x117ca6ff7 com.apple.iokit.IOUSBLib (705.4.0 - 705.4.0) <64EAAA11-3ECD-375A-A589-A2A5C2F21439> /System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/IOUSBLib.bundle/Contents/MacOS/IOUSBLib
0x7fff68a12000 - 0x7fff68a48887 dyld (353.2.3) <B1B370A5-479F-3533-8AD7-97B687D4F989> /usr/lib/dyld
0x7fff89a8b000 - 0x7fff89af2ffb com.apple.datadetectorscore (6.0 - 396.1.2) <D04A8016-B2AD-33A2-8A8E-5793968A8370> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff89af3000 - 0x7fff89afbfff libsystem_dnssd.dylib (576.30.4) <0CEB5910-843F-315C-A1DE-5D955A48A045> /usr/lib/system/libsystem_dnssd.dylib
0x7fff89afc000 - 0x7fff89affffb libCGXType.A.dylib (788.3) <7CC6CD5B-AD6B-3B36-9165-BFB1E5274F69> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x7fff89b00000 - 0x7fff89bbbff7 com.apple.DiscRecording (9.0 - 9000.4.2) <4655B4B8-523D-3AE6-92A0-8486A2258B3B> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x7fff89bbd000 - 0x7fff89c0aff7 com.apple.print.framework.PrintCore (10.3 - 451.1) <DE992474-0841-38A1-B4F6-46D653E454D5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff89c0b000 - 0x7fff89c1cfff libcmph.dylib (1) <46EC3997-DB5E-38AE-BBBB-A035A54AD3C0> /usr/lib/libcmph.dylib
0x7fff89de4000 - 0x7fff89e58ffb com.apple.securityfoundation (6.0 - 55126) <AC8ED0BD-32F0-3EB8-B7B2-9AA14E07E8AB> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff89e5f000 - 0x7fff89eabff7 libcups.2.dylib (408.2) <E8AD18F9-61E4-3791-B840-504468C25556> /usr/lib/libcups.2.dylib
0x7fff89fad000 - 0x7fff89fadff7 libkeymgr.dylib (28) <77845842-DE70-3CC5-BD01-C3D14227CED5> /usr/lib/system/libkeymgr.dylib
0x7fff89fae000 - 0x7fff89fb4fff com.apple.speech.recognition.framework (5.0.9 - 5.0.9) <BB2D573F-0A01-379F-A2BA-3C454EDCB111> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fff8a4df000 - 0x7fff8a4e1fff libCVMSPluginSupport.dylib (11.1.2) <1C5C1757-67F1-3C23-90EF-643619A0E7DC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fff8ae28000 - 0x7fff8ae77ff7 com.apple.opencl (2.4.2 - 2.4.2) <EB365E68-9965-3596-A40A-D1E372F3A9B3> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff8af61000 - 0x7fff8af7efff libsystem_kernel.dylib (2782.40.9) <16AD15EF-3DAE-3F63-9D26-26CCE1920762> /usr/lib/system/libsystem_kernel.dylib
0x7fff8af88000 - 0x7fff8af93ff7 libkxld.dylib (2782.40.9) <2ADAE067-78A0-371E-A5A8-1E7C892D193C> /usr/lib/system/libkxld.dylib
0x7fff8af94000 - 0x7fff8af9dff3 com.apple.CommonAuth (4.0 - 2.0) <9A484EE6-0003-3AB1-AE4F-AA543BBBF53F> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff8afdb000 - 0x7fff8afe4fff libsystem_pthread.dylib (105.40.1) <ACE90967-ECD0-3251-AEEB-461E3C6414F7> /usr/lib/system/libsystem_pthread.dylib
0x7fff8b002000 - 0x7fff8b132fff com.apple.UIFoundation (1.0 - 1) <466BDFA8-0B9F-3AB0-989D-F9779422926A> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
0x7fff8b1d8000 - 0x7fff8b366fff libBLAS.dylib (1128) <497912C1-A98E-3281-BED7-E9C751552F61> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff8b367000 - 0x7fff8b392ff7 com.apple.DictionaryServices (1.2 - 229.1) <62EC3E1B-5A28-3252-90FF-C2E9999C2A2A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff8b393000 - 0x7fff8b3cdffb com.apple.DebugSymbols (115 - 115) <6F03761D-7C3A-3C80-8031-AA1C1AD7C706> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fff8b3ce000 - 0x7fff8b46cfff com.apple.Metadata (10.7.0 - 917.36) <00C4CB5D-E723-3612-84E0-439098392CDD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff8b46d000 - 0x7fff8b47fff7 com.apple.CoreDuetDaemonProtocol (1.0 - 1) <CE9FABB4-1C5D-3F9B-9BB8-5CC50C3E5E31> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/CoreDuetDaemonProtocol
0x7fff8b480000 - 0x7fff8b49aff3 com.apple.Ubiquity (1.3 - 313) <DF56A657-CC6E-3BE2-86A0-71F07127724C> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
0x7fff8b49b000 - 0x7fff8b514fe7 libcorecrypto.dylib (233.30.1) <5779FFA0-4D9A-3AD4-B7F2-618227621DC8> /usr/lib/system/libcorecrypto.dylib
0x7fff8b81a000 - 0x7fff8b822ff7 com.apple.AppleSRP (5.0 - 1) <68F0C577-ED96-34F2-B701-CE3023367D4D> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
0x7fff8b823000 - 0x7fff8b82dff7 com.apple.NetAuth (5.2 - 5.2) <2BBD749A-8E18-35B8-8E48-A90347C1CCA7> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff8b82e000 - 0x7fff8b832fff com.apple.CommonPanels (1.2.6 - 96) <F9ECC8AF-D9CA-3350-AFB4-5113A9B789A5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x7fff8b833000 - 0x7fff8b838ffb libheimdal-asn1.dylib (398.40.1) <7D2BE3DE-60F7-3A6E-A92E-DA0EF9D3417E> /usr/lib/libheimdal-asn1.dylib
0x7fff8b94d000 - 0x7fff8b96dfff com.apple.IconServices (47.1 - 47.1) <E83DFE3B-6541-3736-96BB-26DC5D0100F1> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0x7fff8b973000 - 0x7fff8b997ff7 com.apple.Sharing (328.17 - 328.17) <AD5E243A-B79F-3D7B-800B-A2C99A1CFEF1> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
0x7fff8b99b000 - 0x7fff8b99cffb libremovefile.dylib (35) <3485B5F4-6CE8-3C62-8DFD-8736ED6E8531> /usr/lib/system/libremovefile.dylib
0x7fff8b99d000 - 0x7fff8b9c3fff com.apple.ChunkingLibrary (2.1 - 163.6) <29D4CB95-42EF-34C6-8182-BDB6F7BB1E79> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x7fff8b9c4000 - 0x7fff8ba84ff7 com.apple.backup.framework (1.6.5 - 1.6.5) <86396038-33EA-3046-9F70-093A3D6407D4> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x7fff8bab2000 - 0x7fff8bacdff7 libCRFSuite.dylib (34) <D64842BE-7BD4-3D0C-9842-1D202F7C2A51> /usr/lib/libCRFSuite.dylib
0x7fff8bace000 - 0x7fff8bacffff libsystem_secinit.dylib (18) <581DAD0F-6B63-3A48-B63B-917AF799ABAA> /usr/lib/system/libsystem_secinit.dylib
0x7fff8bb30000 - 0x7fff8bdafff7 com.apple.CoreData (111 - 526.3) <5A27E0D8-5E5A-335B-B3F6-2601C7B976FA> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff8bdb0000 - 0x7fff8bdebfff com.apple.Symbolication (1.4 - 56045) <D64571B1-4483-3FE2-BD67-A91360F79727> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x7fff8bdec000 - 0x7fff8be5dffb com.apple.ApplicationServices.ATS (360 - 375.4) <A1BEBCF8-8FC8-345D-B91D-1DA5773AF5A3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff8be5e000 - 0x7fff8be63fff com.apple.DiskArbitration (2.6 - 2.6) <0DFF4D9B-2AC3-3B82-B5C5-30F4EFBD2DB9> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff8be67000 - 0x7fff8be77ff7 libbsm.0.dylib (34) <A3A2E56C-2B65-37C7-B43A-A1F926E1A0BB> /usr/lib/libbsm.0.dylib
0x7fff8be78000 - 0x7fff8bf0eff7 com.apple.cloudkit.CloudKit (283.67.4 - 283.67.4) <EA6E4B2C-A3AA-3636-B9C3-F61D3EFFB82B> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit
0x7fff8bf0f000 - 0x7fff8c185ff7 com.apple.security (7.0 - 57031.40.6) <FCCCC4FD-043A-30CA-9997-4211CA0E9297> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff8c186000 - 0x7fff8c189fff com.apple.help (1.3.3 - 46) <CA4541F4-CEF5-355C-8F1F-EA65DC1B400F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fff8c275000 - 0x7fff8c282fff libxar.1.dylib (255) <7CD69BB5-97BA-3858-8A8B-2F33F129E6E7> /usr/lib/libxar.1.dylib
0x7fff8c283000 - 0x7fff8c2c3ff7 libGLImage.dylib (11.1.2) <9B05F3BF-D111-3B01-B7F8-C5EF7E02000B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff8c2d4000 - 0x7fff8c2f9ff7 libJPEG.dylib (1239) <9AC25FD0-4190-3656-B8F5-6241D17105D0> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff8c378000 - 0x7fff8cbd7ff7 com.apple.CoreGraphics (1.600.0 - 788.3) <875FBF24-D90E-36B1-9F7A-AF984E8943D9> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff8cd40000 - 0x7fff8cd42fff libsystem_configuration.dylib (699.40.2) <56F94DCE-DBDE-3615-8F07-DE6270D9F8BE> /usr/lib/system/libsystem_configuration.dylib
0x7fff8cd73000 - 0x7fff8cdbdfff com.apple.HIServices (1.22 - 523) <E2F3C5FF-8C50-3E4F-BE63-77A700466663> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff8cde1000 - 0x7fff8ce19fff com.apple.RemoteViewServices (2.0 - 99) <C9A62691-B0D9-34B7-B71C-A48B5F4DC553> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fff8ce1a000 - 0x7fff8cf0efff libFontParser.dylib (134.7) <C49EDC56-A82A-39EF-9F20-C2342E4188ED> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff8cfc9000 - 0x7fff8d015fff com.apple.corelocation (1486.17 - 1615.24) <8825B3E2-E053-3E01-AE31-793443962D06> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
0x7fff8d052000 - 0x7fff8d054ff7 libsystem_coreservices.dylib (9) <41B7C578-5A53-31C8-A96F-C73E030B0938> /usr/lib/system/libsystem_coreservices.dylib
0x7fff8d055000 - 0x7fff8d05afff libsystem_stats.dylib (163.30.2) <D0E96837-3CF6-323D-B711-6DF6F660E530> /usr/lib/system/libsystem_stats.dylib
0x7fff8d05b000 - 0x7fff8d086fff libc++abi.dylib (125) <88A22A0F-87C6-3002-BFBA-AC0F2808B8B9> /usr/lib/libc++abi.dylib
0x7fff8d087000 - 0x7fff8d1cafff libsqlite3.dylib (168.2) <BCB1F77E-2484-3EC4-A1D5-1AE90A407A23> /usr/lib/libsqlite3.dylib
0x7fff8da6a000 - 0x7fff8dba7fff com.apple.ImageIO.framework (3.3.0 - 1239) <CC904E44-45C4-389B-8FD7-4DF03C41C9EC> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff8dd83000 - 0x7fff8e052ff3 com.apple.CoreImage (10.3.4) <C1AE8252-A95D-3BF4-83B8-BE85E979F2CB> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff8e053000 - 0x7fff8e07eff3 libarchive.2.dylib (30) <8CBB4416-EBE9-3574-8ADC-44655D245F39> /usr/lib/libarchive.2.dylib
0x7fff8e07f000 - 0x7fff8e07fff7 libunc.dylib (29) <5676F7EA-C1DF-329F-B006-D2C3022B7D70> /usr/lib/system/libunc.dylib
0x7fff8e0a2000 - 0x7fff8e0a2ff7 liblaunch.dylib (559.40.1) <4F81CA3A-D2CE-3030-A89D-42F3DAD7BA8F> /usr/lib/system/liblaunch.dylib
0x7fff8e0e5000 - 0x7fff8e118fff com.apple.MediaKit (16 - 757.2) <2912E5C2-085F-3FE2-8531-23B6E894B0F0> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x7fff8e119000 - 0x7fff8e20bff3 libxml2.2.dylib (26.1) <3FBA890F-2850-3A45-87EA-DB6892BDEB60> /usr/lib/libxml2.2.dylib
0x7fff8e20c000 - 0x7fff8e323fe7 libvDSP.dylib (516) <DFEDB210-49D1-3803-88A2-C61DB6A45C3D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff8e324000 - 0x7fff8e326fff com.apple.EFILogin (2.0 - 2) <3BA837D8-94F5-3240-9CF7-E40DC2808446> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
0x7fff8e327000 - 0x7fff8e65aff7 libmecabra.dylib (666.7) <0ED8AE5E-7A5B-34A6-A2EE-2B852E60E1E2> /usr/lib/libmecabra.dylib
0x7fff8e6d2000 - 0x7fff8e702fff libsystem_m.dylib (3086.1) <1E12AB45-6D96-36D0-A226-F24D9FB0D9D6> /usr/lib/system/libsystem_m.dylib
0x7fff8e706000 - 0x7fff8e778fff com.apple.framework.IOKit (2.0.2 - 1050.20.2) <09C0518C-90DF-3FC3-96D6-34D35F72C8EF> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff8e939000 - 0x7fff8e94bff7 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
0x7fff8ed3c000 - 0x7fff8edcdff7 libCoreStorage.dylib (471.30.1) <9D95399F-1AC5-325F-8337-6E13AD99E44B> /usr/lib/libCoreStorage.dylib
0x7fff8f032000 - 0x7fff8f03eff7 com.apple.OpenDirectory (10.10 - 187) <D993F138-DAD1-3640-94DE-8C9FEFBF158D> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff8f03f000 - 0x7fff8f3d7ff7 com.apple.CoreFoundation (6.9 - 1153.18) <5C0892B8-9691-341F-9279-CA3A74D59AA0> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff8f3d8000 - 0x7fff8f3ddff7 libunwind.dylib (35.3) <BE7E51A0-B6EA-3A54-9CCA-9D88F683A6D6> /usr/lib/system/libunwind.dylib
0x7fff8f3de000 - 0x7fff8f3defff com.apple.Accelerate (1.10 - Accelerate 1.10) <F1B96A61-7E4B-31BD-A35B-BA7EF1F16EF4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff8f544000 - 0x7fff8f569ff7 libPng.dylib (1239) <BBB9FB25-3CA9-38AF-B88C-D6734693FEA1> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff8f5bf000 - 0x7fff8f5bffff com.apple.ApplicationServices (48 - 48) <5BF7910B-C328-3BF8-BA4F-CE52B574CE01> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff8f5cf000 - 0x7fff8f658ff7 com.apple.CoreSymbolication (3.1 - 57020.2) <FDAF88F6-7D11-37BC-B758-4B835FA657BA> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fff8f659000 - 0x7fff8f65dfff com.apple.TCC (1.0 - 1) <CCA42EE2-3400-3444-9486-BC454E60D944> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x7fff8f65e000 - 0x7fff8f675ff7 libLinearAlgebra.dylib (1128) <E78CCBAA-A999-3B65-8EC9-06DB15E67C37> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
0x7fff8f680000 - 0x7fff8f687ff7 libCGCMS.A.dylib (788.3) <1A47CDD9-99AE-3BD2-85F1-339FC169B16E> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS.A.dylib
0x7fff8f688000 - 0x7fff8f68eff7 libsystem_networkextension.dylib (167.40.3) <BA58B30B-8377-3B0A-8AE3-4F84021D9D4E> /usr/lib/system/libsystem_networkextension.dylib
0x7fff8f904000 - 0x7fff8f907fff com.apple.IOSurface (97.4 - 97.4) <AE11CFBC-4D46-30F3-BEEC-4C8131079391> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff8fe1e000 - 0x7fff8fe26fff libsystem_platform.dylib (63) <64E34079-D712-3D66-9CE2-418624A5C040> /usr/lib/system/libsystem_platform.dylib
0x7fff8fe28000 - 0x7fff8fe28fff com.apple.audio.units.AudioUnit (1.12 - 1.12) <E5335492-7EFE-31EA-BE72-4A9CEE68D58E> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff8fe29000 - 0x7fff8fe38fff com.apple.LangAnalysis (1.7.0 - 1.7.0) <D1E527E4-C561-352F-9457-E8C50232793C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff90055000 - 0x7fff90057ff7 com.apple.securityhi (9.0 - 55006) <2B9C0BCB-7D82-39C2-A99F-7B9E1522CDD6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fff90058000 - 0x7fff90180ff7 com.apple.coreui (2.1 - 308.6) <9E0E9C6A-68F5-34C1-A17C-96226D401D4D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff90181000 - 0x7fff90193ff7 libsasl2.2.dylib (194.1) <35371406-75EF-304A-A073-956C40373555> /usr/lib/libsasl2.2.dylib
0x7fff9019b000 - 0x7fff901a6ff7 libcsfde.dylib (471.30.1) <A62AE3D8-E2A6-314A-BF45-804003BE0AC9> /usr/lib/libcsfde.dylib
0x7fff901f5000 - 0x7fff90263ff3 com.apple.Heimdal (4.0 - 2.0) <8D1667CF-D454-3E07-A58E-E15591B5A95E> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff90294000 - 0x7fff90295ff3 libSystem.B.dylib (1213) <1866C519-C5F3-3D09-8C17-A8F703664521> /usr/lib/libSystem.B.dylib
0x7fff90296000 - 0x7fff9029ffff libGFXShared.dylib (11.1.2) <7F9F6175-E993-3014-8C9B-1F08CE7C75A2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff90318000 - 0x7fff9031cfff libCoreVMClient.dylib (79.1) <201EF6DF-5074-3CB7-A361-398CF957A264> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff9031d000 - 0x7fff90401fff libcrypto.0.9.8.dylib (52.40.1) <D123FC57-E2EB-3E08-A51B-6C317EA83EB5> /usr/lib/libcrypto.0.9.8.dylib
0x7fff90402000 - 0x7fff9040aff3 com.apple.CoreServices.FSEvents (1210.20.1 - 1210.20.1) <84F79D3E-7B5E-3C93-8479-35794A3F125E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
0x7fff90423000 - 0x7fff90426ff7 libdyld.dylib (353.2.3) <CFBBE540-D503-3AFC-B5D6-644F1E69949B> /usr/lib/system/libdyld.dylib
0x7fff90ab5000 - 0x7fff90b2dff7 com.apple.SystemConfiguration (1.14.4 - 1.14) <3DFFD7F7-BD23-3F4C-A209-C4A0D99F6573> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff90b64000 - 0x7fff90c57ff7 libJP2.dylib (1239) <D346D67E-78A2-309D-94BB-C7C5FEC28785> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff90c5c000 - 0x7fff90c60fff libcache.dylib (69) <45E9A2E7-99C4-36B2-BEE3-0C4E11614AD1> /usr/lib/system/libcache.dylib
0x7fff90c88000 - 0x7fff90fb9fff com.apple.Foundation (6.9 - 1154) <49EE64E1-9F53-35D1-A481-2EFE2789B254> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff9123a000 - 0x7fff91280ff7 libauto.dylib (186) <A260789B-D4D8-316A-9490-254767B8A5F1> /usr/lib/libauto.dylib
0x7fff91281000 - 0x7fff9139affb com.apple.CoreText (352.0 - 454.10) <3293BF91-B587-3B49-A159-A04D58533F14> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff9139b000 - 0x7fff9139cff7 libsystem_blocks.dylib (65) <9615D10A-FCA7-3BE4-AA1A-1B195DACE1A1> /usr/lib/system/libsystem_blocks.dylib
0x7fff9139d000 - 0x7fff9139fff7 libutil.dylib (38) <471AD65E-B86E-3C4A-8ABD-B8665A2BCE3F> /usr/lib/libutil.dylib
0x7fff913de000 - 0x7fff913e0fff com.apple.CoreDuetDebugLogging (1.0 - 1) <9A6E5710-EA99-366E-BF40-9A65EC1B46A1> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/Versions/A/CoreDuetDebugLogging
0x7fff913e1000 - 0x7fff9140efff com.apple.CoreVideo (1.8 - 145.1) <18DB07E0-B927-3260-A234-636F298D1917> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff9140f000 - 0x7fff91446ffb com.apple.LDAPFramework (2.4.28 - 194.5) <CAFB9695-000F-34EA-8DF5-09996929C26A> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x7fff91447000 - 0x7fff914e9fff com.apple.Bluetooth (4.3.6 - 4.3.6f3) <E5DC1699-2727-329C-A843-C80CE9A6CD7B> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
0x7fff914ea000 - 0x7fff91556ff3 com.apple.MMCS (1.3 - 327.5) <FC998246-ED60-334D-9E94-453F35EF9C78> /System/Library/PrivateFrameworks/MMCS.framework/Versions/A/MMCS
0x7fff91631000 - 0x7fff91723ff7 libiconv.2.dylib (42) <2A06D02F-8B76-3864-8D96-64EF5B40BC6C> /usr/lib/libiconv.2.dylib
0x7fff91724000 - 0x7fff9174cfff libRIP.A.dylib (788.3) <6AB1CA86-38C8-33E3-AC07-3A065666E0F9> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x7fff9174d000 - 0x7fff91767ff7 com.apple.Kerberos (3.0 - 1) <7760E0C2-A222-3709-B2A6-B692D900CEB1> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff91768000 - 0x7fff9176bfff com.apple.xpc.ServiceManagement (1.0 - 1) <A95A15CD-3B21-3513-AFF8-1D7DE3DBFA12> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x7fff9176c000 - 0x7fff9179eff3 com.apple.frameworks.CoreDaemon (1.3 - 1.3) <C6DB0A07-F8E4-3837-BCA9-225F460EDA81> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
0x7fff9186b000 - 0x7fff918b1ff7 libFontRegistry.dylib (134.1) <CE41D8C2-BEED-345C-BC4F-3775CC06C672> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff918f8000 - 0x7fff91915ffb libresolv.9.dylib (57) <26B38E61-298A-3C3A-82C1-3B5E98AD5E29> /usr/lib/libresolv.9.dylib
0x7fff91993000 - 0x7fff919a0ff7 libbz2.1.0.dylib (36) <2DF83FBC-5C08-39E1-94F5-C28653791B5F> /usr/lib/libbz2.1.0.dylib
0x7fff91d65000 - 0x7fff91dc4fff com.apple.AE (681.5 - 681.7) <2BF39455-1CDD-392C-824A-9972C6B1FB57> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff92096000 - 0x7fff920b2ff7 libsystem_malloc.dylib (53.30.1) <DDA8928B-CC0D-3255-BD8A-3FEA0982B890> /usr/lib/system/libsystem_malloc.dylib
0x7fff920b3000 - 0x7fff921c2ff3 com.apple.desktopservices (1.9.3 - 1.9.3) <FEE11342-5BC4-37A7-8169-DA48BE17B9C9> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff921c3000 - 0x7fff92373ff3 com.apple.QuartzCore (1.10 - 361.19) <F815B60E-75E3-3263-BE93-27A49882CF58> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff92374000 - 0x7fff92385ff3 libsystem_coretls.dylib (35.40.1) <155DA0A9-2046-332E-BFA3-D7974A51F731> /usr/lib/system/libsystem_coretls.dylib
0x7fff923ef000 - 0x7fff923f5fff libsystem_trace.dylib (72.20.1) <840F5301-B55A-3078-90B9-FEFFD6CD741A> /usr/lib/system/libsystem_trace.dylib
0x7fff923f6000 - 0x7fff923fdfff com.apple.NetFS (6.0 - 4.0) <C263C8F8-F284-3101-AC82-A97A81716063> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff923fe000 - 0x7fff9242dff7 com.apple.CoreServicesInternal (221.7.2 - 221.7.2) <B93D4775-149C-3698-B38C-9C50673D455C> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x7fff92489000 - 0x7fff92515fe7 libsystem_c.dylib (1044.40.1) <F0635E0F-FE4B-34DB-ACF9-A58C1E9070E9> /usr/lib/system/libsystem_c.dylib
0x7fff92516000 - 0x7fff92516fff com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) <B92888D0-ED3F-3430-8F3A-6E56FD16C5F1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff92533000 - 0x7fff9269affb com.apple.audio.toolbox.AudioToolbox (1.12 - 1.12) <5678FC94-456A-3F5F-BA9A-10EB6E462997> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff9269b000 - 0x7fff926a9ff7 com.apple.opengl (11.1.2 - 11.1.2) <5F355713-4637-33CD-9CBA-4B4CA43FB0FE> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff92942000 - 0x7fff92991ff7 libcurl.4.dylib (83.40.2) <AE97ED1E-A58F-3EF0-8E88-DDC6AD409BCE> /usr/lib/libcurl.4.dylib
0x7fff9299f000 - 0x7fff929a0fff liblangid.dylib (117) <B54A4AA0-2E53-3671-90F5-AFF711C0EB9E> /usr/lib/liblangid.dylib
0x7fff92a67000 - 0x7fff92b06e27 com.apple.AppleJPEG (1.0 - 1) <6627DDD9-A8FE-3968-B23A-B6A29AA3919A> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
0x7fff92b10000 - 0x7fff92b30ff7 com.apple.MultitouchSupport.framework (264.6 - 264.6) <1539F1F6-6334-37F3-9C52-02EFFBF4835D> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff92b8b000 - 0x7fff92b8bfff com.apple.Carbon (154 - 157) <9BF51672-1684-3FDE-A561-FC59A2864EF8> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fff92b8c000 - 0x7fff92b99ff7 com.apple.SpeechRecognitionCore (2.1.2 - 2.1.2) <551322E2-C1E4-3378-A218-F362985E3E3C> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
0x7fff92c30000 - 0x7fff92f32ffb com.apple.GeoServices (1.0 - 1077.0.18) <2BBF8B44-DD46-3432-8C84-6D6AA004C233> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
0x7fff92f33000 - 0x7fff92f33fff com.apple.CoreServices (62 - 62) <C69DA8A7-B536-34BF-A93F-1C170E2C6D58> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff92f34000 - 0x7fff92f5eff7 libdispatch.dylib (442.1.4) <502CF32B-669B-3709-8862-08188225E4F0> /usr/lib/system/libdispatch.dylib
0x7fff9307f000 - 0x7fff93c00ff7 com.apple.AppKit (6.9 - 1348.17) <E485D56D-3E72-34B7-99BB-BFDEE2D07BF5> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff93e3c000 - 0x7fff93ed0fff 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
0x7fff93ff9000 - 0x7fff94044ff7 com.apple.CloudDocs (1.0 - 321.10) <A8221290-A2A5-3767-BB26-CC57AC18D4DC> /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs
0x7fff94045000 - 0x7fff94050ff7 com.apple.CrashReporterSupport (10.10 - 631) <C44259AC-0A1C-3EC5-99AC-48CB520A709D> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x7fff941e5000 - 0x7fff941e7fff com.apple.loginsupport (1.0 - 1) <DAAD7013-A19D-3858-BFF7-DE1DAF664401> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
0x7fff941e8000 - 0x7fff944edff3 com.apple.HIToolbox (2.1.1 - 758.7) <E3129A67-BDF9-333D-9C9C-A95C8F0EF71C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff94573000 - 0x7fff9459bfff libxpc.dylib (559.40.1) <5C829202-962E-3744-8B50-00D38CC88E84> /usr/lib/system/libxpc.dylib
0x7fff9459c000 - 0x7fff945a8fff com.apple.speech.synthesis.framework (5.3.11 - 5.3.11) <DFC7FD85-F1B0-317C-8513-722570CB8FB9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff945a9000 - 0x7fff945b1ffb libcopyfile.dylib (118.1.2) <0C68D3A6-ACDD-3EF3-991A-CC82C32AB836> /usr/lib/system/libcopyfile.dylib
0x7fff94618000 - 0x7fff94a6bfc7 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
0x7fff94a6c000 - 0x7fff94a6dfff libDiagnosticMessagesClient.dylib (100) <2EE8E436-5CDC-34C5-9959-5BA218D507FB> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff94fcd000 - 0x7fff953fdfff com.apple.vision.FaceCore (3.1.6 - 3.1.6) <C3B823AA-C261-37D3-B4AC-C59CE91C8241> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
0x7fff95404000 - 0x7fff95406fff libsystem_sandbox.dylib (358.20.5) <3F5E973F-C702-31AC-97BC-05F5C195683C> /usr/lib/system/libsystem_sandbox.dylib
0x7fff95481000 - 0x7fff95483fff libRadiance.dylib (1239) <648BCB0C-55B5-3197-8F5F-81D5994B4EE7> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff95484000 - 0x7fff9548bff7 libcompiler_rt.dylib (35) <BF8FC133-EE10-3DA6-9B90-92039E28678F> /usr/lib/system/libcompiler_rt.dylib
0x7fff95492000 - 0x7fff95555ff7 libvMisc.dylib (516) <21497A28-8DCB-3EB8-BDAC-93C93382B0AA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff95563000 - 0x7fff95576ff7 com.apple.CoreBluetooth (1.0 - 1) <8D7BA9BA-EB36-307A-9119-0B3D9732C953> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
0x7fff95587000 - 0x7fff955a8fff com.apple.framework.Apple80211 (10.3 - 1030.71.6) <C0A17391-5C8B-34B1-BD46-8D644AB57DE0> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x7fff955a9000 - 0x7fff955d2ffb libxslt.1.dylib (13) <AED1143F-B848-3E73-81ED-71356F25F084> /usr/lib/libxslt.1.dylib
0x7fff955d3000 - 0x7fff955e8ffb libCGInterfaces.dylib (294.1) <1A6AADE6-09EC-3054-85F9-E6A3607EBA70> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
0x7fff95644000 - 0x7fff9565dff3 com.apple.openscripting (1.6.4 - 162.2) <BF79207B-C762-346D-8FF0-3DDCECC9E9E2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fff95663000 - 0x7fff95668ff7 libmacho.dylib (862) <126CA2ED-DE91-308F-8881-B9DAEC3C63B6> /usr/lib/system/libmacho.dylib
0x7fff95716000 - 0x7fff95718fff libquarantine.dylib (76.20.1) <7AF90041-2768-378A-925A-D83161863642> /usr/lib/system/libquarantine.dylib
0x7fff95719000 - 0x7fff95741fff libsystem_info.dylib (459.40.1) <2E16C4B3-A327-3957-9C41-143911979A1E> /usr/lib/system/libsystem_info.dylib
0x7fff95742000 - 0x7fff95793fff com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <450293F7-DAE7-3DD0-8F7C-71FC2FD72627> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff95944000 - 0x7fff95b3e46f libobjc.A.dylib (647) <759E155D-BC42-3D4E-869B-6F57D477177C> /usr/lib/libobjc.A.dylib
0x7fff95b41000 - 0x7fff95b5cfff com.apple.AppleVPAFramework (1.4.5 - 1.4.5) <A6421B0B-6D4D-3E64-AC61-DDB04ED7CFF0> /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA
0x7fff95b5d000 - 0x7fff95c81ff7 com.apple.LaunchServices (644.56 - 644.56) <20AABB1C-9319-3E4D-A024-51B0DD5FCD3B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff95c82000 - 0x7fff95ca1fff com.apple.CoreDuet (1.0 - 1) <36AA9FD5-2685-314D-B364-3FA4688D86BD> /System/Library/PrivateFrameworks/CoreDuet.framework/Versions/A/CoreDuet
0x7fff95f71000 - 0x7fff96258ffb com.apple.CoreServices.CarbonCore (1108.6 - 1108.6) <8953580E-7857-33B2-AA64-98296830D3A8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff96259000 - 0x7fff96264fff libGL.dylib (11.1.2) <FD8B7B67-1532-32A1-B369-9D7A6C1EB3ED> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff96265000 - 0x7fff96295ff3 com.apple.GSS (4.0 - 2.0) <97F2A028-44CF-3188-B863-F4EEB39CBDBD> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff96296000 - 0x7fff962d7fff libGLU.dylib (11.1.2) <2BA52A8D-ED35-3D86-B2D6-41479969C96D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff96752000 - 0x7fff9675afe7 libcldcpuengine.dylib (2.4.5) <6CC680F9-0D13-333B-B151-F0D9C631A1E5> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
0x7fff9675b000 - 0x7fff967b5ff7 com.apple.LanguageModeling (1.0 - 1) <ACA93FE0-A0E3-333E-AE3C-8EB7DE5F362F> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
0x7fff967e3000 - 0x7fff9683eff7 libTIFF.dylib (1239) <B09E578A-D534-3A9B-9813-DAC9A0F230C7> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff9683f000 - 0x7fff96915ff3 com.apple.DiskImagesFramework (10.10.5 - 398) <23E788A6-9A11-3232-A882-BA16D0C54880> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
0x7fff96916000 - 0x7fff96932fff com.apple.GenerationalStorage (2.0 - 209.11) <9FF8DD11-25FB-3047-A5BF-9415339B3EEC> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x7fff969c4000 - 0x7fff969deff7 liblzma.5.dylib (7) <1D03E875-A7C0-3028-814C-3C27F7B7C079> /usr/lib/liblzma.5.dylib
0x7fff96a5a000 - 0x7fff96adefff com.apple.PerformanceAnalysis (1.0 - 1) <4E934EE0-5CC6-3D54-8FA2-5B8AE669D775> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fff96b0b000 - 0x7fff96b77fff com.apple.framework.CoreWLAN (5.0 - 500.35.2) <03697149-1CDD-32FF-B564-1C1EF5E9E5C3> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x7fff96ba8000 - 0x7fff96ba8fff libOpenScriptingUtil.dylib (162.2) <D6A2216D-ADB2-3F24-AD30-F6D00829F545> /usr/lib/libOpenScriptingUtil.dylib
0x7fff96ba9000 - 0x7fff96badff7 libGIF.dylib (1239) <292BB418-F5C2-3D7B-AC1D-99082A4B88F3> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff96bae000 - 0x7fff96bc4ff7 libsystem_asl.dylib (267) <F153AC5B-0542-356E-88C8-20A62CA704E2> /usr/lib/system/libsystem_asl.dylib
0x7fff97575000 - 0x7fff97576ff7 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
0x7fff97577000 - 0x7fff9757bfff libpam.2.dylib (20) <E805398D-9A92-31F8-8005-8DC188BD8B6E> /usr/lib/libpam.2.dylib
0x7fff9757c000 - 0x7fff97587fff libcommonCrypto.dylib (60061.30.1) <E789748D-F9A7-3CFF-B317-90DF348B1E95> /usr/lib/system/libcommonCrypto.dylib
0x7fff975c0000 - 0x7fff975fbfff com.apple.QD (301 - 301) <C4D2AD03-B839-350A-AAF0-B4A08F8BED77> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff975fc000 - 0x7fff9780cff7 com.apple.CFNetwork (720.5.7 - 720.5.7) <A47D7DD2-5903-39D0-8D27-5A7E2D119D84> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff9780d000 - 0x7fff97827ff7 libextension.dylib (55.2) <3BB019CA-199A-36AC-AA22-14B562138545> /usr/lib/libextension.dylib
0x7fff9881f000 - 0x7fff98a04ff7 libicucore.A.dylib (531.48) <3CD34752-B1F9-31D2-865D-B5B0F0BE3111> /usr/lib/libicucore.A.dylib
0x7fff98a05000 - 0x7fff98a0eff7 libsystem_notify.dylib (133.1.1) <61147800-F320-3DAA-850C-BADF33855F29> /usr/lib/system/libsystem_notify.dylib
0x7fff98a23000 - 0x7fff98e30ff7 libLAPACK.dylib (1128) <F9201AE7-B031-36DB-BCF8-971E994EF7C1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff98e6c000 - 0x7fff98e6dfff com.apple.TrustEvaluationAgent (2.0 - 25) <2D61A2C3-C83E-3A3F-8EC1-736DBEC250AB> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x7fff98f52000 - 0x7fff98fd0fff com.apple.CoreServices.OSServices (640.4 - 640.4) <BE8DF749-84BA-3029-AE1D-32F3993A78A4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff98fd1000 - 0x7fff98fd9ff7 com.apple.icloud.FindMyDevice (1.0 - 1) <9CE67F85-2BA8-3093-97BA-07BF5C04A5D6> /System/Library/PrivateFrameworks/FindMyDevice.framework/Versions/A/FindMyDevice
0x7fff98fe6000 - 0x7fff9907bff7 com.apple.ColorSync (4.9.0 - 4.9.0) <9150C2B7-2E6E-3509-96EA-7B3F959F049E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff99167000 - 0x7fff99180ff7 com.apple.CFOpenDirectory (10.10 - 187) <3FCEE6F7-A8C6-3222-B22D-8AD290E477E2> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff99224000 - 0x7fff99255ff7 com.apple.ProtectedCloudStorage (1.0 - 1) <9D76F2E0-C28A-3DBC-A91F-E87888D46BF0> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
0x7fff99256000 - 0x7fff99267ff7 libz.1.dylib (55) <88C7C7DE-04B8-316F-8B74-ACD9F3DE1AA1> /usr/lib/libz.1.dylib
0x7fff99268000 - 0x7fff992bcfff libc++.1.dylib (120) <1B9530FD-989B-3174-BB1C-BDC159501710> /usr/lib/libc++.1.dylib
0x7fff992c7000 - 0x7fff99336fff com.apple.SearchKit (1.4.0 - 1.4.0) <80883BD1-C9BA-3794-A20E-476F94DD89A9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff993f2000 - 0x7fff993ffff3 com.apple.ProtocolBuffer (1 - 228.0.1) <3429EB06-9F0E-355F-B9AB-F72879177398> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
0x7fff99400000 - 0x7fff99467ff7 com.apple.framework.CoreWiFi (3.0 - 300.4) <19269C1D-EB29-384A-83F3-7DDDEB7D9DAD> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
0x7fff99468000 - 0x7fff994a0fff libsystem_network.dylib (412.20.3) <6105C134-6722-3C0A-A4CE-5E1261E2E1CC> /usr/lib/system/libsystem_network.dylib

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

VM Region Summary:
ReadOnly portion of Libraries: Total=230.8M resident=105.6M(46%) swapped_out_or_unallocated=125.2M(54%)
Writable regions: Total=92.6M written=13.0M(14%) resident=22.0M(24%) swapped_out=4K(0%) unallocated=70.6M(76%)

REGION TYPE VIRTUAL
=========== =======
CG backing stores 3016K
CG image 68K
CG shared images 272K
CoreAnimation 40K
CoreImage 8K
CoreServices 128K
CoreUI image data 160K
Foundation 4K
Kernel Alloc Once 8K
MALLOC 59.9M
MALLOC (admin) 32K
MALLOC_LARGE (reserved) 256K reserved VM address space (unallocated)
Memory Tag 242 12K
OpenCL 32K
STACK GUARD 56.0M
Stack 9824K
VM_ALLOCATE 17.2M
__DATA 17.8M
__IMAGE 528K
__LINKEDIT 84.8M
__TEXT 146.1M
__UNICODE 552K
mapped file 127.4M
shared memory 4K
=========== =======
TOTAL 523.7M
TOTAL, minus reserved VM space 523.5M


Model: Macmini6,1, BootROM MM61.0106.B09, 2 processors, Intel Core i5, 2.5 GHz, 4 GB, SMC 2.7f0
Graphics: Intel HD Graphics 4000, Intel HD Graphics 4000, Built-In
Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1600 MHz, 0x802C, 0x384A54463235363634485A2D3147364D3120
Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1600 MHz, 0x802C, 0x384A54463235363634485A2D3147364D3120
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x10E), Broadcom BCM43xx 1.0 (7.15.166.24.3)
Bluetooth: Version 4.3.6f3 16238, 3 services, 27 devices, 1 incoming serial ports
Network Service: Display Ethernet, Ethernet, en4
PCI Card: Apple 57761-B0, Ethernet Controller, Thunderbolt@191,0,0
PCI Card: pci11c1,5901, IEEE 1394 Open HCI, Thunderbolt@190,0,0
PCI Card: pci12d8,400e, USB Open Host Controller, Thunderbolt@196,0,0
PCI Card: pci12d8,400e, USB Open Host Controller, Thunderbolt@196,0,1
PCI Card: pci12d8,400f, USB Enhanced Host Controller, Thunderbolt@196,0,2
Serial ATA Device: APPLE HDD HTS545050A7E362, 500.11 GB
USB Device: bladeRF
USB Device: Hub
USB Device: Hub
USB Device: Hub
USB Device: BRCM20702 Hub
USB Device: Bluetooth USB Host Controller
USB Device: IR Receiver
USB Device: Hub
USB Device: Keyboard Hub
USB Device: Apple Optical USB Mouse
USB Device: Apple Keyboard
USB Device: FaceTime HD Camera (Display)
USB Device: Display Audio
USB Device: Apple Thunderbolt Display
Thunderbolt Bus: Mac mini, Apple Inc., 23.4
Thunderbolt Device: Thunderbolt Display, Apple Inc., 1, 26.2
djdonovan
Posts: 14
Joined: Tue Oct 15, 2013 8:27 pm

Re: Mac 10.9.5 Challenges gnuradio and gr-osmosdr and gqrx

Post by djdonovan »

Maybe my settings are wrong for gqrx
Screen Shot 2015-10-14 at 5.52.02 PM.png
jynik
Posts: 455
Joined: Thu Jun 06, 2013 8:15 pm

Re: Mac 10.9.5 Challenges gnuradio and gr-osmosdr and gqrx

Post by jynik »

This error sounds familiar to me:
Fatal Python error: PyThreadState_Get: no current thread
I want to say that I ran into this when first getting started with MacPorts, and that something was using the Apple-provided Python and/or boost libs, rather than those fetched by MacPorts (or I suppose Brew in your case).

Maybe this link will give you some hints?

Just so you have some sane GQRX config, here are some values:

Device String:

Code: Select all

bladerf=0,buffers=128,buflen=16384,transfers=32
I like to throw quite a few large buffers at it to avoid overruns, just because I have the memory to do it.

Sample Rate

Code: Select all

6000000
5 or 6 MSPS should work on both USB 2.0 and USB 3.0, hence a reasonable value for me to toss out there.

Bandwidth

Code: Select all

5 MHz
Set bandwidth to be a bit less than sample rate to ensure LPF rolls off into full rejection before we hit the Nyquist limit.

LNB LO

Code: Select all

0 MHz
Not applicable.

- Jon
djdonovan
Posts: 14
Joined: Tue Oct 15, 2013 8:27 pm

Re: Mac 10.9.5 Challenges gnuradio and gr-osmosdr and gqrx

Post by djdonovan »

Thanks for your help on this! It seems when I run gnuradio-companion or gqrx or one of the gr-osmosdr apps like fft, etc I get this python error so there is something going on there. i will look it up tonight but I'm going to take a break for now. Think I've made enough progress to keep going, but it's been a number of days getting here. I shall resume tomorrow :)
djdonovan
Posts: 14
Joined: Tue Oct 15, 2013 8:27 pm

Re: Mac 10.10.5 Yosemite and 10.9.5 Challenges gnuradio and

Post by djdonovan »

Ok so an update as I am trying this at home a bit (determined to get this working).

I'm now trying this on my other Mac Laptop which is running 10.9.5 which leads me to realize that I originally mislabeled this thread as I am on Yosemite (as I can clearly see in my crash report 10.10.5)

Good news is I am seeing better results despite the fact that I don't have my BladeRF here at home.

One place that I had better luck installing gr-osmosdr is using these formulas:
https://github.com/dholm/homebrew-sdr

I ran

Code: Select all

$ brew tap homebrew/versions
$ brew install glfw3
$ brew install https://raw.githubusercontent.com/dholm/homebrew-sdr/master/gr-osmosdr.rb --HEAD
$ brew linkapps
Added:

Code: Select all

[grc]
local_blocks_path=/usr/local/Cellar/gr-osmosdr/HEAD/share/gnuradio/grc/blocks
To my ~/.gnuradio/config.conf

Now when running gnuradio-companion I see the SDR blocks without the Python errors as well as when I run:

Code: Select all

$ osmocom_fft
Mac OS; Clang version 6.0 (clang-600.0.57); Boost_105800; UHD_003.009.001-0-unknown

gr-osmosdr v0.1.4-48-g86ad5842 (0.1.5git) gnuradio 3.7.8
built-in source types: file fcd rtl rtl_tcp uhd bladerf rfspace soapy 

FATAL: No supported devices found to pick from.

Trying to fill up 1 missing channel(s) with null source(s).
This is being done to prevent the application from crashing
due to gnuradio bug #528.

Source has no sample rates (wrong device arguments?).
Which makes sense as my BladeRF isn't connected. Hopefully I will have some good news tomorrow, but this might help someone. I will continue to get to the bottom of the Yosemite Python issues and report on that. Following that I am on to Linux land and hope to get these running on a Udoo.

:geek: :D :ugeek:

OpenBTS here I come!
djdonovan
Posts: 14
Joined: Tue Oct 15, 2013 8:27 pm

Re: Mac 10.9.5 Challenges gnuradio and gr-osmosdr and gqrx

Post by djdonovan »

So the latest issue when trying to run the osmocom fft app

Code: Select all

$ osmocom_fft -a bladerf -v -f 900e6 -s 1e6
Mac OS; Clang version 6.0 (clang-600.0.57); Boost_105800; UHD_003.009.001-0-unknown

gr-osmosdr v0.1.4-48-g86ad5842 (0.1.5git) gnuradio 3.7.8
built-in source types: file fcd rtl rtl_tcp uhd bladerf rfspace soapy 
Opening nuand bladeRF with device identifier string: ""

FATAL: [bladeRF source] Failed to open bladeRF device 

Trying to fill up 1 missing channel(s) with null source(s).
This is being done to prevent the application from crashing
due to gnuradio bug #528.

Source has no sample rates (wrong device arguments?).
I can't run my brew installed version of gqrx now which is strange. But if/when I get that back up and running, I will try those values.

Couple other questions. Should I not have the BladeRF running in -i mode? Also it would be helpful if there was a way to debug connections to the board though the cli just to see if there are communications to the board from other applications.
djdonovan
Posts: 14
Joined: Tue Oct 15, 2013 8:27 pm

Re: Mac 10.9.5 Challenges gnuradio and gr-osmosdr and gqrx

Post by djdonovan »

So after reinstalling osmosdr and gqrx and using your parameters I am getting some action!

Still getting a Python error when trying to load osmocom_fft -a bladerf -v But I am making progress! Thanks again
gqrx.jpg
djdonovan
Posts: 14
Joined: Tue Oct 15, 2013 8:27 pm

Re: Mac 10.9.5 Challenges gnuradio and gr-osmosdr and gqrx

Post by djdonovan »

Another thing to note, don't run the bladerf-cli while trying to start gqrx. Obvious in hindsite, but good to be aware of:)
djdonovan
Posts: 14
Joined: Tue Oct 15, 2013 8:27 pm

Re: Mac 10.9.5 Challenges gnuradio and gr-osmosdr and gqrx

Post by djdonovan »

Couple more questions. To hear frequencies in the FM radio range, do I need the LF/MF/HF/VHF transporter?

Also I am tuned to 476.43750, shouldn't I be picking something up on Policeband? I'm on normal, narrow fm,
djdonovan
Posts: 14
Joined: Tue Oct 15, 2013 8:27 pm

Re: Mac 10.9.5 Challenges gnuradio and gr-osmosdr and gqrx

Post by djdonovan »

Another whoops moment on my end, I didn't have my RP-SMA to SMA plug adaptors in. :oops:

Getting some better reception now :mrgreen:
Post Reply