bugGNU Octave - Bugs: bug #48258, Octave Gui crashes while execution

 
 

bug #48258: Octave Gui crashes while execution

Submitted by:  None
Submitted on:  Fri 17 Jun 2016 05:01:25 PM UTC  
 
Category: LibrariesSeverity: 3 - Normal
Priority: 5 - NormalItem Group: Segfault, Bus Error, etc.
Status: InvalidAssigned to: None
Originator Name: keyopenOriginator Email: -unavailable-
Open/Closed: ClosedRelease: 4.0.2
Operating System: Mac OS

Add a New Comment(Rich Markup)
   

You are not logged in

Please log in, so followups can be emailed to you.

 

(Jump to the original submission Jump to the original submission)

Wed 06 Jul 2016 04:07:01 PM UTC, comment #6:

Thank you Mike! I just wrote to the help mailing list.
Thank you again!

Cesar Augusto Pereira da Silva <cpereira>
Tue 05 Jul 2016 07:45:14 PM UTC, comment #5:

Cesar: please ask on the help mailing list for help, not on the bug tracker (you can certainly link to a bug report in your email).

I think the crash you are seeing is due to the OpenBLAS library.

Mike Miller <mtmiller>
Project Administrator
Tue 05 Jul 2016 05:52:28 PM UTC, comment #4:

Hi, I am having what I think is the same problem in a Mac OS X 10.9.5 when I try to plot a graph or running the same matrix.

I saw the answer for bug #48393 , which is a similar thing, and tried to execute what Dmitri suggests, but I have no success, the problem persists:

graphics_toolkit gnuplot
plot (1:10)

What is happening is that Octave closes instantaneously when I run the following 3 lines of code:

>> A = [1 2; 3 4; 5 6];
>> B = [1 2 3; 4 5 6];
>> A*B


or when I try to plot a graph as the following one:

>> x=-10:0.1:10;
>> plot (x,sin(x));


The error report that I get is the following one:

Process: octave-gui [463]
Path: /Applications/Octave.app/Contents/Resources/usr/Cellar/octave/4.0.2_3/libexec/octave/4.0.2/exec/x86_64-apple-darwin14.5.0/octave-gui
Identifier: octave-gui
Version: 0
Code Type: X86-64 (Native)
Parent Process: sh [461]
Responsible: applet [460]
User ID: 503

Date/Time: 2016-07-05 14:34:18.853 -0300
OS Version: Mac OS X 10.9.5 (13F1808)
Report Version: 11
Anonymous UUID: 3BFED26B-0D52-C959-9962-C49477F8FC04

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

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

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

  1. libsystem_malloc.dylib 0x00007fff8b8e7215 get_tiny_previous_free_msize + 57

1 libsystem_malloc.dylib 0x00007fff8b8df7ba szone_free + 1132
2 com.apple.CoreFoundation 0x00007fff8db65639 CFRelease + 1097
3 com.apple.CoreGraphics 0x00007fff83a1b8e2 clip + 128
4 QtGui 0x0000000111e6d3f4 qt_mac_clip_cg(CGContext, QRegion const&, CGAffineTransform) + 770
5 QtGui 0x0000000111e6dc31 QCoreGraphicsPaintEnginePrivate::setClip(QRegion const*) + 93
6 QtGui 0x0000000111e6ea05 QCoreGraphicsPaintEngine::updateClipRegion(QRegion const&, Qt::ClipOperation) + 229
7 QtGui 0x0000000111e6dde0 QCoreGraphicsPaintEngine::updateState(QPaintEngineState const&) + 230
8 QtGui 0x0000000111dcf7d5 QPainterPrivate::updateStateImpl(QPainterState*) + 145
9 QtGui 0x0000000111dcc720 QPainter::restore() + 284
10 QtGui 0x0000000111f432b8 QCommonStyle::drawControl(QStyle::ControlElement, QStyleOption const, QPainter, QWidget const*) const + 21378
11 QtGui 0x0000000111c9c234 QMacStyle::drawControl(QStyle::ControlElement, QStyleOption const, QPainter, QWidget const*) const + 448
12 QtGui 0x0000000111f6d0c1 QStyleSheetStyle::drawControl(QStyle::ControlElement, QStyleOption const, QPainter, QWidget const*) const + 10581
13 QtGui 0x000000011218d253 QStyledItemDelegate::paint(QPainter*, QStyleOptionViewItem const&, QModelIndex const&) const + 147
14 QtGui 0x00000001121145af QListView::paintEvent(QPaintEvent*) + 1739
15 QtGui 0x0000000111d09e8f QWidget::event(QEvent*) + 1195
16 QtGui 0x0000000112014975 QFrame::event(QEvent*) + 45
17 QtGui 0x0000000112085b9d QAbstractScrollArea::viewportEvent(QEvent*) + 115
18 QtGui 0x00000001120f8079 QAbstractItemView::viewportEvent(QEvent*) + 1455
19 QtGui 0x0000000112086273 QAbstractScrollAreaFilter::eventFilter(QObject, QEvent) + 37
20 QtCore 0x0000000111a306eb QCoreApplicationPrivate::sendThroughObjectEventFilters(QObject, QEvent) + 111
21 QtGui 0x0000000111cc754e QApplicationPrivate::notify_helper(QObject, QEvent) + 178
22 QtGui 0x0000000111cc9eb4 QApplication::notify(QObject, QEvent) + 6146
23 QtCore 0x0000000111a304f6 QCoreApplication::notifyInternal(QObject, QEvent) + 118
24 QtGui 0x0000000111d058dc QWidgetPrivate::drawWidget(QPaintDevice, QRegion const&, QPoint const&, int, QPainter, QWidgetBackingStore*) + 1496
25 QtGui 0x0000000111d06063 QWidgetPrivate::paintSiblingsRecursive(QPaintDevice, QList<QObject> const&, int, QRegion const&, QPoint const&, int, QPainter, QWidgetBackingStore) + 1241
26 QtGui 0x0000000111d05ee7 QWidgetPrivate::paintSiblingsRecursive(QPaintDevice, QList<QObject> const&, int, QRegion const&, QPoint const&, int, QPainter, QWidgetBackingStore) + 861
27 QtGui 0x0000000111d05ab6 QWidgetPrivate::drawWidget(QPaintDevice, QRegion const&, QPoint const&, int, QPainter, QWidgetBackingStore*) + 1970
28 QtGui 0x0000000111d06063 QWidgetPrivate::paintSiblingsRecursive(QPaintDevice, QList<QObject> const&, int, QRegion const&, QPoint const&, int, QPainter, QWidgetBackingStore) + 1241
29 QtGui 0x0000000111d05ab6 QWidgetPrivate::drawWidget(QPaintDevice, QRegion const&, QPoint const&, int, QPainter, QWidgetBackingStore*) + 1970
30 QtGui 0x0000000111d06063 QWidgetPrivate::paintSiblingsRecursive(QPaintDevice, QList<QObject> const&, int, QRegion const&, QPoint const&, int, QPainter, QWidgetBackingStore) + 1241
31 QtGui 0x0000000111d05ab6 QWidgetPrivate::drawWidget(QPaintDevice, QRegion const&, QPoint const&, int, QPainter, QWidgetBackingStore*) + 1970
32 QtGui 0x0000000111d06063 QWidgetPrivate::paintSiblingsRecursive(QPaintDevice, QList<QObject> const&, int, QRegion const&, QPoint const&, int, QPainter, QWidgetBackingStore) + 1241
33 QtGui 0x0000000111d05ab6 QWidgetPrivate::drawWidget(QPaintDevice, QRegion const&, QPoint const&, int, QPainter, QWidgetBackingStore*) + 1970
34 QtGui 0x0000000111c73b68 -[QCocoaView drawRect:] + 2147
35 com.apple.AppKit 0x00007fff8cbdf0b1 -[NSView _drawRect:clip:] + 3846
36 com.apple.AppKit 0x00007fff8cbdc03c -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 3199
37 com.apple.AppKit 0x00007fff8cbdcbc4 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 6151
38 com.apple.AppKit 0x00007fff8cbdaeb1 -[NSThemeFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 314
39 com.apple.AppKit 0x00007fff8cbd7e9f -[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + 2828
40 com.apple.AppKit 0x00007fff8cbb72da -[NSView displayIfNeeded] + 1680
41 com.apple.AppKit 0x00007fff8cc1c74e _handleWindowNeedsDisplayOrLayoutOrUpdateConstraints + 884
42 com.apple.AppKit 0x00007fff8d1f2061 __83-[NSWindow _postWindowNeedsDisplayOrLayoutOrUpdateConstraintsUnlessPostingDisabled]_block_invoke1331 + 46
43 com.apple.CoreFoundation 0x00007fff8dbcad67 _CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION_ + 23
44 com.apple.CoreFoundation 0x00007fff8dbcacd7 __CFRunLoopDoObservers + 391
45 com.apple.CoreFoundation 0x00007fff8dbbc3b8 __CFRunLoopRun + 776
46 com.apple.CoreFoundation 0x00007fff8dbbbe75 CFRunLoopRunSpecific + 309
47 com.apple.HIToolbox 0x00007fff8b655a0d RunCurrentEventLoopInMode + 226
48 com.apple.HIToolbox 0x00007fff8b6557b7 ReceiveNextEventCommon + 479
49 com.apple.HIToolbox 0x00007fff8b6555bc _BlockUntilNextEventMatchingListInModeWithFilter + 65
50 com.apple.AppKit 0x00007fff8ca8024e _DPSNextEvent + 1434
51 com.apple.AppKit 0x00007fff8ca7f89b -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
52 com.apple.AppKit 0x00007fff8ca7399c -[NSApplication run] + 553
53 QtGui 0x0000000111c84ace QEventDispatcherMac::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 1496
54 QtCore 0x0000000111a2dbc7 QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 77
55 QtCore 0x0000000111a2dd41 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 365
56 QtCore 0x0000000111a3094b QCoreApplication::exec() + 199
57 liboctgui.1.dylib 0x000000010dcb4245 octave_start_gui(int, char**, bool) + 917
58 libdyld.dylib 0x00007fff82ed45fd start + 1

Thread 1:

  1. libsystem_kernel.dylib 0x00007fff88a28716 __psynch_cvwait + 10

1 libsystem_pthread.dylib 0x00007fff8a244c3b _pthread_cond_wait + 727
2 libopenblas_haswellp-r0.2.18.dylib 0x000000011076a0c3 blas_thread_server + 151
3 libsystem_pthread.dylib 0x00007fff8a242899 _pthread_body + 138
4 libsystem_pthread.dylib 0x00007fff8a24272a _pthread_start + 137
5 libsystem_pthread.dylib 0x00007fff8a246fc9 thread_start + 13

Thread 2:: Dispatch queue: com.apple.libdispatch-manager

  1. libsystem_kernel.dylib 0x00007fff88a29662 kevent64 + 10

1 libdispatch.dylib 0x00007fff892df421 _dispatch_mgr_invoke + 239
2 libdispatch.dylib 0x00007fff892df136 _dispatch_mgr_thread + 52

Thread 3:

  1. libsystem_kernel.dylib 0x00007fff88a28e6a __workq_kernreturn + 10

1 libsystem_pthread.dylib 0x00007fff8a243f08 _pthread_wqthread + 330
2 libsystem_pthread.dylib 0x00007fff8a246fb9 start_wqthread + 13

Thread 4:

  1. libsystem_kernel.dylib 0x00007fff88a28e6a __workq_kernreturn + 10

1 libsystem_pthread.dylib 0x00007fff8a243f08 _pthread_wqthread + 330
2 libsystem_pthread.dylib 0x00007fff8a246fb9 start_wqthread + 13

Thread 5:: SelfListener

  1. libsystem_kernel.dylib 0x00007fff88a28716 __psynch_cvwait + 10

1 libsystem_pthread.dylib 0x00007fff8a244c3b _pthread_cond_wait + 727
2 QtCore 0x000000011194f185 thread_sleep(timespec*) + 89
3 QtCore 0x000000011194f264 QThread::msleep(unsigned long) + 172
4 liboctgui.1.dylib 0x000000010dc64837 SelfListener::run() + 81
5 QtCore 0x000000011194ebee QThreadPrivate::start(void*) + 386
6 libsystem_pthread.dylib 0x00007fff8a242899 _pthread_body + 138
7 libsystem_pthread.dylib 0x00007fff8a24272a _pthread_start + 137
8 libsystem_pthread.dylib 0x00007fff8a246fc9 thread_start + 13

Thread 6:: QFileInfoGatherer

  1. libsystem_kernel.dylib 0x00007fff88a28716 __psynch_cvwait + 10

1 libsystem_pthread.dylib 0x00007fff8a244c3b _pthread_cond_wait + 727
2 QtCore 0x0000000111950093 QWaitConditionPrivate::wait(unsigned long) + 227
3 QtCore 0x000000011194fecf QWaitCondition::wait(QMutex*, unsigned long) + 87
4 QtGui 0x00000001120df6ec QFileInfoGatherer::run() + 160
5 QtCore 0x000000011194ebee QThreadPrivate::start(void*) + 386
6 libsystem_pthread.dylib 0x00007fff8a242899 _pthread_body + 138
7 libsystem_pthread.dylib 0x00007fff8a24272a _pthread_start + 137
8 libsystem_pthread.dylib 0x00007fff8a246fc9 thread_start + 13

Thread 7:: QKqueueFileSystemWatcherEngine

  1. libsystem_kernel.dylib 0x00007fff88a2964a kevent + 10

1 QtCore 0x0000000111a17ef0 QKqueueFileSystemWatcherEngine::run() + 112
2 QtCore 0x000000011194ebee QThreadPrivate::start(void*) + 386
3 libsystem_pthread.dylib 0x00007fff8a242899 _pthread_body + 138
4 libsystem_pthread.dylib 0x00007fff8a24272a _pthread_start + 137
5 libsystem_pthread.dylib 0x00007fff8a246fc9 thread_start + 13

Thread 8:: QThread

  1. libopenblas_haswellp-r0.2.18.dylib 0x00000001108f3dda .L4_17 + 10

1 libopenblas_haswellp-r0.2.18.dylib 0x00000001104ad03e dgemm_ + 520
2 liboctave.3.dylib 0x000000010f092881 xgemm(Matrix const&, Matrix const&, blas_trans_type, blas_trans_type) + 1681
3 liboctave.3.dylib 0x000000010f08a343 operator*(Matrix const&, Matrix const&) + 25
4 liboctinterp.3.dylib 0x000000010e51c811 scale(Matrix&, double, double, double) + 197
5 liboctinterp.3.dylib 0x000000010e4e553d axes::properties::update_camera() + 5941
6 liboctinterp.3.dylib 0x000000010e52840d axes::axes(octave_handle const&, octave_handle const&) + 123
7 liboctinterp.3.dylib 0x000000010e3fbfd5 make_graphics_object_from_type(caseless_str const&, octave_handle const&, octave_handle const&) + 205
8 liboctinterp.3.dylib 0x000000010e500962 gh_manager::do_make_graphics_handle(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, octave_handle const&, bool, bool, bool) + 72
9 liboctinterp.3.dylib 0x000000010e512ca8 gh_manager::make_graphics_handle(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, octave_handle const&, bool, bool, bool) + 82
10 liboctinterp.3.dylib 0x000000010e508655 make_graphics_object(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, bool, octave_value_list const&) + 623
11 liboctinterp.3.dylib 0x000000010e5082a4 F__go_axes__(octave_value_list const&, int) + 108
12 liboctinterp.3.dylib 0x000000010e124e38 octave_builtin::do_multi_index_op(int, octave_value_list const&, std::__1::list<octave_lvalue, std::__1::allocator<octave_lvalue> > const*) + 378
13 liboctinterp.3.dylib 0x000000010e124bc0 octave_builtin::subsref(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::list<octave_value_list, std::__1::allocator<octave_value_list> > const&, int, std::__1::list<octave_lvalue, std::__1::allocator<octave_lvalue> > const*) + 260
14 liboctinterp.3.dylib 0x000000010e124ab1 octave_builtin::subsref(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::list<octave_value_list, std::__1::allocator<octave_value_list> > const&, int) + 17
15 liboctinterp.3.dylib 0x000000010e18e92c octave_builtin::subsref(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::list<octave_value_list, std::__1::allocator<octave_value_list> > const&) + 28
16 liboctinterp.3.dylib 0x000000010e200775 octave_value::subsref(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::list<octave_value_list, std::__1::allocator<octave_value_list> > const&, int) + 37
17 liboctinterp.3.dylib 0x000000010e200838 octave_value::subsref(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::list<octave_value_list, std::__1::allocator<octave_value_list> > const&, int, std::__1::list<octave_lvalue, std::__1::allocator<octave_lvalue> > const*) + 40
18 liboctinterp.3.dylib 0x000000010e27a819 tree_index_expression::rvalue(int, std::__1::list<octave_lvalue, std::__1::allocator<octave_lvalue> > const*) + 2723
19 liboctinterp.3.dylib 0x000000010e279d6c tree_index_expression::rvalue(int) + 16
20 liboctinterp.3.dylib 0x000000010e27aee5 tree_index_expression::rvalue1(int) + 73
21 liboctinterp.3.dylib 0x000000010e269eb2 tree_simple_assignment::rvalue1(int) + 106
22 liboctinterp.3.dylib 0x000000010e2738f4 tree_evaluator::visit_statement(tree_statement&) + 316
23 liboctinterp.3.dylib 0x000000010e273b25 tree_evaluator::visit_statement_list(tree_statement_list&) + 189
24 liboctinterp.3.dylib 0x000000010e273879 tree_evaluator::visit_statement(tree_statement&) + 193
25 liboctinterp.3.dylib 0x000000010e273b25 tree_evaluator::visit_statement_list(tree_statement_list&) + 189
26 liboctinterp.3.dylib 0x000000010e1f7410 octave_user_function::do_multi_index_op(int, octave_value_list const&, std::__1::list<octave_lvalue, std::__1::allocator<octave_lvalue> > const*) + 1736
27 liboctinterp.3.dylib 0x000000010e1f6c46 octave_user_function::subsref(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::list<octave_value_list, std::__1::allocator<octave_value_list> > const&, int, std::__1::list<octave_lvalue, std::__1::allocator<octave_lvalue> > const*) + 260
28 liboctinterp.3.dylib 0x000000010e1f6b37 octave_user_function::subsref(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::list<octave_value_list, std::__1::allocator<octave_value_list> > const&, int) + 17
29 liboctinterp.3.dylib 0x000000010e1fac54 octave_user_function::subsref(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::list<octave_value_list, std::__1::allocator<octave_value_list> > const&) + 28
30 liboctinterp.3.dylib 0x000000010e200775 octave_value::subsref(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::list<octave_value_list, std::__1::allocator<octave_value_list> > const&, int) + 37
31 liboctinterp.3.dylib 0x000000010e200838 octave_value::subsref(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::list<octave_value_list, std::__1::allocator<octave_value_list> > const&, int, std::__1::list<octave_lvalue, std::__1::allocator<octave_lvalue> > const*) + 40
32 liboctinterp.3.dylib 0x000000010e27a819 tree_index_expression::rvalue(int, std::__1::list<octave_lvalue, std::__1::allocator<octave_lvalue> > const*) + 2723
33 liboctinterp.3.dylib 0x000000010e279d6c tree_index_expression::rvalue(int) + 16
34 liboctinterp.3.dylib 0x000000010e27aee5 tree_index_expression::rvalue1(int) + 73
35 liboctinterp.3.dylib 0x000000010e269eb2 tree_simple_assignment::rvalue1(int) + 106
36 liboctinterp.3.dylib 0x000000010e2738f4 tree_evaluator::visit_statement(tree_statement&) + 316
37 liboctinterp.3.dylib 0x000000010e273b25 tree_evaluator::visit_statement_list(tree_statement_list&) + 189
38 liboctinterp.3.dylib 0x000000010e273879 tree_evaluator::visit_statement(tree_statement&) + 193
39 liboctinterp.3.dylib 0x000000010e273b25 tree_evaluator::visit_statement_list(tree_statement_list&) + 189
40 liboctinterp.3.dylib 0x000000010e273879 tree_evaluator::visit_statement(tree_statement&) + 193
41 liboctinterp.3.dylib 0x000000010e273b25 tree_evaluator::visit_statement_list(tree_statement_list&) + 189
42 liboctinterp.3.dylib 0x000000010e1f7410 octave_user_function::do_multi_index_op(int, octave_value_list const&, std::__1::list<octave_lvalue, std::__1::allocator<octave_lvalue> > const*) + 1736
43 liboctinterp.3.dylib 0x000000010e1f6c46 octave_user_function::subsref(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::list<octave_value_list, std::__1::allocator<octave_value_list> > const&, int, std::__1::list<octave_lvalue, std::__1::allocator<octave_lvalue> > const*) + 260
44 liboctinterp.3.dylib 0x000000010e1f6b37 octave_user_function::subsref(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::list<octave_value_list, std::__1::allocator<octave_value_list> > const&, int) + 17
45 liboctinterp.3.dylib 0x000000010e1fac54 octave_user_function::subsref(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::list<octave_value_list, std::__1::allocator<octave_value_list> > const&) + 28
46 liboctinterp.3.dylib 0x000000010e200775 octave_value::subsref(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::list<octave_value_list, std::__1::allocator<octave_value_list> > const&, int) + 37
47 liboctinterp.3.dylib 0x000000010e200838 octave_value::subsref(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::list<octave_value_list, std::__1::allocator<octave_value_list> > const&, int, std::__1::list<octave_lvalue, std::__1::allocator<octave_lvalue> > const*) + 40
48 liboctinterp.3.dylib 0x000000010e27a819 tree_index_expression::rvalue(int, std::__1::list<octave_lvalue, std::__1::allocator<octave_lvalue> > const*) + 2723
49 liboctinterp.3.dylib 0x000000010e279d6c tree_index_expression::rvalue(int) + 16
50 liboctinterp.3.dylib 0x000000010e27aee5 tree_index_expression::rvalue1(int) + 73
51 liboctinterp.3.dylib 0x000000010e269eb2 tree_simple_assignment::rvalue1(int) + 106
52 liboctinterp.3.dylib 0x000000010e2738f4 tree_evaluator::visit_statement(tree_statement&) + 316
53 liboctinterp.3.dylib 0x000000010e273b25 tree_evaluator::visit_statement_list(tree_statement_list&) + 189
54 liboctinterp.3.dylib 0x000000010e273879 tree_evaluator::visit_statement(tree_statement&) + 193
55 liboctinterp.3.dylib 0x000000010e273b25 tree_evaluator::visit_statement_list(tree_statement_list&) + 189
56 liboctinterp.3.dylib 0x000000010e1f7410 octave_user_function::do_multi_index_op(int, octave_value_list const&, std::__1::list<octave_lvalue, std::__1::allocator<octave_lvalue> > const*) + 1736
57 liboctinterp.3.dylib 0x000000010e1f6c46 octave_user_function::subsref(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::list<octave_value_list, std::__1::allocator<octave_value_list> > const&, int, std::__1::list<octave_lvalue, std::__1::allocator<octave_lvalue> > const*) + 260
58 liboctinterp.3.dylib 0x000000010e1f6b37 octave_user_function::subsref(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::list<octave_value_list, std::__1::allocator<octave_value_list> > const&, int) + 17
59 liboctinterp.3.dylib 0x000000010e1fac54 octave_user_function::subsref(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::list<octave_value_list, std::__1::allocator<octave_value_list> > const&) + 28
60 liboctinterp.3.dylib 0x000000010e200775 octave_value::subsref(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::list<octave_value_list, std::__1::allocator<octave_value_list> > const&, int) + 37
61 liboctinterp.3.dylib 0x000000010e200838 octave_value::subsref(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::list<octave_value_list, std::__1::allocator<octave_value_list> > const&, int, std::__1::list<octave_lvalue, std::__1::allocator<octave_lvalue> > const*) + 40
62 liboctinterp.3.dylib 0x000000010e27a819 tree_index_expression::rvalue(int, std::__1::list<octave_lvalue, std::__1::allocator<octave_lvalue> > const*) + 2723
63 liboctinterp.3.dylib 0x000000010e279d6c tree_index_expression::rvalue(int) + 16
64 liboctinterp.3.dylib 0x000000010e27aee5 tree_index_expression::rvalue1(int) + 73
65 liboctinterp.3.dylib 0x000000010e269eb2 tree_simple_assignment::rvalue1(int) + 106
66 liboctinterp.3.dylib 0x000000010e2738f4 tree_evaluator::visit_statement(tree_statement&) + 316
67 liboctinterp.3.dylib 0x000000010e273b25 tree_evaluator::visit_statement_list(tree_statement_list&) + 189
68 liboctinterp.3.dylib 0x000000010e2746dd tree_evaluator::visit_unwind_protect_command(tree_unwind_protect_command&) + 31
69 liboctinterp.3.dylib 0x000000010e273879 tree_evaluator::visit_statement(tree_statement&) + 193
70 liboctinterp.3.dylib 0x000000010e273b25 tree_evaluator::visit_statement_list(tree_statement_list&) + 189
71 liboctinterp.3.dylib 0x000000010e1f7410 octave_user_function::do_multi_index_op(int, octave_value_list const&, std::__1::list<octave_lvalue, std::__1::allocator<octave_lvalue> > const*) + 1736
72 liboctinterp.3.dylib 0x000000010e1f6c46 octave_user_function::subsref(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::list<octave_value_list, std::__1::allocator<octave_value_list> > const&, int, std::__1::list<octave_lvalue, std::__1::allocator<octave_lvalue> > const*) + 260
73 liboctinterp.3.dylib 0x000000010e1f6b37 octave_user_function::subsref(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::list<octave_value_list, std::__1::allocator<octave_value_list> > const&, int) + 17
74 liboctinterp.3.dylib 0x000000010e2007bc octave_value::subsref(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::list<octave_value_list, std::__1::allocator<octave_value_list> > const&, int) + 108
75 liboctinterp.3.dylib 0x000000010e200838 octave_value::subsref(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::list<octave_value_list, std::__1::allocator<octave_value_list> > const&, int, std::__1::list<octave_lvalue, std::__1::allocator<octave_lvalue> > const*) + 40
76 liboctinterp.3.dylib 0x000000010e27a819 tree_index_expression::rvalue(int, std::__1::list<octave_lvalue, std::__1::allocator<octave_lvalue> > const*) + 2723
77 liboctinterp.3.dylib 0x000000010e279d6c tree_index_expression::rvalue(int) + 16
78 liboctinterp.3.dylib 0x000000010e27aee5 tree_index_expression::rvalue1(int) + 73
79 liboctinterp.3.dylib 0x000000010e2738f4 tree_evaluator::visit_statement(tree_statement&) + 316
80 liboctinterp.3.dylib 0x000000010e273b25 tree_evaluator::visit_statement_list(tree_statement_list&) + 189
81 liboctinterp.3.dylib 0x000000010e6d22f9 main_loop() + 451
82 liboctinterp.3.dylib 0x000000010dec102e octave_execute_interpreter + 2607
83 QtCore 0x0000000111a40ca7 QObject::event(QEvent*) + 619
84 QtGui 0x0000000111cc755e QApplicationPrivate::notify_helper(QObject, QEvent) + 194
85 QtGui 0x0000000111cc9eb4 QApplication::notify(QObject, QEvent) + 6146
86 QtCore 0x0000000111a304f6 QCoreApplication::notifyInternal(QObject, QEvent) + 118
87 QtCore 0x0000000111a30e69 QCoreApplicationPrivate::sendPostedEvents(QObject, int, QThreadData) + 599
88 QtCore 0x0000000111a59e54 QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 54
89 QtCore 0x0000000111a2dbc7 QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 77
90 QtCore 0x0000000111a2dd41 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 365
91 QtCore 0x000000011194d1f5 QThread::exec() + 209
92 QtCore 0x000000011194ebee QThreadPrivate::start(void*) + 386
93 libsystem_pthread.dylib 0x00007fff8a242899 _pthread_body + 138
94 libsystem_pthread.dylib 0x00007fff8a24272a _pthread_start + 137
95 libsystem_pthread.dylib 0x00007fff8a246fc9 thread_start + 13

Thread 9:

  1. libsystem_kernel.dylib 0x00007fff88a24a1a mach_msg_trap + 10

1 libsystem_kernel.dylib 0x00007fff88a23d18 mach_msg + 64
2 com.apple.CoreFoundation 0x00007fff8dbbcf15 __CFRunLoopServiceMachPort + 181
3 com.apple.CoreFoundation 0x00007fff8dbbc539 __CFRunLoopRun + 1161
4 com.apple.CoreFoundation 0x00007fff8dbbbe75 CFRunLoopRunSpecific + 309
5 com.apple.AppKit 0x00007fff8cc2005e _NSEventThread + 144
6 libsystem_pthread.dylib 0x00007fff8a242899 _pthread_body + 138
7 libsystem_pthread.dylib 0x00007fff8a24272a _pthread_start + 137
8 libsystem_pthread.dylib 0x00007fff8a246fc9 thread_start + 13

Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x00007fc171c00000 rbx: 0x00007fc171c8ab70 rcx: 0x00007fc171c8ab60 rdx: 0x0000000008900040
rdi: 0x00007fc171c8ab70 rsi: 0x0000000000000004 rbp: 0x00007fff51fcdf00 rsp: 0x00007fff51fcdf00
r8: 0x00007fc171c8ab70 r9: 0x00007fc171f42b60 r10: 0x00007fc171f00000 r11: 0x000000004101ae00
r12: 0x000007fc171c8ab7 r13: 0x000000010dc37000 r14: 0x0000000112dc4e00 r15: 0x0000000000000004
rip: 0x00007fff8b8e7215 rfl: 0x0000000000000202 cr2: 0x00000001075ee000

Logical CPU: 0
Error Code: 0x00000000
Trap Number: 222

Binary Images:
0x10dc29000 - 0x10dc34fff +octave-gui (0) <5B506F31-982A-38A5-8393-844D44512B2D> /Applications/Octave.app/Contents/Resources/usr/Cellar/octave/4.0.2_3/libexec/octave/4.0.2/exec/x86_64-apple-darwin14.5.0/octave-gui
0x10dc3c000 - 0x10de06fff +liboctgui.1.dylib (0) <29B36A48-8001-363E-8D09-5FB73C81088C> /Applications/Octave.app/Contents/Resources/usr/Cellar/octave/4.0.2_3/lib/octave/4.0.2/liboctgui.1.dylib
0x10deb3000 - 0x10ea61ff7 +liboctinterp.3.dylib (0) <92022D1F-1358-3D8A-91BB-06B1635FE413> /Applications/Octave.app/Contents/Resources/usr/Cellar/octave/4.0.2_3/lib/octave/4.0.2/liboctinterp.3.dylib
0x10ee76000 - 0x10f597fff +liboctave.3.dylib (0) <0BCC1173-0323-39A8-81FE-B66FFBCAC267> /Applications/Octave.app/Contents/Resources/usr/Cellar/octave/4.0.2_3/lib/octave/4.0.2/liboctave.3.dylib
0x10f8a5000 - 0x10f8a6fff +libsuitesparseconfig.4.5.3.dylib (0) <D6396608-C13B-30FE-85A6-4EF4A3A326E0> /Applications/Octave.app/Contents/Resources/usr/opt/suite-sparse/lib/libsuitesparseconfig.4.5.3.dylib
0x10f8ab000 - 0x10f8eefff +libmetis.dylib (0) <D45F5C10-09D3-39B7-A919-C1C0AC8A3539> /Applications/Octave.app/Contents/Resources/usr/opt/metis/lib/libmetis.dylib
0x10f903000 - 0x10fa87fff +libqscintilla2.12.dylib (12.0.1) <E4CC4564-4D31-318F-BF2F-175E0C852923> /Applications/Octave.app/Contents/Resources/usr/opt/qscintilla2/lib/libqscintilla2.12.dylib
0x10fb06000 - 0x10fd18ff7 +libhdf5.10.dylib (0) <EA0EE491-47F7-307F-92A2-DB06A4EC930A> /Applications/Octave.app/Contents/Resources/usr/opt/hdf5/lib/libhdf5.10.dylib
0x10fd66000 - 0x10fd92fff +libfontconfig.1.dylib (0) <88FD35DE-7471-3D84-B108-A9AE79213935> /Applications/Octave.app/Contents/Resources/usr/opt/fontconfig/lib/libfontconfig.1.dylib
0x10fda3000 - 0x10fe15ff7 +libfreetype.6.dylib (0) <99612D78-1BE1-37CF-B4BC-17FB763A882D> /Applications/Octave.app/Contents/Resources/usr/opt/freetype/lib/libfreetype.6.dylib
0x10fe32000 - 0x10fe42ff7 +libgl2ps.1.dylib (0) <E5AADBCE-7D95-30F7-AEA5-8F9DBDDAC292> /Applications/Octave.app/Contents/Resources/usr/opt/gl2ps/lib/libgl2ps.1.dylib
0x10fe48000 - 0x10ff0cff7 +libcholmod.3.0.11.dylib (0) <F7C9929A-AFCB-33EC-A695-42B275332919> /Applications/Octave.app/Contents/Resources/usr/opt/suite-sparse/lib/libcholmod.3.0.11.dylib
0x10ff16000 - 0x10ffa0ff7 +libumfpack.5.7.6.dylib (0) <27B8ADF3-1BEA-3192-8B73-BDBACFC5DE9F> /Applications/Octave.app/Contents/Resources/usr/opt/suite-sparse/lib/libumfpack.5.7.6.dylib
0x10ffa9000 - 0x10ffafff7 +libamd.2.4.6.dylib (0) <45E30A6A-B413-3C0D-BFE3-457344AD2051> /Applications/Octave.app/Contents/Resources/usr/opt/suite-sparse/lib/libamd.2.4.6.dylib
0x10ffb3000 - 0x10ffbaff7 +libcamd.2.4.6.dylib (0) <379A73A2-E37D-325D-836A-BE1DD660574B> /Applications/Octave.app/Contents/Resources/usr/opt/suite-sparse/lib/libcamd.2.4.6.dylib
0x10ffc1000 - 0x10ffc6ff7 +libcolamd.2.9.6.dylib (0) <997E312D-C229-3622-A7E6-DB5DC96808FD> /Applications/Octave.app/Contents/Resources/usr/opt/suite-sparse/lib/libcolamd.2.9.6.dylib
0x10ffca000 - 0x10ffd2fff +libccolamd.2.9.6.dylib (0) <582BDF38-1216-3BE8-9449-50B8CCB8EE4A> /Applications/Octave.app/Contents/Resources/usr/opt/suite-sparse/lib/libccolamd.2.9.6.dylib
0x10ffdc000 - 0x10fffbff7 +libcxsparse.3.1.9.dylib (0) <F2D72BE5-9F2D-37CE-AFBC-785FFC3415B9> /Applications/Octave.app/Contents/Resources/usr/opt/suite-sparse/lib/libcxsparse.3.1.9.dylib
0x110007000 - 0x110057fff +libarpack.2.dylib (0) <63B8CE62-DCA4-3876-83F7-01B740DBF920> /Applications/Octave.app/Contents/Resources/usr/opt/arpack/libexec/lib/libarpack.2.dylib
0x110069000 - 0x110085ff7 +libqrupdate.1.dylib (0) <8930ACC4-EA22-322B-BA5E-E402576AC26B> /Applications/Octave.app/Contents/Resources/usr/opt/qrupdate/lib/libqrupdate.1.dylib
0x110090000 - 0x110094fff +libfftw3_threads.3.dylib (0) <A84AF99D-2CC6-3A81-BFA8-E598026327FD> /Applications/Octave.app/Contents/Resources/usr/opt/fftw/lib/libfftw3_threads.3.dylib
0x11009b000 - 0x110257fe7 +libfftw3.3.dylib (0) <4BBDB9B4-F0EA-37BE-ADB8-2A3C22F6B5A7> /Applications/Octave.app/Contents/Resources/usr/opt/fftw/lib/libfftw3.3.dylib
0x11028a000 - 0x11028efff +libfftw3f_threads.3.dylib (0) <1F88013D-0339-3122-9A0C-DDDF4FFDA9B6> /Applications/Octave.app/Contents/Resources/usr/opt/fftw/lib/libfftw3f_threads.3.dylib
0x110297000 - 0x11045dfff +libfftw3f.3.dylib (0) <EDFA6C06-5CCF-3FF4-A675-F3BC0E9841BE> /Applications/Octave.app/Contents/Resources/usr/opt/fftw/lib/libfftw3f.3.dylib
0x11048e000 - 0x1115d12d7 +libopenblas_haswellp-r0.2.18.dylib (0) <B68EEBCE-FC1E-33F6-84D4-33AFBC39D55C> /Applications/Octave.app/Contents/Resources/usr/opt/openblas/lib/libopenblas_haswellp-r0.2.18.dylib
0x1116b9000 - 0x11171fff7 +libpcre.1.dylib (0) <F86B41A3-F8FD-3C87-B42A-8657B9E8357F> /Applications/Octave.app/Contents/Resources/usr/opt/pcre/lib/libpcre.1.dylib
0x111725000 - 0x111746ff7 +libreadline.6.dylib (0) <662020A5-785D-304A-BF7C-517CFE107670> /Applications/Octave.app/Contents/Resources/usr/opt/readline/lib/libreadline.6.dylib
0x111760000 - 0x111879ff7 +libgfortran.3.dylib (0) <C26D33C9-13EC-39C5-9484-A56ACFB3039D> /Applications/Octave.app/Contents/Resources/usr/opt/gcc/lib/gcc/5/libgfortran.3.dylib
0x1118e6000 - 0x11191dfe7 +libquadmath.0.dylib (0) <C5BC464E-F380-3156-9BEB-10A457598CB3> /Applications/Octave.app/Contents/Resources/usr/opt/gcc/lib/gcc/5/libquadmath.0.dylib
0x11192e000 - 0x111ba0ff7 +QtCore (4.8.7) <838AE177-0B6B-334B-A938-9FAC623CBBB1> /Applications/Octave.app/Contents/Resources/usr/opt/qt/lib/QtCore.framework/Versions/4/QtCore
0x111c4d000 - 0x1124fdff7 +QtGui (4.8.7) <C35683B7-DCB8-3185-B410-D45ABEE54D00> /Applications/Octave.app/Contents/Resources/usr/opt/qt/lib/QtGui.framework/Versions/4/QtGui
0x1127ca000 - 0x11288efff +QtOpenGL (4.8.7) <702CB01C-69FB-36F9-B856-30F17F8A5780> /Applications/Octave.app/Contents/Resources/usr/opt/qt/lib/QtOpenGL.framework/Versions/4/QtOpenGL
0x1128da000 - 0x1129e6fff +QtNetwork (4.8.7) <2A79F4CB-ECB0-30D9-9071-51337C81E493> /Applications/Octave.app/Contents/Resources/usr/opt/qt/lib/QtNetwork.framework/Versions/4/QtNetwork
0x112a51000 - 0x112a66fff +libgcc_s.1.dylib (0) <BF97F99D-F223-3E4B-A4C6-2BD99D14352B> /Applications/Octave.app/Contents/Resources/usr/lib/gcc/5/libgcc_s.1.dylib
0x112a71000 - 0x112a7afff +libsz.2.dylib (0) <9379DFE2-17DA-31C6-9AE1-3AAF735A57C5> /Applications/Octave.app/Contents/Resources/usr/opt/szip/lib/libsz.2.dylib
0x112a87000 - 0x112aaaff7 +libpng16.16.dylib (0) <8F78678D-5A39-3D37-BAEB-E8DDEB7070F9> /Applications/Octave.app/Contents/Resources/usr/opt/libpng/lib/libpng16.16.dylib
0x112ab4000 - 0x112af4ff7 com.apple.glut (3.6.0 - GLUT-3.6.0) <CF48A101-4A3D-37E3-A8D1-67D955E43A34> /System/Library/Frameworks/GLUT.framework/Versions/A/GLUT
0x112b6f000 - 0x112badfff +libssl.1.0.0.dylib (0) <D33FAF6B-120B-379F-B192-2AF56D7EDA99> /Applications/Octave.app/Contents/Resources/usr/opt/openssl/lib/libssl.1.0.0.dylib
0x112bcb000 - 0x112d3b8e7 +libcrypto.1.0.0.dylib (0) <19565494-4CD5-3692-BA3C-6697F83DF6F4> /Applications/Octave.app/Contents/Resources/usr/opt/openssl/lib/libcrypto.1.0.0.dylib
0x112db7000 - 0x112dbbfff com.apple.agl (3.2.3 - AGL-3.2.3) <21798BC5-8F01-345B-B27B-1037CF71D166> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
0x116f7f000 - 0x116f9aff9 com.apple.security.csparser (3.0 - 55471.14.40) <4314BCA2-F093-34F0-9CA6-E84AAF77FF9A> /System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/MacOS/csparser
0x116fae000 - 0x116fb6ff3 libCGCMS.A.dylib (599.35.13) <2B9BCBE1-4376-374E-B5C1-75672854B5D8> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS.A.dylib
0x116fbe000 - 0x116fe6ffb libRIP.A.dylib (599.35.13) <944F001B-C045-3784-8720-38D6F1272845> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x118f79000 - 0x118f7cffa libCGXType.A.dylib (599.35.13) <7427D788-DC44-303C-AD7C-F92F04C8D9F0> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x11b95d000 - 0x11b962fff +libqgif.dylib (0) <7A9B2E41-6629-30AE-A531-5DCA09A07DE5> /Applications/Octave.app/Contents/Resources/usr/Cellar/qt/4.8.7_2/plugins/imageformats/libqgif.dylib
0x11b967000 - 0x11b96cff7 +libqico.dylib (0) <E23AA403-5B06-3424-8C4F-33277A316C17> /Applications/Octave.app/Contents/Resources/usr/Cellar/qt/4.8.7_2/plugins/imageformats/libqico.dylib
0x11b972000 - 0x11b9a6fff +libqjpeg.dylib (0) <7820B3F0-5BD4-34BE-89DC-CD39AF46F6CD> /Applications/Octave.app/Contents/Resources/usr/Cellar/qt/4.8.7_2/plugins/imageformats/libqjpeg.dylib
0x11b9af000 - 0x11b9f7fff +libqmng.dylib (0) <22A3DA4E-8EE1-374C-B62F-8D49B2914B1D> /Applications/Octave.app/Contents/Resources/usr/Cellar/qt/4.8.7_2/plugins/imageformats/libqmng.dylib
0x11ba08000 - 0x11ba0cfff +libqsvg.dylib (0) <E60BFACF-2337-33E5-8F36-362378EBC60C> /Applications/Octave.app/Contents/Resources/usr/Cellar/qt/4.8.7_2/plugins/imageformats/libqsvg.dylib
0x11ba11000 - 0x11ba56fff +QtSvg (4.8.7) <37B3DF03-2578-395B-822F-53E8FBF36359> /Applications/Octave.app/Contents/Resources/usr/Cellar/qt/4.8.7_2/lib/QtSvg.framework/Versions/4/QtSvg
0x11ba78000 - 0x11bab0fff +QtXml (4.8.7) <2A0CFFAB-8EA2-38BB-BABD-6228643A8448> /Applications/Octave.app/Contents/Resources/usr/Cellar/qt/4.8.7_2/lib/QtXml.framework/Versions/4/QtXml
0x11bacb000 - 0x11baf9fff +__init_fltk__.oct (0) <F871F8A4-070A-3D0C-9B9A-0685D09BF828> /Applications/Octave.app/Contents/Resources/usr/Cellar/octave/4.0.2_3/lib/octave/4.0.2/oct/x86_64-apple-darwin14.5.0/__init_fltk__.oct
0x11bb10000 - 0x11bb20fff +libfltk_gl.1.3.dylib (0) <BAC32DD4-B4C6-3664-9ABF-087863AE0350> /Applications/Octave.app/Contents/Resources/usr/opt/fltk/lib/libfltk_gl.1.3.dylib
0x11bb31000 - 0x11bbbcff7 +libfltk.1.3.dylib (0) <7749BA5D-4904-3111-BB24-5EA1EA2632E7> /Applications/Octave.app/Contents/Resources/usr/opt/fltk/lib/libfltk.1.3.dylib
0x11bc11000 - 0x11bc15fff +libqtga.dylib (0) <A5EC16CF-734F-3959-8922-707464F74779> /Applications/Octave.app/Contents/Resources/usr/Cellar/qt/4.8.7_2/plugins/imageformats/libqtga.dylib
0x11bc1a000 - 0x11bc74ff7 +libqtiff.dylib (0) <CC98B813-4F8F-30AB-9180-50443FB1ADD6> /Applications/Octave.app/Contents/Resources/usr/Cellar/qt/4.8.7_2/plugins/imageformats/libqtiff.dylib
0x11bc82000 - 0x11bc92ff7 +__init_gnuplot__.oct (0) <1820AFD0-D0B9-3FC0-8E14-794AE5B71BE7> /Applications/Octave.app/Contents/Resources/usr/Cellar/octave/4.0.2_3/lib/octave/4.0.2/oct/x86_64-apple-darwin14.5.0/__init_gnuplot__.oct
0x7fff6aa12000 - 0x7fff6aa45887 dyld (239.5) <1D3130FE-FE7E-3C4C-8E74-EB51895B6BA5> /usr/lib/dyld
0x7fff82ed1000 - 0x7fff82ed4ff7 libdyld.dylib (239.5) <CAE7A50D-F156-3D47-81C0-DC41EB975D38> /usr/lib/system/libdyld.dylib
0x7fff82f6a000 - 0x7fff82f9fffc com.apple.LDAPFramework (2.4.28 - 194.5) <5E501783-06E8-390C-AF34-A7FAD402F3E6> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x7fff83044000 - 0x7fff83049fff libmacho.dylib (845) <1D2910DF-C036-3A82-A3FD-44FF73B5FF9B> /usr/lib/system/libmacho.dylib
0x7fff83055000 - 0x7fff83061ffb com.apple.AppleFSCompression (56.92.2 - 1.0) <16542F97-9D21-317D-8A50-4C34AAD35F41> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x7fff8347d000 - 0x7fff8347efff com.apple.TrustEvaluationAgent (2.0 - 25) <334A82F4-4AE4-3719-A511-86D0B0723E2B> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x7fff8347f000 - 0x7fff83483ff7 libGIF.dylib (1048) <53A30C22-410C-3DFF-9236-0CC56D2E64A5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff83556000 - 0x7fff83561fff libGL.dylib (9.6.5) <A5F36623-33E8-379D-A423-8F873018CD79> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff83562000 - 0x7fff83563ff7 com.apple.print.framework.Print (9.0 - 260) <EE00FAE1-DA03-3EC2-8571-562518C46994> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x7fff838dc000 - 0x7fff839c4ff7 libxml2.2.dylib (26.8) <75424553-B02C-37FB-BCDD-19A288D3F306> /usr/lib/libxml2.2.dylib
0x7fff83a06000 - 0x7fff83a06fff com.apple.CoreServices (59 - 59) <7A697B5E-F179-30DF-93F2-8B503CEEEFD5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff83a07000 - 0x7fff8433012b com.apple.CoreGraphics (1.600.0 - 599.35.13) <142EF2C9-6B8F-3ACB-9C46-B20628DFE134> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff84331000 - 0x7fff84337ff7 com.apple.XPCService (2.0 - 1) <2CE632D7-FE57-36CF-91D4-C57D0F2E0BFE> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
0x7fff84338000 - 0x7fff84344ff7 com.apple.OpenDirectory (10.9 - 173.90.1) <383F96FF-1DF3-37E8-8540-03A697C873F6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff843df000 - 0x7fff843f1fff com.apple.ImageCapture (9.0 - 9.0) <BE0B65DA-3031-359B-8BBA-B9803D4ADBF4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x7fff84439000 - 0x7fff844c5ff7 com.apple.ink.framework (10.9 - 207) <8A50B893-AD03-3826-8555-A54FEAF08F47> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fff844f8000 - 0x7fff84693ff8 com.apple.CFNetwork (673.6 - 673.6) <CAA196FE-BF5A-384F-975E-E0F81359805B> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff8469a000 - 0x7fff8475cffd com.apple.CoreText (367.23 - 367.23) <C799261E-2E19-3D69-8A8D-098B7DD8D31D> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff8475d000 - 0x7fff84761ff7 libcache.dylib (62) <BDC1E65B-72A1-3DA3-A57C-B23159CAAD0B> /usr/lib/system/libcache.dylib
0x7fff847ae000 - 0x7fff84aaeff7 com.apple.Foundation (6.9 - 1056.17) <E0B0FAF6-5CA8-3EEB-8BF2-104C0AEEF925> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff84b3e000 - 0x7fff84b6efff com.apple.IconServices (25 - 25.17) <4751127E-FBD5-3ED5-8510-08D4E4166EFE> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0x7fff84b6f000 - 0x7fff84b6fff7 libkeymgr.dylib (28) <3AA8D85D-CF00-3BD3-A5A0-E28E1A32A6D8> /usr/lib/system/libkeymgr.dylib
0x7fff84b70000 - 0x7fff84bb1fff com.apple.PerformanceAnalysis (1.47 - 47) <95435F84-C251-3C48-B6CD-9EE7A63D6E26> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fff84c2d000 - 0x7fff84e75ff7 com.apple.CoreData (107 - 481.3) <E78734AA-E3D0-33CB-A014-620BBCAB2E96> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff84e90000 - 0x7fff85161ffc com.apple.CoreImage (9.4.1) <7B28C3F3-8EB3-3150-A55D-EBCDBDCA4977> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff85162000 - 0x7fff85179ff7 com.apple.CFOpenDirectory (10.9 - 173.90.1) <D7F2E159-CF6B-3EB1-9806-3BC59E63D24F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff851a4000 - 0x7fff851bcfff libexpat.1.dylib (12) <97F4A9A7-CB3E-3BBF-9314-4997FC770E52> /usr/lib/libexpat.1.dylib
0x7fff851bd000 - 0x7fff851cdfff libbsm.0.dylib (33) <2CAC00A2-1352-302A-88FA-C567D4D69179> /usr/lib/libbsm.0.dylib
0x7fff853ef000 - 0x7fff8543cff2 com.apple.print.framework.PrintCore (9.0 - 428) <8D8253E3-302F-3DB2-9C5C-572CB974E8B3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff8543d000 - 0x7fff85441fff libpam.2.dylib (20) <B93CE8F5-DAA8-30A1-B1F6-F890509513CB> /usr/lib/libpam.2.dylib
0x7fff85442000 - 0x7fff85533ff9 libiconv.2.dylib (41) <BB44B115-AC32-3877-A0ED-AEC6232A4563> /usr/lib/libiconv.2.dylib
0x7fff85553000 - 0x7fff855d4fff com.apple.CoreSymbolication (3.0.1 - 141.0.6) <D46DE002-1FEB-38B7-8583-3DF3496274F5> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fff855d5000 - 0x7fff855ebfff com.apple.CoreMediaAuthoring (2.2 - 947) <6317ACCD-98DB-3ACB-B662-98DEBF38F5BF> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
0x7fff8564a000 - 0x7fff8567ffff libssl.0.9.8.dylib (52.8.4) <3F8ADCC3-AE3F-371C-A4D5-FF219D33E507> /usr/lib/libssl.0.9.8.dylib
0x7fff8571e000 - 0x7fff857aeff7 com.apple.Metadata (10.7.0 - 800.30) <E107CE36-FBC3-35A5-84E0-864B4178FC5D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff857ce000 - 0x7fff857e7ff7 com.apple.Kerberos (3.0 - 1) <F108AFEB-198A-3BAF-BCA5-9DFCE55EFF92> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff85800000 - 0x7fff858ddfff libcrypto.0.9.8.dylib (52.8.4) <E03DB1E7-4CC6-3338-B67D-F69BE2FB28FC> /usr/lib/libcrypto.0.9.8.dylib
0x7fff858de000 - 0x7fff8594bff1 com.apple.ApplicationServices.ATS (360 - 363.6) <828C2711-4577-3F75-B436-3BDF328DFB11> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff8594c000 - 0x7fff8594efff com.apple.Mangrove (1.0 - 1) <72F5CBC7-4E78-374E-98EA-C3700136904E> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
0x7fff862e6000 - 0x7fff865d0fff com.apple.CoreServices.CarbonCore (1077.17 - 1077.17) <3A2E92FD-DEE2-3D45-9619-11500801A61C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff865d1000 - 0x7fff86616fff libcurl.4.dylib (78.94.1) <88F27F9B-052E-3375-938D-2603E90D8AD5> /usr/lib/libcurl.4.dylib
0x7fff86617000 - 0x7fff8664fff7 com.apple.RemoteViewServices (2.0 - 94) <3F34D630-3DDB-3411-BC28-A56A9B55EBDA> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fff86667000 - 0x7fff86789fff com.apple.avfoundation (2.0 - 651.12.1) <FDCF1F41-E0BD-3F8C-974A-3F48A0A85B00> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
0x7fff8678a000 - 0x7fff86795ff7 com.apple.NetAuth (5.0 - 5.0) <C811E662-9EC3-3B74-808A-A75D624F326B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff869e1000 - 0x7fff869e3fff libRadiance.dylib (1048) <5D66AE6D-1B0B-33CC-91F0-D93AE7016C7B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff869e4000 - 0x7fff86a23fff libGLU.dylib (9.6.5) <7463B411-2DB0-3338-BC8D-403293E2CA34> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff86af0000 - 0x7fff86af0fff com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) <F8D0CC77-98AC-3B58-9FE6-0C25421827B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff86af1000 - 0x7fff86af4fff libCoreVMClient.dylib (58.1) <EBC36C69-C896-3C3D-8589-3E9023E7E56F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff86af5000 - 0x7fff86b5bfff com.apple.framework.CoreWiFi (2.0 - 200.21.1) <5491896D-78C5-30B6-96E9-D8DDECF3BE73> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
0x7fff86b8b000 - 0x7fff86bbafff com.apple.DebugSymbols (106 - 106) <E1BDED08-523A-36F4-B2DA-9D5C712F0AC7> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fff86bbb000 - 0x7fff86c16ffb com.apple.AE (665.5 - 665.6) <9B17E7B7-D493-346A-827E-6DF1474E4977> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff86c17000 - 0x7fff86c65ff7 com.apple.opencl (2.3.59 - 2.3.59) <E37E2219-6EA7-3666-8DB5-8FC60EFB0BC9> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff86c66000 - 0x7fff86c67ff7 libsystem_blocks.dylib (63) <FB856CD1-2AEA-3907-8E9B-1E54B6827F82> /usr/lib/system/libsystem_blocks.dylib
0x7fff86c68000 - 0x7fff86cb9ff7 com.apple.audio.CoreAudio (4.2.1 - 4.2.1) <07F2B103-AE29-3118-BBC4-9A72E13B013B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff86cba000 - 0x7fff86cc4ff7 com.apple.bsd.ServiceManagement (2.0 - 2.0) <2D27B498-BB9C-3D88-B05A-76908A8A26F3> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x7fff86cc5000 - 0x7fff86d0efff com.apple.CoreMedia (1.0 - 1273.57) <74FA3D80-A6DB-331A-B32A-683C8E0CC0A6> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x7fff86d0f000 - 0x7fff86d1afff libkxld.dylib (2422.115.15) <8850BC2B-EB64-3B0F-8047-DCC113021292> /usr/lib/system/libkxld.dylib
0x7fff86d1b000 - 0x7fff86d20ff7 libunwind.dylib (35.3) <78DCC358-2FC1-302E-B395-0155B47CB547> /usr/lib/system/libunwind.dylib
0x7fff86d82000 - 0x7fff86dd5fff com.apple.ScalableUserInterface (1.0 - 1) <CF745298-7373-38D2-B3B1-727D5A569E48> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
0x7fff86dd6000 - 0x7fff87046ffd com.apple.security (7.0 - 55471.14.40) <58F50B4A-FC1E-3AE0-A5DB-DD737E50AC17> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff87047000 - 0x7fff87054ff4 com.apple.Librarian (1.2 - 1) <F1A2744D-8536-32C7-8218-9972C6300DAE> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
0x7fff87167000 - 0x7fff8718cff7 com.apple.CoreVideo (1.8 - 117.2) <4674339E-26D0-35FA-9958-422832B39B12> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff873ab000 - 0x7fff873d4fff com.apple.DictionaryServices (1.2 - 208) <A539A058-BA57-35EE-AA08-D0B0E835127D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff87b25000 - 0x7fff87b7dff7 com.apple.Symbolication (1.4 - 129.0.2) <3DCCAB8A-6FA1-3BB9-B4D3-A3CBDB3BDF04> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x7fff87b7e000 - 0x7fff87b80ff7 com.apple.securityhi (9.0 - 55005) <0CB82072-BA4B-357B-BE46-A96D317C1D91> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fff87b85000 - 0x7fff87b87ff7 libquarantine.dylib (71) <7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38> /usr/lib/system/libquarantine.dylib
0x7fff87b88000 - 0x7fff87fd6fef com.apple.VideoToolbox (1.0 - 1273.57) <AA4D613A-1066-3E85-8BE0-7806566652B4> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x7fff87fd7000 - 0x7fff87fe4ff0 libbz2.1.0.dylib (29) <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib
0x7fff883c4000 - 0x7fff883c5ff7 libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff8841e000 - 0x7fff8858cff7 libBLAS.dylib (1094.5) <DE93A590-5FA5-32A2-A16C-5D7D7361769F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff885c9000 - 0x7fff8870afff com.apple.QTKit (7.7.3 - 2826.34) <3BB88D64-71FA-3824-A52A-D51C761E6EE0> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x7fff8870b000 - 0x7fff88724ff7 com.apple.Ubiquity (1.3 - 289) <C7F1B734-CE81-334D-BE41-8B20D95A1F9B> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
0x7fff887f5000 - 0x7fff887fffff libcommonCrypto.dylib (60049) <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib
0x7fff88800000 - 0x7fff88802ff3 libsystem_configuration.dylib (596.15) <4998CB6A-9D54-390A-9F57-5D1AC53C135C> /usr/lib/system/libsystem_configuration.dylib
0x7fff88803000 - 0x7fff88815ff7 com.apple.MultitouchSupport.framework (245.13.1 - 245.13.1) <38262B92-C63F-35A0-997D-AD2EBF2F8338> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff8894d000 - 0x7fff889c0fff com.apple.securityfoundation (6.0 - 55122.3) <0AFCF575-97C3-3458-A72E-39DA07804EB9> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff889e3000 - 0x7fff88a12fd2 libsystem_m.dylib (3047.16) <B7F0E2E4-2777-33FC-A787-D6430B630D54> /usr/lib/system/libsystem_m.dylib
0x7fff88a13000 - 0x7fff88a2fff7 libsystem_kernel.dylib (2422.115.15) <34ABAF79-E147-3C34-B05D-46A566E689CC> /usr/lib/system/libsystem_kernel.dylib
0x7fff88a30000 - 0x7fff88a7cffe com.apple.CoreMediaIO (408.0 - 4570) <292C2C20-E3D6-39EA-AEF8-CB2AC4934136> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
0x7fff88a80000 - 0x7fff88aacfff com.apple.CoreServicesInternal (184.9 - 184.9) <4DEA54F9-81D6-3EDB-AA3C-1F9C497B3379> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x7fff88cd7000 - 0x7fff88d01ff7 libpcap.A.dylib (42) <91D3FF51-D6FE-3C05-98C9-1182E0EC3D58> /usr/lib/libpcap.A.dylib
0x7fff88d02000 - 0x7fff88d02fff com.apple.ApplicationServices (48 - 48) <3E3F01A8-314D-378F-835E-9CC4F8820031> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff88d03000 - 0x7fff88d0bfff libMatch.1.dylib (19) <021293AB-407D-309A-87F5-8E782F46753E> /usr/lib/libMatch.1.dylib
0x7fff88d0c000 - 0x7fff88df0ff7 com.apple.coreui (2.2 - 231.1) <187DF89C-8A64-366D-8782-F90315FA3CD7> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff88e30000 - 0x7fff88f37ff7 com.apple.ImageIO.framework (3.3.0 - 1048) <FDFAFDEA-3559-330F-9578-40F4F62F51B3> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff88f38000 - 0x7fff88f45ff7 libxar.1.dylib (202) <5572AA71-E98D-3FE1-9402-BB4A84E0E71E> /usr/lib/libxar.1.dylib
0x7fff88f47000 - 0x7fff88f58ff7 libz.1.dylib (53) <42E0C8C6-CA38-3CA4-8619-D24ED5DD492E> /usr/lib/libz.1.dylib
0x7fff88f59000 - 0x7fff88f68ff8 com.apple.LangAnalysis (1.7.0 - 1.7.0) <8FE131B6-1180-3892-98F5-C9C9B79072D4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff88f69000 - 0x7fff89053fff libsqlite3.dylib (158) <00269BF9-43BE-39E0-9C85-24585B9923C8> /usr/lib/libsqlite3.dylib
0x7fff89054000 - 0x7fff8905bfff com.apple.NetFS (6.0 - 4.0) <8E26C099-CE9D-3819-91A2-64EA929C6137> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff891fd000 - 0x7fff89244ffb libFontRegistry.dylib (127.0.1) <F267F500-6E4A-3BE3-97C1-08AAA649E02E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff892b0000 - 0x7fff892b9fff com.apple.speech.synthesis.framework (4.7.1 - 4.7.1) <383FB557-E88E-3239-82B8-15F9F885B702> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff892ba000 - 0x7fff892d1ffa libAVFAudio.dylib (32.2) <DAE7465E-DE8E-3900-84E7-F5DE72560E76> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAudio.dylib
0x7fff892d2000 - 0x7fff892dbffb libsystem_notify.dylib (121.20.1) <9B34B4FE-F5AD-3F09-A5F0-46AFF3571323> /usr/lib/system/libsystem_notify.dylib
0x7fff892dc000 - 0x7fff892f6fff libdispatch.dylib (339.92.1) <C4E4A18D-3C3B-3C9C-8709-A4270D998DE7> /usr/lib/system/libdispatch.dylib
0x7fff8947a000 - 0x7fff894a9ff9 com.apple.GSS (4.0 - 2.0) <27FCA2B4-0767-3002-8755-862B19B5CF92> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff89669000 - 0x7fff8993dfc7 com.apple.vImage (7.0 - 7.0) <D241DBFA-AC49-31E2-893D-EAAC31890C90> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff8993e000 - 0x7fff89963ff7 com.apple.ChunkingLibrary (2.0 - 155.1) <B845DC7A-D1EA-31E2-967C-D1FE0C628036> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x7fff89980000 - 0x7fff89983fff com.apple.TCC (1.0 - 1) <32A075D9-47FD-3E71-95BC-BFB0D583F41C> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x7fff89c75000 - 0x7fff89c88ff7 com.apple.AppContainer (3.0 - 1) <BD342039-430E-39FE-BC2D-8F97B557548E> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
0x7fff89c89000 - 0x7fff89c99ffb libsasl2.2.dylib (170) <C8E25710-68B6-368A-BF3E-48EC7273177B> /usr/lib/libsasl2.2.dylib
0x7fff89c9a000 - 0x7fff89ca0ff7 libsystem_platform.dylib (24.90.1) <3C3D3DA8-32B9-3243-98EC-D89B9A1670B3> /usr/lib/system/libsystem_platform.dylib
0x7fff89ca1000 - 0x7fff89ca4ffc com.apple.IOSurface (91.3 - 91.3) <E93485CC-12B1-318E-BAE3-AB532B264935> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff89ca5000 - 0x7fff89d9ffff libFontParser.dylib (111.1.6) <77253632-B3F6-3151-ABA0-C1EF458668A8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff89da9000 - 0x7fff89daafff liblangid.dylib (117) <9546E641-F730-3AB0-B3CD-E0E2FDD173D9> /usr/lib/liblangid.dylib
0x7fff89dda000 - 0x7fff89dfeff7 libJPEG.dylib (1048) <3C999DC3-8A51-3CA9-9AB8-7F9DBA278FE6> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff89e31000 - 0x7fff89e3ffff com.apple.opengl (9.6.5 - 9.6.5) <4FAEADD8-EEB3-3FD9-ADC6-BA65806228CC> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff89e5a000 - 0x7fff89e93ff7 com.apple.QD (3.50 - 298) <C1F20764-DEF0-34CF-B3AB-AB5480D64E66> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff89e94000 - 0x7fff89ea5ff7 libsystem_asl.dylib (217.1.4) <655FB343-52CF-3E2F-B14D-BEBF5AAEF94D> /usr/lib/system/libsystem_asl.dylib
0x7fff89ea6000 - 0x7fff8a042ff3 com.apple.QuartzCore (1.8 - 332.4) <CFB972D1-FA37-380C-9A47-2A67A84B7442> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff8a241000 - 0x7fff8a248ff7 libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib
0x7fff8a249000 - 0x7fff8a27afff libTrueTypeScaler.dylib (111.1.6) <82F16E1F-FBC6-30E4-9312-D8EED84BFCA1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
0x7fff8a27b000 - 0x7fff8a3cfff3 com.apple.audio.toolbox.AudioToolbox (1.10 - 1.10) <69B273E8-5A8E-3FC7-B807-C16B657662FE> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff8a3d0000 - 0x7fff8a3f4fff libxpc.dylib (300.90.2) <AB40CD57-F454-3FD4-B415-63B3C0D5C624> /usr/lib/system/libxpc.dylib
0x7fff8a3f8000 - 0x7fff8a446fff libcorecrypto.dylib (161.1) <F3973C28-14B6-3006-BB2B-00DD7F09ABC7> /usr/lib/system/libcorecrypto.dylib
0x7fff8a447000 - 0x7fff8a50bff7 com.apple.backup.framework (1.5.5 - 1.5.5) <CA77A4FC-7B76-30C7-94BE-FF4B8140D05A> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x7fff8a50c000 - 0x7fff8a533ff7 libsystem_network.dylib (241.4) <0D630D53-C772-3EC5-8257-EFB0ACCE3153> /usr/lib/system/libsystem_network.dylib
0x7fff8a535000 - 0x7fff8a550ff7 libPng.dylib (1048) <C14F8741-9F67-32DA-896A-F873705B3EC6> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff8a589000 - 0x7fff8a5d6fff com.apple.AppleVAFramework (5.0.27 - 5.0.27) <B28D0F5C-EEDD-3586-8986-33BC7

Cesar Augusto Pereira da Silva <cpereira>
Sun 26 Jun 2016 08:35:43 PM UTC, comment #3:

No response to request for more information, closing invalid bug report which is likely due to a bug or misconfiguration in the OpenBLAS library for the system. If more information is provided that shows that this is an Octave bug, please feel free to comment and/or reopen.

Mike Miller <mtmiller>
Project Administrator
Sat 25 Jun 2016 10:04:27 PM UTC, comment #2:

I am trying to do matrix multiplication and the GUI is crashing as well. Here are the steps.

1. Launce Octave GUI
2. Run the following 3 lines of code

>> A = [1 2; 3 4; 5 6];
>> B = [1 2 3; 4 5 6];
>> A*B

Anonymous
Fri 17 Jun 2016 05:18:39 PM UTC, comment #1:

Thanks for the bug report. It doesn't look like this is a bug in Octave, but more information is needed from you to pursue that. It looks like the crash is occuring in the OpenBlas library while executing some matrix multiplication (the xgemm BLAS function). Can you try a different BLAS implementation such as ATLAS or netlib BLAS, or try setting OMP_NUM_THREADS=1?

Mike Miller <mtmiller>
Project Administrator
Fri 17 Jun 2016 05:01:25 PM UTC, original submission:

In my Mac OS 10.11.5, when I run my program in Octave GUI 4.0.2, this crashes. I tried with Octave GUI 3.8.2 and this is OK.

Next is the bug report I sended to Apple after the crash:

Process: octave-gui [9066]
Path: /Applications/Octave.app/Contents/Resources/usr/Cellar/octave/4.0.2_3/libexec/octave/4.0.2/exec/x86_64-apple-darwin14.5.0/octave-gui
Identifier: octave-gui
Version: 0
Code Type: X86-64 (Native)
Parent Process: ??? [9064]
Responsible: octave-gui [9066]
User ID: 501

Date/Time: 2016-06-17 18:49:45.689 +0200
OS Version: Mac OS X 10.11.5 (15F34)
Report Version: 11
Anonymous UUID: 9DC3FA59-6796-60ED-A19C-63F42725FC71

Sleep/Wake UUID: DD5953ED-7150-4571-937A-A292103C4991

Time Awake Since Boot: 61000 seconds
Time Since Wake: 140 seconds

System Integrity Protection: enabled

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

Exception Type: EXC_CRASH (SIGILL)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY

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

  1. liboctgui.1.dylib 0x0000000109a666e6 Screen::copyFromScreen(Character*, int, int) const + 196

1 liboctgui.1.dylib 0x0000000109a668a8 Screen::getImage(Character*, int, int, int) const + 282
2 liboctgui.1.dylib 0x0000000109a690df ScreenWindow::getImage() + 223
3 liboctgui.1.dylib 0x0000000109a740b2 TerminalView::updateImage() + 104
4 QtCore 0x000000010d865d93 QMetaObject::activate(QObject, QMetaObject const, int, void**) + 2207
5 QtCore 0x000000010d865d93 QMetaObject::activate(QObject, QMetaObject const, int, void**) + 2207
6 liboctgui.1.dylib 0x0000000109a54cff Emulation::showBulk() + 35
7 QtCore 0x000000010d865d93 QMetaObject::activate(QObject, QMetaObject const, int, void**) + 2207
8 QtCore 0x000000010d861d45 QObject::event(QEvent*) + 777
9 QtGui 0x000000010daea55e QApplicationPrivate::notify_helper(QObject, QEvent) + 194
10 QtGui 0x000000010daeceb4 QApplication::notify(QObject, QEvent) + 6146
11 QtCore 0x000000010d8514f6 QCoreApplication::notifyInternal(QObject, QEvent) + 118
12 QtGui 0x000000010daed72a qt_sendSpontaneousEvent(QObject, QEvent) + 45
13 QtGui 0x000000010daa6cbb QEventDispatcherMacPrivate::activateTimer(__CFRunLoopTimer, void) + 133
14 com.apple.CoreFoundation 0x00007fff99593b94 _CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION_ + 20
15 com.apple.CoreFoundation 0x00007fff99593823 __CFRunLoopDoTimer + 1075
16 com.apple.CoreFoundation 0x00007fff9959337a __CFRunLoopDoTimers + 298
17 com.apple.CoreFoundation 0x00007fff9958a871 __CFRunLoopRun + 1841
18 com.apple.CoreFoundation 0x00007fff99589ed8 CFRunLoopRunSpecific + 296
19 com.apple.HIToolbox 0x00007fff932e0935 RunCurrentEventLoopInMode + 235
20 com.apple.HIToolbox 0x00007fff932e076f ReceiveNextEventCommon + 432
21 com.apple.HIToolbox 0x00007fff932e05af _BlockUntilNextEventMatchingListInModeWithFilter + 71
22 com.apple.AppKit 0x00007fff97e5adf6 _DPSNextEvent + 1067
23 com.apple.AppKit 0x00007fff97e5a226 -[NSApplication _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 454
24 com.apple.AppKit 0x00007fff97e4ed80 -[NSApplication run] + 682
25 QtGui 0x000000010daa7ace QEventDispatcherMac::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 1496
26 QtCore 0x000000010d84ebc7 QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 77
27 QtCore 0x000000010d84ed41 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 365
28 QtCore 0x000000010d85194b QCoreApplication::exec() + 199
29 liboctgui.1.dylib 0x0000000109ac0245 octave_start_gui(int, char**, bool) + 917
30 libdyld.dylib 0x00007fff9997b5ad start + 1

Thread 1:

  1. libsystem_kernel.dylib 0x00007fff98f2ddb6 __psynch_cvwait + 10

1 libsystem_pthread.dylib 0x00007fff882d9728 _pthread_cond_wait + 767
2 libopenblas_haswellp-r0.2.18.dylib 0x000000010c5790c3 blas_thread_server + 151
3 libsystem_pthread.dylib 0x00007fff882d899d _pthread_body + 131
4 libsystem_pthread.dylib 0x00007fff882d891a _pthread_start + 168
5 libsystem_pthread.dylib 0x00007fff882d6351 thread_start + 13

Thread 2:: Dispatch queue: com.apple.libdispatch-manager

  1. libsystem_kernel.dylib 0x00007fff98f2eefa kevent_qos + 10

1 libdispatch.dylib 0x00007fff95991165 _dispatch_mgr_invoke + 216
2 libdispatch.dylib 0x00007fff95990dcd _dispatch_mgr_thread + 52

Thread 3:: SelfListener

  1. libsystem_kernel.dylib 0x00007fff98f2ddb6 __psynch_cvwait + 10

1 libsystem_pthread.dylib 0x00007fff882d9728 _pthread_cond_wait + 767
2 QtCore 0x000000010d770185 thread_sleep(timespec*) + 89
3 QtCore 0x000000010d770264 QThread::msleep(unsigned long) + 172
4 liboctgui.1.dylib 0x0000000109a70837 SelfListener::run() + 81
5 QtCore 0x000000010d76fbee QThreadPrivate::start(void*) + 386
6 libsystem_pthread.dylib 0x00007fff882d899d _pthread_body + 131
7 libsystem_pthread.dylib 0x00007fff882d891a _pthread_start + 168
8 libsystem_pthread.dylib 0x00007fff882d6351 thread_start + 13

Thread 4:: QFileInfoGatherer

  1. libsystem_kernel.dylib 0x00007fff98f2ddb6 __psynch_cvwait + 10

1 libsystem_pthread.dylib 0x00007fff882d9728 _pthread_cond_wait + 767
2 QtCore 0x000000010d771093 QWaitConditionPrivate::wait(unsigned long) + 227
3 QtCore 0x000000010d770ecf QWaitCondition::wait(QMutex*, unsigned long) + 87
4 QtGui 0x000000010df026ec QFileInfoGatherer::run() + 160
5 QtCore 0x000000010d76fbee QThreadPrivate::start(void*) + 386
6 libsystem_pthread.dylib 0x00007fff882d899d _pthread_body + 131
7 libsystem_pthread.dylib 0x00007fff882d891a _pthread_start + 168
8 libsystem_pthread.dylib 0x00007fff882d6351 thread_start + 13

Thread 5:: QThread

  1. libopenblas_haswellp-r0.2.18.dylib 0x000000010c6fd1e1 dgemm_kernel + 33

1 libopenblas_haswellp-r0.2.18.dylib 0x000000010c3d7096 dsyrk_UT + 1209
2 libopenblas_haswellp-r0.2.18.dylib 0x000000010c3e3784 dsyrk_thread_UT + 69
3 libopenblas_haswellp-r0.2.18.dylib 0x000000010c2bc9cf dsyrk_ + 409
4 liboctave.3.dylib 0x000000010ae9d91b xgemm(Matrix const&, Matrix const&, blas_trans_type, blas_trans_type) + 1835
5 liboctinterp.3.dylib 0x0000000109dfb1b6 oct_binop_trans_mul(octave_base_value const&, octave_base_value const&) + 173
6 liboctinterp.3.dylib 0x000000010a00c900 do_binary_op(octave_value::compound_binary_op, octave_value const&, octave_value const&) + 199
7 liboctinterp.3.dylib 0x000000010a07506d tree_compound_binary_expression::rvalue1(int) + 223
8 liboctinterp.3.dylib 0x000000010a0733b1 tree_binary_expression::rvalue1(int) + 609
9 liboctinterp.3.dylib 0x000000010a070c3f tree_argument_list::convert_to_const_vector(octave_value const*) + 503
10 liboctinterp.3.dylib 0x000000010a081ed7 tree_index_expression::rvalue(int, std::__1::list<octave_lvalue, std::__1::allocator<octave_lvalue> > const*) + 353
11 liboctinterp.3.dylib 0x000000010a081d6c tree_index_expression::rvalue(int) + 16
12 liboctinterp.3.dylib 0x000000010a082ee5 tree_index_expression::rvalue1(int) + 73
13 liboctinterp.3.dylib 0x000000010a071eb2 tree_simple_assignment::rvalue1(int) + 106
14 liboctinterp.3.dylib 0x000000010a07b8f4 tree_evaluator::visit_statement(tree_statement&) + 316
15 liboctinterp.3.dylib 0x000000010a07bb25 tree_evaluator::visit_statement_list(tree_statement_list&) + 189
16 liboctinterp.3.dylib 0x000000010a07b879 tree_evaluator::visit_statement(tree_statement&) + 193
17 liboctinterp.3.dylib 0x000000010a07bb25 tree_evaluator::visit_statement_list(tree_statement_list&) + 189
18 liboctinterp.3.dylib 0x0000000109fff410 octave_user_function::do_multi_index_op(int, octave_value_list const&, std::__1::list<octave_lvalue, std::__1::allocator<octave_lvalue> > const*) + 1736
19 liboctinterp.3.dylib 0x0000000109ffec46 octave_user_function::subsref(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::list<octave_value_list, std::__1::allocator<octave_value_list> > const&, int, std::__1::list<octave_lvalue, std::__1::allocator<octave_lvalue> > const*) + 260
20 liboctinterp.3.dylib 0x0000000109ffeb37 octave_user_function::subsref(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::list<octave_value_list, std::__1::allocator<octave_value_list> > const&, int) + 17
21 liboctinterp.3.dylib 0x000000010a002c54 octave_user_function::subsref(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::list<octave_value_list, std::__1::allocator<octave_value_list> > const&) + 28
22 liboctinterp.3.dylib 0x000000010a008775 octave_value::subsref(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::list<octave_value_list, std::__1::allocator<octave_value_list> > const&, int) + 37
23 liboctinterp.3.dylib 0x000000010a008838 octave_value::subsref(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::list<octave_value_list, std::__1::allocator<octave_value_list> > const&, int, std::__1::list<octave_lvalue, std::__1::allocator<octave_lvalue> > const*) + 40
24 liboctinterp.3.dylib 0x000000010a082819 tree_index_expression::rvalue(int, std::__1::list<octave_lvalue, std::__1::allocator<octave_lvalue> > const*) + 2723
25 liboctinterp.3.dylib 0x000000010a081d6c tree_index_expression::rvalue(int) + 16
26 liboctinterp.3.dylib 0x000000010a082ee5 tree_index_expression::rvalue1(int) + 73
27 liboctinterp.3.dylib 0x000000010a070c3f tree_argument_list::convert_to_const_vector(octave_value const*) + 503
28 liboctinterp.3.dylib 0x000000010a081ed7 tree_index_expression::rvalue(int, std::__1::list<octave_lvalue, std::__1::allocator<octave_lvalue> > const*) + 353
29 liboctinterp.3.dylib 0x000000010a081d6c tree_index_expression::rvalue(int) + 16
30 liboctinterp.3.dylib 0x000000010a082ee5 tree_index_expression::rvalue1(int) + 73
31 liboctinterp.3.dylib 0x000000010a070c3f tree_argument_list::convert_to_const_vector(octave_value const*) + 503
32 liboctinterp.3.dylib 0x000000010a081ed7 tree_index_expression::rvalue(int, std::__1::list<octave_lvalue, std::__1::allocator<octave_lvalue> > const*) + 353
33 liboctinterp.3.dylib 0x000000010a081d6c tree_index_expression::rvalue(int) + 16
34 liboctinterp.3.dylib 0x000000010a082ee5 tree_index_expression::rvalue1(int) + 73
35 liboctinterp.3.dylib 0x000000010a071eb2 tree_simple_assignment::rvalue1(int) + 106
36 liboctinterp.3.dylib 0x000000010a07b8f4 tree_evaluator::visit_statement(tree_statement&) + 316
37 liboctinterp.3.dylib 0x000000010a07bb25 tree_evaluator::visit_statement_list(tree_statement_list&) + 189
38 liboctinterp.3.dylib 0x0000000109fff410 octave_user_function::do_multi_index_op(int, octave_value_list const&, std::__1::list<octave_lvalue, std::__1::allocator<octave_lvalue> > const*) + 1736
39 liboctinterp.3.dylib 0x0000000109ffec46 octave_user_function::subsref(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::list<octave_value_list, std::__1::allocator<octave_value_list> > const&, int, std::__1::list<octave_lvalue, std::__1::allocator<octave_lvalue> > const*) + 260
40 liboctinterp.3.dylib 0x000000010a00882e octave_value::subsref(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::list<octave_value_list, std::__1::allocator<octave_value_list> > const&, int, std::__1::list<octave_lvalue, std::__1::allocator<octave_lvalue> > const*) + 30
41 liboctinterp.3.dylib 0x000000010a082819 tree_index_expression::rvalue(int, std::__1::list<octave_lvalue, std::__1::allocator<octave_lvalue> > const*) + 2723
42 liboctinterp.3.dylib 0x000000010a072695 tree_multi_assignment::rvalue(int) + 143
43 liboctinterp.3.dylib 0x000000010a072591 tree_multi_assignment::rvalue1(int) + 73
44 liboctinterp.3.dylib 0x000000010a07b8f4 tree_evaluator::visit_statement(tree_statement&) + 316
45 liboctinterp.3.dylib 0x000000010a07bb25 tree_evaluator::visit_statement_list(tree_statement_list&) + 189
46 liboctinterp.3.dylib 0x000000010a07c832 tree_evaluator::visit_while_command(tree_while_command&) + 272
47 liboctinterp.3.dylib 0x000000010a07b879 tree_evaluator::visit_statement(tree_statement&) + 193
48 liboctinterp.3.dylib 0x000000010a07bb25 tree_evaluator::visit_statement_list(tree_statement_list&) + 189
49 liboctinterp.3.dylib 0x0000000109fff410 octave_user_function::do_multi_index_op(int, octave_value_list const&, std::__1::list<octave_lvalue, std::__1::allocator<octave_lvalue> > const*) + 1736
50 liboctinterp.3.dylib 0x0000000109ffec46 octave_user_function::subsref(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::list<octave_value_list, std::__1::allocator<octave_value_list> > const&, int, std::__1::list<octave_lvalue, std::__1::allocator<octave_lvalue> > const*) + 260
51 liboctinterp.3.dylib 0x0000000109ffeb37 octave_user_function::subsref(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::list<octave_value_list, std::__1::allocator<octave_value_list> > const&, int) + 17
52 liboctinterp.3.dylib 0x000000010a0087bc octave_value::subsref(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::list<octave_value_list, std::__1::allocator<octave_value_list> > const&, int) + 108
53 liboctinterp.3.dylib 0x000000010a008838 octave_value::subsref(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::list<octave_value_list, std::__1::allocator<octave_value_list> > const&, int, std::__1::list<octave_lvalue, std::__1::allocator<octave_lvalue> > const*) + 40
54 liboctinterp.3.dylib 0x000000010a082819 tree_index_expression::rvalue(int, std::__1::list<octave_lvalue, std::__1::allocator<octave_lvalue> > const*) + 2723
55 liboctinterp.3.dylib 0x000000010a081d6c tree_index_expression::rvalue(int) + 16
56 liboctinterp.3.dylib 0x000000010a082ee5 tree_index_expression::rvalue1(int) + 73
57 liboctinterp.3.dylib 0x000000010a07b8f4 tree_evaluator::visit_statement(tree_statement&) + 316
58 liboctinterp.3.dylib 0x000000010a07bb25 tree_evaluator::visit_statement_list(tree_statement_list&) + 189
59 liboctinterp.3.dylib 0x000000010a4da2f9 main_loop() + 451
60 liboctinterp.3.dylib 0x0000000109cc902e octave_execute_interpreter + 2607
61 QtCore 0x000000010d861ca7 QObject::event(QEvent*) + 619
62 QtGui 0x000000010daea55e QApplicationPrivate::notify_helper(QObject, QEvent) + 194
63 QtGui 0x000000010daeceb4 QApplication::notify(QObject, QEvent) + 6146
64 QtCore 0x000000010d8514f6 QCoreApplication::notifyInternal(QObject, QEvent) + 118
65 QtCore 0x000000010d851e69 QCoreApplicationPrivate::sendPostedEvents(QObject, int, QThreadData) + 599
66 QtCore 0x000000010d87ae54 QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 54
67 QtCore 0x000000010d84ebc7 QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 77
68 QtCore 0x000000010d84ed41 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 365
69 QtCore 0x000000010d76e1f5 QThread::exec() + 209
70 QtCore 0x000000010d76fbee QThreadPrivate::start(void*) + 386
71 libsystem_pthread.dylib 0x00007fff882d899d _pthread_body + 131
72 libsystem_pthread.dylib 0x00007fff882d891a _pthread_start + 168
73 libsystem_pthread.dylib 0x00007fff882d6351 thread_start + 13

Thread 6:: QKqueueFileSystemWatcherEngine

  1. libsystem_kernel.dylib 0x00007fff98f2eeca kevent + 10

1 QtCore 0x000000010d838ef0 QKqueueFileSystemWatcherEngine::run() + 112
2 QtCore 0x000000010d76fbee QThreadPrivate::start(void*) + 386
3 libsystem_pthread.dylib 0x00007fff882d899d _pthread_body + 131
4 libsystem_pthread.dylib 0x00007fff882d891a _pthread_start + 168
5 libsystem_pthread.dylib 0x00007fff882d6351 thread_start + 13

Thread 7:: com.apple.NSEventThread

  1. libsystem_kernel.dylib 0x00007fff98f27f72 mach_msg_trap + 10

1 libsystem_kernel.dylib 0x00007fff98f273b3 mach_msg + 55
2 com.apple.CoreFoundation 0x00007fff9958b1c4 __CFRunLoopServiceMachPort + 212
3 com.apple.CoreFoundation 0x00007fff9958a68c __CFRunLoopRun + 1356
4 com.apple.CoreFoundation 0x00007fff99589ed8 CFRunLoopRunSpecific + 296
5 com.apple.AppKit 0x00007fff97fb0d95 _NSEventThread + 149
6 libsystem_pthread.dylib 0x00007fff882d899d _pthread_body + 131
7 libsystem_pthread.dylib 0x00007fff882d891a _pthread_start + 168
8 libsystem_pthread.dylib 0x00007fff882d6351 thread_start + 13

Thread 8:

  1. libsystem_kernel.dylib 0x00007fff98f2e5e2 __workq_kernreturn + 10

1 libsystem_pthread.dylib 0x00007fff882d8578 _pthread_wqthread + 1283
2 libsystem_pthread.dylib 0x00007fff882d6341 start_wqthread + 13

Thread 9:

  1. libsystem_kernel.dylib 0x00007fff98f2e5e2 __workq_kernreturn + 10

1 libsystem_pthread.dylib 0x00007fff882d8578 _pthread_wqthread + 1283
2 libsystem_pthread.dylib 0x00007fff882d6341 start_wqthread + 13

Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x0000000000000035 rbx: 0x0000000000000000 rcx: 0x0000000000000000 rdx: 0x00007fd3d1124000
rdi: 0x0000000000000062 rsi: 0x000000000000144a rbp: 0x00007fff561c3040 rsp: 0x00007fff561c2ff0
r8: 0x00007fd3d212da98 r9: 0x00007fd3d2510a80 r10: 0x0000000079753061 r11: 0x00007fd3d2500000
r12: 0x00007fd3d2402f70 r13: 0x0000000109c26188 r14: 0x000000000000144a r15: 0x00007fd3d15c8d80
rip: 0x0000000109a666e6 rfl: 0x0000000000000202 cr2: 0xffffff8087859004

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

Binary Images:
0x109a39000 - 0x109a44fff +octave-gui (0) <5B506F31-982A-38A5-8393-844D44512B2D> /Applications/Octave.app/Contents/Resources/usr/Cellar/octave/4.0.2_3/libexec/octave/4.0.2/exec/x86_64-apple-darwin14.5.0/octave-gui
0x109a48000 - 0x109c12fff +liboctgui.1.dylib (0) <29B36A48-8001-363E-8D09-5FB73C81088C> /Applications/Octave.app/Contents/Resources/usr/Cellar/octave/4.0.2_3/lib/octave/4.0.2/liboctgui.1.dylib
0x109cbb000 - 0x10a869ff7 +liboctinterp.3.dylib (0) <92022D1F-1358-3D8A-91BB-06B1635FE413> /Applications/Octave.app/Contents/Resources/usr/Cellar/octave/4.0.2_3/lib/octave/4.0.2/liboctinterp.3.dylib
0x10ac81000 - 0x10b3a2fff +liboctave.3.dylib (0) <0BCC1173-0323-39A8-81FE-B66FFBCAC267> /Applications/Octave.app/Contents/Resources/usr/Cellar/octave/4.0.2_3/lib/octave/4.0.2/liboctave.3.dylib
0x10b6ad000 - 0x10b6aefff +libsuitesparseconfig.4.5.3.dylib (0) <D6396608-C13B-30FE-85A6-4EF4A3A326E0> /Applications/Octave.app/Contents/Resources/usr/opt/suite-sparse/lib/libsuitesparseconfig.4.5.3.dylib
0x10b6b2000 - 0x10b6f5fff +libmetis.dylib (0) <D45F5C10-09D3-39B7-A919-C1C0AC8A3539> /Applications/Octave.app/Contents/Resources/usr/opt/metis/lib/libmetis.dylib
0x10b706000 - 0x10b88afff +libqscintilla2.12.dylib (12.0.1) <E4CC4564-4D31-318F-BF2F-175E0C852923> /Applications/Octave.app/Contents/Resources/usr/opt/qscintilla2/lib/libqscintilla2.12.dylib
0x10b90b000 - 0x10bb1dff7 +libhdf5.10.dylib (0) <EA0EE491-47F7-307F-92A2-DB06A4EC930A> /Applications/Octave.app/Contents/Resources/usr/opt/hdf5/lib/libhdf5.10.dylib
0x10bb6d000 - 0x10bb99fff +libfontconfig.1.dylib (0) <88FD35DE-7471-3D84-B108-A9AE79213935> /Applications/Octave.app/Contents/Resources/usr/opt/fontconfig/lib/libfontconfig.1.dylib
0x10bbac000 - 0x10bc1eff7 +libfreetype.6.dylib (0) <99612D78-1BE1-37CF-B4BC-17FB763A882D> /Applications/Octave.app/Contents/Resources/usr/opt/freetype/lib/libfreetype.6.dylib
0x10bc39000 - 0x10bc49ff7 +libgl2ps.1.dylib (0) <E5AADBCE-7D95-30F7-AEA5-8F9DBDDAC292> /Applications/Octave.app/Contents/Resources/usr/opt/gl2ps/lib/libgl2ps.1.dylib
0x10bc52000 - 0x10bd16ff7 +libcholmod.3.0.11.dylib (0) <F7C9929A-AFCB-33EC-A695-42B275332919> /Applications/Octave.app/Contents/Resources/usr/opt/suite-sparse/lib/libcholmod.3.0.11.dylib
0x10bd22000 - 0x10bdacff7 +libumfpack.5.7.6.dylib (0) <27B8ADF3-1BEA-3192-8B73-BDBACFC5DE9F> /Applications/Octave.app/Contents/Resources/usr/opt/suite-sparse/lib/libumfpack.5.7.6.dylib
0x10bdb9000 - 0x10bdbfff7 +libamd.2.4.6.dylib (0) <45E30A6A-B413-3C0D-BFE3-457344AD2051> /Applications/Octave.app/Contents/Resources/usr/opt/suite-sparse/lib/libamd.2.4.6.dylib
0x10bdc8000 - 0x10bdcfff7 +libcamd.2.4.6.dylib (0) <379A73A2-E37D-325D-836A-BE1DD660574B> /Applications/Octave.app/Contents/Resources/usr/opt/suite-sparse/lib/libcamd.2.4.6.dylib
0x10bdd8000 - 0x10bdddff7 +libcolamd.2.9.6.dylib (0) <997E312D-C229-3622-A7E6-DB5DC96808FD> /Applications/Octave.app/Contents/Resources/usr/opt/suite-sparse/lib/libcolamd.2.9.6.dylib
0x10bde6000 - 0x10bdeefff +libccolamd.2.9.6.dylib (0) <582BDF38-1216-3BE8-9449-50B8CCB8EE4A> /Applications/Octave.app/Contents/Resources/usr/opt/suite-sparse/lib/libccolamd.2.9.6.dylib
0x10bdf8000 - 0x10be17ff7 +libcxsparse.3.1.9.dylib (0) <F2D72BE5-9F2D-37CE-AFBC-785FFC3415B9> /Applications/Octave.app/Contents/Resources/usr/opt/suite-sparse/lib/libcxsparse.3.1.9.dylib
0x10be23000 - 0x10be73fff +libarpack.2.dylib (0) <63B8CE62-DCA4-3876-83F7-01B740DBF920> /Applications/Octave.app/Contents/Resources/usr/opt/arpack/libexec/lib/libarpack.2.dylib
0x10be85000 - 0x10bea1ff7 +libqrupdate.1.dylib (0) <8930ACC4-EA22-322B-BA5E-E402576AC26B> /Applications/Octave.app/Contents/Resources/usr/opt/qrupdate/lib/libqrupdate.1.dylib
0x10bea5000 - 0x10bea9fff +libfftw3_threads.3.dylib (0) <A84AF99D-2CC6-3A81-BFA8-E598026327FD> /Applications/Octave.app/Contents/Resources/usr/opt/fftw/lib/libfftw3_threads.3.dylib
0x10beb4000 - 0x10c070fe7 +libfftw3.3.dylib (0) <4BBDB9B4-F0EA-37BE-ADB8-2A3C22F6B5A7> /Applications/Octave.app/Contents/Resources/usr/opt/fftw/lib/libfftw3.3.dylib
0x10c09d000 - 0x10c0a1fff +libfftw3f_threads.3.dylib (0) <1F88013D-0339-3122-9A0C-DDDF4FFDA9B6> /Applications/Octave.app/Contents/Resources/usr/opt/fftw/lib/libfftw3f_threads.3.dylib
0x10c0a7000 - 0x10c26dfff +libfftw3f.3.dylib (0) <EDFA6C06-5CCF-3FF4-A675-F3BC0E9841BE> /Applications/Octave.app/Contents/Resources/usr/opt/fftw/lib/libfftw3f.3.dylib
0x10c29d000 - 0x10d3e02d7 +libopenblas_haswellp-r0.2.18.dylib (0) <B68EEBCE-FC1E-33F6-84D4-33AFBC39D55C> /Applications/Octave.app/Contents/Resources/usr/opt/openblas/lib/libopenblas_haswellp-r0.2.18.dylib
0x10d4cd000 - 0x10d533ff7 +libpcre.1.dylib (0) <F86B41A3-F8FD-3C87-B42A-8657B9E8357F> /Applications/Octave.app/Contents/Resources/usr/opt/pcre/lib/libpcre.1.dylib
0x10d53f000 - 0x10d560ff7 +libreadline.6.dylib (0) <662020A5-785D-304A-BF7C-517CFE107670> /Applications/Octave.app/Contents/Resources/usr/opt/readline/lib/libreadline.6.dylib
0x10d57b000 - 0x10d694ff7 +libgfortran.3.dylib (0) <C26D33C9-13EC-39C5-9484-A56ACFB3039D> /Applications/Octave.app/Contents/Resources/usr/opt/gcc/lib/gcc/5/libgfortran.3.dylib
0x10d702000 - 0x10d739fe7 +libquadmath.0.dylib (0) <C5BC464E-F380-3156-9BEB-10A457598CB3> /Applications/Octave.app/Contents/Resources/usr/opt/gcc/lib/gcc/5/libquadmath.0.dylib
0x10d74f000 - 0x10d9c1ff7 +QtCore (4.8.7) <838AE177-0B6B-334B-A938-9FAC623CBBB1> /Applications/Octave.app/Contents/Resources/usr/opt/qt/lib/QtCore.framework/Versions/4/QtCore
0x10da70000 - 0x10e320ff7 +QtGui (4.8.7) <C35683B7-DCB8-3185-B410-D45ABEE54D00> /Applications/Octave.app/Contents/Resources/usr/opt/qt/lib/QtGui.framework/Versions/4/QtGui
0x10e5e8000 - 0x10e6acfff +QtOpenGL (4.8.7) <702CB01C-69FB-36F9-B856-30F17F8A5780> /Applications/Octave.app/Contents/Resources/usr/opt/qt/lib/QtOpenGL.framework/Versions/4/QtOpenGL
0x10e6f7000 - 0x10e803fff +QtNetwork (4.8.7) <2A79F4CB-ECB0-30D9-9071-51337C81E493> /Applications/Octave.app/Contents/Resources/usr/opt/qt/lib/QtNetwork.framework/Versions/4/QtNetwork
0x10e86d000 - 0x10e882fff +libgcc_s.1.dylib (0) <BF97F99D-F223-3E4B-A4C6-2BD99D14352B> /Applications/Octave.app/Contents/Resources/usr/lib/gcc/5/libgcc_s.1.dylib
0x10e893000 - 0x10e89cfff +libsz.2.dylib (0) <9379DFE2-17DA-31C6-9AE1-3AAF735A57C5> /Applications/Octave.app/Contents/Resources/usr/opt/szip/lib/libsz.2.dylib
0x10e8ae000 - 0x10e8c7fff libexpat.1.dylib (12.40.1) <405B65BE-42E4-36FA-AA41-5B717CB3F5E7> /usr/lib/libexpat.1.dylib
0x10e8d2000 - 0x10e8f5ff7 +libpng16.16.dylib (0) <8F78678D-5A39-3D37-BAEB-E8DDEB7070F9> /Applications/Octave.app/Contents/Resources/usr/opt/libpng/lib/libpng16.16.dylib
0x10e902000 - 0x10e942fff com.apple.glut (3.6.3 - GLUT-3.6.3) <845DFCC7-5F30-318B-A2BB-6AA0830A37A0> /System/Library/Frameworks/GLUT.framework/Versions/A/GLUT
0x10e9b8000 - 0x10e9f6fff +libssl.1.0.0.dylib (0) <D33FAF6B-120B-379F-B192-2AF56D7EDA99> /Applications/Octave.app/Contents/Resources/usr/opt/openssl/lib/libssl.1.0.0.dylib
0x10ea13000 - 0x10eb838e7 +libcrypto.1.0.0.dylib (0) <19565494-4CD5-3692-BA3C-6697F83DF6F4> /Applications/Octave.app/Contents/Resources/usr/opt/openssl/lib/libcrypto.1.0.0.dylib
0x10ebfe000 - 0x10ec02fff com.apple.agl (3.3.1 - AGL-3.3.1) <4E401980-0F4F-33E2-A0CF-8C7CCF375F24> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
0x112ece000 - 0x112ee9fff com.apple.security.csparser (3.0 - 57337.50.23) <9597AF09-10B0-3C27-8350-439ED6C797BA> /System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/MacOS/csparser
0x1151ac000 - 0x1151b1fff +libqgif.dylib (0) <7A9B2E41-6629-30AE-A531-5DCA09A07DE5> /Applications/Octave.app/Contents/Resources/usr/Cellar/qt/4.8.7_2/plugins/imageformats/libqgif.dylib
0x1176b8000 - 0x1176bdff7 +libqico.dylib (0) <E23AA403-5B06-3424-8C4F-33277A316C17> /Applications/Octave.app/Contents/Resources/usr/Cellar/qt/4.8.7_2/plugins/imageformats/libqico.dylib
0x1176c3000 - 0x1176f7fff +libqjpeg.dylib (0) <7820B3F0-5BD4-34BE-89DC-CD39AF46F6CD> /Applications/Octave.app/Contents/Resources/usr/Cellar/qt/4.8.7_2/plugins/imageformats/libqjpeg.dylib
0x117700000 - 0x11772efff +__init_fltk__.oct (0) <F871F8A4-070A-3D0C-9B9A-0685D09BF828> /Applications/Octave.app/Contents/Resources/usr/Cellar/octave/4.0.2_3/lib/octave/4.0.2/oct/x86_64-apple-darwin14.5.0/__init_fltk__.oct
0x117745000 - 0x117755fff +libfltk_gl.1.3.dylib (0) <BAC32DD4-B4C6-3664-9ABF-087863AE0350> /Applications/Octave.app/Contents/Resources/usr/opt/fltk/lib/libfltk_gl.1.3.dylib
0x117766000 - 0x1177f1ff7 +libfltk.1.3.dylib (0) <7749BA5D-4904-3111-BB24-5EA1EA2632E7> /Applications/Octave.app/Contents/Resources/usr/opt/fltk/lib/libfltk.1.3.dylib
0x117846000 - 0x11788efff +libqmng.dylib (0) <22A3DA4E-8EE1-374C-B62F-8D49B2914B1D> /Applications/Octave.app/Contents/Resources/usr/Cellar/qt/4.8.7_2/plugins/imageformats/libqmng.dylib
0x11789f000 - 0x1178a3fff +libqsvg.dylib (0) <E60BFACF-2337-33E5-8F36-362378EBC60C> /Applications/Octave.app/Contents/Resources/usr/Cellar/qt/4.8.7_2/plugins/imageformats/libqsvg.dylib
0x1178a8000 - 0x1178edfff +QtSvg (4.8.7) <37B3DF03-2578-395B-822F-53E8FBF36359> /Applications/Octave.app/Contents/Resources/usr/Cellar/qt/4.8.7_2/lib/QtSvg.framework/Versions/4/QtSvg
0x11790f000 - 0x117947fff +QtXml (4.8.7) <2A0CFFAB-8EA2-38BB-BABD-6228643A8448> /Applications/Octave.app/Contents/Resources/usr/Cellar/qt/4.8.7_2/lib/QtXml.framework/Versions/4/QtXml
0x117962000 - 0x117972ff7 +__init_gnuplot__.oct (0) <1820AFD0-D0B9-3FC0-8E14-794AE5B71BE7> /Applications/Octave.app/Contents/Resources/usr/Cellar/octave/4.0.2_3/lib/octave/4.0.2/oct/x86_64-apple-darwin14.5.0/__init_gnuplot__.oct
0x11797a000 - 0x11797efff +libqtga.dylib (0) <A5EC16CF-734F-3959-8922-707464F74779> /Applications/Octave.app/Contents/Resources/usr/Cellar/qt/4.8.7_2/plugins/imageformats/libqtga.dylib
0x117983000 - 0x1179ddff7 +libqtiff.dylib (0) <CC98B813-4F8F-30AB-9180-50443FB1ADD6> /Applications/Octave.app/Contents/Resources/usr/Cellar/qt/4.8.7_2/plugins/imageformats/libqtiff.dylib
0x118bd4000 - 0x118bd4ff7 +cl_kernels (???) <E0161C8E-7FAD-46F7-824A-EE4DF44EEADE> cl_kernels
0x13b58f000 - 0x13b5a1fff libTraditionalChineseConverter.dylib (68) <62CEE84C-366B-3E43-821B-EE072DBF33D7> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
0x13cafa000 - 0x13cb1cff7 libKoreanConverter.dylib (68) <F29010B7-FABC-3CDA-95F5-85DC12B6C91B> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
0x144d38000 - 0x144d47ff7 libSimplifiedChineseConverter.dylib (68) <DCFEA0D3-593E-3E5C-B311-53B8ACF8A318> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
0x149a86000 - 0x149aa2ff7 libJapaneseConverter.dylib (68) <D80D1583-1F6F-32A5-A683-F504A0DF973A> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
0x7fff63f63000 - 0x7fff63f9a25f dyld (360.22) <A468D85E-D8D6-3461-8C99-49D3B9ACFC63> /usr/lib/dyld
0x7fff85839000 - 0x7fff85839ff7 liblaunch.dylib (765.50.8) <834ED605-5114-3641-AA4D-ECF31B801C50> /usr/lib/system/liblaunch.dylib
0x7fff858e8000 - 0x7fff85934ffb com.apple.HIServices (1.22 - 550) <6B76B41C-CF5A-34C4-89F4-EFD7CA3D1C9D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff85935000 - 0x7fff85938ffb libScreenReader.dylib (426.42) <16FC79D1-4573-3E90-945F-CBA22D5185FD> /usr/lib/libScreenReader.dylib
0x7fff85939000 - 0x7fff85962ff7 libxslt.1.dylib (14.2) <6E8D0F06-9086-32D3-9D87-3870A1CE9E99> /usr/lib/libxslt.1.dylib
0x7fff85a11000 - 0x7fff85a11fff com.apple.audio.units.AudioUnit (1.13 - 1.13) <93C1D642-37D4-3692-AD35-DCAD04F9610B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff85a1a000 - 0x7fff85b64ff7 com.apple.coreui (2.1 - 366.1) <8138636F-A0A7-31C7-896C-5F5747FA1B2A> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff85b89000 - 0x7fff85baeff7 libPng.dylib (1450) <EB65B96A-B190-36A8-9F9D-F3A3020B267D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff85be7000 - 0x7fff85c52ff7 com.apple.framework.CoreWLAN (11.0 - 1101.20) <3B35C543-7FCE-333F-80C1-432FA41DDCDE> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x7fff85c53000 - 0x7fff85c55fff libsystem_coreservices.dylib (19.2) <1B3F5AFC-FFCD-3ECB-8B9A-5538366FB20D> /usr/lib/system/libsystem_coreservices.dylib
0x7fff85ca1000 - 0x7fff85ca2fff libsystem_secinit.dylib (20) <32B1A8C6-DC84-3F4F-B8CE-9A52B47C3E6B> /usr/lib/system/libsystem_secinit.dylib
0x7fff85e68000 - 0x7fff85e73fff com.apple.CrashReporterSupport (10.11 - 718) <05892B57-F2CD-3C84-B984-0417F6B361DB> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x7fff85e74000 - 0x7fff85e78fff com.apple.CommonPanels (1.2.6 - 96) <4AE7E5AE-55B3-37FA-9BDE-B23147ADA2E9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x7fff8605e000 - 0x7fff8605ffff com.apple.TrustEvaluationAgent (2.0 - 25) <0239494E-FEFE-39BC-9FC7-E251BA5128F1> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x7fff860a3000 - 0x7fff860bdff3 liblzma.5.dylib (10) <CC03591B-FA57-3CA5-AC81-0D76033AC0CE> /usr/lib/liblzma.5.dylib
0x7fff860be000 - 0x7fff860cefff libbsm.0.dylib (34) <7E14504C-A8B0-3574-B6EB-5D5FABC72926> /usr/lib/libbsm.0.dylib
0x7fff860df000 - 0x7fff86153ff3 com.apple.securityfoundation (6.0 - 55126) <130656AE-2711-3914-8736-D8B021C93FE0> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff86154000 - 0x7fff8616dfff com.apple.CFOpenDirectory (10.11 - 194) <11F95672-55E0-3F9D-9171-5E8C56AEE948> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff8616e000 - 0x7fff861a1ff7 com.apple.MediaKit (16 - 809) <BF8032FE-6645-37F6-A622-BC7EEE3EAABF> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x7fff861a2000 - 0x7fff861dcff7 com.apple.DebugSymbols (132 - 132) <23A42C53-B941-3871-9EE2-4C87A46005B5> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fff861dd000 - 0x7fff861f0fff com.apple.CoreBluetooth (1.0 - 1) <E54CA9A2-A5C6-30C5-9D6E-8472DBA9371E> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
0x7fff861f7000 - 0x7fff861f9ffb libutil.dylib (43) <4C9BFE8B-563B-3EEA-A323-8F4F14E0A46C> /usr/lib/libutil.dylib
0x7fff861fa000 - 0x7fff8621cff7 com.apple.Sharing (442.13.6 - 442.13.6) <DDD2811C-6ECB-32F2-8EE1-69BF9657B4A8> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
0x7fff87203000 - 0x7fff872aafff com.apple.LanguageModeling (1.0 - 1) <58C18A47-BDE7-3CBE-81C0-797029D170A1> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
0x7fff872c3000 - 0x7fff872c3fff libenergytrace.dylib (10.40.1) <0A491CA7-3451-3FD5-999A-58AB4362682B> /usr/lib/libenergytrace.dylib
0x7fff872c4000 - 0x7fff87332ff7 com.apple.ApplicationServices.ATS (377 - 394.4) <9779E916-0788-3CAC-B1EC-F68BCB12A2B6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff87371000 - 0x7fff87372ffb libremovefile.dylib (41) <552EF39E-14D7-363E-9059-4565AC2F894E> /usr/lib/system/libremovefile.dylib
0x7fff87570000 - 0x7fff8765ffff libxml2.2.dylib (29.7) <32BBF51E-B084-3FC2-AE9C-C008BE84102B> /usr/lib/libxml2.2.dylib
0x7fff87688000 - 0x7fff876e6fff com.apple.CoreServices.OSServices (728.12 - 728.12) <776EBD4F-7052-377F-A70D-E2FDBD465A5E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff8770d000 - 0x7fff87b0ffff libLAPACK.dylib (1162.2) <42238ED4-6B7A-39D0-BFF2-304A0C287213> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff87b42000 - 0x7fff87b4dfff libcsfde.dylib (517.50.1) <52F0DB6A-13B8-355E-ADFD-72834D3CA183> /usr/lib/libcsfde.dylib
0x7fff87db3000 - 0x7fff87ed8fff com.apple.LaunchServices (728.12 - 728.12) <F5AB56CD-CF33-33F0-A48D-372551714E77> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff87f00000 - 0x7fff87f01ffb libSystem.B.dylib (1226.10.1) <C5D09FE1-CC70-383E-AC27-18602F2EDEC4> /usr/lib/libSystem.B.dylib
0x7fff87f02000 - 0x7fff87f52ff7 com.apple.Symbolication (1.4 - 58044) <F70BF765-FBE9-3F1E-85CA-BB2F8E53E8C2> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x7fff88292000 - 0x7fff882d4ff7 com.apple.Metal (56.6 - 56.6) <2B2C0F78-20B8-3878-B9B1-DE18BB92919D> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
0x7fff882d5000 - 0x7fff882deff7 libsystem_pthread.dylib (138.10.4) <3DD1EF4C-1D1B-3ABF-8CC6-B3B1CEEE9559> /usr/lib/system/libsystem_pthread.dylib
0x7fff882df000 - 0x7fff882e4fff com.apple.DiskArbitration (2.7 - 2.7) <F55902AA-5316-3255-A701-FDED5B553065> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff882e5000 - 0x7fff884f0fff libFosl_dynamic.dylib (16.24) <5F9DB82D-FD4B-3952-8531-CE020F93ED49> /usr/lib/libFosl_dynamic.dylib
0x7fff884f2000 - 0x7fff88547fff com.apple.AE (701 - 701) <AD492742-F884-386B-A450-FAC281B9FFA4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff88548000 - 0x7fff8854bff7 com.apple.help (1.3.3 - 46) <35DA4D48-0BC2-35A1-8D7C-40905CDF4F64> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fff8854c000 - 0x7fff885a7ff7 libTIFF.dylib (1450) <5BB63D48-B807-31FB-B13F-05C60584707E> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff885af000 - 0x7fff88849ff3 com.apple.security (7.0 - 57337.50.23) <8B6CF71D-A63E-34C9-9227-0AACAB643584> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff88e2d000 - 0x7fff88e36ff7 com.apple.CommonAuth (4.0 - 2.0) <4B8673E1-3697-3FE2-8D30-AC7AC5D4F8BF> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff88e3d000 - 0x7fff88e3fff7 libsystem_configuration.dylib (802.40.13) <3DEB7DF9-6804-37E1-BC83-0166882FF0FF> /usr/lib/system/libsystem_configuration.dylib
0x7fff88e40000 - 0x7fff88e48fff com.apple.NetFS (6.0 - 4.0) <842A5346-24C3-3F22-9ECF-E586A10EA1F2> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff88ede000 - 0x7fff89165ff3 com.apple.CFNetwork (760.5.1 - 760.5.1) <EE9426D1-F11C-3DD4-AE08-EA29AEB27177> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff8917c000 - 0x7fff892fafff com.apple.UIFoundation (1.0 - 436.1) <AABB5267-E7B7-3D75-B051-E665BDA8DEF4> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
0x7fff8937f000 - 0x7fff89423fff com.apple.Bluetooth (4.4.5 - 4.4.5f3) <141F2C36-70B6-32D3-A556-7A605832CDB3> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
0x7fff89426000 - 0x7fff894b3dd7 com.apple.AppleJPEG (1.0 - 1) <558ACADA-C41F-3EEF-82A0-C2D7B13C5428> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
0x7fff895f2000 - 0x7fff895f2ff7 libkeymgr.dylib (28) <8371CE54-5FDD-3CE9-B3DF-E98C761B6FE0> /usr/lib/system/libkeymgr.dylib
0x7fff896bb000 - 0x7fff896c3fef libsystem_platform.dylib (74.40.2) <29A905EF-6777-3C33-82B0-6C3A88C4BA15> /usr/lib/system/libsystem_platform.dylib
0x7fff896c4000 - 0x7fff896ccfff com.apple.frameworks.CoreDaemon (1.3 - 1.3) <CC53DC12-9231-3C4F-921B-9A770D463323> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
0x7fff896ed000 - 0x7fff896effff com.apple.loginsupport (1.0 - 1) <9B2F5F9B-ED38-313F-B798-D2B667BCD6B5> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
0x7fff896f0000 - 0x7fff896f1ff3 com.apple.print.framework.Print (10.0 - 266) <3E85F70C-D7D4-34E1-B88A-C1F503F99CDA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x7fff899f0000 - 0x7fff899fbff7 libChineseTokenizer.dylib (16) <79B8C67A-3061-3C78-92CD-4650719E68D4> /usr/lib/libChineseTokenizer.dylib
0x7fff89b28000 - 0x7fff89b2afff com.apple.EFILogin (2.0 - 2) <38150198-DD7F-3C73-BCAA-C74BB376393A> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
0x7fff89b32000 - 0x7fff89b63fff com.apple.GSS (4.0 - 2.0) <B490333A-3B3E-397A-AD75-68846E9A9140> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff8a891000 - 0x7fff8a931fff com.apple.Metadata (10.7.0 - 972.34) <A93B485D-094C-3024-8CBB-D9E035FB83C4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff8a93a000 - 0x7fff8a963ffb libRIP.A.dylib (957) <5F18F20D-5921-3314-A9F8-F1B1CB62C83D> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x7fff8ba85000 - 0x7fff8bacaff3 libFontRegistry.dylib (155.2) <A70DD497-35F3-34DA-9C19-F4B90080E961> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff8bacb000 - 0x7fff8bbd9ff3 com.apple.desktopservices (1.10.3 - 1.10.3) <3A6906D4-C0B8-30D1-B589-0466E5E42B69> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff8bbda000 - 0x7fff8bcc0ff7 libcrypto.0.9.8.dylib (59.40.2) <2486D801-C756-3488-B519-1AA6807E8948> /usr/lib/libcrypto.0.9.8.dylib
0x7fff8c67d000 - 0x7fff8c685fff libsystem_networkextension.dylib (385.40.36) <66095DC7-6539-38F2-95EE-458F15F6D014> /usr/lib/system/libsystem_networkextension.dylib
0x7fff8c781000 - 0x7fff8c79eff7 com.apple.AppleVPAFramework (2.1.2 - 2.1.2) <41378C0B-B56A-3A73-9BD0-E06FA1F87B8C> /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA
0x7fff8c7ee000 - 0x7fff8c83afff com.apple.print.framework.PrintCore (11.2 - 472.2) <5AE8AA6B-CE09-397D-B0D4-0F9CCBF1F77D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff8c83b000 - 0x7fff8c857ff7 libextension.dylib (78) <FD952DA6-BBEC-3CB6-98B3-E1D111C5C54E> /usr/lib/libextension.dylib
0x7fff8c858000 - 0x7fff8c8a7ff7 com.apple.opencl (2.7.0 - 2.7.0) <C3AFF6D2-90FE-3108-A2D5-A1EBCFC5D627> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff8c8a8000 - 0x7fff8c8adfff com.apple.ImageCapture (9.0 - 9.0) <ACECF0B7-7D92-3A22-BF47-E8FADF4C5378> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x7fff8cc39000 - 0x7fff8cd2bff7 libiconv.2.dylib (44) <F05A0A5A-92A9-3668-8F20-F27CBDA26BE9> /usr/lib/libiconv.2.dylib
0x7fff8cd2c000 - 0x7fff8cd3dfff libcmph.dylib (6) <BA4BF2C6-7F4E-33B8-9DD7-619C9EB83ECF> /usr/lib/libcmph.dylib
0x7fff8ce18000 - 0x7fff8cec8fff com.apple.backup.framework (1.7.4 - 1.7.4) <F304E9D1-991A-379E-9659-BF85C35B4808> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x7fff8cf18000 - 0x7fff8cfd1ff7 libvMisc.dylib (563.5) <BF612F7D-FA3B-3F9F-8BE7-8D1BCB21ECC5> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff8cfd2000 - 0x7fff8cfe8ff7 libLinearAlgebra.dylib (1162.2) <FFE54EDF-F06F-3C0A-864A-4CA7BBFD4B2D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
0x7fff8cfe9000 - 0x7fff8d000ff7 libsystem_coretls.dylib (83.40.5) <C90DAE38-4082-381C-A185-2A6A8B677628> /usr/lib/system/libsystem_coretls.dylib
0x7fff8d001000 - 0x7fff8d00dfff com.apple.speech.synthesis.framework (5.4.12 - 5.4.12) <71DA00B8-5EA2-326B-8814-59DB25512F65> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff8d0cb000 - 0x7fff8d0effff com.apple.MultitouchSupport.framework (304.12 - 304.12) <65CB7653-EACD-3ADB-ABB6-2E0671708301> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff8d5cc000 - 0x7fff8d5ddff7 libz.1.dylib (61.20.1) <B3EBB42F-48E3-3287-9F0D-308E04D407AC> /usr/lib/libz.1.dylib
0x7fff8d5df000 - 0x7fff8d601fff com.apple.IconServices (68.1 - 68.1) <CDEEDBE6-F53B-3BA1-82D4-23BCA3DD8949> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0x7fff8d624000 - 0x7fff8d62cfff libGFXShared.dylib (12.1) <5A0C2493-200C-30BE-97D5-8E8C0B8E604D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff8d9bc000 - 0x7fff8d9c0fff libGIF.dylib (1450) <49D45D41-11AD-38DC-BDC5-9EC57E3B8E30> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff8dfc1000 - 0x7fff8dfc1fff libmetal_timestamp.dylib (600.0.44.1) <6576F284-BACA-332A-A6E7-FA1C347636E3> /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dylib
0x7fff8dfc5000 - 0x7fff8dfeefff libc++abi.dylib (125) <DCCC8177-3D09-35BC-9784-2A04FEC4C71B> /usr/lib/libc++abi.dylib
0x7fff8dffa000 - 0x7fff8e021fff com.apple.ChunkingLibrary (167 - 167) <AD7F285C-005E-36BB-98A3-5826413533BE> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x7fff8e022000 - 0x7fff8e03bfff com.apple.openscripting (1.7.1 - 169.1) <36EBF6A7-334A-3197-838F-E8C7B27FCDBB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fff8e03c000 - 0x7fff8e060ff7 libJPEG.dylib (1450) <33C07EEE-95CB-33F7-87C1-09CE82F1E478> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff8e061000 - 0x7fff8e0e9fff com.apple.CoreSymbolication (3.1 - 58048.1) <4730422E-4178-34F9-8550-BB92F2A4F44B> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fff8e1dc000 - 0x7fff8e1dcff7 libunc.dylib (29) <DDB1E947-C775-33B8-B461-63E5EB698F0E> /usr/lib/system/libunc.dylib
0x7fff8e1dd000 - 0x7fff8e531fff com.apple.Foundation (6.9 - 1259) <71A9D3A0-0B1F-3E3A-86F3-1486365A6EF2> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff8e600000 - 0x7fff8e60cff7 com.apple.OpenDirectory (10.11 - 194) <31A67AD5-5CC2-350A-96D7-821DF4BC4196> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff8e60d000 - 0x7fff8e673ff7 libsystem_network.dylib (583.50.1) <B52DAB73-92DC-3DA7-B9F4-B899D66445C1> /usr/lib/system/libsystem_network.dylib
0x7fff8e6d7000 - 0x7fff8e708ff7 libncurses.5.4.dylib (46) <D4C10699-3E8F-3F42-A695-7490EA4B6B32> /usr/lib/libncurses.5.4.dylib
0x7fff8e709000 - 0x7fff8e70fff7 com.apple.speech.recognition.framework (5.1.1 - 5.1.1) <9E5A980A-F455-32D5-BBEE-3BD6018CC45E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fff8e7eb000 - 0x7fff8e7ebfff libOpenScriptingUtil.dylib (169.1) <AD0DAC8A-9849-3077-999F-9AEC6112BDAB> /usr/lib/libOpenScriptingUtil.dylib
0x7fff8e82c000 - 0x7fff8e855fff libsystem_info.dylib (477.50.4) <FAA9226D-64DE-3769-A6D8-6CABA4B7FF4D> /usr/lib/system/libsystem_info.dylib
0x7fff8e8c9000 - 0x7fff8e8d7fff libxar.1.dylib (302) <03207F66-2C4A-3DBD-8D81-70F4C85903C4> /usr/lib/libxar.1.dylib
0x7fff8e8f6000 - 0x7fff8e906fff libSparseBLAS.dylib (1162.2) <6F591A0F-80D0-384D-8304-B035C4ED1BBD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
0x7fff8eb95000 - 0x7fff8eb98fff com.apple.IOSurface (108.2.1 - 108.2.1) <A0037B0A-277A-393E-9BF6-688595BD564D> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff8ec6a000 - 0x7fff8ecb8fff libcurl.4.dylib (90) <12E01E4B-24C9-394C-9D2C-85CF85D5F459> /usr/lib/libcurl.4.dylib
0x7fff8ecc5000 - 0x7fff8ed18ff7 libc++.1.dylib (120.1) <8FC3D139-8055-3498-9AC5-6467CB7F4D14> /usr/lib/libc++.1.dylib
0x7fff8ed41000 - 0x7fff8ed43fff libCGXType.A.dylib (957) <B901C222-E779-32EB-96C2-5A707A09FC5B> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x7fff8f6bf000 - 0x7fff8f6c7fef libcldcpuengine.dylib (2.7.3) <511DF05F-B3A1-3810-9901-1F5C1EA278C4> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
0x7fff8f708000 - 0x7fff8f915fff libicucore.A.dylib (551.51.3) <5BC80F94-C90D-3175-BD96-FF1DC222EC9C> /usr/lib/libicucore.A.dylib
0x7fff8f92f000 - 0x7fff8fa05ffb com.apple.DiskImagesFramework (10.11.4 - 417.4) <6D26E255-D7BB-3A9D-8B6F-E07D2DBB68AE> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
0x7fff8fa2c000 - 0x7fff8fa2ffff libsystem_sandbox.dylib (460.50.4) <150A9D3D-F69E-32F7-8C7B-8E72CAAFF7E4> /usr/lib/system/libsystem_sandbox.dylib
0x7fff8fab3000 - 0x7fff8fbe0ff3 com.apple.CoreText (352.0 - 494.11) <08E8640E-6602-3A00-BC28-94235FD311B4> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff8fbe1000 - 0x7fff8fbe3ff7 libRadiance.dylib (1450) <0C0DACDA-2040-3D22-A8E7-7035AB624E4A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff8fc3b000 - 0x7fff8fc3eff7 libCoreFSCache.dylib (119.5) <2389D7DA-B8EF-3EB4-AAAF-FBEDE01CDECA> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
0x7fff8fdaa000 - 0x7fff8ff78ff3 com.apple.QuartzCore (1.11 - 410.14) <076BDE58-8AED-3D47-84FD-548CF8E8EDB9> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff8ff79000 - 0x7fff911e1ff7 com.apple.CoreGraphics (1.600.0 - 957) <0AD5EC17-569E-3864-A637-AD720F5AE0BE> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff911e2000 - 0x7fff9126ffff libsystem_c.dylib (1082.50.1) <B552D565-B798-3B9B-AE63-F623B42A5F01> /usr/lib/system/libsystem_c.dylib
0x7fff91270000 - 0x7fff91271fff libsystem_blocks.dylib (65) <1244D9D5-F6AA-35BB-B307-86851C24B8E5> /usr/lib/system/libsystem_blocks.dylib
0x7fff91272000 - 0x7fff91281ffb com.apple.LangAnalysis (1.7.0 - 1.7.0) <18D21123-A3E7-3851-974A-08E5D4540475> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff9133f000 - 0x7fff91342fff libCoreVMClient.dylib (119.5) <560D70FB-709F-3030-96C9-F249FCB7DA6D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff91343000 - 0x7fff913d9fff com.apple.ColorSync (4.9.0 - 4.9.0) <8FC37E20-6579-3CB2-9D49-BC39FC38DF87> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff913da000 - 0x7fff913e8ff7 libbz2.1.0.dylib (38) <28E54258-C0FE-38D4-AB76-1734CACCB344> /usr/lib/libbz2.1.0.dylib
0x7fff91bf2000 - 0x7fff91bfefff com.apple.SpeechRecognitionCore (2.2.7 - 2.2.7) <6BA06290-D4A3-351C-87F9-B61EF61FF055> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
0x7fff9229f000 - 0x7fff92328ff7 com.apple.PerformanceAnalysis (1.0 - 1) <2064F7E8-5C3D-3E18-8029-2D832D13E2A2> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fff92386000 - 0x7fff923a0fff com.apple.Kerberos (3.0 - 1) <1B4744BF-E5AE-38E2-AA56-E22D3270F2E8> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff927e4000 - 0x7fff92873ff7 libCoreStorage.dylib (517.50.1) <E6283FE9-B5AC-3110-8D4C-8E2BF185983E> /usr/lib/libCoreStorage.dylib
0x7fff92928000 - 0x7fff92941fe7 libcompression.dylib (28) <F83F421D-115D-3457-A9AA-1BEB5070A30B> /usr/lib/libcompression.dylib
0x7fff92d5d000 - 0x7fff92d62ff7 libmacho.dylib (875.1) <318264FA-58F1-39D8-8285-1F6254EE410E> /usr/lib/system/libmacho.dylib
0x7fff92d63000 - 0x7fff92d6efff libGL.dylib (12.1) <70D51643-04AC-3400-8F11-A6FC25985289> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff92e5c000 - 0x7fff92e5eff7 com.apple.xpc.ServiceManagement (1.0 - 1) <D96D7A6D-EDEB-35EE-B5D9-E33A3BF011B5> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x7fff92f1c000 - 0x7fff92f1cfff com.apple.CoreServices (728.12 - 728.12) <A4FFF004-53B0-3EAC-A13F-5416BFFD8886> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff92f1d000 - 0x7fff93019ff7 libFontParser.dylib (158.6) <267A9AE4-4138-3112-8D73-BDFDC96568FF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff9301a000 - 0x7fff9312cfef libvDSP.dylib (563.5) <5702650E-DF08-3D58-B16F-9EF0A28702B3> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff93145000 - 0x7fff93157fff libsasl2.2.dylib (209) <11C7D200-0CA5-30F4-A19A-178CA81D48FE> /usr/lib/libsasl2.2.dylib
0x7fff931fe000 - 0x7fff93236ff7 com.apple.RemoteViewServices (2.0 - 101) <B2881449-8CFE-3D1C-B4BF-155640392533> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fff93237000 - 0x7fff9326bff7 com.apple.CoreVideo (1.8 - 191.3) <1AA24A1B-CB84-3F6B-B6DE-11494542649C> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff932b0000 - 0x7fff935a5fff com.apple.HIToolbox (2.1.1 - 807.2) <36413C45-36AF-34EF-9C0E-F18B31D1E565> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff935a6000 - 0x7fff9388bffb com.apple.CoreServices.CarbonCore (1136.2 - 1136.2) <2DBAFC9A-6CD6-351D-B1F4-87D81AA6D640> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff938ad000 - 0x7fff938c9ff3 libresolv.9.dylib (60) <A650B5C8-1950-36A0-86D1-0B2465318BFA> /usr/lib/libresolv.9.dylib
0x7fff939ae000 - 0x7fff939c5ff7 libsystem_asl.dylib (323.50.1) <41F8E11F-1BD0-3F1D-BA3A-AA1577ED98A9> /usr/lib/system/libsystem_asl.dylib
0x7fff939c6000 - 0x7fff939cbfff com.apple.TCC (1.0 - 1) <F5EEB2D3-9517-3975-97BE-22CB8E11B8A3> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x7fff939cc000 - 0x7fff93c72ff7 com.apple.CoreData (120 - 641.3) <A29A5491-6169-372B-828F-84EE0CFD4BC4> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff93c73000 - 0x7fff93cdafff com.apple.framework.CoreWiFi (11.0 - 1101.20) <993592F1-B3F1-3FAD-87BD-EA83C361BCCF> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
0x7fff93cdb000 - 0x7fff93ce5fff com.apple.NetAuth (6.0 - 6.0) <D692B1EF-534F-3892-8E2F-2BBA7C8AFD74> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff93cf6000 - 0x7fff93cf6fff com.apple.Accelerate (1.10 - Accelerate 1.10) <5831771A-C1C3-3625-9FE9-2CCB6B2E7EE1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff94449000 - 0x7fff94877fff com.apple.vision.FaceCore (3.3.1 - 3.3.1) <E54028EA-4217-3078-A2B1-C52E4214D59E> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
0x7fff94af5000 - 0x7fff94be7ff7 libJP2.dylib (1450) <8337298A-7911-3B56-85C7-BBA2D8D844EE> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff94d87000 - 0x7fff94dd8fff com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <EA7D4F3B-062B-3C81-A98C-C89264D00D48> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff94dd9000 - 0x7fff94e1fff7 libauto.dylib (186) <999E610F-41FC-32A3-ADCA-5EC049B65DFB> /usr/lib/libauto.dylib
0x7fff94e20000 - 0x7fff952defcf com.apple.vImage (8.0 - 8.0) <85FB412E-EB30-3433-A79B-B3970FC83580> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff95435000 - 0x7fff95450ff7 libCRFSuite.dylib (34) <078B4CD8-6A8C-3067-B2BA-0C2A0BAB8AC3> /usr/lib/libCRFSuite.dylib
0x7fff9562f000 - 0x7fff95646fff libmarisa.dylib (4) <E4919B03-D9BD-3AF8-B436-C415C98E3F0A> /usr/lib/libmarisa.dylib
0x7fff95647000 - 0x7fff95810ff7 com.apple.ImageIO.framework (3.3.0 - 1450) <14333D7C-1DB1-3928-AF9C-9470235ED2CF> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff95989000 - 0x7fff959b6fff libdispatch.dylib (501.40.12) <C7499857-61A5-3D7D-A5EA-65DCC8C3DF92> /usr/lib/system/libdispatch.dylib
0x7fff959b7000 - 0x7fff959f1fff com.apple.QD (3.12 - 302) <0FE53180-2895-3D14-A1E7-F82DE1D106E1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff95b1b000 - 0x7fff95b79fff com.apple.SystemConfiguration (1.14 - 1.14) <D801FAD7-5A2D-3E5E-9F44-B6C9B8BEA747> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff95d21000 - 0x7fff95d3dff7 libsystem_malloc.dylib (67.40.1) <5748E8B2-F81C-34C6-8B13-456213127678> /usr/lib/system/libsystem_malloc.dylib
0x7fff96586000 - 0x7fff96597ff7 libsystem_trace.dylib (201.10.3) <F00E92E4-DBDA-3749-B5B3-0C3FBBABA1CB> /usr/lib/system/libsystem_trace.dylib
0x7fff9665e000 - 0x7fff96666ffb libsystem_dnssd.dylib (625.50.5) <4D10E12B-59B5-386F-82DA-326F18028F0A> /usr/lib/system/libsystem_dnssd.dylib
0x7fff96672000 - 0x7fff96707fff com.apple.ink.framework (10.9 - 214) <1F76CF36-3F79-36B8-BC37-C540AF34B338> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fff9675f000 - 0x7fff96768ff3 libsystem_notify.dylib (150.40.1) <D48BDE34-0F7E-34CA-A0FF-C578E39987CC> /usr/lib/system/libsystem_notify.dylib
0x7fff96801000 - 0x7fff9680cff7 libcommonCrypto.dylib (60075.50.1) <93732261-34B4-3914-B7A2-90A81A182DBA> /usr/lib/system/libcommonCrypto.dylib
0x7fff96cf2000 - 0x7fff96cfafff libcopyfile.dylib (127) <A48637BC-F3F2-34F2-BB68-4C65FD012832> /usr/lib/system/libcopyfile.dylib
0x7fff96de9000 - 0x7fff96ecffef unorm8_bgra.dylib (2.7.3) <B315AE9C-9E09-3D9F-9513-EC2195908516> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib
0x7fff96ed0000 - 0x7fff96f47feb libcorecrypto.dylib (335.50.1) <B5C05FD7-A540-345A-87BF-8E41848A3C17> /usr/lib/system/libcorecrypto.dylib
0x7fff974e2000 - 0x7fff974e6fff libcache.dylib (75) <9548AAE9-2AB7-3525-9ECE-A2A7C4688447> /usr/lib/system/libcache.dylib
0x7fff974e7000 - 0x7fff974e7fff com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) <848125D3-AF14-3526-8745-FFCDB200CD76> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff974e8000 - 0x7fff97709ff7 com.apple.CoreImage (11.4.0 - 366.4.19) <F5B7B115-E43A-3C61-A6AD-EFCDE7FC43A1> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff97781000 - 0x7fff977acffb libarchive.2.dylib (33.20.2) <6C370A21-63FD-3A68-B4B3-5333F24B770B> /usr/lib/libarchive.2.dylib
0x7fff977d9000 - 0x7fff97b44657 libobjc.A.dylib (680) <D55D5807-1FBE-32A5-9105-44D7AFE68C27> /usr/lib/libobjc.A.dylib
0x7fff97b56000 - 0x7fff97b5afff libpam.2.dylib (20) <CFCD19BD-87BC-3F2B-BB1C-4C23E8E55F1A> /usr/lib/libpam.2.dylib
0x7fff97b97000 - 0x7fff97b9dfff com.apple.IOAccelerator (205.10 - 205.10) <E46ED853-C2CC-3F29-A7DD-5E9351A2E754> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
0x7fff97bd7000 - 0x7fff97bd8fff libDiagnosticMessagesClient.dylib (100) <4243B6B4-21E9-355B-9C5A-95A216233B96> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff97ce7000 - 0x7fff97d1eff7 com.apple.LDAPFramework (2.4.28 - 194.5) <9AE33BF2-FB17-342D-8F1E-5F83C6E6EB69> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x7fff97d7b000 - 0x7fff97d7dff7 com.apple.securityhi (9.0 - 55006) <1E7BE52B-97EA-371A-AECA-1EE2AD246D8A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fff97e12000 - 0x7fff98a3bff7 com.apple.AppKit (6.9 - 1404.47) <F3411F6E-DD87-34D0-8C68-C69B2205E41D> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff98a3c000 - 0x7fff98a6bffb libsystem_m.dylib (3105) <08E1A4B2-6448-3DFE-A58C-ACC7335BE7E4> /usr/lib/system/libsystem_m.dylib
0x7fff98a6c000 - 0x7fff98b26fff com.apple.DiscRecording (9.0.1 - 9010.4.3) <540853B2-B123-3560-8023-C92EE229051A> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x7fff98b27000 - 0x7fff98b27fff com.apple.ApplicationServices (48 - 48) <ADD57D3A-142F-3EF5-BFD8-EACD82164884> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff98b4e000 - 0x7fff98ddeff7 com.apple.RawCamera.bundle (6.19 - 844) <F14992BD-D9D8-36EE-8A51-989A220E1846> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x7fff98f11000 - 0x7fff98f16ff7 libheimdal-asn1.dylib (453.40.10) <981DE40B-FA16-36F7-BE92-8C8A115D6CD9> /usr/lib/libheimdal-asn1.dylib
0x7fff98f17000 - 0x7fff98f35ff7 libsystem_kernel.dylib (3248.50.21) <78E54D59-D2B0-3F54-9A4A-0A68D671F253> /usr/lib/system/libsystem_kernel.dylib
0x7fff98f36000 - 0x7fff98f36fff com.apple.Carbon (154 - 157) <8F6ED602-5943-3E29-A793-BC331E2C183D> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fff98f4c000 - 0x7fff98f4efff libCVMSPluginSupport.dylib (12.1) <D81B3D8D-B83F-3918-BD4B-6C794A30AF9F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach File(s):
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -unavailable- added by cpereira (Posted a comment)
  • -unavailable- added by mtmiller (Posted a comment)
  • -unavailable- added by None (Submitted the item)
  •  

    Do you think this task is very important?
    If so, you can click here to add your encouragement to it.
    This task has 0 encouragements so far.

    Only project members can vote.

     

    Please enter the title of George Orwell's famous dystopian book (it's a date):

     

     

    Follow 4 latest changes.

    Date Changed By Updated Field Previous Value => Replaced By
    Sun 26 Jun 2016 08:35:43 PM UTCmtmillerStatusNeed Info=>Invalid
      Open/ClosedOpen=>Closed
    Fri 17 Jun 2016 05:18:39 PM UTCmtmillerCategoryGUI=>Libraries
      StatusNone=>Need Info

    Back to the top


    Powered by Savane 3.1-cleanup1