Error Msg when I click on the icon, running OSX Mavericks

344 views
Skip to first unread message

Joshua Miller

unread,
Nov 23, 2013, 5:31:22 PM11/23/13
to gq...@googlegroups.com

Error message saying:“Gqrx” can’t be opened because it is from an unidentified developerGqrx” , is on the disk image “gqrx-2.2.0-2.dmg”. Safari downloaded this disk image today at 5:22 PM from sourceforge.net.  I am running OSX Mavericks

Alexandru Csete

unread,
Nov 23, 2013, 5:40:30 PM11/23/13
to gq...@googlegroups.com
Hi Joshua,

The bundled Gqrx does not work with this new version of OS X, sorry.
You may try the one distributed through macports if you know how to
use that.

Alex

Anthony Jeffries

unread,
Nov 23, 2013, 6:31:11 PM11/23/13
to gq...@googlegroups.com
This is a new feature of OS X, starting with 10.7:

http://support.apple.com/kb/ht5290

That link gives directions on how to disable it on 10.7 and 10.8, and 10.9 is probably very similar.

On 11/23/13 2:31 PM, Joshua Miller wrote:
can�t be opened because it is from an unidentified developer

Ty Sarna

unread,
Jan 6, 2014, 10:44:47 PM1/6/14
to gq...@googlegroups.com
The warning is no big deal. Simply right-click the program and choose "Open" and you can bypass the security. You only have to do this once.

However, it still fails on Mavericks (10.9.1) due to trying to converting -Inf to an int. I'm including the full error report below.

Process:         Gqrx [1174]
Path:            /Applications/Gqrx.app/Contents/MacOS/Gqrx
Identifier:      com.yourcompany.Gqrx
Version:         ???
Code Type:       X86-64 (Native)
Parent Process:  launchd [175]
Responsible:     Gqrx [1174]
User ID:         3000

Date/Time:       2014-01-06 22:33:47.621 -0500
OS Version:      Mac OS X 10.9.1 (13B3116)
Report Version:  11
Anonymous UUID:  5A5A9CCF-C88C-F820-6CE9-CEC7AE4FBDC9

Sleep/Wake UUID: 5EBF9FD3-F58E-457A-B698-851CD2EB7148

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<f>(f): 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         0x00007fff94360866 __pthread_kill + 10
1   libsystem_pthread.dylib       0x00007fff9017635c pthread_kill + 92
2   libsystem_c.dylib             0x00007fff8d930bba abort + 125
3   libc++abi.dylib               0x00007fff8d9ff141 abort_message + 257
4   libc++abi.dylib               0x00007fff8da24aa4 default_terminate_handler() + 240
5   libobjc.A.dylib               0x00007fff92b88322 _objc_terminate() + 124
6   libc++abi.dylib               0x00007fff8da223e1 std::__terminate(void (*)()) + 8
7   libc++abi.dylib               0x00007fff8da21e6b __cxa_throw + 124
8   libgnuradio-blocks.3.7.0.dylib 0x000000010afdb1a7 void boost::throw_exception<boost::math::rounding_error>(boost::math::rounding_error const&) + 151
9   libgnuradio-blocks.3.7.0.dylib 0x000000010afdb038 void boost::math::policies::detail::raise_error<boost::math::rounding_error, float>(char const*, char const*, float const&) + 696
10  libgnuradio-blocks.3.7.0.dylib 0x000000010afdc689 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
11  libgnuradio-blocks.3.7.0.dylib 0x000000010afdc67a 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&) + 26
12  libgnuradio-filter.3.7.0.dylib 0x000000010b195f51 gr::filter::kernel::pfb_arb_resampler_ccf::pfb_arb_resampler_ccf(float, std::vector<float, std::allocator<float> > const&, unsigned int) + 1137
13  libgnuradio-filter.3.7.0.dylib 0x000000010b1a0748 gr::filter::pfb_arb_resampler_ccf_impl::pfb_arb_resampler_ccf_impl(float, std::vector<float, std::allocator<float> > const&, unsigned int) + 360
14  libgnuradio-filter.3.7.0.dylib 0x000000010b1a055d gr::filter::pfb_arb_resampler_ccf::make(float, std::vector<float, std::allocator<float> > const&, unsigned int) + 61
15  com.yourcompany.Gqrx           0x000000010ab2c28b resampler_cc::set_rate(float) + 683
16  com.yourcompany.Gqrx           0x000000010ab6cb3c nbrx::set_quad_rate(float) + 92
17  com.yourcompany.Gqrx           0x000000010ab1c19e receiver::set_input_rate(double) + 126
18  com.yourcompany.Gqrx           0x000000010ab11f72 MainWindow::loadConfig(QString, bool) + 3106
19  com.yourcompany.Gqrx           0x000000010ab1121d MainWindow::MainWindow(QString, bool, QWidget*) + 3725
20  com.yourcompany.Gqrx           0x000000010ab0afc3 main + 3571
21  com.yourcompany.Gqrx           0x000000010ab0a1c4 start + 52

Thread 1:
0   libsystem_kernel.dylib         0x00007fff94360e6a __workq_kernreturn + 10
1   libsystem_pthread.dylib       0x00007fff90176f08 _pthread_wqthread + 330
2   libsystem_pthread.dylib       0x00007fff90179fb9 start_wqthread + 13

Thread 2:: Dispatch queue: com.apple.libdispatch-manager
0   libsystem_kernel.dylib         0x00007fff94361662 kevent64 + 10
1   libdispatch.dylib             0x00007fff9018443d _dispatch_mgr_invoke + 239
2   libdispatch.dylib             0x00007fff90184152 _dispatch_mgr_thread + 52

Thread 3:
0   libsystem_kernel.dylib         0x00007fff94360e6a __workq_kernreturn + 10
1   libsystem_pthread.dylib       0x00007fff90176f08 _pthread_wqthread + 330
2   libsystem_pthread.dylib       0x00007fff90179fb9 start_wqthread + 13

Thread 4:
0   libsystem_kernel.dylib         0x00007fff94360e6a __workq_kernreturn + 10
1   libsystem_pthread.dylib       0x00007fff90176f08 _pthread_wqthread + 330
2   libsystem_pthread.dylib       0x00007fff90179fb9 start_wqthread + 13

Thread 5:
0   libsystem_kernel.dylib         0x00007fff94360e6a __workq_kernreturn + 10
1   libsystem_pthread.dylib       0x00007fff90176f08 _pthread_wqthread + 330
2   libsystem_pthread.dylib       0x00007fff90179fb9 start_wqthread + 13

Thread 6:
0   libsystem_kernel.dylib         0x00007fff9435ca1a mach_msg_trap + 10
1   libsystem_kernel.dylib         0x00007fff9435bd18 mach_msg + 64
2   com.apple.CoreFoundation       0x00007fff91521315 __CFRunLoopServiceMachPort + 181
3   com.apple.CoreFoundation       0x00007fff91520939 __CFRunLoopRun + 1161
4   com.apple.CoreFoundation       0x00007fff91520275 CFRunLoopRunSpecific + 309
5   com.apple.AppKit               0x00007fff8baf51ce _NSEventThread + 144
6   libsystem_pthread.dylib       0x00007fff90175899 _pthread_body + 138
7   libsystem_pthread.dylib       0x00007fff9017572a _pthread_start + 137
8   libsystem_pthread.dylib       0x00007fff90179fc9 thread_start + 13

Thread 7:
0   libsystem_kernel.dylib         0x00007fff94360e6a __workq_kernreturn + 10
1   libsystem_pthread.dylib       0x00007fff90176f08 _pthread_wqthread + 330
2   libsystem_pthread.dylib       0x00007fff90179fb9 start_wqthread + 13

Thread 8:
0   libsystem_kernel.dylib         0x00007fff94360e6a __workq_kernreturn + 10
1   libsystem_pthread.dylib       0x00007fff90176f08 _pthread_wqthread + 330
2   libsystem_pthread.dylib       0x00007fff90179fb9 start_wqthread + 13

Thread 9:
0   libsystem_kernel.dylib         0x00007fff94360e6a __workq_kernreturn + 10
1   libsystem_pthread.dylib       0x00007fff90176f08 _pthread_wqthread + 330
2   libsystem_pthread.dylib       0x00007fff90179fb9 start_wqthread + 13

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x00007fff7ac21310  rcx: 0x00007fff550f99f8  rdx: 0x0000000000000000
  rdi: 0x0000000000000707  rsi: 0x0000000000000006  rbp: 0x00007fff550f9a20  rsp: 0x00007fff550f99f8
   r8: 0x0000000000000002   r9: 0x00007fff8d958900  r10: 0x0000000008000000  r11: 0x0000000000000206
  r12: 0x00007fff550f9b80  r13: 0x00006180001685d8  r14: 0x0000000000000006  r15: 0x00007fff550f9a60
  rip: 0x00007fff94360866  rfl: 0x0000000000000206  cr2: 0x000000010ab7a000
  
Logical CPU:     0
Error Code:      0x02000148
Trap Number:     133


Binary Images:
       0x10ab05000 -        0x10ac1bff7 +com.yourcompany.Gqrx (???) <F6D54B72-92B1-3E52-AB2A-CCAE5367067B> /Applications/Gqrx.app/Contents/MacOS/Gqrx
       0x10ac6c000 -        0x10ac6fff7 +libboost_system-mt.dylib (0) <34DAECFB-23EC-388A-8B14-C23B24DB9F43> /Applications/Gqrx.app/Contents/Frameworks/libboost_system-mt.dylib
       0x10ac76000 -        0x10acb3fff +libboost_program_options-mt.dylib (0) <14F92FFC-A741-34FE-BC74-22C833CD880C> /Applications/Gqrx.app/Contents/Frameworks/libboost_program_options-mt.dylib
       0x10acf5000 -        0x10ad8bff7 +libgnuradio-runtime.3.7.0.dylib (0) <286511E7-6AA6-3396-B6C6-9D89AADA939D> /Applications/Gqrx.app/Contents/Frameworks/libgnuradio-runtime.3.7.0.dylib
       0x10ade9000 -        0x10ae27ff7 +libgnuradio-pmt.3.7.0.dylib (0) <052AA4C8-00EA-31E8-89A3-ED9A1D58B797> /Applications/Gqrx.app/Contents/Frameworks/libgnuradio-pmt.3.7.0.dylib
       0x10ae4c000 -        0x10ae75fff +libgnuradio-audio.3.7.0.dylib (0) <C0B79F86-ED16-3B23-86F7-D76E2E8D641F> /Applications/Gqrx.app/Contents/Frameworks/libgnuradio-audio.3.7.0.dylib
       0x10ae92000 -        0x10aed5fff +libgnuradio-analog.3.7.0.dylib (0) <69D5FEE1-6B3E-3876-858F-E3B17D904356> /Applications/Gqrx.app/Contents/Frameworks/libgnuradio-analog.3.7.0.dylib
       0x10af26000 -        0x10b044ff7 +libgnuradio-blocks.3.7.0.dylib (0) <0B03587E-5199-37AF-856C-F3462F409573> /Applications/Gqrx.app/Contents/Frameworks/libgnuradio-blocks.3.7.0.dylib
       0x10b158000 -        0x10b1d0fff +libgnuradio-filter.3.7.0.dylib (0) <6054024D-E305-3A8D-8AD7-C3B0F89A9F9F> /Applications/Gqrx.app/Contents/Frameworks/libgnuradio-filter.3.7.0.dylib
       0x10b22a000 -        0x10b23cff7 +libgnuradio-fft.3.7.0.dylib (0) <C8135B7C-3107-3274-868C-F69334C18AFD> /Applications/Gqrx.app/Contents/Frameworks/libgnuradio-fft.3.7.0.dylib
       0x10b257000 -        0x10b2d7ff7 +libgnuradio-osmosdr.0.1.1git.dylib (0) <279EFA64-2A6B-3DE3-9C99-D0002D7AA4D2> /Applications/Gqrx.app/Contents/Frameworks/libgnuradio-osmosdr.0.1.1git.dylib
       0x10b322000 -        0x10b332ff7 +libportaudio.2.dylib (3) <6F30EB42-683B-38EA-8679-A1CD9D270EF4> /Applications/Gqrx.app/Contents/Frameworks/libportaudio.2.dylib
       0x10b337000 -        0x10b37efff +QtSvg (4.8.5) <3B7BD400-B13A-328F-BF4D-6593C521579B> /Applications/Gqrx.app/Contents/Frameworks/QtSvg.framework/Versions/4/QtSvg
       0x10b39a000 -        0x10bcc8ff7 +QtGui (4.8.5) <280D0BD2-C5B7-317B-B641-163CBA4067CB> /Applications/Gqrx.app/Contents/Frameworks/QtGui.framework/Versions/4/QtGui
       0x10be76000 -        0x10c110fff +QtCore (4.8.5) <93C22088-A133-34E4-8E5D-2ECA9F6225A3> /Applications/Gqrx.app/Contents/Frameworks/QtCore.framework/Versions/4/QtCore
       0x10c17d000 -        0x10c1ffff7 +libvolk.0.0.0.dylib (0) <EEE8DC09-B3A8-3BD8-A6B9-4FD00B6ABAF9> /Applications/Gqrx.app/Contents/Frameworks/libvolk.0.0.0.dylib
       0x10c213000 -        0x10c219ff7 +libboost_date_time-mt.dylib (0) <A9494C0F-B446-302C-854F-DBF9CB4B9B37> /Applications/Gqrx.app/Contents/Frameworks/libboost_date_time-mt.dylib
       0x10c225000 -        0x10c234ff7 +libboost_filesystem-mt.dylib (0) <292AF9E2-D464-3994-8A97-338608B94C1C> /Applications/Gqrx.app/Contents/Frameworks/libboost_filesystem-mt.dylib
       0x10c241000 -        0x10c24ffff +libboost_thread-mt.dylib (0) <90D975FD-5D2C-315E-8AC5-D487AA0A6356> /Applications/Gqrx.app/Contents/Frameworks/libboost_thread-mt.dylib
       0x10c262000 -        0x10c288fff +liblog4cpp.5.dylib (6.6) <D3F124DE-3431-34B4-B2D5-E9D4F2DA7EA2> /Applications/Gqrx.app/Contents/Frameworks/liblog4cpp.5.dylib
       0x10c2a1000 -        0x10c313ff7 +liborc-0.4.0.dylib (18) <094EA6A9-9570-3831-ADA6-1F2BFE243FE7> /Applications/Gqrx.app/Contents/Frameworks/liborc-0.4.0.dylib
       0x10c320000 -        0x10c4d2fff +libfftw3f.3.dylib (7.2) <E2777350-1B53-30E2-91B2-6714E2E82A23> /Applications/Gqrx.app/Contents/Frameworks/libfftw3f.3.dylib
       0x10c4ef000 -        0x10c4f2fff +libfftw3f_threads.3.dylib (7.2) <0596D889-51E8-3626-BAF9-9E13A60CE222> /Applications/Gqrx.app/Contents/Frameworks/libfftw3f_threads.3.dylib
       0x10c4f7000 -        0x10c4f9ff7 +libosmosdr.0.dylib (0) <79BC1AF4-D740-3F9F-B4C1-63EA8EAF43A9> /Applications/Gqrx.app/Contents/Frameworks/libosmosdr.0.dylib
       0x10c503000 -        0x10c514ff7 +libgnuradio-fcd.3.7.0.dylib (0) <BCF481C5-1C97-3E64-916E-34D64F692AC9> /Applications/Gqrx.app/Contents/Frameworks/libgnuradio-fcd.3.7.0.dylib
       0x10c523000 -        0x10c532ff7 +libgnuradio-fcdproplus.dylib (0) <450EE7F2-73BA-3075-9AFF-4430681C9F95> /Applications/Gqrx.app/Contents/Frameworks/libgnuradio-fcdproplus.dylib
       0x10c541000 -        0x10c550ff7 +librtlsdr.0.dylib (0.5) <EE395E48-E505-3687-A51C-500EB9A28A90> /Applications/Gqrx.app/Contents/Frameworks/librtlsdr.0.dylib
       0x10c55a000 -        0x10c57fff7 +libgnuradio-uhd.3.7.0.dylib (0) <74D25808-5B76-35CD-92C6-3FC1C0987ADA> /Applications/Gqrx.app/Contents/Frameworks/libgnuradio-uhd.3.7.0.dylib
       0x10c5a8000 -        0x10c987fff +libuhd.003.dylib (3.5) <299096CC-F8EB-36C2-AA13-6B50EC9471E9> /Applications/Gqrx.app/Contents/Frameworks/libuhd.003.dylib
       0x10cb85000 -        0x10cb88ff7 +libhackrf.0.dylib (0.2) <5072B0D6-B4D0-35BD-B7FA-1F204E496A36> /Applications/Gqrx.app/Contents/Frameworks/libhackrf.0.dylib
       0x10cb92000 -        0x10cb9fff7 +libusb-1.0.0.dylib (2) <7BA1B80C-3415-322A-802B-D77F937F8E67> /Applications/Gqrx.app/Contents/Frameworks/libusb-1.0.0.dylib
       0x10cba5000 -        0x10cc6ffff +libboost_regex-mt.dylib (0) <B7975E74-9442-3889-AE6B-9A4A70A0A5B3> /Applications/Gqrx.app/Contents/Frameworks/libboost_regex-mt.dylib
       0x10cce7000 -        0x10cd49fff +libboost_unit_test_framework-mt.dylib (0) <DE9F61F9-B7EE-3EC2-AEFE-C39A66F7B422> /Applications/Gqrx.app/Contents/Frameworks/libboost_unit_test_framework-mt.dylib
       0x10cdb0000 -        0x10cec0fff +libicuuc.51.dylib (51.2) <D199FB30-2FB6-32C2-8B5E-BA12B0B3AD0F> /Applications/Gqrx.app/Contents/Frameworks/libicuuc.51.dylib
       0x10cf09000 -        0x10d07cff7 +libicui18n.51.dylib (51.2) <B891C44C-79E5-3728-A597-184077F3B0CC> /Applications/Gqrx.app/Contents/Frameworks/libicui18n.51.dylib
       0x10d0f8000 -        0x10e641fff +libicudata.51.dylib (51.2) <2E7A9537-57E9-3C1C-B760-39E60F722C88> /Applications/Gqrx.app/Contents/Frameworks/libicudata.51.dylib
       0x10e647000 -        0x10e658fff +libz.1.dylib (1.2.8) <2FA66C30-65DE-3D33-9014-73C171F82CC1> /Applications/Gqrx.app/Contents/Frameworks/libz.1.dylib
       0x10e660000 -        0x10e684fff +libpng15.15.dylib (33) <8A144BC2-8438-3CD4-9C32-D79E6B999B5D> /Applications/Gqrx.app/Contents/Frameworks/libpng15.15.dylib
       0x10ff51000 -        0x10ff6cff9  com.apple.security.csparser (3.0 - 55471) <0FA462BA-746F-3ACB-A90D-DCC7F280482B> /System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/MacOS/csparser
       0x10ff80000 -        0x110023ff7  ColorSyncDeprecated.dylib (426) <3F292BA5-9385-371D-9C2E-80829E256099> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib
       0x11006b000 -        0x110073ff3  libCGCMS.A.dylib (599.7) <92AA4E85-7633-36E2-BAD0-7B1A2E48E75C> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS.A.dylib
       0x11007b000 -        0x1100a3ffb  libRIP.A.dylib (599.7) <F1214A73-9E1C-313E-8F69-A43C9D3CBC1C> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
       0x1100b3000 -        0x1100b6ffa  libCGXType.A.dylib (599.7) <2FC9C2BC-B5C5-3C27-93F9-51C6C4512E9D> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
       0x1100be000 -        0x1100c2ffd  com.apple.audio.AppleHDAHALPlugIn (2.5.8 - 2.5.8fc1) <934FD672-BC5E-3E13-9E0F-9F788C367045> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
       0x110a98000 -        0x110aa0ff7 +libqsvgicon.dylib (0) <1EAE4F93-139C-34F3-8746-A8AC5C1C4F27> /Applications/Gqrx.app/Contents/PlugIns/iconengines/libqsvgicon.dylib
       0x110aa5000 -        0x110ae5fff +QtXml (4.8.5) <D8D9108D-1DA3-3662-A585-43084CD8F981> /Applications/Gqrx.app/Contents/Frameworks/QtXml.framework/Versions/4/QtXml
       0x11676d000 -        0x116775ff7  com.apple.iokit.IOUSBLib (656.4.0 - 656.4.0) <AD371562-F4B1-30CA-8D33-2AAB7D6B44F8> /System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/IOUSBLib.bundle/Contents/MacOS/IOUSBLib
    0x7fff62a83000 -     0x7fff62ab6817  dyld (239.3) <D1DFCF3F-0B0C-332A-BCC0-87A851B570FF> /usr/lib/dyld
    0x7fff89ca1000 -     0x7fff89ccdfff  com.apple.CoreServicesInternal (184.8 - 184.8) <651F4E1B-339B-3ED6-8F38-B03D0D2E5D04> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff8a043000 -     0x7fff8a0ccfff  com.apple.ColorSync (4.9.0 - 4.9.0) <E7E0D542-D77A-3E32-B146-4D0FEAF282D3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff8a0cd000 -     0x7fff8a0daff4  com.apple.Librarian (1.2 - 1) <2F677B44-BCA3-313B-881E-EE322E865100> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
    0x7fff8a190000 -     0x7fff8a1c1fff  com.apple.MediaKit (15 - 709) <4AC5B9D8-7204-3CF2-AB58-69EFCDD964FC> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x7fff8a1de000 -     0x7fff8a1e1ff7  libdyld.dylib (239.3) <1767060C-6E76-3149-B991-8FEA14B8352C> /usr/lib/system/libdyld.dylib
    0x7fff8a1f9000 -     0x7fff8a23eff6  com.apple.HIServices (1.22 - 466) <21807AF8-3BC7-32BB-AB96-7C35CB59D7F6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff8a675000 -     0x7fff8a68cfff  com.apple.CFOpenDirectory (10.9 - 173.1.1) <3FB4D5FE-860B-3BDE-BAE2-3531D919EF10> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff8ab90000 -     0x7fff8add8fff  com.apple.CoreData (107 - 481) <F4C908C1-CB2F-34B7-9EB0-872057322739> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff8add9000 -     0x7fff8aec7fff  libJP2.dylib (1038) <1DC18933-53D6-335A-AA84-0366C9ACDFD8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff8aec8000 -     0x7fff8aeccfff  com.apple.CommonPanels (1.2.6 - 96) <5744A1F1-1FA5-35DD-B924-F8983E81FC76> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff8aecd000 -     0x7fff8b03dff6  com.apple.CFNetwork (673.0.3 - 673.0.3) <42CFC3DB-35C8-3652-AF37-4BCC73D8BDEF> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff8b03e000 -     0x7fff8b067fff  com.apple.DictionaryServices (1.2 - 208) <A4E4EA9E-08A1-3F77-8B57-A5A1ADD70B52> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff8b3c1000 -     0x7fff8b3c4ffc  com.apple.IOSurface (91 - 91) <812F4D48-6FD4-3DCB-8691-B077EBF981D7> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff8b471000 -     0x7fff8b555fff  com.apple.coreui (2.1 - 231) <A7942BEE-E6BA-3A68-8EA0-57A8A9066B2D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff8b55c000 -     0x7fff8b560ff7  libcache.dylib (62) <8C1EFC4F-3F51-3DE9-A973-360B461F3D65> /usr/lib/system/libcache.dylib
    0x7fff8b7dc000 -     0x7fff8b7ecfff  libbsm.0.dylib (33) <2CAC00A2-1352-302A-88FA-C567D4D69179> /usr/lib/libbsm.0.dylib
    0x7fff8b7f0000 -     0x7fff8b7fefff  com.apple.opengl (9.3.1 - 9.3.1) <EEE2EBC1-866C-3947-9D03-B8339E948D77> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff8b8c3000 -     0x7fff8b927ff3  com.apple.datadetectorscore (5.0 - 354.0) <25525311-E3A2-3D06-9010-DDB12A936E88> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff8b928000 -     0x7fff8b930ffc  libGFXShared.dylib (9.3.1) <1503C66D-9CE6-36C5-8669-2534776F371F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff8b931000 -     0x7fff8c4a5ff7  com.apple.AppKit (6.9 - 1265) <70472D45-5B9E-36BE-8EA3-007E69AC2169> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff8c4a6000 -     0x7fff8c4a7ff7  com.apple.print.framework.Print (9.0 - 260) <C4C40E2E-6130-3D73-B1EF-97FF3F70CF2C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff8c511000 -     0x7fff8c54aff7  com.apple.QD (3.50 - 298) <5343278D-47B7-3AF2-9B4B-4B8B0F942CD1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff8c54c000 -     0x7fff8c59ffff  com.apple.ScalableUserInterface (1.0 - 1) <19D73C6D-CA0A-3230-9644-7F01364137ED> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
    0x7fff8cac2000 -     0x7fff8cb42fff  com.apple.CoreSymbolication (3.0 - 141) <37087FDB-874D-3FE2-9874-B047CC9BE910> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff8cb43000 -     0x7fff8cc0efff  libvDSP.dylib (423.32) <3BF732BE-DDE0-38EB-8C54-E4E3C64F77A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff8cfc8000 -     0x7fff8cfe4fff  libresolv.9.dylib (54) <11C2C826-F1C6-39C6-B4E8-6E0C41D4FA95> /usr/lib/libresolv.9.dylib
    0x7fff8cfe5000 -     0x7fff8cff5ffb  libsasl2.2.dylib (170) <C8E25710-68B6-368A-BF3E-48EC7273177B> /usr/lib/libsasl2.2.dylib
    0x7fff8cff6000 -     0x7fff8d047ff3  com.apple.audio.CoreAudio (4.2.0 - 4.2.0) <EAC1821B-CD20-30E3-BF95-C1839CA97BF7> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff8d0a6000 -     0x7fff8d0cbff7  com.apple.ChunkingLibrary (2.0 - 155.1) <B49408CD-ECE8-3785-84A4-45B03882574A> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x7fff8d0dc000 -     0x7fff8d0deff7  com.apple.securityhi (9.0 - 55005) <405E2BC6-2B6F-3B6B-B48E-2FD39214F052> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff8d0e9000 -     0x7fff8d0f0fff  com.apple.NetFS (6.0 - 4.0) <D4FE0F16-3085-34AF-B860-3D46B98FAD2A> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff8d468000 -     0x7fff8d4c3ffb  com.apple.AE (665.5 - 665.5) <3558CC9A-FD30-3DAD-AB40-FE6828E76FE1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff8d4c4000 -     0x7fff8d4d1ff7  libxar.1.dylib (202) <5572AA71-E98D-3FE1-9402-BB4A84E0E71E> /usr/lib/libxar.1.dylib
    0x7fff8d6ef000 -     0x7fff8d717ffb  libxslt.1.dylib (13) <C9794936-633C-3F0C-9E71-30190B9B41C1> /usr/lib/libxslt.1.dylib
    0x7fff8d747000 -     0x7fff8d755fff  com.apple.CommerceCore (1.0 - 42) <398E733A-C4F6-3ECF-805C-A4887C16679E> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
    0x7fff8d7f2000 -     0x7fff8d7f3ffb  libremovefile.dylib (33) <26266E3F-FDDC-3CFC-B27F-78B49BDC9BDC> /usr/lib/system/libremovefile.dylib
    0x7fff8d7f4000 -     0x7fff8d8d3fff  libcrypto.0.9.8.dylib (50) <09DCEDDF-2892-32B8-B689-CBE31A549F2B> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff8d8d4000 -     0x7fff8d95dff7  libsystem_c.dylib (997.1.1) <01F576D9-9718-3D99-A8EA-ACFD6CBBB51E> /usr/lib/system/libsystem_c.dylib
    0x7fff8d9d5000 -     0x7fff8d9d5ffd  com.apple.audio.units.AudioUnit (1.9 - 1.9) <E80678A4-32A1-3654-8040-88D434E36F01> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff8d9d6000 -     0x7fff8d9fdffb  libsystem_info.dylib (449.1.3) <395D8CD6-616A-3BD3-A195-C6D68EB9AB22> /usr/lib/system/libsystem_info.dylib
    0x7fff8d9fe000 -     0x7fff8da27ff7  libc++abi.dylib (48) <8C16158F-CBF8-3BD7-BEF4-022704B2A326> /usr/lib/libc++abi.dylib
    0x7fff8da28000 -     0x7fff8da43ff7  libPng.dylib (1038) <08A42D4F-0320-3481-BD85-AFD95554F9DD> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff8da7e000 -     0x7fff8da97ff7  com.apple.Kerberos (3.0 - 1) <59427E11-37D6-34C9-95BB-D4438BFACA5B> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff8da98000 -     0x7fff8da9cff7  libheimdal-asn1.dylib (323.12) <063A01C2-E547-39D9-BB42-4CC8E64ADE70> /usr/lib/libheimdal-asn1.dylib
    0x7fff8daa2000 -     0x7fff8daaffff  com.apple.Sharing (132.2 - 132.2) <3DFB1133-8FD3-3B60-8E9C-0FE62AACFD7B> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff8dacb000 -     0x7fff8db1dfff  libc++.1.dylib (120) <2CB96D10-1E3E-39B1-B90D-C56C3818321E> /usr/lib/libc++.1.dylib
    0x7fff8db74000 -     0x7fff8dbccff7  com.apple.Symbolication (1.4 - 129) <16D42516-7B5E-357C-898A-FAA9EE7642B3> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fff8dc2c000 -     0x7fff8dc2ffff  com.apple.help (1.3.3 - 46) <6D71C959-D421-372B-A160-5317B4921F4D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff8dc30000 -     0x7fff8dc52fff  com.apple.framework.familycontrols (4.1 - 410) <7964B5AE-F6C7-3E5C-A619-4EFE70D2D0C8> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x7fff8dc53000 -     0x7fff8dcb6ff7  com.apple.SystemConfiguration (1.13 - 1.13) <F05F4149-981B-380B-8F50-51CE804BBB89> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff8dcb7000 -     0x7fff8df0fff1  com.apple.security (7.0 - 55471) <233831C5-C457-3AD5-AFE7-E3E2DE6929C9> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff8df10000 -     0x7fff8df21ff7  libz.1.dylib (53) <4C5FA1A5-4471-398E-9543-2E54D46E63E9> /usr/lib/libz.1.dylib
    0x7fff8df22000 -     0x7fff8df2aff7  com.apple.speech.recognition.framework (4.2.4 - 4.2.4) <A816D8B1-6B7B-3E5B-9FAE-CBDA70192E7E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff8df56000 -     0x7fff8df6eff7  com.apple.openscripting (1.4 - 157) <B3B037D7-1019-31E6-9D17-08E699AF3701> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff8df79000 -     0x7fff8df91ff7  com.apple.GenerationalStorage (2.0 - 160.2) <DC0236CC-A0F7-31DA-A201-09D4319BE96E> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fff8e00a000 -     0x7fff8e063fff  libTIFF.dylib (1038) <965DD031-9246-3588-AC53-D284174F77FF> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff8e064000 -     0x7fff8e06fff7  com.apple.DirectoryService.Framework (10.9 - 173.1.1) <F8566D1F-450F-3571-911F-75C68E45919F> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
    0x7fff8e070000 -     0x7fff8e075fff  libmacho.dylib (845) <B2BE3C25-CF1F-309B-AB99-1F0B54621445> /usr/lib/system/libmacho.dylib
    0x7fff8e076000 -     0x7fff8e147ff1  com.apple.DiskImagesFramework (10.9 - 371.1) <D456ED08-4C1D-341F-BAB8-85E34A7275C5> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x7fff8e155000 -     0x7fff8e15fff7  libcsfde.dylib (380) <48C0E3BA-ECE7-3337-918C-E65B4A5F0593> /usr/lib/libcsfde.dylib
    0x7fff8e160000 -     0x7fff8e251ff9  libiconv.2.dylib (41) <BB44B115-AC32-3877-A0ED-AEC6232A4563> /usr/lib/libiconv.2.dylib
    0x7fff8e252000 -     0x7fff8e2e1fff  com.apple.Metadata (10.7.0 - 800.12.2) <A9F5D471-8732-3F95-A4A2-33864B92A181> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff8e2e2000 -     0x7fff8e3ccfff  libsqlite3.dylib (158) <447AA928-BCF7-3779-A7E5-210F264E0316> /usr/lib/libsqlite3.dylib
    0x7fff8e4ab000 -     0x7fff8e4abffd  libOpenScriptingUtil.dylib (157) <19F0E769-0989-3062-9AFB-8976E90E9759> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff8e4ac000 -     0x7fff8e4b7ff7  com.apple.NetAuth (5.0 - 5.0) <C811E662-9EC3-3B74-808A-A75D624F326B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff8e4b8000 -     0x7fff8e762ffd  com.apple.HIToolbox (2.1 - 696) <1CFFF37B-C392-3088-B0A4-C08C55B2AF8F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff8e86f000 -     0x7fff8e877fff  libsystem_dnssd.dylib (522.1.11) <AEA21060-EFAA-3C63-8D53-CB22EE8B507C> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff8eaac000 -     0x7fff8eaadfff  com.apple.TrustEvaluationAgent (2.0 - 25) <334A82F4-4AE4-3719-A511-86D0B0723E2B> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff8eaae000 -     0x7fff8eab0ff3  libsystem_configuration.dylib (596.12) <9883100A-4D35-3D84-99B7-1CE999AE110A> /usr/lib/system/libsystem_configuration.dylib
    0x7fff8eaef000 -     0x7fff8eaf8fff  com.apple.CommonAuth (4.0 - 2.0) <1D263127-5F27-3128-996D-7397660D0C6E> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff8eaf9000 -     0x7fff8eb84fff  libCoreStorage.dylib (380) <D431A980-5CEF-32DA-8955-EC34B3DA64D9> /usr/lib/libCoreStorage.dylib
    0x7fff8ee14000 -     0x7fff8ee16fff  libRadiance.dylib (1038) <144F03D8-FA55-38A3-8A2D-4B4ABDB78B28> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff8ee1c000 -     0x7fff8f11bfff  com.apple.Foundation (6.9 - 1056) <C59C6204-7259-3541-A131-A21DB3253373> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff8f16e000 -     0x7fff8f1ddff1  com.apple.ApplicationServices.ATS (360 - 363.1) <66592095-6947-39BE-9C25-9504CB48258D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff8f1de000 -     0x7fff8f20dfd2  libsystem_m.dylib (3047.16) <9D96AACD-5870-3A5C-B849-7F9C0F6EBB09> /usr/lib/system/libsystem_m.dylib
    0x7fff8f20e000 -     0x7fff8f20efff  com.apple.Cocoa (6.8 - 20) <1482E95B-0C26-38AF-9A44-50ADE6C0876C> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff8f3d4000 -     0x7fff8f3f8fff  libxpc.dylib (300.1.17) <1BB4598D-19ED-3A31-AFD2-C90DD2652CFD> /usr/lib/system/libxpc.dylib
    0x7fff8f792000 -     0x7fff8f85bfff  com.apple.LaunchServices (572.23 - 572.23) <8D955BDE-2C4C-3DD4-B4D7-2D916174FE1D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff8f87e000 -     0x7fff8f9d1ff7  com.apple.audio.toolbox.AudioToolbox (1.9 - 1.9) <1659DBBF-92AA-3695-8ADE-CC115B01EFC4> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff8f9ee000 -     0x7fff8fa00fff  com.apple.ImageCapture (9.0 - 9.0) <D9269440-8E56-3C03-88F5-F8AD662D17DB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff8fa01000 -     0x7fff8fa8dff7  com.apple.ink.framework (10.9 - 207) <96A56EAC-B4AC-3C9A-8C40-64E6196753CC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff8fa8e000 -     0x7fff8fad3ff7  libcurl.4.dylib (78) <A34867CA-FA29-33CB-83DC-1D13A1F0EEDE> /usr/lib/libcurl.4.dylib
    0x7fff8fad5000 -     0x7fff8fb4cfff  com.apple.CoreServices.OSServices (600.4 - 600.4) <80E7B419-A0D5-373B-B2B5-88E6A8CD3AE6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff8fb4f000 -     0x7fff8fb50ff7  libsystem_sandbox.dylib (278.10) <273400C7-F4E2-393C-BC9A-9042490ACED0> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff8fb51000 -     0x7fff8fc56fff  com.apple.ImageIO.framework (3.3.0 - 1038) <355B8338-9DD8-3E2E-8758-E1C852403DEF> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff8fc57000 -     0x7fff8fc68ff7  libsystem_asl.dylib (217.1.4) <B983CA60-F418-317B-B142-48A6376564FC> /usr/lib/system/libsystem_asl.dylib
    0x7fff8fc69000 -     0x7fff8fc8eff7  com.apple.CoreVideo (1.8 - 117.2) <FE12553A-9B5A-337E-92BD-EA8A8194C91A> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff8fd70000 -     0x7fff8fd70fff  com.apple.CoreServices (59 - 59) <67A369BA-2326-383F-995B-853DAD7BFF43> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff8fe6e000 -     0x7fff8fe77ff3  libsystem_notify.dylib (121) <31F9FEF5-2897-328A-8441-B7BDFEDB10D4> /usr/lib/system/libsystem_notify.dylib
    0x7fff8fe78000 -     0x7fff8fe91ff7  com.apple.Ubiquity (1.3 - 289) <664F5B33-708D-33E9-81E1-C45CBE9AAB6E> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x7fff8feaf000 -     0x7fff8fef6fff  libFontRegistry.dylib (127) <401FA61F-4276-3296-9BFF-EC6EA7D7EDDE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff8ff3d000 -     0x7fff8ff4aff0  libbz2.1.0.dylib (29) <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib
    0x7fff8ff4b000 -     0x7fff8ff54fff  com.apple.speech.synthesis.framework (4.6.2 - 4.6.2) <0AAE45F0-FC6E-36B6-A6A7-73E6950A74AC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff900cc000 -     0x7fff900ccfff  com.apple.Accelerate (1.9 - Accelerate 1.9) <CFEF9CBE-4A1A-33FD-9174-D44314BB28F3> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff9012e000 -     0x7fff90140ff7  com.apple.MultitouchSupport.framework (245.13 - 245.13) <D5E7416D-45AB-3690-86C6-CC4B5FCEA2D2> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff90141000 -     0x7fff90146ff7  libunwind.dylib (35.3) <95D4D118-3368-3474-989D-271DE18C8365> /usr/lib/system/libunwind.dylib
    0x7fff90174000 -     0x7fff9017bff7  libsystem_pthread.dylib (53.1.4) <9DA50FD0-D9AC-3051-AD4B-BA0D745BC49C> /usr/lib/system/libsystem_pthread.dylib
    0x7fff9017c000 -     0x7fff90180ff7  libGIF.dylib (1038) <F0B66751-0D4A-33B7-91C9-51B937B4D6D0> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff90181000 -     0x7fff9019bfff  libdispatch.dylib (339.1.9) <D133504D-CD45-33B1-A331-AAE02D9C0CB2> /usr/lib/system/libdispatch.dylib
    0x7fff908f7000 -     0x7fff9095bff9  com.apple.Heimdal (4.0 - 2.0) <5113294E-B07E-3E42-8CE1-5E4AD4120C92> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff90b89000 -     0x7fff914a51bf  com.apple.CoreGraphics (1.600.0 - 599.7) <013A0B45-B8A4-3159-83C3-5A36CDB4F2C7> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff914b0000 -     0x7fff91695ff7  com.apple.CoreFoundation (6.9 - 855.11) <DE55D963-05E1-3E4E-AFFC-B0784891016C> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff91699000 -     0x7fff916a3ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <9556885C-22DD-3392-ACCB-2B413434D8D3> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff91906000 -     0x7fff91909ff7  com.apple.LoginUICore (3.0 - 3.0) <1ECBDA90-D6ED-3333-83EB-9C8232DFAD7C> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore.framework/Versions/A/LoginUICore
    0x7fff9190a000 -     0x7fff91914fff  libcommonCrypto.dylib (60049) <79B8E80F-E596-3302-8243-EC479B9546CA> /usr/lib/system/libcommonCrypto.dylib
    0x7fff91915000 -     0x7fff91944ff5  com.apple.GSS (4.0 - 2.0) <0284500B-47BA-3FE8-A5B4-22A0E8D80783> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff91945000 -     0x7fff91948fff  com.apple.TCC (1.0 - 1) <F25B5875-081A-3877-B70E-374D54B54C5F> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff91949000 -     0x7fff9194aff7  libsystem_blocks.dylib (63) <FB856CD1-2AEA-3907-8E9B-1E54B6827F82> /usr/lib/system/libsystem_blocks.dylib
    0x7fff91970000 -     0x7fff91972ffb  libutil.dylib (34) <DAC4A6CF-A1BB-3874-9569-A919316D30E8> /usr/lib/libutil.dylib
    0x7fff9197d000 -     0x7fff919cbfff  libcorecrypto.dylib (161.1) <F3973C28-14B6-3006-BB2B-00DD7F09ABC7> /usr/lib/system/libcorecrypto.dylib
    0x7fff91a0b000 -     0x7fff91a3ffff  libssl.0.9.8.dylib (50) <B15F967C-B002-36C2-9621-3456D8509F50> /usr/lib/libssl.0.9.8.dylib
    0x7fff91a53000 -     0x7fff91a77ff7  libJPEG.dylib (1038) <F62F35B6-B350-3DF7-8815-5BECE32EBFCD> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff91ae4000 -     0x7fff91ae6fff  com.apple.EFILogin (2.0 - 2) <84014F35-7E0E-3270-819A-48ECCADA687E> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
    0x7fff91ae7000 -     0x7fff91b28fff  com.apple.PerformanceAnalysis (1.47 - 47) <784ED7B8-FAE4-36CE-8C76-B7D300316C9F> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff91b29000 -     0x7fff91b44ff7  libsystem_malloc.dylib (23.1.10) <F1AA887E-FC96-3F40-A4BA-9E16C1865821> /usr/lib/system/libsystem_malloc.dylib
    0x7fff91bdd000 -     0x7fff91bdeff7  libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff91bdf000 -     0x7fff91c19ff3  com.apple.bom (12.0 - 192) <9756CAB3-7802-38B0-80CF-3527D160E59F> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x7fff9213f000 -     0x7fff921acfff  com.apple.SearchKit (1.4.0 - 1.4.0) <33298263-5B12-340D-BB9D-D52303849561> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff921d0000 -     0x7fff921d7ff3  libcopyfile.dylib (103) <6453487A-EDA5-353C-8351-1AABB3C7777C> /usr/lib/system/libcopyfile.dylib
    0x7fff921ec000 -     0x7fff921f7fff  libGL.dylib (9.3.1) <D643A325-3257-373A-A8C1-035E9F0484B0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff921f8000 -     0x7fff92204ff7  com.apple.OpenDirectory (10.9 - 173.1.1) <6B78BD7B-5622-38E6-8FC6-86A117E3ACCA> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff92318000 -     0x7fff92319fff  libunc.dylib (28) <C3737C9A-C06F-310C-B78C-7D8D882A35DE> /usr/lib/system/libunc.dylib
    0x7fff9231a000 -     0x7fff92349fff  com.apple.DebugSymbols (106 - 106) <9F66640E-277C-317E-A01E-A1E5B13E2592> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff9234a000 -     0x7fff92356ff3  com.apple.AppleFSCompression (56 - 1.0) <1EBCFC91-734D-338B-8796-4B93BDC53014> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fff92357000 -     0x7fff92359fff  libCVMSPluginSupport.dylib (9.3.1) <7858AEA7-EE20-3BF7-9995-3F58C5C3970C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff9235a000 -     0x7fff923c4ff7  com.apple.framework.IOKit (2.0.1 - 907.1.13) <C1E95F5C-B79B-31BE-9F2A-1B25163C1F16> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff92b7a000 -     0x7fff92d27f27  libobjc.A.dylib (551.1) <F21C5742-7B9C-31F1-BBAE-1717BC6C2F1B> /usr/lib/libobjc.A.dylib
    0x7fff92d28000 -     0x7fff92e96ff7  libBLAS.dylib (1094.5) <D862E2B7-91FA-3704-8F62-C1B65D381A84> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff92ed2000 -     0x7fff92ed2fff  com.apple.Carbon (154 - 157) <14069023-0BBB-3925-9BA9-EB2C9E9B8C75> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff92ed3000 -     0x7fff92ed4fff  liblangid.dylib (117) <9546E641-F730-3AB0-B3CD-E0E2FDD173D9> /usr/lib/liblangid.dylib
    0x7fff92ed5000 -     0x7fff92ed7ff7  libquarantine.dylib (71) <973BE51D-6465-392F-9099-D4AB21BF0D25> /usr/lib/system/libquarantine.dylib
    0x7fff92f3f000 -     0x7fff92f8cff2  com.apple.print.framework.PrintCore (9.0 - 428) <A2F7B9D2-7907-31D8-8462-E2E2E7C3AF2E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff92f8d000 -     0x7fff92f94fff  libcompiler_rt.dylib (35) <2A890004-0A78-3E33-9AC5-A7D63BD4F879> /usr/lib/system/libcompiler_rt.dylib
    0x7fff9312a000 -     0x7fff93171ff7  libcups.2.dylib (372) <963E64F4-4318-3DFE-A59D-D74B3E857188> /usr/lib/libcups.2.dylib
    0x7fff9319b000 -     0x7fff9319ffff  libsystem_stats.dylib (93.50.1) <EBC4B8DB-7C2B-35DE-B865-34FE11AF3B1B> /usr/lib/system/libsystem_stats.dylib
    0x7fff93227000 -     0x7fff93266fff  libGLU.dylib (9.3.1) <0E488DE5-4E77-3478-97DE-2D751EF990DC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff93bb7000 -     0x7fff93bc6ff8  com.apple.LangAnalysis (1.7.0 - 1.7.0) <2777524A-E7EF-3B7B-B15D-F58CDEEFC736> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff93c98000 -     0x7fff93c99ff7  libodfde.dylib (20) <71C1001F-044F-3C0F-BA95-EAC080176A16> /usr/lib/libodfde.dylib
    0x7fff93d0a000 -     0x7fff93d3fffc  com.apple.LDAPFramework (2.4.28 - 194.5) <67FA34C6-BDAD-3B99-B661-532C4C90AD8C> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff93d4f000 -     0x7fff94130ffe  libLAPACK.dylib (1094.5) <7E7A9B8D-1638-3914-BAE0-663B69865986> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff94131000 -     0x7fff9416fff7  libGLImage.dylib (9.3.1) <B256429B-16DA-380C-907C-FDEA06DE8BA8> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff94170000 -     0x7fff94175fff  com.apple.DiskArbitration (2.6 - 2.6) <AE84088D-C061-304C-B205-C9F56ECD23C7> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff94176000 -     0x7fff9417dff7  liblaunch.dylib (842.1.4) <50B742D9-0C5C-3ABA-8EBF-3D447630932F> /usr/lib/system/liblaunch.dylib
    0x7fff9417e000 -     0x7fff9417fff7  libSystem.B.dylib (1197.1.1) <A75BB8CD-CE51-3DF7-BCF4-8BDE25FA7F0C> /usr/lib/libSystem.B.dylib
    0x7fff94180000 -     0x7fff941c2ff7  libauto.dylib (185.5) <F45C36E8-B606-3886-B5B1-B6745E757CA8> /usr/lib/libauto.dylib
    0x7fff9434b000 -     0x7fff94367ff7  libsystem_kernel.dylib (2422.75.4) <F5C190DA-A845-3ADE-9B50-161A881BC136> /usr/lib/system/libsystem_kernel.dylib
    0x7fff94559000 -     0x7fff94611ff7  com.apple.DiscRecording (8.0 - 8000.4.6) <FCBB5558-A702-3658-AEE4-7D129AFBF350> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x7fff948d7000 -     0x7fff94babfc7  com.apple.vImage (7.0 - 7.0) <1DDB8AB7-03D5-3D20-9D77-C69074C6FD26> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff94bac000 -     0x7fff94d64ff3  libicucore.A.dylib (511.27) <003B6C21-CBD1-3486-9A1D-030ADF5FA061> /usr/lib/libicucore.A.dylib
    0x7fff94dc5000 -     0x7fff951f8ffb  com.apple.vision.FaceCore (3.0.0 - 3.0.0) <30FD8146-D6EB-3588-A7E5-ADC3110B3DCC> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff951f9000 -     0x7fff95395ff7  com.apple.QuartzCore (1.8 - 332.0) <3EA81377-BA5F-39EA-8BAB-24CC5480E322> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff953af000 -     0x7fff953affff  com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) <F8D0CC77-98AC-3B58-9FE6-0C25421827B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff953b0000 -     0x7fff953baff7  com.apple.CrashReporterSupport (10.9 - 538) <E4DA588F-C75A-39F6-9D2B-7B79F0245D39> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff9564f000 -     0x7fff9564ffff  com.apple.ApplicationServices (48 - 48) <F250170A-8805-3731-9097-78CAD04481F0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff95650000 -     0x7fff95680fff  com.apple.IconServices (25 - 25.17) <36811973-8777-3211-863A-76B2C20B0ED0> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fff9568a000 -     0x7fff95690fff  com.apple.AOSNotification (1.7.0 - 760.3) <307D35A7-C2CB-3024-BFE1-288A0198C003> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotification
    0x7fff95691000 -     0x7fff9569cfff  libkxld.dylib (2422.75.4) <5448DCF9-721D-3B8C-AEFE-2A89477E82CF> /usr/lib/system/libkxld.dylib
    0x7fff9569d000 -     0x7fff95987fff  com.apple.CoreServices.CarbonCore (1077.14 - 1077.14) <B00BEB34-A9F5-381F-99FD-11E405768A9A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff959f3000 -     0x7fff95a1aff7  libsystem_network.dylib (241.3) <A499D688-9165-3776-8C8E-C018897B5B13> /usr/lib/system/libsystem_network.dylib
    0x7fff95c34000 -     0x7fff95d1bff7  libxml2.2.dylib (26) <A1DADD11-89E5-3DE4-8802-07186225967F> /usr/lib/libxml2.2.dylib
    0x7fff95d1c000 -     0x7fff95d1ffff  libCoreVMClient.dylib (58.1) <EBC36C69-C896-3C3D-8589-3E9023E7E56F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff95d20000 -     0x7fff95d6eff9  libstdc++.6.dylib (60) <0241E6A4-1368-33BE-950B-D0A175C41F54> /usr/lib/libstdc++.6.dylib
    0x7fff95df9000 -     0x7fff95e47fff  com.apple.opencl (2.3.58 - 2.3.58) <D557EA35-12EA-304F-9B88-AEACA827A201> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff95faf000 -     0x7fff96072ff7  com.apple.backup.framework (1.5.1 - 1.5.1) <A24B44C8-0E36-33A6-8F68-681E0AE7DC8A> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff96073000 -     0x7fff9608eff7  libCRFSuite.dylib (34) <FFAE75FA-C54E-398B-AA97-18164CD9789D> /usr/lib/libCRFSuite.dylib
    0x7fff9608f000 -     0x7fff96102ffb  com.apple.securityfoundation (6.0 - 55122) <119D1C53-B292-3378-AEE1-A3B1FB02F43F> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff96178000 -     0x7fff9617eff7  libsystem_platform.dylib (24.1.4) <8ABC4EBE-10D6-35B8-ADEE-63600E87601C> /usr/lib/system/libsystem_platform.dylib
    0x7fff9617f000 -     0x7fff961b7ff7  com.apple.RemoteViewServices (2.0 - 94) <B17FAA76-61DB-33D0-90B7-4117A72A2B28> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff96272000 -     0x7fff96334ff1  com.apple.CoreText (352.0 - 367.15) <ACA9E85D-275D-3388-A2E3-1B15FD1A0A39> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff96335000 -     0x7fff96335ff7  libkeymgr.dylib (28) <D7045F25-BFA4-3840-847D-AF95DF8B6CCA> /usr/lib/system/libkeymgr.dylib
    0x7fff9634e000 -     0x7fff9643dfff  libFontParser.dylib (111.1) <835A8253-6AB9-3AAB-9CBF-171440DEC486> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff9643e000 -     0x7fff96442fff  libpam.2.dylib (20) <A63D4DA2-06A4-3FB8-AC3F-BDD69694EE5E> /usr/lib/libpam.2.dylib
    0x7fff9732f000 -     0x7fff9735bff7  com.apple.framework.SystemAdministration (1.0 - 1.0) <382C1BE0-9C9A-36FA-B464-9CAF89B9C1D8> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/SystemAdministration
    0x7fff9735c000 -     0x7fff9748cff7  com.apple.desktopservices (1.8 - 1.8) <B152EE07-235A-3997-ACC5-C31519C76F44> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff9748d000 -     0x7fff9775bff4  com.apple.CoreImage (9.0.54) <4D5D752E-A762-3EE5-9511-B956D0C945A2> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff977e5000 -     0x7fff97895ff7  libvMisc.dylib (423.32) <049C0735-1808-39B9-943F-76CB8021744F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib

External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 1
    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: 3119
    thread_create: 1
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=217.1M resident=106.4M(49%) swapped_out_or_unallocated=110.7M(51%)
Writable regions: Total=126.3M written=10.3M(8%) resident=13.9M(11%) swapped_out=1516K(1%) unallocated=112.5M(89%)
 
REGION TYPE                      VIRTUAL
===========                      =======
CG backing stores                   508K
CG image                              4K
CG raster data                       96K
CG shared images                    204K
Kernel Alloc Once                     8K
MALLOC                             95.8M
MALLOC (admin)                       32K
MALLOC_LARGE (reserved)             256K        reserved VM address space (unallocated)
Memory Tag 242                       12K
STACK GUARD                        56.0M
Stack                              12.1M
VM_ALLOCATE                        16.3M
__DATA                             21.0M
__IMAGE                             528K
__LINKEDIT                         74.3M
__TEXT                            142.8M
__UNICODE                           544K
mapped file                        98.3M
shared memory                         4K
===========                      =======
TOTAL                             518.9M
TOTAL, minus reserved VM space    518.6M
 

Model: MacBookPro11,3, BootROM MBP112.0138.B02, 4 processors, Intel Core i7, 2.3 GHz, 16 GB, SMC 2.19f3
Graphics: Intel Iris Pro, Intel Iris Pro, Built-In, 1024 MB
Graphics: NVIDIA GeForce GT 750M, NVIDIA GeForce GT 750M, PCIe, 2048 MB
Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1600 MHz, 0x02FE, 0x000000000000000000000000000000000000
Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1600 MHz, 0x02FE, 0x000000000000000000000000000000000000
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x134), Broadcom BCM43xx 1.0 (6.30.223.154.49)
Bluetooth: Version 4.2.1f2 12982, 3 services, 15 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
Serial ATA Device: APPLE SSD SM0512F, 500.28 GB
USB Device: Internal Memory Card Reader
USB Device: RTL2838UHIDIR
USB Device: Apple Internal Keyboard / Trackpad
USB Device: BRCM20702 Hub
USB Device: Bluetooth USB Host Controller
Thunderbolt Bus: MacBook Pro, Apple Inc., 17.1

Alexandru Csete

unread,
Jan 7, 2014, 8:40:02 AM1/7/14
to gq...@googlegroups.com
On Tue, Jan 7, 2014 at 4:44 AM, Ty Sarna <tys...@gmail.com> wrote:
> The warning is no big deal. Simply right-click the program and choose "Open"
> and you can bypass the security. You only have to do this once.
>
> However, it still fails on Mavericks (10.9.1) due to trying to converting
> -Inf to an int. I'm including the full error report below.

Is this with the version 2.2 bundle from the website or the latest
snapshot from macports?

As I have said before: The 2.2 bundle does *NOT* work on OSX 10.9. But
it should be fixed in the latest snapshot available in macports.

Alex

Xie Yanbo

unread,
Mar 26, 2014, 2:26:47 AM3/26/14
to gq...@googlegroups.com
Got the same error when I setup device to rtlsdr or hackrf on OS X 10.9.2. Any suggest?
...

Alexandru Csete

unread,
Mar 26, 2014, 3:37:59 AM3/26/14
to gq...@googlegroups.com
As I have said several times before, gqrx 2.2 is NOT compatible with
OSX 10.9. You can wait until 2.3 or try the snapshot available through
macports.

Where is the confusion here???

Alex
> --
> You received this message because you are subscribed to the Google Groups
> "Gqrx SDR" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to gqrx+uns...@googlegroups.com.
> To post to this group, send email to gq...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/gqrx/d9955798-83b2-4610-9542-e3aafc59c9e5%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
Reply all
Reply to author
Forward
0 new messages