Giter Club home page Giter Club logo

cubicsdr's People

Contributors

antihax avatar benallard avatar bodrick avatar cjcliffe avatar classabbyamp avatar colbyatcri avatar dantali0n avatar dforsi avatar dianebruce avatar drahosj avatar f4grx avatar infinitycyberworks avatar jawatson avatar jocover avatar lospheris avatar magalex2x14 avatar mryndzionek avatar ra1nb0w avatar sdrplay avatar stefantalpalaru avatar tomswartz07 avatar viraptor avatar vsonnier avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cubicsdr's Issues

Save window position and size in preferences file

Can you save the latest window position and size in the preferences file or in the plist so we don't have to resize and reposition the window every time i start CubicSDR? A bit in line with issue 100, 101 and 102. Maybe you can combine the three issues.

Manual Gain controls

  • Allow enable/disable of the built-in automatic AGC states
  • Add a new slider control somewhere that appears for manual gain control mode.
  • Allow adjustment of waterfall and spectrum floor/ceiling

I/Q Swap

Add option to swap I/Q input (needed for IF support?)

Direct Sampling Mode

Implement a simple option to enable/disable direct sampling mode

rtl-sdr lib function rtlsdr_set_direct_sampling(dev, true/false) for enable/disable

Impossible finish the compilation: CubicSDR.cpp.o

After i have installed liquid-dps i tryed to compile cubic sdr , but after i type : "sudo make" i have this error message and i can't compile nothing.

$ sudo make
[sudo] password for giorgio:
[ 2%] Building CXX object CMakeFiles/CubicSDR.dir/src/CubicSDR.cpp.o
/opt/CubicSDR/src/CubicSDR.cpp:12:2: error: #error "OpenGL required: set wxUSE_GLCANVAS to 1 and rebuild the library"
#error "OpenGL required: set wxUSE_GLCANVAS to 1 and rebuild the library"
^
In file included from /opt/CubicSDR/src/visual/PrimaryGLContext.h:10:0,
from /opt/CubicSDR/src/CubicSDR.h:10,
from /opt/CubicSDR/src/CubicSDR.cpp:15:
/opt/CubicSDR/src/util/GLFont.h:85:5: error: ‘GLuint’ does not name a type
GLuint texId;
^
In file included from /opt/CubicSDR/src/CubicSDR.h:10:0,
from /opt/CubicSDR/src/CubicSDR.cpp:15:
/opt/CubicSDR/src/visual/PrimaryGLContext.h:14:44: error: expected class-name before ‘{’ token
class PrimaryGLContext: public wxGLContext {
^
/opt/CubicSDR/src/visual/PrimaryGLContext.h:19:33: error: expected ‘)’ before ‘’ token
PrimaryGLContext(wxGLCanvas *canvas, wxGLContext *sharedContext);
^
/opt/CubicSDR/src/visual/PrimaryGLContext.h:21:35: error: ‘GLenum’ has not been declared
static wxString glGetwxString(GLenum name);
^
In file included from /opt/CubicSDR/src/CubicSDR.cpp:15:0:
/opt/CubicSDR/src/CubicSDR.h:28:23: error: expected ‘;’ at end of member declaration
PrimaryGLContext &GetContext(wxGLCanvas *canvas);
^
/opt/CubicSDR/src/CubicSDR.h:28:45: error: expected ‘)’ before ‘
’ token
PrimaryGLContext &GetContext(wxGLCanvas canvas);
^
In file included from /opt/CubicSDR/src/CubicSDR.cpp:15:0:
/opt/CubicSDR/src/CubicSDR.h: In constructor ‘CubicSDR::CubicSDR()’:
/opt/CubicSDR/src/CubicSDR.h:23:5: error: uninitialized reference member in ‘class PrimaryGLContext&’ [-fpermissive]
CubicSDR() :
^
In file included from /opt/CubicSDR/src/CubicSDR.cpp:15:0:
/opt/CubicSDR/src/CubicSDR.h:28:34: note: ‘PrimaryGLContext& CubicSDR::GetContext’ should be initialized
PrimaryGLContext &GetContext(wxGLCanvas *canvas);
^
In file included from /usr/include/wx-3.0-unofficial/wx/window.h:22:0,
from /usr/include/wx-3.0-unofficial/wx/nonownedwnd.h:14,
from /usr/include/wx-3.0-unofficial/wx/toplevel.h:20,
from /usr/include/wx-3.0-unofficial/wx/frame.h:18,
from /opt/CubicSDR/src/AppFrame.h:3,
from /opt/CubicSDR/src/CubicSDR.cpp:16:
/usr/include/wx-3.0-unofficial/wx/cursor.h: In constructor ‘wxBusyCursorSuspender::wxBusyCursorSuspender()’:
/usr/include/wx-3.0-unofficial/wx/cursor.h:93:22: error: ‘wxIsBusy’ was not declared in this scope
if( wxIsBusy() )
^
/usr/include/wx-3.0-unofficial/wx/cursor.h:95:26: error: ‘wxBusyCursor’ has not been declared
wxSetCursor( wxBusyCursor::GetStoredCursor() );
^
/usr/include/wx-3.0-unofficial/wx/cursor.h:95:58: error: ‘wxSetCursor’ was not declared in this scope
wxSetCursor( wxBusyCursor::GetStoredCursor() );
^
/usr/include/wx-3.0-unofficial/wx/cursor.h: In destructor ‘wxBusyCursorSuspender::~wxBusyCursorSuspender()’:
/usr/include/wx-3.0-unofficial/wx/cursor.h:100:22: error: ‘wxIsBusy’ was not declared in this scope
if( wxIsBusy() )
^
/usr/include/wx-3.0-unofficial/wx/cursor.h:102:26: error: ‘wxBusyCursor’ has not been declared
wxSetCursor( wxBusyCursor::GetBusyCursor() );
^
/usr/include/wx-3.0-unofficial/wx/cursor.h:102:56: error: ‘wxSetCursor’ was not declared in this scope
wxSetCursor( wxBusyCursor::GetBusyCursor() );
^
In file included from /usr/include/wx-3.0-unofficial/wx/window.h:25:0,
from /usr/include/wx-3.0-unofficial/wx/nonownedwnd.h:14,
from /usr/include/wx-3.0-unofficial/wx/toplevel.h:20,
from /usr/include/wx-3.0-unofficial/wx/frame.h:18,
from /opt/CubicSDR/src/AppFrame.h:3,
from /opt/CubicSDR/src/CubicSDR.cpp:16:
/usr/include/wx-3.0-unofficial/wx/region.h: In member function ‘bool wxRegionBase::Intersect(const wxRect&)’:
/usr/include/wx-3.0-unofficial/wx/region.h:242:37: error: invalid use of incomplete type ‘class wxRegion’
return DoIntersect(wxRegion(rect));
^
In file included from /usr/include/wx-3.0-unofficial/wx/font.h:21:0,
from /usr/include/wx-3.0-unofficial/wx/window.h:23,
from /usr/include/wx-3.0-unofficial/wx/nonownedwnd.h:14,
from /usr/include/wx-3.0-unofficial/wx/toplevel.h:20,
from /usr/include/wx-3.0-unofficial/wx/frame.h:18,
from /opt/CubicSDR/src/AppFrame.h:3,
from /opt/CubicSDR/src/CubicSDR.cpp:16:
/usr/include/wx-3.0-unofficial/wx/gdicmn.h:37:28: error: forward declaration of ‘class wxRegion’
class WXDLLIMPEXP_FWD_CORE wxRegion;
^
In file included from /usr/include/wx-3.0-unofficial/wx/window.h:25:0,
from /usr/include/wx-3.0-unofficial/wx/nonownedwnd.h:14,
from /usr/include/wx-3.0-unofficial/wx/toplevel.h:20,
from /usr/include/wx-3.0-unofficial/wx/frame.h:18,
from /opt/CubicSDR/src/AppFrame.h:3,
from /opt/CubicSDR/src/CubicSDR.cpp:16:
/usr/include/wx-3.0-unofficial/wx/region.h: In member function ‘bool wxRegionBase::Subtract(const wxRect&)’:
/usr/include/wx-3.0-unofficial/wx/region.h:247:36: error: invalid use of incomplete type ‘class wxRegion’
return DoSubtract(wxRegion(rect));
^
In file included from /usr/include/wx-3.0-unofficial/wx/font.h:21:0,
from /usr/include/wx-3.0-unofficial/wx/window.h:23,
from /usr/include/wx-3.0-unofficial/wx/nonownedwnd.h:14,
from /usr/include/wx-3.0-unofficial/wx/toplevel.h:20,
from /usr/include/wx-3.0-unofficial/wx/frame.h:18,
from /opt/CubicSDR/src/AppFrame.h:3,
from /opt/CubicSDR/src/CubicSDR.cpp:16:
/usr/include/wx-3.0-unofficial/wx/gdicmn.h:37:28: error: forward declaration of ‘class wxRegion’
class WXDLLIMPEXP_FWD_CORE wxRegion;
^
In file included from /usr/include/wx-3.0-unofficial/wx/window.h:25:0,
from /usr/include/wx-3.0-unofficial/wx/nonownedwnd.h:14,
from /usr/include/wx-3.0-unofficial/wx/toplevel.h:20,
from /usr/include/wx-3.0-unofficial/wx/frame.h:18,
from /opt/CubicSDR/src/AppFrame.h:3,
from /opt/CubicSDR/src/CubicSDR.cpp:16:
/usr/include/wx-3.0-unofficial/wx/region.h: In member function ‘bool wxRegionBase::Xor(const wxRect&)’:
/usr/include/wx-3.0-unofficial/wx/region.h:252:31: error: invalid use of incomplete type ‘class wxRegion’
return DoXor(wxRegion(rect));
^
In file included from /usr/include/wx-3.0-unofficial/wx/font.h:21:0,
from /usr/include/wx-3.0-unofficial/wx/window.h:23,
from /usr/include/wx-3.0-unofficial/wx/nonownedwnd.h:14,
from /usr/include/wx-3.0-unofficial/wx/toplevel.h:20,
from /usr/include/wx-3.0-unofficial/wx/frame.h:18,
from /opt/CubicSDR/src/AppFrame.h:3,
from /opt/CubicSDR/src/CubicSDR.cpp:16:
/usr/include/wx-3.0-unofficial/wx/gdicmn.h:37:28: error: forward declaration of ‘class wxRegion’
class WXDLLIMPEXP_FWD_CORE wxRegion;
^
In file included from /usr/include/wx-3.0-unofficial/wx/nonownedwnd.h:14:0,
from /usr/include/wx-3.0-unofficial/wx/toplevel.h:20,
from /usr/include/wx-3.0-unofficial/wx/frame.h:18,
from /opt/CubicSDR/src/AppFrame.h:3,
from /opt/CubicSDR/src/CubicSDR.cpp:16:
/usr/include/wx-3.0-unofficial/wx/window.h: At global scope:
/usr/include/wx-3.0-unofficial/wx/window.h:99:12: error: field ‘font’ has incomplete type ‘wxFont’
wxFont font;
^
/usr/include/wx-3.0-unofficial/wx/window.h:102:14: error: field ‘colFg’ has incomplete type ‘wxColour’
wxColour colFg;
^
/usr/include/wx-3.0-unofficial/wx/window.h:106:14: error: field ‘colBg’ has incomplete type ‘wxColour’
wxColour colBg;
^
/usr/include/wx-3.0-unofficial/wx/window.h:240:17: error: ‘wxWindowID’ has not been declared
void SetId( wxWindowID winid ) { m_windowId = winid; }
^
/usr/include/wx-3.0-unofficial/wx/window.h:241:5: error: ‘wxWindowID’ does not name a type
wxWindowID GetId() const { return m_windowId; }
^
/usr/include/wx-3.0-unofficial/wx/window.h:247:12: error: ‘wxWindowID’ does not name a type
static wxWindowID NewControlId(int count = 1)
^
/usr/include/wx-3.0-unofficial/wx/window.h:254:36: error: ‘wxWindowID’ has not been declared
static void UnreserveControlId(wxWindowID id, int count = 1)
^
/usr/include/wx-3.0-unofficial/wx/window.h:1458:13: error: ‘WXWidget’ does not name a type
virtual WXWidget GetHandle() const = 0;
^
/usr/include/wx-3.0-unofficial/wx/window.h:1460:34: error: ‘WXWidget’ has not been declared
virtual void AssociateHandle(WXWidget WXUNUSED(handle)) { }
^
/usr/include/wx-3.0-unofficial/wx/window.h:1520:21: error: ‘wxWindowID’ has not been declared
wxWindowID winid,
^
/usr/include/wx-3.0-unofficial/wx/window.h:1528:21: error: ‘wxWindowID’ has not been declared
wxWindowID winid,
^
/usr/include/wx-3.0-unofficial/wx/window.h:1571:5: error: ‘wxWindowIDRef’ does not name a type
wxWindowIDRef m_windowId;
^
/usr/include/wx-3.0-unofficial/wx/window.h:1599:26: error: field ‘m_cursor’ has incomplete type ‘wxCursor’
wxCursor m_cursor;
^
/usr/include/wx-3.0-unofficial/wx/window.h:1600:26: error: field ‘m_font’ has incomplete type ‘wxFont’
wxFont m_font; // see m_hasFont
^
/usr/include/wx-3.0-unofficial/wx/window.h:1601:26: error: field ‘m_backgroundColour’ has incomplete type ‘wxColour’
wxColour m_backgroundColour, // m_hasBgCol
^
/usr/include/wx-3.0-unofficial/wx/window.h:1602:26: error: field ‘m_foregroundColour’ has incomplete type ‘wxColour’
m_foregroundColour; // m_hasFgCol
^
/usr/include/wx-3.0-unofficial/wx/window.h:1609:26: error: field ‘m_updateRegion’ has incomplete type ‘wxRegion’
wxRegion m_updateRegion;
^
/usr/include/wx-3.0-unofficial/wx/window.h:765:33: error: incomplete type ‘wxNavigationKeyEvent’ used in nested name specifier
bool NavigateIn(int flags = wxNavigationKeyEvent::IsForward)
^
/usr/include/wx-3.0-unofficial/wx/window.h:770:31: error: incomplete type ‘wxNavigationKeyEvent’ used in nested name specifier
bool Navigate(int flags = wxNavigationKeyEvent::IsForward)
^
/usr/include/wx-3.0-unofficial/wx/window.h: In member function ‘void wxWindowBase::SetId(int)’:
/usr/include/wx-3.0-unofficial/wx/window.h:240:38: error: ‘m_windowId’ was not declared in this scope
void SetId( wxWindowID winid ) { m_windowId = winid; }
^
/usr/include/wx-3.0-unofficial/wx/window.h: In static member function ‘static void wxWindowBase::UnreserveControlId(int, int)’:
/usr/include/wx-3.0-unofficial/wx/window.h:256:9: error: ‘wxIdManager’ has not been declared
wxIdManager::UnreserveId(id, count);
^
/usr/include/wx-3.0-unofficial/wx/window.h: In member function ‘wxWindow
wxWindowBase::GetGrandParent() const’:
/usr/include/wx-3.0-unofficial/wx/window.h:1956:31: error: invalid use of incomplete type ‘class wxWindow’
return m_parent ? m_parent->GetParent() : NULL;
^
In file included from /usr/include/wx-3.0-unofficial/wx/wx.h:26:0,
from /opt/CubicSDR/src/CubicSDR.cpp:8:
/usr/include/wx-3.0-unofficial/wx/utils.h:55:28: error: forward declaration of ‘class wxWindow’
class WXDLLIMPEXP_FWD_CORE wxWindow;
^
In file included from /usr/include/wx-3.0-unofficial/wx/toplevel.h:20:0,
from /usr/include/wx-3.0-unofficial/wx/frame.h:18,
from /opt/CubicSDR/src/AppFrame.h:3,
from /opt/CubicSDR/src/CubicSDR.cpp:16:
/usr/include/wx-3.0-unofficial/wx/nonownedwnd.h: At global scope:
/usr/include/wx-3.0-unofficial/wx/nonownedwnd.h:25:54: error: invalid use of incomplete type ‘class wxWindow’
class WXDLLIMPEXP_CORE wxNonOwnedWindowBase : public wxWindow
^
In file included from /usr/include/wx-3.0-unofficial/wx/wx.h:26:0,
from /opt/CubicSDR/src/CubicSDR.cpp:8:
/usr/include/wx-3.0-unofficial/wx/utils.h:55:28: error: forward declaration of ‘class wxWindow’
class WXDLLIMPEXP_FWD_CORE wxWindow;
^
In file included from /usr/include/wx-3.0-unofficial/wx/defs.h:695:0,
from /usr/include/wx-3.0-unofficial/wx/wxprec.h:12,
from /opt/CubicSDR/src/CubicSDR.cpp:5:
/usr/include/wx-3.0-unofficial/wx/nonownedwnd.h: In member function ‘bool wxNonOwnedWindowBase::SetShape(const wxRegion&)’:
/usr/include/wx-3.0-unofficial/wx/nonownedwnd.h:37:9: error: ‘HasFlag’ was not declared in this scope
wxCHECK_MSG
^
In file included from /usr/include/wx-3.0-unofficial/wx/toplevel.h:20:0,
from /usr/include/wx-3.0-unofficial/wx/frame.h:18,
from /opt/CubicSDR/src/AppFrame.h:3,
from /opt/CubicSDR/src/CubicSDR.cpp:16:
/usr/include/wx-3.0-unofficial/wx/nonownedwnd.h:43:22: error: invalid use of incomplete type ‘const class wxRegion’
return region.IsEmpty() ? DoClearShape() : DoSetRegionShape(region);
^
In file included from /usr/include/wx-3.0-unofficial/wx/font.h:21:0,
from /usr/include/wx-3.0-unofficial/wx/window.h:23,
from /usr/include/wx-3.0-unofficial/wx/nonownedwnd.h:14,
from /usr/include/wx-3.0-unofficial/wx/toplevel.h:20,
from /usr/include/wx-3.0-unofficial/wx/frame.h:18,
from /opt/CubicSDR/src/AppFrame.h:3,
from /opt/CubicSDR/src/CubicSDR.cpp:16:
/usr/include/wx-3.0-unofficial/wx/gdicmn.h:37:28: error: forward declaration of ‘const class wxRegion’
class WXDLLIMPEXP_FWD_CORE wxRegion;
^
In file included from /usr/include/wx-3.0-unofficial/wx/toplevel.h:21:0,
from /usr/include/wx-3.0-unofficial/wx/frame.h:18,
from /opt/CubicSDR/src/AppFrame.h:3,
from /opt/CubicSDR/src/CubicSDR.cpp:16:
/usr/include/wx-3.0-unofficial/wx/iconbndl.h: In member function ‘wxIcon wxIconBundle::GetIcon(wxCoord, int) const’:
/usr/include/wx-3.0-unofficial/wx/iconbndl.h:85:9: error: return type ‘class wxIcon’ is incomplete
{ return GetIcon(wxSize(size, size), flags); }
^
/usr/include/wx-3.0-unofficial/wx/iconbndl.h:85:51: error: invalid use of incomplete type ‘class wxIcon’
{ return GetIcon(wxSize(size, size), flags); }
^
In file included from /usr/include/wx-3.0-unofficial/wx/font.h:21:0,
from /usr/include/wx-3.0-unofficial/wx/window.h:23,
from /usr/include/wx-3.0-unofficial/wx/nonownedwnd.h:14,
from /usr/include/wx-3.0-unofficial/wx/toplevel.h:20,
from /usr/include/wx-3.0-unofficial/wx/frame.h:18,
from /opt/CubicSDR/src/AppFrame.h:3,
from /opt/CubicSDR/src/CubicSDR.cpp:16:
/usr/include/wx-3.0-unofficial/wx/gdicmn.h:34:28: error: forward declaration of ‘class wxIcon’
class WXDLLIMPEXP_FWD_CORE wxIcon;
^
In file included from /usr/include/wx-3.0-unofficial/wx/toplevel.h:21:0,
from /usr/include/wx-3.0-unofficial/wx/frame.h:18,
from /opt/CubicSDR/src/AppFrame.h:3,
from /opt/CubicSDR/src/CubicSDR.cpp:16:
/usr/include/wx-3.0-unofficial/wx/iconbndl.h: In member function ‘wxIcon wxIconBundle::GetIconOfExactSize(wxCoord) const’:
/usr/include/wx-3.0-unofficial/wx/iconbndl.h:91:9: error: return type ‘class wxIcon’ is incomplete
{ return GetIconOfExactSize(wxSize(size, size)); }
^
/usr/include/wx-3.0-unofficial/wx/iconbndl.h:91:55: error: invalid use of incomplete type ‘class wxIcon’
{ return GetIconOfExactSize(wxSize(size, size)); }
^
In file included from /usr/include/wx-3.0-unofficial/wx/font.h:21:0,
from /usr/include/wx-3.0-unofficial/wx/window.h:23,
from /usr/include/wx-3.0-unofficial/wx/nonownedwnd.h:14,
from /usr/include/wx-3.0-unofficial/wx/toplevel.h:20,
from /usr/include/wx-3.0-unofficial/wx/frame.h:18,
from /opt/CubicSDR/src/AppFrame.h:3,
from /opt/CubicSDR/src/CubicSDR.cpp:16:
/usr/include/wx-3.0-unofficial/wx/gdicmn.h:34:28: error: forward declaration of ‘class wxIcon’
class WXDLLIMPEXP_FWD_CORE wxIcon;
^
In file included from /usr/include/wx-3.0-unofficial/wx/frame.h:18:0,
from /opt/CubicSDR/src/AppFrame.h:3,
from /opt/CubicSDR/src/CubicSDR.cpp:16:
/usr/include/wx-3.0-unofficial/wx/toplevel.h: In member function ‘virtual bool wxTopLevelWindowBase::IsActive()’:
/usr/include/wx-3.0-unofficial/wx/toplevel.h:226:61: error: ‘FindFocus’ was not declared in this scope
virtual bool IsActive() { return IsDescendant(FindFocus()); }
^
/usr/include/wx-3.0-unofficial/wx/toplevel.h:226:62: error: ‘IsDescendant’ was not declared in this scope
virtual bool IsActive() { return IsDescendant(FindFocus()); }
^
/usr/include/wx-3.0-unofficial/wx/toplevel.h: In member function ‘virtual bool wxTopLevelWindowBase::IsVisible() const’:
/usr/include/wx-3.0-unofficial/wx/toplevel.h:279:53: error: ‘IsShown’ was not declared in this scope
virtual bool IsVisible() const { return IsShown(); }
^
/usr/include/wx-3.0-unofficial/wx/toplevel.h: In member function ‘virtual void wxTopLevelWindowBase::DoGetScreenPosition(int_, int_) const’:
/usr/include/wx-3.0-unofficial/wx/toplevel.h:324:27: error: ‘DoGetPosition’ was not declared in this scope
DoGetPosition(x, y);
^
/usr/include/wx-3.0-unofficial/wx/toplevel.h: At global scope:
/usr/include/wx-3.0-unofficial/wx/toplevel.h:396:5: error: expected class-name before ‘{’ token
{
^
/usr/include/wx-3.0-unofficial/wx/toplevel.h:401:20: error: ‘wxWindowID’ has not been declared
wxWindowID winid,
^
/usr/include/wx-3.0-unofficial/wx/toplevel.h: In constructor ‘wxTopLevelWindow::wxTopLevelWindow(wxWindow_, int, const wxString&, const wxPoint&, const wxSize&, long int, const wxString&)’:
/usr/include/wx-3.0-unofficial/wx/toplevel.h:407:15: error: class ‘wxTopLevelWindow’ does not have any field named ‘wxTopLevelWindowNative’
: wxTopLevelWindowNative(parent, winid, title,
^
In file included from /opt/CubicSDR/src/AppFrame.h:3:0,
from /opt/CubicSDR/src/CubicSDR.cpp:16:
/usr/include/wx-3.0-unofficial/wx/frame.h: At global scope:
/usr/include/wx-3.0-unofficial/wx/frame.h:62:18: error: ‘wxWindowID’ has not been declared
wxWindowID winid,
^
/usr/include/wx-3.0-unofficial/wx/frame.h: In member function ‘virtual bool wxFrameBase::IsClientAreaChild(const wxWindow_) const’:
/usr/include/wx-3.0-unofficial/wx/frame.h:181:39: error: ‘IsClientAreaChild’ is not a member of ‘wxTopLevelWindow’
return !IsOneOfBars(child) && wxTopLevelWindow::IsClientAreaChild(child);
^
In file included from /opt/CubicSDR/src/visual/ScopeCanvas.h:9:0,
from /opt/CubicSDR/src/AppFrame.h:6,
from /opt/CubicSDR/src/CubicSDR.cpp:16:
/opt/CubicSDR/src/visual/ScopeContext.h: At global scope:
/opt/CubicSDR/src/visual/ScopeContext.h:12:39: error: ‘wxGLContext’ has not been declared
ScopeContext(ScopeCanvas canvas, wxGLContext *sharedContext);
^
In file included from /opt/CubicSDR/src/AppFrame.h:6:0,
from /opt/CubicSDR/src/CubicSDR.cpp:16:
/opt/CubicSDR/src/visual/ScopeCanvas.h:12:38: error: expected class-name before ‘{’ token
class ScopeCanvas: public wxGLCanvas {
^
In file included from /opt/CubicSDR/src/visual/SpectrumCanvas.h:9:0,
from /opt/CubicSDR/src/AppFrame.h:7,
from /opt/CubicSDR/src/CubicSDR.cpp:16:
/opt/CubicSDR/src/visual/InteractiveCanvas.h:9:44: error: expected class-name before ‘{’ token
class InteractiveCanvas: public wxGLCanvas {
^
In file included from /opt/CubicSDR/src/visual/SpectrumCanvas.h:10:0,
from /opt/CubicSDR/src/AppFrame.h:7,
from /opt/CubicSDR/src/CubicSDR.cpp:16:
/opt/CubicSDR/src/visual/SpectrumContext.h:12:45: error: ‘wxGLContext’ has not been declared
SpectrumContext(SpectrumCanvas *canvas, wxGLContext *sharedContext);
^
In file included from /opt/CubicSDR/src/visual/WaterfallCanvas.h:10:0,
from /opt/CubicSDR/src/AppFrame.h:8,
from /opt/CubicSDR/src/CubicSDR.cpp:16:
/opt/CubicSDR/src/visual/WaterfallContext.h:11:47: error: ‘wxGLContext’ has not been declared
WaterfallContext(WaterfallCanvas *canvas, wxGLContext *sharedContext);
^
/opt/CubicSDR/src/visual/WaterfallContext.h:18:5: error: ‘GLuint’ does not name a type
GLuint waterfall[2];
^
In file included from /opt/CubicSDR/src/visual/MeterCanvas.h:10:0,
from /opt/CubicSDR/src/AppFrame.h:9,
from /opt/CubicSDR/src/CubicSDR.cpp:16:
/opt/CubicSDR/src/visual/MeterContext.h:12:39: error: ‘wxGLContext’ has not been declared
MeterContext(MeterCanvas *canvas, wxGLContext *sharedContext);
^
In file included from /opt/CubicSDR/src/visual/TuningCanvas.h:10:0,
from /opt/CubicSDR/src/AppFrame.h:10,
from /opt/CubicSDR/src/CubicSDR.cpp:16:
/opt/CubicSDR/src/visual/TuningContext.h:12:41: error: ‘wxGLContext’ has not been declared
TuningContext(TuningCanvas *canvas, wxGLContext *sharedContext);
^
In file included from /opt/CubicSDR/src/visual/ModeSelectorCanvas.h:10:0,
from /opt/CubicSDR/src/AppFrame.h:11,
from /opt/CubicSDR/src/CubicSDR.cpp:16:
/opt/CubicSDR/src/visual/ModeSelectorContext.h:12:53: error: ‘wxGLContext’ has not been declared
ModeSelectorContext(ModeSelectorCanvas *canvas, wxGLContext *sharedContext);
^
In file included from /opt/CubicSDR/src/CubicSDR.cpp:16:0:
/opt/CubicSDR/src/AppFrame.h:43:24: error: invalid use of incomplete type ‘class wxFrame’
class AppFrame: public wxFrame {
^
In file included from /usr/include/wx-3.0-unofficial/wx/wx.h:26:0,
from /opt/CubicSDR/src/CubicSDR.cpp:8:
/usr/include/wx-3.0-unofficial/wx/utils.h:54:28: error: forward declaration of ‘class wxFrame’
class WXDLLIMPEXP_FWD_CORE wxFrame;
^
/opt/CubicSDR/src/CubicSDR.cpp: In member function ‘virtual bool CubicSDR::OnInit()’:
/opt/CubicSDR/src/CubicSDR.cpp:86:95: error: ‘wxGetSingleChoiceIndex’ was not declared in this scope
int devId = wxGetSingleChoiceIndex(wxT("Devices"), wxT("Choose Input Device"), choices);
^
/opt/CubicSDR/src/CubicSDR.cpp: At global scope:
/opt/CubicSDR/src/CubicSDR.cpp:142:40: error: ‘PrimaryGLContext& CubicSDR::GetContext’ is not a static member of ‘class CubicSDR’
PrimaryGLContext& CubicSDR::GetContext(wxGLCanvas *canvas) {
^
/opt/CubicSDR/src/CubicSDR.cpp:142:40: error: ‘wxGLCanvas’ was not declared in this scope
/opt/CubicSDR/src/CubicSDR.cpp:142:52: error: ‘canvas’ was not declared in this scope
PrimaryGLContext& CubicSDR::GetContext(wxGLCanvas *canvas) {
^
/opt/CubicSDR/src/CubicSDR.cpp:142:60: error: expected ‘,’ or ‘;’ before ‘{’ token
PrimaryGLContext& CubicSDR::GetContext(wxGLCanvas *canvas) {
^
In file included from /usr/include/wx-3.0-unofficial/wx/toplevel.h:22:0,
from /usr/include/wx-3.0-unofficial/wx/frame.h:18,
from /opt/CubicSDR/src/AppFrame.h:3,
from /opt/CubicSDR/src/CubicSDR.cpp:16:
/usr/include/wx-3.0-unofficial/wx/weakref.h: In instantiation of ‘void wxWeakRefImpl<T, false>::AssignHelper(T
, wxInt2Type<0>) [with T = wxWindow]’:
/usr/include/wx-3.0-unofficial/wx/weakref.h:141:80: required from ‘void wxWeakRefImpl<T, false>::Assign(TDerived_) [with TDerived = wxWindow; T = wxWindow]’
/usr/include/wx-3.0-unofficial/wx/weakref.h:220:9: required from ‘wxWeakRef::wxWeakRef(T_) [with T = wxWindow]’
/usr/include/wx-3.0-unofficial/wx/toplevel.h:262:58: required from here
/usr/include/wx-3.0-unofficial/wx/weakref.h:155:62: error: cannot dynamic_cast ‘pobj’ (of type ‘class wxWindow_’) to type ‘class wxTrackable_’ (source is a pointer to incomplete type)
wxTrackable ptbase = dynamic_cast<wxTrackable>(pobj);
^
CMakeFiles/CubicSDR.dir/build.make:54: set di istruzioni per l'obiettivo "CMakeFiles/CubicSDR.dir/src/CubicSDR.cpp.o" non riuscito
make[2]: *** [CMakeFiles/CubicSDR.dir/src/CubicSDR.cpp.o] Errore 1
CMakeFiles/Makefile2:60: set di istruzioni per l'obiettivo "CMakeFiles/CubicSDR.dir/all" non riuscito
make[1]: *** [CMakeFiles/CubicSDR.dir/all] Errore 2
Makefile:76: set di istruzioni per l'obiettivo "all" non riuscito
make: *** [all] Errore 2

Win32 32-bit

Need to solve Win32 32-bit compilation for TDM-GCC and MSVC -- have tried a few configurations but no working builds as of yet.

Memory leak when loading session?

With a session that contains several saved demodulators loading it more than once often causes the memory to start leaking quickly. Have only had this occur on OSX so far but haven't tested thoroughly on others. Changing the input rate after loading session seems to cause it to happen faster.

Guessing it might be a failure in the session reset that's called prior to loading a new session.

Some bug of program

When compile program for Windows with "Debug" option , program crash after start decode audio and it says runtime error.Finding more, I see if you remove line code in ScopeCanvas.cpp "waveform_points[i * 2 + 1] = demodAudioData->data[i] * 0.5f;" , it will not crash anymore. So I think there is something wrong in this code . The second finding : If you compile with "Release" It runs but I see on audio waveform there are a lot spike noise .
Finally , I detect that there is a conflict in access data memory of AudioThreadInput class . During you read out data of audioVisOutput , the DemodulatorThread is writing data in , so it flag an error if you run in debug mode and AudioScope has many spike .
I correct program by using a busy_readwrite_flag on threads DemodulatorThread and ScopeCanvas as following
On DemodulatorThread :
while (busy_readwrite_flag ) ;
busy_readwrite_flag = 1 ;
// write data
busy_readwrite_flag = 0 ;
Same On ScopeCanvas
while (busy_readwrite_flag ) ;
busy_readwrite_flag = 1 ;
// get data
busy_readwrite_flag = 0 ;
After correct this program run fine on Debug mode and AudioWave form there is no spike glitch .
Because this program there are many Thread run at same times , I think still have some more bugs like this . Because after correct this program only run with _ITERATOR_DEBUG_LEVEL = 1 , if you set
_ITERATOR_DEBUG_LEVEL = 2 program still has run-time error

Shell based demodulator std i/o applications

  • Configure application via simple XML format, define input and output parameters
    • Output parameters
    • Input parameters
    • Persistence / restart condition / command line parameters (supplied variables)
  • Send demodulator audio output to std i/o application and display text-based response
  • Playback audio from std i/o output returned from application
  • Send demodulator decimated I/Q data

Fix OSX audio problems

Having issues using PortAudio and LibAO in a thread -- OSX won't give them enough priority to be functional? Always under-running the buffer in a thread even with blocking write and high priority audio I/O thread. I/Q thread and demod thread are already pushing way more data than audio without a hiccup...

Current options:

  1. Keep monkeying with pthread native flags and settings, not sure if it's the threading at this point; looks like audio lib internals
  2. Write custom audio layer for OSX and figure out the issue myself
  3. Give https://github.com/thestk/rtaudio by @thestk a try and see if it solves anything.
  4. Switch to pthreads entirely? Would prefer to keep std::thread and don't think this would help as std::thread is apparently already using pthreads on OSX

Demodulator audio mute feature

  • Make it easy to quickly mute the demodulator audio output
  • Add a small mute button below the gain slider
  • Hovering over a demodulator and pressing 'm' should toggle mute /w a visual indication on the waterfall

PPM correction

Ability to configure device PPM

  • Simple menu option like offset, saved and auto-loaded
  • Basic configuration dialog for devices that can be adjusted while running, saved and auto-loaded
  • Some sort of PPM correction helper?
  • Add PPM to the tuning bar?

Vertical Sync -- Excessively high framerates

Some platforms may not currently perform vertical sync correctly if an available "SwapInterval" extension is not detected and used. If you're experiencing excessive frame rates please post your system information (CPU/GPU/OS) here.

../src/unix/glx11.cpp(86): assert "xid" failed in SetCurrent(): window must be shown

I'm running Debian 8 with liquidSDR and rtl-sdr built from source, others from system packages. It builds fine, but at runtime I get an error :(

I don't have my rtl-sdr dongle with me, so that might be an issue, but will test when I get home!

Backtrace follows below, as well as build info.

pwarren@marly:~/Projects/CubicSDR/build(master)$ ./CubicSDR 
RTL Devices: 0
SDR thread initializing..
SDR post-processing thread started..
../src/unix/glx11.cpp(86): assert "xid" failed in SetCurrent(): window must be shown
RTL Devices: 0
No devices found.. SDR Thread exiting..
Loaded font 'Bitstream Vera Sans Mono' from 'vera_sans_mono12.fnt', parsed 167 characters.
Loaded font 'Bitstream Vera Sans Mono' from 'vera_sans_mono16.fnt', parsed 167 characters.
Loaded font 'Bitstream Vera Sans Mono' from 'vera_sans_mono18.fnt', parsed 167 characters.
Loaded font 'Bitstream Vera Sans Mono' from 'vera_sans_mono24.fnt', parsed 167 characters.
Loaded font 'Bitstream Vera Sans Mono' from 'vera_sans_mono32.fnt', parsed 167 characters.
Loaded font 'Bitstream Vera Sans Mono' from 'vera_sans_mono48.fnt', parsed 167 characters.
../src/unix/glx11.cpp(86): assert "xid" failed in SetCurrent(): window must be shown
../src/unix/glx11.cpp(86): assert "xid" failed in SetCurrent(): window must be shown
../src/unix/glx11.cpp(86): assert "xid" failed in SetCurrent(): window must be shown
../src/unix/glx11.cpp(86): assert "xid" failed in SetCurrent(): window must be shown
../src/unix/glx11.cpp(86): assert "xid" failed in SetCurrent(): window must be shown
../src/unix/glx11.cpp(86): assert "xid" failed in SetCurrent(): window must be shown
../src/unix/glx11.cpp(86): assert "xid" failed in SetCurrent(): window must be shown
../src/unix/glx11.cpp(86): assert "xid" failed in SetCurrent(): window must be shown
../src/unix/glx11.cpp(86): assert "xid" failed in SetCurrent(): window must be shown
../src/unix/glx11.cpp(86): assert "xid" failed in SetCurrent(): window must be shown
../src/unix/glx11.cpp(86): assert "xid" failed in SetCurrent(): window must be shown
../src/unix/glx11.cpp(86): assert "xid" failed in SetCurrent(): window must be shown
../src/unix/glx11.cpp(86): assert "xid" failed in SetCurrent(): window must be shown
../src/unix/glx11.cpp(86): assert "xid" failed in SetCurrent(): window must be shown
../src/unix/glx11.cpp(86): assert "xid" failed in SetCurrent(): window must be shown
../src/unix/glx11.cpp(86): assert "xid" failed in SetCurrent(): window must be shown
../src/unix/glx11.cpp(86): assert "xid" failed in SetCurrent(): window must be shown
../src/unix/glx11.cpp(86): assert "xid" failed in SetCurrent(): window must be shown

RtApiDummy: This class provides no functionality.

Terminating SDR thread..
Terminating SDR post-processing thread..
SDR post-processing thread done.

ASSERT INFO:
../src/unix/glx11.cpp(86): assert "xid" failed in SetCurrent(): window must be shown

BACKTRACE:
[1] wxGLContext::SetCurrent(wxGLCanvas const&) const
[2] PrimaryGLContext::PrimaryGLContext(wxGLCanvas_, wxGLContext_) /home/pwarren/Projects/CubicSDR/src/visual/PrimaryGLContext.cpp:58
[3] CubicSDR::GetContext(wxGLCanvas_) /home/pwarren/Projects/CubicSDR/src/CubicSDR.cpp:121
[4] ModeSelectorCanvas::ModeSelectorCanvas(wxWindow_, int_) /home/pwarren/Projects/CubicSDR/src/visual/ModeSelectorCanvas.cpp:30
[5] AppFrame::AppFrame() /home/pwarren/Projects/CubicSDR/src/AppFrame.cpp:45
[6] CubicSDR::OnInit() /home/pwarren/Projects/CubicSDR/src/CubicSDR.cpp:71
[7] wxAppConsoleBase::CallOnInit() /usr/include/wx-3.0/wx/app.h:93
[8] wxEntry(int&, wchar_t_*)
[9] main /home/pwarren/Projects/CubicSDR/src/CubicSDR.cpp:16
[10] __libc_start_main
[11] _start

cmake ../ -DCMAKE_BUILD_TYPE=DEBUG
-- The C compiler identification is GNU 4.9.1
-- The CXX compiler identification is GNU 4.9.1
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so
-- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Looking for IceConnectionNumber in ICE
-- Looking for IceConnectionNumber in ICE - found
-- Found X11: /usr/lib/x86_64-linux-gnu/libX11.so
-- Found OpenGL: /usr/lib/x86_64-linux-gnu/libGL.so  
-- Found wxWidgets: TRUE  
-- Copying /home/pwarren/Projects/CubicSDR/font/*.fnt to directory /home/pwarren/Projects/CubicSDR/build
-- Configuring file vera_sans_mono32.fnt
-- Configuring file vera_sans_mono24.fnt
-- Configuring file vera_sans_mono48.fnt
-- Configuring file vera_sans_mono12.fnt
-- Configuring file vera_sans_mono18.fnt
-- Configuring file vera_sans_mono16.fnt
-- Copying /home/pwarren/Projects/CubicSDR/font/*.png to directory /home/pwarren/Projects/CubicSDR/build
-- Configuring file vera_sans_mono18_0.png
-- Configuring file vera_sans_mono32_0.png
-- Configuring file vera_sans_mono24_0.png
-- Configuring file vera_sans_mono48_0.png
-- Configuring file vera_sans_mono16_0.png
-- Configuring file vera_sans_mono12_0.png
-- Configuring done
-- Generating done
-- Build files have been written to: /home/pwarren/Projects/CubicSDR/build
pwarren@marly:~/Projects/CubicSDR/build(master)$ make -j4
Scanning dependencies of target CubicSDR
[  5%] [  5%] [ 11%] [ 11%] Building CXX object CMakeFiles/CubicSDR.dir/src/AppFrame.cpp.o
Building CXX object CMakeFiles/CubicSDR.dir/src/sdr/SDRThread.cpp.o
Building CXX object CMakeFiles/CubicSDR.dir/src/CubicSDR.cpp.o
Building CXX object CMakeFiles/CubicSDR.dir/src/sdr/SDRPostThread.cpp.o
[ 13%] Building CXX object CMakeFiles/CubicSDR.dir/src/demod/DemodulatorPreThread.cpp.o
[ 16%] Building CXX object CMakeFiles/CubicSDR.dir/src/demod/DemodulatorThread.cpp.o
[ 19%] Building CXX object CMakeFiles/CubicSDR.dir/src/demod/DemodulatorWorkerThread.cpp.o
[ 22%] Building CXX object CMakeFiles/CubicSDR.dir/src/demod/DemodulatorInstance.cpp.o
[ 25%] Building CXX object CMakeFiles/CubicSDR.dir/src/demod/DemodulatorMgr.cpp.o
[ 27%] Building CXX object CMakeFiles/CubicSDR.dir/src/audio/AudioThread.cpp.o
[ 30%] Building CXX object CMakeFiles/CubicSDR.dir/src/util/Gradient.cpp.o
[ 33%] Building CXX object CMakeFiles/CubicSDR.dir/src/util/Timer.cpp.o
[ 36%] Building CXX object CMakeFiles/CubicSDR.dir/src/util/MouseTracker.cpp.o
[ 38%] Building CXX object CMakeFiles/CubicSDR.dir/src/util/GLFont.cpp.o
[ 41%] Building CXX object CMakeFiles/CubicSDR.dir/src/util/DataTree.cpp.o
[ 44%] Building CXX object CMakeFiles/CubicSDR.dir/src/visual/ColorTheme.cpp.o
[ 47%] Building CXX object CMakeFiles/CubicSDR.dir/src/visual/PrimaryGLContext.cpp.o
[ 50%] Building CXX object CMakeFiles/CubicSDR.dir/src/visual/InteractiveCanvas.cpp.o
[ 52%] Building CXX object CMakeFiles/CubicSDR.dir/src/visual/MeterCanvas.cpp.o
[ 55%] Building CXX object CMakeFiles/CubicSDR.dir/src/visual/MeterContext.cpp.o
[ 58%] Building CXX object CMakeFiles/CubicSDR.dir/src/visual/TuningCanvas.cpp.o
[ 61%] Building CXX object CMakeFiles/CubicSDR.dir/src/visual/TuningContext.cpp.o
[ 63%] Building CXX object CMakeFiles/CubicSDR.dir/src/visual/ModeSelectorCanvas.cpp.o
[ 66%] Building CXX object CMakeFiles/CubicSDR.dir/src/visual/ModeSelectorContext.cpp.o
[ 69%] Building CXX object CMakeFiles/CubicSDR.dir/src/visual/ScopeCanvas.cpp.o
[ 72%] Building CXX object CMakeFiles/CubicSDR.dir/src/visual/ScopeContext.cpp.o
[ 75%] Building CXX object CMakeFiles/CubicSDR.dir/src/visual/SpectrumCanvas.cpp.o
[ 77%] Building CXX object CMakeFiles/CubicSDR.dir/src/visual/SpectrumContext.cpp.o
[ 80%] Building CXX object CMakeFiles/CubicSDR.dir/src/visual/WaterfallCanvas.cpp.o
[ 83%] Building CXX object CMakeFiles/CubicSDR.dir/src/visual/WaterfallContext.cpp.o
[ 86%] Building CXX object CMakeFiles/CubicSDR.dir/external/rtaudio/RtAudio.cpp.o
[ 88%] Building CXX object CMakeFiles/CubicSDR.dir/external/lodepng/lodepng.cpp.o
[ 91%] Building CXX object CMakeFiles/CubicSDR.dir/external/tinyxml/tinyxml.cpp.o
[ 94%] Building CXX object CMakeFiles/CubicSDR.dir/external/tinyxml/tinystr.cpp.o
[ 97%] Building CXX object CMakeFiles/CubicSDR.dir/external/tinyxml/tinyxmlparser.cpp.o
[100%] Building CXX object CMakeFiles/CubicSDR.dir/external/tinyxml/tinyxmlerror.cpp.o
Linking CXX executable CubicSDR
[100%] Built target CubicSDR

Bug in freq jump

After hiting space, in pop-up window, if you do not use dot (XX .X), jumps to 1.2Mhz, if dot placed, (XX.X) all works good.

Crash when closing on OS X 10.10.3

Process: CubicSDR [51649]
Path: /Applications/CubicSDR.app/Contents/MacOS/CubicSDR
Identifier: com.cubicproductions.cubicsdr
Version: ??? (???)
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: CubicSDR [51649]
User ID: 501

Date/Time: 2015-04-27 12:22:03.896 +0200
OS Version: Mac OS X 10.10.3 (14D136)
Report Version: 11
Anonymous UUID: F677BE74-5929-469A-253F-12C0D18FBFD7

Sleep/Wake UUID: 317D490E-6760-4FCE-A38E-0ABC7E07FE47

Time Awake Since Boot: 430000 seconds
Time Since Wake: 6000 seconds

Crashed Thread: 4

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

Application Specific Information:
terminating with uncaught exception of type std::__1::system_error: mutex lock failed: Invalid argument
abort() called

Thread 0:: Dispatch queue: com.apple.main-thread
0 libsystem_pthread.dylib 0x00007fff935b05a5 pthread_mutex_lock + 2
1 libsystem_c.dylib 0x00007fff93ce38d9 __cxa_finalize_ranges + 334
2 libsystem_c.dylib 0x00007fff93ce3bd0 exit + 55
3 libdyld.dylib 0x00007fff925535d0 start + 8

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

Thread 2:
0 libsystem_kernel.dylib 0x00007fff8dd8c4de mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff8dd8b64f mach_msg + 55
2 com.apple.CoreFoundation 0x00007fff94485eb4 __CFRunLoopServiceMachPort + 212
3 com.apple.CoreFoundation 0x00007fff9448537b __CFRunLoopRun + 1371
4 com.apple.CoreFoundation 0x00007fff94484bd8 CFRunLoopRunSpecific + 296
5 com.apple.AppKit 0x00007fff87e7866b _NSEventThread + 137
6 libsystem_pthread.dylib 0x00007fff935b2268 _pthread_body + 131
7 libsystem_pthread.dylib 0x00007fff935b21e5 _pthread_start + 176
8 libsystem_pthread.dylib 0x00007fff935b041d thread_start + 13

Thread 3:
0 libsystem_kernel.dylib 0x00007fff8dd91136 __psynch_cvwait + 10
1 com.cubicproductions.cubicsdr 0x00000001016bdee8 RtApiCore::stopStream() + 136
2 com.cubicproductions.cubicsdr 0x000000010168a6f9 AudioThread::threadMain() + 985
3 com.cubicproductions.cubicsdr 0x0000000101686251 void* std::__1::__thread_proxy<std::__1::tuple<void (AudioThread::)(), AudioThread> >(void*) + 113
4 libsystem_pthread.dylib 0x00007fff935b2268 _pthread_body + 131
5 libsystem_pthread.dylib 0x00007fff935b21e5 _pthread_start + 176
6 libsystem_pthread.dylib 0x00007fff935b041d thread_start + 13

Thread 4 Crashed:
0 libsystem_kernel.dylib 0x00007fff8dd91286 __pthread_kill + 10
1 libsystem_c.dylib 0x00007fff93ce2b53 abort + 129
2 libc++abi.dylib 0x00007fff92960a21 abort_message + 257
3 libc++abi.dylib 0x00007fff929889b9 default_terminate_handler() + 243
4 libobjc.A.dylib 0x00007fff8cb1c7eb objc_terminate() + 124
5 libc++abi.dylib 0x00007fff929860a1 std::__terminate(void (
)()) + 8
6 libc++abi.dylib 0x00007fff92985b30 __cxa_throw + 121
7 libc++.1.dylib 0x00007fff8f5e6b25 std::__1::_throw_system_error(int, char const) + 77
8 com.cubicproductions.cubicsdr 0x0000000101682777 DemodulatorThread::threadMain() + 7543
9 libsystem_pthread.dylib 0x00007fff935b2268 _pthread_body + 131
10 libsystem_pthread.dylib 0x00007fff935b21e5 _pthread_start + 176
11 libsystem_pthread.dylib 0x00007fff935b041d thread_start + 13

Thread 5:: com.apple.audio.IOThread.client
0 libsystem_kernel.dylib 0x00007fff8dd8c4de mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff8dd8b64f mach_msg + 55
2 com.apple.audio.CoreAudio 0x00007fff8f37a57e HALB_MachPort::SendMessageWithReply(unsigned int, unsigned int, unsigned int, unsigned int, mach_msg_header_t_, bool, unsigned int) + 98
3 com.apple.audio.CoreAudio 0x00007fff8f37a50c HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int) + 42
4 com.apple.audio.CoreAudio 0x00007fff8f378aa9 HALC_ProxyIOContext::IOWorkLoop() + 965
5 com.apple.audio.CoreAudio 0x00007fff8f378612 HALC_ProxyIOContext::IOThreadEntry(void_) + 88
6 com.apple.audio.CoreAudio 0x00007fff8f3784e3 HALB_IOThread::Entry(void*) + 157
7 libsystem_pthread.dylib 0x00007fff935b2268 _pthread_body + 131
8 libsystem_pthread.dylib 0x00007fff935b21e5 _pthread_start + 176
9 libsystem_pthread.dylib 0x00007fff935b041d thread_start + 13

Thread 6:
0 libsystem_kernel.dylib 0x00007fff8dd9194a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff935b040d start_wqthread + 13

Thread 7:
0 libsystem_kernel.dylib 0x00007fff8dd9194a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff935b040d start_wqthread + 13

Thread 8:

Thread 4 crashed with X86 Thread State (64-bit):
rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x000000010b176708 rdx: 0x0000000000000000
rdi: 0x0000000000024c03 rsi: 0x0000000000000006 rbp: 0x000000010b176730 rsp: 0x000000010b176708
r8: 0x0000000000000000 r9: 0x00007fff93d0cd70 r10: 0x0000000008000000 r11: 0x0000000000000206
r12: 0x000000010b176890 r13: 0x00006000000f2700 r14: 0x000000010b177000 r15: 0x000000010b176770
rip: 0x00007fff8dd91286 rfl: 0x0000000000000206 cr2: 0x00007fff78780fd8

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

Binary Images:
0x101663000 - 0x101b48ff7 +com.cubicproductions.cubicsdr (??? - ???) <7311B4D0-0D66-3C97-86C8-F3D29FA6F8DA> /Applications/CubicSDR.app/Contents/MacOS/CubicSDR
0x102055000 - 0x10205efff +librtlsdr.0.dylib (0) /Applications/CubicSDR.app/Contents/MacOS/librtlsdr.0.dylib
0x102064000 - 0x1020cffff +libliquid.dylib (0) /Applications/CubicSDR.app/Contents/MacOS/libliquid.dylib
0x1020f2000 - 0x1022d5ff7 +libfftw3f.3.dylib (0) /Applications/CubicSDR.app/Contents/MacOS/libfftw3f.3.dylib
0x102308000 - 0x10230cfff com.apple.agl (3.3.0 - AGL-3.3.0) <83B4076C-BD87-3436-B59F-65184128FEC1> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
0x102318000 - 0x102328fff +libz.1.dylib (0) <46703014-51A6-3365-9D23-49E48E055548> /Applications/CubicSDR.app/Contents/MacOS/libz.1.dylib
0x102331000 - 0x10234cfff +liblzma.5.dylib (0) <71573DDE-B6C6-3311-8631-AD8EC5A5FDF2> /Applications/CubicSDR.app/Contents/MacOS/liblzma.5.dylib
0x102352000 - 0x102363fff +libusb-1.0.0.dylib (0) <6F79738C-0956-3084-9750-01AA948CC090> /Applications/CubicSDR.app/Contents/MacOS/libusb-1.0.0.dylib
0x107857000 - 0x107857ff5 +cl_kernels (???) <6446ED0D-812A-4E93-ABE1-261544EBAB29> cl_kernels
0x107859000 - 0x10793ffef unorm8_bgra.dylib (2.4.5) <7BFE1DA8-2BE4-3B4F-8A7F-F3D6D4D36ADA> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib
0x107a89000 - 0x107a89fef +cl_kernels (???) <56DA0379-B653-438C-A8A2-FEDA82223E25> cl_kernels
0x107d21000 - 0x107d29ff7 com.apple.iokit.IOUSBLib (705.4.0 - 705.4.0) <54823DA5-8EB8-3653-90F2-050F8FC2DB18> /System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/IOUSBLib.bundle/Contents/MacOS/IOUSBLib
0x107e48000 - 0x107e55fff libGPUSupport.dylib (11.1.2) /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupport.dylib
0x108129000 - 0x10812dfff com.apple.audio.AppleHDAHALPlugIn (272.18 - 272.18) /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
0x109252000 - 0x109259fff com.apple.CacheDelete (1.0 - 1) /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete
0x1094d3000 - 0x1094d3ffe +cl_kernels (???) cl_kernels
0x109be8000 - 0x109cc8ff7 unorm8_rgba.dylib (2.4.5) <86BACF3B-4433-336D-BD90-C4A29060D703> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_rgba.dylib
0x109fd7000 - 0x109fd7ffe +cl_kernels (???) cl_kernels
0x109fdb000 - 0x109fdbfef +cl_kernels (???) <5FF550E8-D36A-4537-859C-694AF1F8E69B> cl_kernels
0x10a505000 - 0x10a520ff3 com.apple.security.csparser (3.0 - 57031.20.26) <5AC778EB-AD12-377A-8C7A-8D3D4166CC73> /System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/MacOS/csparser
0x123400000000 - 0x12340036efff com.apple.driver.AppleIntelHD3000GraphicsGLDriver (10.0.31 - 10.0.0) <9F684763-8916-3C35-8F81-CCA8E3B00B16> /System/Library/Extensions/AppleIntelHD3000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD3000GraphicsGLDriver
0x123480000000 - 0x12348029afff com.apple.AMDRadeonX3000GLDriver (1.32.20 - 1.3.2) <065C16FD-8E07-3437-8F40-843EB5523CC6> /System/Library/Extensions/AMDRadeonX3000GLDriver.bundle/Contents/MacOS/AMDRadeonX3000GLDriver
0x7fff627e0000 - 0x7fff62816837 dyld (353.2.1) <65DCCB06-339C-3E25-9702-600A28291D0E> /usr/lib/dyld
0x7fff86551000 - 0x7fff86551fff com.apple.audio.units.AudioUnit (1.12 - 1.12) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff86552000 - 0x7fff86929fe7 com.apple.CoreAUC (211.1.0 - 211.1.0) <12645629-E065-388E-A6B5-094A240578CE> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x7fff8692a000 - 0x7fff8694eff7 com.apple.Sharing (328.16 - 328.16) /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
0x7fff8694f000 - 0x7fff86952fff com.apple.help (1.3.3 - 46) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fff8695b000 - 0x7fff86994fff com.apple.AirPlaySupport (2.0 - 215.18) <6AF8E973-3643-3FEE-AA8F-541B9F093EEE> /System/Library/PrivateFrameworks/AirPlaySupport.framework/Versions/A/AirPlaySupport
0x7fff86995000 - 0x7fff86a07fff com.apple.framework.IOKit (2.0.2 - 1050.20.2) <09C0518C-90DF-3FC3-96D6-34D35F72C8EF> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff86a08000 - 0x7fff86a41ff3 com.apple.datadetectors (5.0 - 286.13) /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetectors
0x7fff86a5b000 - 0x7fff86a5cfff libDiagnosticMessagesClient.dylib (100) <2EE8E436-5CDC-34C5-9959-5BA218D507FB> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff86a5d000 - 0x7fff86a60fff com.apple.IOSurface (97.4 - 97.4) /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff86a61000 - 0x7fff86d30ff3 com.apple.CoreImage (10.3.4) /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff86d75000 - 0x7fff86d9dfff libRIP.A.dylib (779.11) <88434DA0-B6B8-304A-9DC0-41D3947E8734> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x7fff86db1000 - 0x7fff86dd9fff libxpc.dylib (559.20.9) /usr/lib/system/libxpc.dylib
0x7fff87072000 - 0x7fff8707fff7 com.apple.SpeechRecognitionCore (2.1.2 - 2.1.2) <551322E2-C1E4-3378-A218-F362985E3E3C> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
0x7fff87080000 - 0x7fff87086ff7 libsystem_networkextension.dylib (167.1.10) <29AB225B-D7FB-30ED-9600-65D44B9A9442> /usr/lib/system/libsystem_networkextension.dylib
0x7fff87087000 - 0x7fff870b7ff3 com.apple.CoreAVCHD (5.7.5 - 5750.4.1) <3E51287C-E97D-3886-BE88-8F6872400876> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
0x7fff8710d000 - 0x7fff87111fff com.apple.IOAccelerator (156.14 - 156.14) <5D593364-14AA-3DDA-96FE-B9CF4FE09143> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
0x7fff87112000 - 0x7fff87149ffb com.apple.LDAPFramework (2.4.28 - 194.5) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x7fff8714a000 - 0x7fff8714cff3 com.apple.SafariServices.framework (10600 - 10600.5.17) <55E7D2A9-802C-36E9-9D38-A2D34107740D> /System/Library/PrivateFrameworks/SafariServices.framework/Versions/A/SafariServices
0x7fff8714d000 - 0x7fff8714ffff com.apple.loginsupport (1.0 - 1) /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
0x7fff87150000 - 0x7fff87157ff7 com.apple.phonenumbers (1.1.1 - 105) /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers
0x7fff87167000 - 0x7fff87172fff libGL.dylib (11.1.2) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff87173000 - 0x7fff87265ff7 libiconv.2.dylib (42) <2A06D02F-8B76-3864-8D96-64EF5B40BC6C> /usr/lib/libiconv.2.dylib
0x7fff8728a000 - 0x7fff874cfff7 com.apple.AddressBook.framework (9.0 - 1579) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
0x7fff874d0000 - 0x7fff874ebff7 com.apple.aps.framework (4.0 - 4.0) <5F4CEDD6-C7AD-3026-A5F3-9146F08F23D2> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService
0x7fff87535000 - 0x7fff875b3fff com.apple.CoreServices.OSServices (640.4 - 640.4) <20121A5E-7AB5-3624-8CF0-3562F97C8A95> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff875b4000 - 0x7fff875b4ff7 libkeymgr.dylib (28) <77845842-DE70-3CC5-BD01-C3D14227CED5> /usr/lib/system/libkeymgr.dylib
0x7fff875b5000 - 0x7fff876a7fff libxml2.2.dylib (26) /usr/lib/libxml2.2.dylib
0x7fff876a8000 - 0x7fff8771cffb com.apple.securityfoundation (6.0 - 55126) <42589E18-D38C-3E25-B638-6E29740C224C> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff878d4000 - 0x7fff878dfff7 com.apple.CrashReporterSupport (10.10 - 631) /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x7fff879d8000 - 0x7fff87b87fff GLEngine (11.1.2) <68FDFD73-F15C-3460-9984-10F5DEF79907> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine
0x7fff87b88000 - 0x7fff87b8cfff libCoreVMClient.dylib (79.1) <201EF6DF-5074-3CB7-A361-398CF957A264> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff87b8d000 - 0x7fff87bd9fff com.apple.corelocation (1486.17 - 1615.24) <8825B3E2-E053-3E01-AE31-793443962D06> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
0x7fff87bda000 - 0x7fff87d1eff7 com.apple.QTKit (7.7.3 - 2890) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x7fff87d1f000 - 0x7fff888a0ff7 com.apple.AppKit (6.9 - 1347.57) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff888a1000 - 0x7fff888bdff7 libsystem_malloc.dylib (53.1.1) <19BCC257-5717-3502-A71F-95D65AFA861B> /usr/lib/system/libsystem_malloc.dylib
0x7fff888d8000 - 0x7fff8893fffb com.apple.datadetectorscore (6.0 - 396.1.1) <9B0B3198-DDBE-36C0-8BA9-3EC89C725282> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff88955000 - 0x7fff8895bfff libsystem_trace.dylib (72.20.1) <840F5301-B55A-3078-90B9-FEFFD6CD741A> /usr/lib/system/libsystem_trace.dylib
0x7fff8895c000 - 0x7fff88c87ff7 com.apple.FinderKit (1.3.4 - 1.3.4) <3922DF95-2F38-3CAA-A7E7-B1A691261591> /System/Library/PrivateFrameworks/FinderKit.framework/Versions/A/FinderKit
0x7fff88c8d000 - 0x7fff88c98fff com.apple.AppSandbox (4.0 - 238.20.2) /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
0x7fff88c99000 - 0x7fff88ca7ff7 com.apple.opengl (11.1.2 - 11.1.2) <864B35BF-1E76-382B-8D5F-38C7282621E6> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff88ca8000 - 0x7fff88caeff7 com.apple.XPCService (2.0 - 1) /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
0x7fff88caf000 - 0x7fff88cfcff3 com.apple.CoreMediaIO (601.0 - 4760) /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
0x7fff88cfd000 - 0x7fff88d17ff7 com.apple.Kerberos (3.0 - 1) <7760E0C2-A222-3709-B2A6-B692D900CEB1> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff88d4b000 - 0x7fff88de1ff7 com.apple.cloudkit.CloudKit (283.67.2 - 283.67.2) <79F5AD38-61D5-30E6-96DC-974351D4195B> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit
0x7fff88dfa000 - 0x7fff88f41ffb com.apple.WebKitLegacy (10600 - 10600.5.17) /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy.framework/Versions/A/WebKitLegacy
0x7fff88f9f000 - 0x7fff88fbaff7 libCRFSuite.dylib (34) /usr/lib/libCRFSuite.dylib
0x7fff88fc9000 - 0x7fff89068e27 com.apple.AppleJPEG (1.0 - 1) <6627DDD9-A8FE-3968-B23A-B6A29AA3919A> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
0x7fff89076000 - 0x7fff89081fff libcommonCrypto.dylib (60061) /usr/lib/system/libcommonCrypto.dylib
0x7fff89320000 - 0x7fff89323ff7 com.apple.Mangrove (1.0 - 1) <6326024D-5C8D-3F59-9468-ACA1E01BC70C> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
0x7fff8932b000 - 0x7fff89356ff3 libarchive.2.dylib (30) <8CBB4416-EBE9-3574-8ADC-44655D245F39> /usr/lib/libarchive.2.dylib
0x7fff89357000 - 0x7fff8935dfff com.apple.speech.recognition.framework (5.0.9 - 5.0.9) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fff8935e000 - 0x7fff893abff7 com.apple.print.framework.PrintCore (10.3 - 451.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff893ac000 - 0x7fff893d2fff com.apple.ChunkingLibrary (2.1 - 163.6) <29D4CB95-42EF-34C6-8182-BDB6F7BB1E79> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x7fff893d3000 - 0x7fff894fbff7 com.apple.coreui (2.1 - 308.6) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff894fc000 - 0x7fff89513ff7 libLinearAlgebra.dylib (1128) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
0x7fff89514000 - 0x7fff89514fff com.apple.Carbon (154 - 157) <9BF51672-1684-3FDE-A561-FC59A2864EF8> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fff8959a000 - 0x7fff8962fff7 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
0x7fff89630000 - 0x7fff8973fff3 com.apple.desktopservices (1.9.3 - 1.9.3) /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff89740000 - 0x7fff8978bfff com.apple.CloudDocs (1.0 - 321.6) <4C54EDB7-4377-3722-8C47-F3C3D260FCBA> /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs
0x7fff8978c000 - 0x7fff8a74effb com.apple.WebCore (10600 - 10600.5.17) <587F71B3-28E7-3EBC-87B3-1F5E1D8C1349> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x7fff8a822000 - 0x7fff8a82dff7 com.apple.DirectoryService.Framework (10.10 - 187) <85675744-B77D-37ED-805B-4BD0DD20845D> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x7fff8a82e000 - 0x7fff8a84bfff com.apple.MultitouchSupport.framework (263.9.1 - 263.9.1) <6ABD3AE2-DF6A-3AB2-994B-9C0FB42CE2B7> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff8a84e000 - 0x7fff8a853ffb libheimdal-asn1.dylib (398.10.1) /usr/lib/libheimdal-asn1.dylib
0x7fff8b446000 - 0x7fff8b44afff com.apple.CommonPanels (1.2.6 - 96) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x7fff8b44b000 - 0x7fff8b470ff7 libPng.dylib (1237) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff8b4de000 - 0x7fff8b4e9ff7 libkxld.dylib (2782.20.48) <28EF8328-E3E2-336A-974B-FB1BF119D55A> /usr/lib/system/libkxld.dylib
0x7fff8b644000 - 0x7fff8b7d3fff libGLProgrammability.dylib (11.1.2) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x7fff8b7d4000 - 0x7fff8b7d6fff com.apple.SecCodeWrapper (4.0 - 238.20.2) /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
0x7fff8b7d7000 - 0x7fff8b7e8fff libsystem_coretls.dylib (35.20.2) <6084A531-2523-39F8-B030-811FA1A32FB5> /usr/lib/system/libsystem_coretls.dylib
0x7fff8b7e9000 - 0x7fff8b7ebff7 libutil.dylib (38) <471AD65E-B86E-3C4A-8ABD-B8665A2BCE3F> /usr/lib/libutil.dylib
0x7fff8b7ec000 - 0x7fff8b819fff com.apple.CoreVideo (1.8 - 145.1) <18DB07E0-B927-3260-A234-636F298D1917> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff8b81a000 - 0x7fff8b97bfff com.apple.avfoundation (2.0 - 889.210) <0CFF0D47-7C6B-388E-87BD-404F43A6B1E0> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
0x7fff8b97c000 - 0x7fff8b9e8fff com.apple.framework.CoreWLAN (5.0 - 500.35.2) <5E228544-77A9-3AA5-8355-E8F6626F50E7> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x7fff8b9e9000 - 0x7fff8ba77ff7 com.apple.CorePDF (4.0 - 4) <9CD7EC6D-3593-3D60-B04F-75F612CCB99A> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
0x7fff8ba78000 - 0x7fff8ba79ff7 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
0x7fff8bb1f000 - 0x7fff8bb20ff3 libSystem.B.dylib (1213) /usr/lib/libSystem.B.dylib
0x7fff8bb21000 - 0x7fff8bb33ff7 com.apple.CoreDuetDaemonProtocol (1.0 - 1) /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/CoreDuetDaemonProtocol
0x7fff8bb34000 - 0x7fff8c38fff3 com.apple.CoreGraphics (1.600.0 - 779.11) /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff8c390000 - 0x7fff8c3d0ff7 libGLImage.dylib (11.1.2) <260A4BF3-DC45-369C-A0CD-B667F9D17179> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff8c3d1000 - 0x7fff8c3f2fff com.apple.framework.Apple80211 (10.3 - 1030.71.6) /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x7fff8c3f3000 - 0x7fff8c40cffb com.apple.openscripting (1.4 - 162.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fff8c490000 - 0x7fff8c675ff7 libicucore.A.dylib (531.48) <3CD34752-B1F9-31D2-865D-B5B0F0BE3111> /usr/lib/libicucore.A.dylib
0x7fff8c6af000 - 0x7fff8c6affff com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff8c6b0000 - 0x7fff8c6b2ff7 libsystem_coreservices.dylib (9) <41B7C578-5A53-31C8-A96F-C73E030B0938> /usr/lib/system/libsystem_coreservices.dylib
0x7fff8c6b3000 - 0x7fff8c6b3ff7 liblaunch.dylib (559.20.9) /usr/lib/system/liblaunch.dylib
0x7fff8c6e5000 - 0x7fff8c9a6ff7 com.apple.WebKit (10600 - 10600.5.17) <5724ED63-1C75-3090-B60A-DA484A9DBDE2> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x7fff8c9bd000 - 0x7fff8ca18ff7 libTIFF.dylib (1237) <690B205E-55D9-3F2C-B4EA-78B1AC3D3231> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff8ca19000 - 0x7fff8ca2cff7 com.apple.CoreBluetooth (1.0 - 1) <8D7BA9BA-EB36-307A-9119-0B3D9732C953> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
0x7fff8ca2d000 - 0x7fff8ca3aff3 com.apple.ProtocolBuffer (1 - 228.0.1) <3429EB06-9F0E-355F-B9AB-F72879177398> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
0x7fff8ca69000 - 0x7fff8ca87ff7 com.apple.addressbook.vCard (9.0 - 1579) /System/Library/PrivateFrameworks/vCard.framework/Versions/A/vCard
0x7fff8ca88000 - 0x7fff8ca88fff com.apple.CoreServices (62 - 62) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff8ca89000 - 0x7fff8ca91fff libMatch.1.dylib (24) /usr/lib/libMatch.1.dylib
0x7fff8ca92000 - 0x7fff8caa3ff7 libz.1.dylib (55) <88C7C7DE-04B8-316F-8B74-ACD9F3DE1AA1> /usr/lib/libz.1.dylib
0x7fff8cb0a000 - 0x7fff8cd0446f libobjc.A.dylib (647) <759E155D-BC42-3D4E-869B-6F57D477177C> /usr/lib/libobjc.A.dylib
0x7fff8cd24000 - 0x7fff8ce48ff7 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
0x7fff8ce49000 - 0x7fff8ce73fff GLRendererFloat (11.1.2) <87953360-E0E4-3523-8EC3-2062C26C7FD2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
0x7fff8cea7000 - 0x7fff8ceb1ff7 com.apple.NetAuth (5.2 - 5.2) <2BBD749A-8E18-35B8-8E48-A90347C1CCA7> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff8ceb2000 - 0x7fff8cedbffb libxslt.1.dylib (13) /usr/lib/libxslt.1.dylib
0x7fff8ceea000 - 0x7fff8cf0dff7 com.apple.idsfoundation (10.0 - 1000) <2395F969-DB5F-3D41-BA52-31FEE83E0719> /System/Library/PrivateFrameworks/IDSFoundation.framework/Versions/A/IDSFoundation
0x7fff8cf0e000 - 0x7fff8cf0fffb libremovefile.dylib (35) <3485B5F4-6CE8-3C62-8DFD-8736ED6E8531> /usr/lib/system/libremovefile.dylib
0x7fff8cf10000 - 0x7fff8cf18ffb libcopyfile.dylib (118.1.2) <0C68D3A6-ACDD-3EF3-991A-CC82C32AB836> /usr/lib/system/libcopyfile.dylib
0x7fff8cf19000 - 0x7fff8cf35ff7 com.apple.pluginkit.framework (1.0 - 1) /System/Library/PrivateFrameworks/PlugInKit.framework/Versions/A/PlugInKit
0x7fff8cf36000 - 0x7fff8cf36fff com.apple.Cocoa (6.8 - 21) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x7fff8cf37000 - 0x7fff8cfcbfff 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
0x7fff8cfcc000 - 0x7fff8cfe5ff7 com.apple.CFOpenDirectory (10.10 - 187) <790ED527-EFD2-3EA6-8C97-A8C04E96EBA7> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff8d028000 - 0x7fff8d069fff libGLU.dylib (11.1.2) <4C54F0D1-2ADC-38A0-92D1-F479E9B99355> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff8d06a000 - 0x7fff8d06efff libpam.2.dylib (20) /usr/lib/libpam.2.dylib
0x7fff8d138000 - 0x7fff8d469fff com.apple.Foundation (6.9 - 1153.20) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff8d46a000 - 0x7fff8d46cfff com.apple.CoreDuetDebugLogging (1.0 - 1) <9A6E5710-EA99-366E-BF40-9A65EC1B46A1> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/Versions/A/CoreDuetDebugLogging
0x7fff8d46d000 - 0x7fff8d982ffb com.apple.JavaScriptCore (10600 - 10600.5.10) /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x7fff8d983000 - 0x7fff8d9e8ff7 com.apple.ids (10.0 - 1000) <42C61956-F016-315A-ADD3-3CA37EE99DD7> /System/Library/PrivateFrameworks/IDS.framework/Versions/A/IDS
0x7fff8d9e9000 - 0x7fff8da46fff com.apple.QuickLookFramework (5.0 - 675.42) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x7fff8da47000 - 0x7fff8da52ff7 libcsfde.dylib (471.20.7) <44E51549-CECC-3C7B-867B-01901CA9C756> /usr/lib/libcsfde.dylib
0x7fff8da83000 - 0x7fff8daeaff7 com.apple.framework.CoreWiFi (3.0 - 300.4) <19269C1D-EB29-384A-83F3-7DDDEB7D9DAD> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
0x7fff8db03000 - 0x7fff8db1dfff com.apple.AppleVPAFramework (1.4.3 - 1.4.3) /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA
0x7fff8db1e000 - 0x7fff8db96ff7 com.apple.SystemConfiguration (1.14 - 1.14) <06A8405D-53BA-30A9-BA8A-222099176091> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff8db98000 - 0x7fff8dcffffb com.apple.audio.toolbox.AudioToolbox (1.12 - 1.12) <5678FC94-456A-3F5F-BA9A-10EB6E462997> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff8dd14000 - 0x7fff8dd39ff7 libJPEG.dylib (1237) <8AC8EFA6-2283-3725-9F28-01537DF51766> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff8dd3a000 - 0x7fff8dd45ff7 com.apple.speech.synthesis.framework (5.3.3 - 5.3.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff8dd46000 - 0x7fff8dd47fff com.apple.TrustEvaluationAgent (2.0 - 25) <2D61A2C3-C83E-3A3F-8EC1-736DBEC250AB> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x7fff8dd48000 - 0x7fff8dd7aff3 com.apple.frameworks.CoreDaemon (1.3 - 1.3) /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
0x7fff8dd7b000 - 0x7fff8dd98fff libsystem_kernel.dylib (2782.20.48) /usr/lib/system/libsystem_kernel.dylib
0x7fff8dda2000 - 0x7fff8dda5fff com.apple.xpc.ServiceManagement (1.0 - 1) <9E025823-660A-30C5-A568-223BD595B6F7> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x7fff8dda6000 - 0x7fff8ddadff7 libcompiler_rt.dylib (35) /usr/lib/system/libcompiler_rt.dylib
0x7fff8ddae000 - 0x7fff8de4cfff com.apple.Metadata (10.7.0 - 917.35) <8CBD1D32-4F4B-3F9A-AC65-76F2B5376FBF> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff8de4d000 - 0x7fff8de4fff7 com.apple.securityhi (9.0 - 55006) <5DB5773C-FC07-302C-98FE-4B80D88D481A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fff8de69000 - 0x7fff8df3fff3 com.apple.DiskImagesFramework (10.10.1 - 396) <1149D3E1-CC6C-3177-916D-2BE066DC9344> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
0x7fff8e20d000 - 0x7fff8e21fff7 libsasl2.2.dylib (194.1) <35371406-75EF-304A-A073-956C40373555> /usr/lib/libsasl2.2.dylib
0x7fff8e24e000 - 0x7fff8e256ff7 com.apple.icloud.FindMyDevice (1.0 - 1) <9CE67F85-2BA8-3093-97BA-07BF5C04A5D6> /System/Library/PrivateFrameworks/FindMyDevice.framework/Versions/A/FindMyDevice
0x7fff8e257000 - 0x7fff8e263ff7 com.apple.OpenDirectory (10.10 - 187) <1E07769D-68DE-3BF2-8E9E-A1E98BF70D1B> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff8e264000 - 0x7fff8e54bffb 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
0x7fff8e54c000 - 0x7fff8e584fff libsystem_network.dylib (412.20.3) <589A5F67-BE2A-3245-A181-0ECC9B53EB00> /usr/lib/system/libsystem_network.dylib
0x7fff8e5a1000 - 0x7fff8e8a6ff3 com.apple.HIToolbox (2.1.1 - 758.7) <6711FAA9-904A-3B49-9665-FC8D13B93C42> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff8e8a7000 - 0x7fff8e8b0ff3 com.apple.CommonAuth (4.0 - 2.0) /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff8e8b1000 - 0x7fff8e8c2fff libcmph.dylib (1) <46EC3997-DB5E-38AE-BBBB-A035A54AD3C0> /usr/lib/libcmph.dylib
0x7fff8e8c4000 - 0x7fff8e8c6fff libsystem_sandbox.dylib (358.20.5) <4CF77128-6BE0-3958-B646-707FA9CE61B2> /usr/lib/system/libsystem_sandbox.dylib
0x7fff8e8c7000 - 0x7fff8e8f6fff com.apple.securityinterface (10.0 - 55058) <21F38170-2D3D-3FA2-B0EC-379482AFA5E4> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
0x7fff8e8f7000 - 0x7fff8e941ff7 com.apple.HIServices (1.22 - 522.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff8e942000 - 0x7fff8e942ff7 libunc.dylib (29) <5676F7EA-C1DF-329F-B006-D2C3022B7D70> /usr/lib/system/libunc.dylib
0x7fff8e943000 - 0x7fff8e9b1ffb com.apple.Heimdal (4.0 - 2.0) <7697A837-98B8-3BDB-A7D2-8ED4C9ABC510> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff8e9b2000 - 0x7fff8eac9fe7 libvDSP.dylib (516) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff8eacb000 - 0x7fff8eb1aff7 com.apple.opencl (2.4.2 - 2.4.2) <4A9574ED-15CF-3EBB-B4C0-D30F644D6C74> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff8eb4b000 - 0x7fff8eb4bfff com.apple.Accelerate (1.10 - Accelerate 1.10) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff8eb4c000 - 0x7fff8ec7cfff com.apple.UIFoundation (1.0 - 1) <466BDFA8-0B9F-3AB0-989D-F9779422926A> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
0x7fff8ed6a000 - 0x7fff8ed6ffff com.apple.DiskArbitration (2.6 - 2.6) <0DFF4D9B-2AC3-3B82-B5C5-30F4EFBD2DB9> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff8ed70000 - 0x7fff8ed8aff3 com.apple.Ubiquity (1.3 - 313) /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
0x7fff8ee25000 - 0x7fff8f34efff com.apple.QuartzComposer (5.1 - 332) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
0x7fff8f34f000 - 0x7fff8f3a0fff com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <450293F7-DAE7-3DD0-8F7C-71FC2FD72627> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff8f3a5000 - 0x7fff8f3c5fff com.apple.IconServices (47.1 - 47.1) /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0x7fff8f3c6000 - 0x7fff8f3eaff7 com.apple.facetimeservices (10.0 - 1000) /System/Library/PrivateFrameworks/FTServices.framework/Versions/A/FTServices
0x7fff8f3eb000 - 0x7fff8f482fff com.apple.CoreMedia (1.0 - 1562.235) <21EB4AB6-2DBC-326B-B17E-E88BAA9E9200> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x7fff8f483000 - 0x7fff8f485fff com.apple.marco (10.0 - 1000) <87240BDC-79FE-3CBF-A94D-EAB348ED7AA2> /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco
0x7fff8f486000 - 0x7fff8f4c0ffb com.apple.DebugSymbols (115 - 115) <6F03761D-7C3A-3C80-8031-AA1C1AD7C706> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fff8f4c9000 - 0x7fff8f4d1fff libsystem_dnssd.dylib (561.1.1) <62B70ECA-E40D-3C63-896E-7F00EC386DDB> /usr/lib/system/libsystem_dnssd.dylib
0x7fff8f4d2000 - 0x7fff8f51ffff com.apple.ImageCaptureCore (6.3 - 6.3) <44B6E670-16ED-3C81-9E8D-34543CD71273> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
0x7fff8f551000 - 0x7fff8f552fff liblangid.dylib (117) /usr/lib/liblangid.dylib
0x7fff8f553000 - 0x7fff8f59fff7 libcups.2.dylib (408.2) /usr/lib/libcups.2.dylib
0x7fff8f5a0000 - 0x7fff8f5f4fff libc++.1.dylib (120) <1B9530FD-989B-3174-BB1C-BDC159501710> /usr/lib/libc++.1.dylib
0x7fff8f5f5000 - 0x7fff8f601ff7 libGPUSupportMercury.dylib (11.1.2) <55BFDDBD-C196-3D24-A7DA-905A6A722DAC> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
0x7fff8f602000 - 0x7fff8f678fe7 libcorecrypto.dylib (233.1.2) /usr/lib/system/libcorecrypto.dylib
0x7fff8f679000 - 0x7fff8f8e3ff7 com.apple.imageKit (2.6.1 - 848) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0x7fff8f8e4000 - 0x7fff8f908ff7 com.apple.quartzfilters (1.10.0 - 1.10.0) <1AE50F4A-0098-34E7-B24D-DF7CB94073CE> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
0x7fff8f966000 - 0x7fff8f980ff7 libextension.dylib (55.2) <3BB019CA-199A-36AC-AA22-14B562138545> /usr/lib/libextension.dylib
0x7fff8f981000 - 0x7fff8f9dbff7 com.apple.LanguageModeling (1.0 - 1) /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
0x7fff8fa23000 - 0x7fff8ff13fff com.apple.MediaToolbox (1.0 - 1562.235) <9813E9A6-5BD6-3E56-9D20-0023703D5096> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x7fff8ff14000 - 0x7fff8ffa5ff7 libCoreStorage.dylib (471.20.7) /usr/lib/libCoreStorage.dylib
0x7fff8ffa6000 - 0x7fff8fff9ffb libAVFAudio.dylib (118.6) <2441D4C1-D8FB-3DA9-9DD7-914E03413882> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAudio.dylib
0x7fff9003b000 - 0x7fff90050ffb libCGInterfaces.dylib (294.1) <1A6AADE6-09EC-3054-85F9-E6A3607EBA70> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
0x7fff90051000 - 0x7fff90067ff7 com.apple.CoreMediaAuthoring (2.2 - 951) /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
0x7fff90068000 - 0x7fff90087fff com.apple.CoreDuet (1.0 - 1) <36AA9FD5-2685-314D-B364-3FA4688D86BD> /System/Library/PrivateFrameworks/CoreDuet.framework/Versions/A/CoreDuet
0x7fff90088000 - 0x7fff90091ff7 libsystem_notify.dylib (133.1.1) <61147800-F320-3DAA-850C-BADF33855F29> /usr/lib/system/libsystem_notify.dylib
0x7fff90092000 - 0x7fff900a7ff7 com.apple.AppContainer (4.0 - 238.20.2) <2AA2EF49-9F38-31F6-8B08-8CC7C26F57F3> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
0x7fff900a8000 - 0x7fff900d8fff com.apple.GSS (4.0 - 2.0) /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff900d9000 - 0x7fff902e6ff3 com.apple.CFNetwork (720.3.13 - 720.3.13) <69E15385-5784-3912-88F6-03B16F1C1A5C> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff902e7000 - 0x7fff902eeff7 libCGCMS.A.dylib (779.11) <5D33FF8C-AC74-3B7B-A602-4AA470FEAF79> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS.A.dylib
0x7fff903c0000 - 0x7fff90411ff7 com.apple.AppleVAFramework (5.0.31 - 5.0.31) /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x7fff90412000 - 0x7fff90714ffb com.apple.GeoServices (1.0 - 1077.0.18) <2BBF8B44-DD46-3432-8C84-6D6AA004C233> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
0x7fff90715000 - 0x7fff907bcfff com.apple.PDFKit (3.1 - 3.1) <717B6DB9-4C81-3326-AFB7-6B003FBF1311> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x7fff907bd000 - 0x7fff907bfff7 com.apple.diagnosticlogcollection (10.0 - 1000) /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/Versions/A/DiagnosticLogCollection
0x7fff907c0000 - 0x7fff90902fff libsqlite3.dylib (168) <7B580EB9-9260-35FE-AE2F-276A2C242BAB> /usr/lib/libsqlite3.dylib
0x7fff90903000 - 0x7fff90906ff7 com.apple.AppleSystemInfo (3.1.5 - 3.1.5) /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
0x7fff90907000 - 0x7fff90942fff com.apple.Symbolication (1.4 - 56045) /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x7fff9096b000 - 0x7fff9096dfff com.apple.EFILogin (2.0 - 2) <3BA837D8-94F5-3240-9CF7-E40DC2808446> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
0x7fff9096e000 - 0x7fff9096efff com.apple.ApplicationServices (48 - 48) <5BF7910B-C328-3BF8-BA4F-CE52B574CE01> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff9096f000 - 0x7fff90979fff com.apple.IntlPreferences (2.0 - 150.1) /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPreferences
0x7fff9097a000 - 0x7fff90a3aff7 com.apple.backup.framework (1.6.4 - 1.6.4) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x7fff90a3b000 - 0x7fff90a81ff7 libFontRegistry.dylib (134.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff90afd000 - 0x7fff90b05fff libsystem_platform.dylib (63) <64E34079-D712-3D66-9CE2-418624A5C040> /usr/lib/system/libsystem_platform.dylib
0x7fff90b06000 - 0x7fff90b31fff com.apple.DictionaryServices (1.2 - 229) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff90b32000 - 0x7fff90f62fff com.apple.vision.FaceCore (3.1.6 - 3.1.6) /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
0x7fff90f63000 - 0x7fff90fcfff3 com.apple.MMCS (1.3 - 327.5) /System/Library/PrivateFrameworks/MMCS.framework/Versions/A/MMCS
0x7fff91008000 - 0x7fff91009ff7 libodfde.dylib (22) <52D0ABCD-F464-362C-86EA-ACA10993F556> /usr/lib/libodfde.dylib
0x7fff9100a000 - 0x7fff91016ff7 com.apple.commonutilities (8.0 - 900) /System/Library/PrivateFrameworks/CommonUtilities.framework/Versions/A/CommonUtilities
0x7fff91017000 - 0x7fff91019fff libRadiance.dylib (1237) <8F1E898B-74F6-3242-B929-CAF58AFCE319> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff9102a000 - 0x7fff91046fff com.apple.GenerationalStorage (2.0 - 209.11) <9FF8DD11-25FB-3047-A5BF-9415339B3EEC> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x7fff91047000 - 0x7fff9104cff7 libunwind.dylib (35.3) /usr/lib/system/libunwind.dylib
0x7fff9104d000 - 0x7fff9104dfff libOpenScriptingUtil.dylib (162.1) /usr/lib/libOpenScriptingUtil.dylib
0x7fff9104e000 - 0x7fff91094ff7 libauto.dylib (186) /usr/lib/libauto.dylib
0x7fff91095000 - 0x7fff910b2ffb libresolv.9.dylib (57) <26B38E61-298A-3C3A-82C1-3B5E98AD5E29> /usr/lib/libresolv.9.dylib
0x7fff910e3000 - 0x7fff910f5ff7 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
0x7fff9115a000 - 0x7fff913c4ff7 com.apple.security (7.0 - 57031.20.26) <6568520A-587D-3167-BB79-60CE6FEADC64> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff913c5000 - 0x7fff91644ff7 com.apple.CoreData (111 - 526.3) <5A27E0D8-5E5A-335B-B3F6-2601C7B976FA> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff91645000 - 0x7fff919b0fff com.apple.VideoToolbox (1.0 - 1562.235) <0E996B8C-BE1C-3749-ACCA-DACBC89AFABB> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x7fff919b1000 - 0x7fff919b3fff libquarantine.dylib (76.20.1) <7AF90041-2768-378A-925A-D83161863642> /usr/lib/system/libquarantine.dylib
0x7fff919d7000 - 0x7fff91a31fff com.apple.Suggestions (4.0 - 165) <34A8FB72-F663-3085-B4D0-6982B0BDCF21> /System/Library/PrivateFrameworks/Suggestions.framework/Versions/A/Suggestions
0x7fff91a32000 - 0x7fff91a41fff com.apple.LangAnalysis (1.7.0 - 1.7.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff923b8000 - 0x7fff9245afff com.apple.Bluetooth (4.3.4 - 4.3.4f4) /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
0x7fff9245b000 - 0x7fff92467fff com.apple.HelpData (2.1.4 - 90) <02C6B7E6-1CC4-30E8-AD04-2794BECCF99C> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
0x7fff92468000 - 0x7fff9246affb libCGXType.A.dylib (779.11) <51607E77-F183-3CC2-A78C-238AFBDF6262> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x7fff9246b000 - 0x7fff9254ffff libcrypto.0.9.8.dylib (52.20.2) <977DA067-2588-3BF8-A7B2-F08FC6E9088F> /usr/lib/libcrypto.0.9.8.dylib
0x7fff92550000 - 0x7fff92553ff7 libdyld.dylib (353.2.1) <9EACCA38-291D-38CC-811F-7E9D1451E2D3> /usr/lib/system/libdyld.dylib
0x7fff92554000 - 0x7fff9255cff7 com.apple.AppleSRP (5.0 - 1) <01EC5144-D09A-3D6A-AE35-F6D48585F154> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
0x7fff9255d000 - 0x7fff92584fff com.apple.shortcut (2.14 - 2.14) <0E9228EC-E688-3E83-9516-5211FFEA923E> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
0x7fff92598000 - 0x7fff925b2ff7 liblzma.5.dylib (7) <1D03E875-A7C0-3028-814C-3C27F7B7C079> /usr/lib/liblzma.5.dylib
0x7fff925b3000 - 0x7fff925ebfff com.apple.RemoteViewServices (2.0 - 99) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fff925ec000 - 0x7fff9263afff libcurl.4.dylib (83.1.2) <462767FC-C7F2-39F1-8C10-DA4114945F55> /usr/lib/libcurl.4.dylib
0x7fff9263b000 - 0x7fff9266cfff libtidy.A.dylib (15.15) <37FC944D-271A-386A-9ADD-FA33AD48F96D> /usr/lib/libtidy.A.dylib
0x7fff927d5000 - 0x7fff92846ffb com.apple.ApplicationServices.ATS (360 - 375.2) <2338AF23-528F-359A-847F-8B04E49E2B84> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff92847000 - 0x7fff9284cfff libsystem_stats.dylib (163.20.16) /usr/lib/system/libsystem_stats.dylib
0x7fff9290d000 - 0x7fff92937ff7 libdispatch.dylib (442.1.4) <502CF32B-669B-3709-8862-08188225E4F0> /usr/lib/system/libdispatch.dylib
0x7fff92938000 - 0x7fff9294eff7 libsystem_asl.dylib (267) /usr/lib/system/libsystem_asl.dylib
0x7fff9294f000 - 0x7fff9295fff7 libbsm.0.dylib (34) /usr/lib/libbsm.0.dylib
0x7fff92960000 - 0x7fff9298bfff libc++abi.dylib (125) <88A22A0F-87C6-3002-BFBA-AC0F2808B8B9> /usr/lib/libc++abi.dylib
0x7fff9298c000 - 0x7fff92a47ff7 com.apple.DiscRecording (9.0 - 9000.4.2) <4655B4B8-523D-3AE6-92A0-8486A2258B3B> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x7fff92a48000 - 0x7fff92a4afff libCVMSPluginSupport.dylib (11.1.2) <6EFEC4A6-2EAC-3C27-820E-C28BE71B9FCB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fff92b3a000 - 0x7fff92c2efff libFontParser.dylib (134.2) <9F57B025-AB9C-31DD-9D54-2D7AB1298885> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff92ca7000 - 0x7fff92cacff7 libmacho.dylib (862) <126CA2ED-DE91-308F-8881-B9DAEC3C63B6> /usr/lib/system/libmacho.dylib
0x7fff92dae000 - 0x7fff92dafff7 com.apple.AddressBook.ContactsData (9.0 - 1579) /System/Library/PrivateFrameworks/ContactsData.framework/Versions/A/ContactsData
0x7fff92e37000 - 0x7fff92e66ff7 com.apple.CoreServicesInternal (221.7.2 - 221.7.2) /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x7fff92e70000 - 0x7fff92e79fff com.apple.DisplayServicesFW (2.9 - 372.1) <30E61754-D83C-330A-AE60-533F27BEBFF5> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
0x7fff92e7a000 - 0x7fff92e85fdb com.apple.AppleFSCompression (68.1.1 - 1.0) /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x7fff92e86000 - 0x7fff92fc3fff com.apple.ImageIO.framework (3.3.0 - 1237) <138A800C-14B7-36C2-AB04-E162602C97E3> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff92fc4000 - 0x7fff93033fff 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
0x7fff93034000 - 0x7fff9303bfff com.apple.NetFS (6.0 - 4.0) <1581D25F-CC07-39B0-90E8-5D4F3CF84EBA> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff9303c000 - 0x7fff9304bff7 com.apple.ToneLibrary (1.0 - 1) <179C7D61-CB88-3CE3-9F06-4D60D13D616C> /System/Library/PrivateFrameworks/ToneLibrary.framework/Versions/A/ToneLibrary
0x7fff9304c000 - 0x7fff9313fff7 libJP2.dylib (1237) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff93141000 - 0x7fff931a0fff com.apple.AE (681.2 - 681.2) <181B3B06-2DC6-3E4D-B44A-2551C5E9CF6F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff931a1000 - 0x7fff935aeff7 libLAPACK.dylib (1128) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff935af000 - 0x7fff935b8fff libsystem_pthread.dylib (105.10.1) <3103AA7F-3BAE-3673-9649-47FFD7E15C97> /usr/lib/system/libsystem_pthread.dylib
0x7fff93c23000 - 0x7fff93c27fff libspindump.dylib (182.4) <929670EB-4963-3496-AD24-8B50E388803C> /usr/lib/libspindump.dylib
0x7fff93c85000 - 0x7fff93d11ff7 libsystem_c.dylib (1044.10.1) <86FBED7A-F2C8-3591-AD6F-486DD57E6B6A> /usr/lib/system/libsystem_c.dylib
0x7fff93d12000 - 0x7fff93d16fff com.apple.TCC (1.0 - 1) /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x7fff93d17000 - 0x7fff93d81fff com.apple.imfoundation (10.0 - 1000) /System/Library/PrivateFrameworks/IMFoundation.framework/Versions/A/IMFoundation
0x7fff93d82000 - 0x7fff93e0bff7 com.apple.CoreSymbolication (3.1 - 57020.1) <85707039-0C8A-3409-B0B5-153431CC1841> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fff93e0c000 - 0x7fff93e10fff libcache.dylib (69) <45E9A2E7-99C4-36B2-BEE3-0C4E11614AD1> /usr/lib/system/libcache.dylib
0x7fff93e11000 - 0x7fff93e41fff libsystem_m.dylib (3086.1) <1E12AB45-6D96-36D0-A226-F24D9FB0D9D6> /usr/lib/system/libsystem_m.dylib
0x7fff93e42000 - 0x7fff93fd0fff libBLAS.dylib (1128) <497912C1-A98E-3281-BED7-E9C751552F61> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff93fd1000 - 0x7fff9424fffb com.apple.RawCamera.bundle (6.03.1 - 779) /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x7fff94250000 - 0x7fff9428dff3 com.apple.bom (14.0 - 193.6) <3CE5593D-DB28-3BFD-943E-6261006FA292> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
0x7fff942cb000 - 0x7fff9434cff7 com.apple.CoreUtils (1.1 - 110.1) /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
0x7fff9437b000 - 0x7fff9437cfff libsystem_secinit.dylib (18) <581DAD0F-6B63-3A48-B63B-917AF799ABAA> /usr/lib/system/libsystem_secinit.dylib
0x7fff943ea000 - 0x7fff94412fff libsystem_info.dylib (459.20.1) /usr/lib/system/libsystem_info.dylib
0x7fff94413000 - 0x7fff947abff7 com.apple.CoreFoundation (6.9 - 1153.18) <5C0892B8-9691-341F-9279-CA3A74D59AA0> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff947ac000 - 0x7fff947bafff com.apple.AddressBook.ContactsFoundation (9.0 - 1579) <34ED9046-0157-399F-9742-2FC2D098E368> /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/ContactsFoundation
0x7fff947bb000 - 0x7fff947c8ff7 libbz2.1.0.dylib (36) <2DF83FBC-5C08-39E1-94F5-C28653791B5F> /usr/lib/libbz2.1.0.dylib
0x7fff947c9000 - 0x7fff947f5fff com.apple.framework.SystemAdministration (1.0 - 1.0) /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/SystemAdministration
0x7fff947f6000 - 0x7fff948e0ff7 com.apple.QuickLookUIFramework (5.0 - 675.42) <86EE3D40-4554-3813-8C8B-B583A5F6F7E3> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x7fff948e1000 - 0x7fff948e9ff3 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
0x7fff948ea000 - 0x7fff948ebff7 libsystem_blocks.dylib (65) <9615D10A-FCA7-3BE4-AA1A-1B195DACE1A1> /usr/lib/system/libsystem_blocks.dylib
0x7fff94933000 - 0x7fff949f6ff7 libvMisc.dylib (516) <21497A28-8DCB-3EB8-BDAC-93C93382B0AA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff949f7000 - 0x7fff94ba7ff3 com.apple.QuartzCore (1.10 - 361.18) /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff94ba8000 - 0x7fff94bb5fff libxar.1.dylib (255) <7CD69BB5-97BA-3858-8A8B-2F33F129E6E7> /usr/lib/libxar.1.dylib
0x7fff94bb6000 - 0x7fff94bbefe7 libcldcpuengine.dylib (2.4.5) <0E9B5292-1EBC-379D-A706-83A27C05D742> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
0x7fff94bca000 - 0x7fff94bd3fff libGFXShared.dylib (11.1.2) <0BAF2EA8-3BC4-3BF4-ABB6-A6E0A1F3F6A5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff94bd4000 - 0x7fff94cedffb com.apple.CoreText (352.0 - 454.6) /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff94cee000 - 0x7fff95021ff7 libmecabra.dylib (666.7) <0ED8AE5E-7A5B-34A6-A2EE-2B852E60E1E2> /usr/lib/libmecabra.dylib
0x7fff95022000 - 0x7fff95154ff7 com.apple.MediaControlSender (2.0 - 215.18) <86E901A7-64C3-3D2C-BBD4-E385405831D3> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/MediaControlSender
0x7fff95221000 - 0x7fff95252ff7 com.apple.ProtectedCloudStorage (1.0 - 1) /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
0x7fff95253000 - 0x7fff95257ff7 libGIF.dylib (1237) <0990002D-CA11-325D-A432-3A333F2CC088> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff95258000 - 0x7fff9525cfff com.apple.LoginUICore (3.2 - 3.2) <417954C5-1675-31A8-9631-6B56E9AA3E93> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore.framework/Versions/A/LoginUICore
0x7fff9525d000 - 0x7fff952e1fff com.apple.PerformanceAnalysis (1.0 - 1) <599AED3E-B689-3C40-8B91-93AD36C97658> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fff95b6b000 - 0x7fff95b80fff com.apple.ToneKit (1.0 - 1) <25D0FF56-B802-359D-9CA1-D530F4890D87> /System/Library/PrivateFrameworks/ToneKit.framework/Versions/A/ToneKit
0x7fff95b81000 - 0x7fff95badfff libsandbox.1.dylib (358.20.5) /usr/lib/libsandbox.1.dylib
0x7fff95bae000 - 0x7fff95bb5fff com.apple.network.statistics.framework (1.2 - 1) <61B311D1-7F15-35B3-80D4-99B8BE90ACD9> /System/Library/PrivateFrameworks/NetworkStatistics.framework/Versions/A/NetworkStatistics
0x7fff95bb6000 - 0x7fff96009fc7 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
0x7fff96026000 - 0x7fff96059fff com.apple.MediaKit (16 - 757.2) <2912E5C2-085F-3FE2-8531-23B6E894B0F0> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x7fff9605a000 - 0x7fff9605afff com.apple.quartzframework (1.5 - 1.5) <26C982A3-2FC3-3F50-B5F4-3C545C3BAC10> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x7fff9605b000 - 0x7fff9605fff7 com.apple.NetFSServer (2.0 - 1) <954A42B3-0489-3DC8-BB43-ACFC9D3A7DBA> /System/Library/PrivateFrameworks/NetFSServer.framework/Versions/A/NetFSServer
0x7fff96060000 - 0x7fff9609bfff com.apple.QD (301 - 301) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff960e9000 - 0x7fff960ebfff libsystem_configuration.dylib (699.1.5) <20F3B077-179D-3CB0-A3C1-C8602D53B4DB> /usr/lib/system/libsystem_configuration.dylib
0x7fff961f5000 - 0x7fff961faff7 com.apple.MediaAccessibility (1.0 - 61) <00A3E0B6-79AC-387E-B282-AADFBD5722F6> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility

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

VM Region Summary:
ReadOnly portion of Libraries: Total=274.3M resident=175.7M(64%) swapped_out_or_unallocated=98.6M(36%)
Writable regions: Total=219.5M written=28.0M(13%) resident=42.6M(19%) swapped_out=0K(0%) unallocated=176.9M(81%)

REGION TYPE VIRTUAL
=========== =======
Activity Tracing 2048K
CG backing stores 632K
CG image 244K
CG shared images 304K
CoreAnimation 44K
CoreGraphics 32K
CoreImage 8K
CoreServices 320K
CoreUI image data 260K
Foundation 4K
IOKit 8624K
Kernel Alloc Once 8K
MALLOC 176.0M
MALLOC (admin) 32K
Memory Tag 242 12K
OpenCL 40K
STACK GUARD 56.0M
Stack 12.6M
Stack (reserved) 520K reserved VM address space (unallocated)
VM_ALLOCATE 17.6M
VM_ALLOCATE (reserved) 36K reserved VM address space (unallocated)
__DATA 26.9M
__GLSLBUILTINS 2588K
__IMAGE 528K
__LINKEDIT 77.0M
__TEXT 197.3M
__UNICODE 552K
mapped file 76.8M
shared memory 68K
=========== =======
TOTAL 656.7M
TOTAL, minus reserved VM space 656.2M

Model: MacBookPro8,2, BootROM MBP81.0047.B29, 4 processors, Intel Core i7, 2 GHz, 16 GB, SMC 1.69f3
Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In
Graphics: AMD Radeon HD 6490M, AMD Radeon HD 6490M, PCIe, 256 MB
Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1333 MHz, 0x0000, -
Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1333 MHz, 0x0000, -
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xD6), Broadcom BCM43xx 1.0 (5.106.98.100.24)
Bluetooth: Version 4.3.4f4 15601, 3 services, 18 devices, 1 incoming serial ports
Network Service: AirPort, AirPort, en1
Serial ATA Device: OWC Mercury Electra 6G SSD, 480,1 GB
Serial ATA Device: MATSHITADVD-R UJ-8A8
USB Device: FaceTime HD Camera (Built-in)
USB Device: Hub
USB Device: BRCM2070 Hub
USB Device: Bluetooth USB Host Controller
USB Device: Apple Internal Keyboard / Trackpad
USB Device: Hub
USB Device: USB2.0 Hub
USB Device: Usb production
USB Device: USB2.0 Hub
USB Device: Samsung S2 Portable
USB Device: Hub
USB Device: CP2102 USB to UART Bridge Controller
USB Device: USB Audio CODEC
USB Device: USB2.0 Hub
USB Device: RTL2838UHIDIR
USB Device: Jabra UC VOICE 750a MS
USB Device: IR Receiver
Thunderbolt Bus: MacBook Pro, Apple Inc., 22.1

Build Notes

Not sure how/where you would want to stick this, but I created some build notes fro Debian8:

sudo apt-get install git build-essential librtlsdr-dev automake
libfftw3-dev cmake libgl1-mesa-dev libwxgtk3.0-dev libpulse-dev

git clone https://github.com/jgaeddert/liquid-dsp

cd liquid-dsp
./bootsrap.sh
./configure
make
sudo make install
sudo ldconfig
cd ..

git clone https://github.com/cjcliffe/CubicSDR.git
cd CubicSDR
mkdir build
cd build
cmake ../
make
./CubicSDR

Improve FM stereo

Hello! Thanks for the program; it took a bit of effort to install it, but wasn't too bad.

About stereo FM reception: This is listed as "checked" in the README file. However, by testing with my iPod and a small FM transmitter, I can tell that this "stereo" mode (enabled with the spacebar) seems to just add a delay on one channel: Even with the iPod panned all the way left or right there is sound coming out of both speakers, only with a weird echo effect. (This is rather disorienting at times!)

I'm not sure if this is an issue with CubicSDR or with my dongle—I'm using a generic RTL2832U. This is the first SDR-receiver software I've used that I'm certain is supposed to receive in stereo, so I'm not sure my hardware can do stereo. I don't see why it shouldn't, though.

Axis label, averaging control, audio spectrum view

Just now tried about 3h direct sampling recv on HF. I think, it is needs a lot:
Waterfall speed control - hard to understand modulation on such slow waterfall, mostly CW looks like constant carrier now.
Y axis of panadapter needs levels labelling (like in gqrx and others). Auto range is great, but manual will be good to (amp testing, noise levels investigation). And averaging control.
Spectrum/scope switch will be great, sometimes spectrum is very useful.

And short manual with hotkeys and hints in project wiki.

  • Label Y axis value
  • Averaging control
  • Spectrum audio view

Changing Active Demodulator Output

It seems in Windows at least when I try and change the output of the demodulator, the menu doesn't update properly, it still will have the prior device selected, however if i then select another device, the device that I had previously selected is then selected. It also seems that the actual doesn't get updated unless I select it twice.

Audio Buzz

Sometimes when I'm listening I got a noticeable buzz on the audio, it doesn't seem to be consistent, and it will go away if I either restart the program or if I delete the demodulator and add it again. This is on Windows 8.1 64bit

CAT support to enable pan adapter functionality

Hi CJ!

I would like to suggest support for CAT control so we can use this excellent SDR program as pan adapter for our HAM radio transceivers. I think it's not needed to build everything from scratch. You can have a look at RigCAT or HAMLib as platforms to integrate with.

Thanks,

Ton EA3HOE.

Drifting Signal in SSB.

Hello!
I tried the 0.1.2-beta release on Ubuntu 14.04 (64 bit).
Works pretty well, but I've noticed some drift on SSB mode while trying to receive a DRM signal.
There's no such issue with GQRX.

NOTE: I used mutability's rtl-sdr driver.

Enhancement Request: More frequency input methods

This is quickly becoming my favorite SDR on the Mac OS X platform. I like the variable speed tuning scrubber. It would also be great if the current center frequency was displayed larger where each digit can be incremented/decremented by clicking the upper/lower half of each digit or mouse hovering over a digit allows inc/dec by scrolling the mouse wheel. It would also be great to have a standby frequency "scratchpad" where the freq. can be entered from the keyboard, and then set by either hitting enter, or clicking a commit or set button. If any of these features are already planned or implemented, please disregard.

Status:

  • Variable speed scrubbing
  • Large incremental digits
  • Mouse wheel support
  • Direct frequency input via keyboard

Frequency offset doesn't load properly from session file

  • Though it attempts to load, the frequency offset isn't loaded properly from the configuration file.
  • Additionally the center frequency doesn't appear to be loading possibly due new demod following rules since it places you at a seemingly random demodulator on load

Program startup with default preferences file

I use different preferences files for when i am using CubicSDR as SDR program or when i'm using it as panadapter. Would it be possible to start the program with a default preferences file that can be set up for most common use?

cmake for windows sets link.AdditionalOptions to machine:X86

When configuring the project for windows ( 7 ) with cmake gui the link.AdditionalOptions parameter in the cubicsdr.vcxproj file is set to machine:X86 creating an compile error later on when linking the object file.

I have resolved this issue by manually editing the vcxproj file and changing all "machine:X86" strings to "machine:X64"

I'm not sure if this is CubicSDR related or more cmake for windows but maybe this could be added as additional tip for building on windows?

Fix FFT under-runs due to bandwidth/zoom

  • If there isn't enough data supplied to meet the 1024 or 2048 FFT size the remaining input buffer is padded with zeros -- this causes degraded resolution.
  • Instead of using incomplete IQ buffer for FFT, accumulate correct size over multiple samples, possibly with a moving window to keep frame-rates up

Expand Demodulator Controls

  • TAB and SHIFT+TAB to select next/previous demodulator
  • "Solo" mode for demodulators (mutes all except selected)
  • "Solo" mode should follow the active demodulator when clicked/tabbed to
  • "Follow" mode could automatically jump to a demodulator as it breaks squelch level

Control speed of waterfall

I would love to see some way to control the waterfall speed. Currently the lower waterfall covers appx.12 seconds of traffic. I would like to see this configurable from very fast (2 seconds/screen) to very slow (2 minutes or more/screen). This is useful for scanning a band for unknown signals.

  • Visual slider control

Modular Architecture

Opening this issue for any development related discussion, questions or considerations for creating extensions.

Crash *** Error in `./CubicSDR': double free or corruption (fasttop): 0x0000000002e95af0 ***

Demodulator preprocessor thread started..
Set sample rate: 1000000
Exact sample rate is: 1000000.026491 Hz
Terminating demodulator audio thread..
Terminating demodulator thread..
Terminating demodulator preprocessor thread..
Audio thread done.
Demodulator preprocessor thread done.
Demodulator thread done.
Demodulator worker thread done.
Garbage collected demodulator instance 261.500
Set sample rate: 2880000
Set sample rate: 2500000
Exact sample rate is: 2500000.107620 Hz
Set sample rate: 1000000
Exact sample rate is: 1000000.026491 Hz
Set sample rate: 3200000
Set sample rate: 2000000
Exact sample rate is: 2000000.052982 Hz
Set sample rate: 2500000
Exact sample rate is: 2500000.107620 Hz
Terminating SDR thread..
SDR thread done.
Terminating SDR post-processing thread..
SDR post-processing thread done.
Terminating demodulator audio thread..
Terminating demodulator thread..
Terminating demodulator preprocessor thread..
Terminating demodulator audio thread..
Demodulator worker thread done.
*** Error in `./CubicSDR': double free or corruption (fasttop): 0x0000000002e95af0 ***
Audio thread done.
Audio thread done.
Terminating demodulator thread..
Terminating demodulator preprocessor thread..
Aborted

Linux xbmc 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt9-3~deb8u1 (2015-04-24) x86_64 GNU/Linux

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.