fritzing / fritzing-app

Fritzing desktop application
http://fritzing.org
Other
4.04k stars 835 forks source link

crash when both bus and subpart in the same part #3329

Closed mMerlin closed 8 months ago

mMerlin commented 7 years ago

I have been exploring Fritzing part creation, and found a problem. If both internal connections and split schematic are implemented in the same part, Fritzing crashes after placing the part. It crashes faster if one of the subparts is moved.

In the sample (crashing) part, hiding (block comment) the buses element in the fzp file gets the subparts to work. Hiding the schematic-subparts element and unhiding the schematic element in the svg file gets the internal connections to work.

Environment: Fedora 24 x86_64 Fritzing Version 0.9.2 (b8d2d5970658f0bed09c661c9

I have not upgraded to 0.9.3, since trying to stay with what is provided in the Fedora repos, and the new version is not even in the testing repo yet.

fzpz part files rename to zip, to get upload to work. SPST-D31A-Relay-crash.zip SPST-D31A-Relay-split.zip SPST-D31A-Relay-bus.zip

jgartrel commented 5 years ago

I have stumbled across this issue as well.
Fritzing Version 0.9.3 (b5c895d327c44a3114e5fcc9d8260daf0cbb52806 2016-04 MacOSX

KjellMorgenstern commented 5 years ago

@jgartrel Did you try with same files as mMerlin? Or could you upload your files and reproduction steps as well? We can not look into 0.9.2 issues (number of open issues is just to big for that), but if the crash can reproduced on 0.9.3 this is a different thing.

jgartrel commented 5 years ago

@KjellMorgenstern , I used a different part that I had created. I will attempt to attach it here. Please forgive the incorrect author attribution as the files were copied from the Sparkfun parts and are not completely done yet. To reproduce the error change the tags to in the part file.

fzpz part files rename to zip, to get upload to work. DMC6040SSD.zip

jgartrel commented 5 years ago

The part is a N and P channel mosfet in a single package: https://www.diodes.com/assets/Datasheets/DMC6040SSD.pdf

If this issue gets resolved, I would be more than happy to clean up this part (and the other dual N channel and dual P-channel parts that I have created), and add them, as well as generic counterparts, to the Fritzing library.

KjellMorgenstern commented 5 years ago

I tried the part on the current development version. It loads fine, and I was able to assemble a small circuit, adding some capacitors. I moved arround parts on the breadboard and the schematics. Note that in the schematics, the DMC6040 is currently just two parts (one for each MOSFET). I got it crashing most of the time when using the autorouter from the schematics view. This might be a different crash than the one you are exeriencing, since you did not write anything about using the autorouter?

The backtrace is

#0  __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50
#1  0x00007f2b59ec3535 in __GI_abort () at abort.c:79
#2  0x00007f2b59f2a726 in __libc_message (action=action@entry=do_abort, fmt=fmt@entry=0x7f2b5a050952 "%s\n") at ../sysdeps/posix/libc_fatal.c:181
#3  0x00007f2b59f3159a in malloc_printerr (str=str@entry=0x7f2b5a04e9b0 "corrupted size vs. prev_size") at malloc.c:5352
#4  0x00007f2b59f31841 in unlink_chunk (p=<optimized out>, av=0x7f2b5a082c40 <main_arena>) at malloc.c:1464
#5  0x00007f2b59f32a18 in malloc_consolidate (av=av@entry=0x7f2b5a082c40 <main_arena>) at malloc.c:4510
#6  0x00007f2b59f33740 in _int_free (av=0x7f2b5a082c40 <main_arena>, p=0x56116c39c400, have_lock=<optimized out>) at malloc.c:4408
#7  0x000056115c0ed7da in __gnu_cxx::new_allocator<GridPoint>::deallocate (this=0x7ffe4ede7d48, __p=0x56116c39c410) at /usr/include/c++/5/ext/new_allocator.h:110
#8  0x000056115c0eaa7a in __gnu_cxx::__alloc_traits<std::allocator<GridPoint> >::deallocate (__a=..., __p=0x56116c39c410, __n=2048) at /usr/include/c++/5/ext/alloc_traits.h:185
#9  0x000056115c0e603e in std::_Vector_base<GridPoint, std::allocator<GridPoint> >::_M_deallocate (this=0x7ffe4ede7d48, __p=0x56116c39c410, __n=2048) at /usr/include/c++/5/bits/stl_vector.h:178
#10 0x000056115c0e5621 in std::_Vector_base<GridPoint, std::allocator<GridPoint> >::~_Vector_base (this=0x7ffe4ede7d48, __in_chrg=<optimized out>) at /usr/include/c++/5/bits/stl_vector.h:160
#11 0x000056115c0dfeb8 in std::vector<GridPoint, std::allocator<GridPoint> >::~vector (this=0x7ffe4ede7d48, __in_chrg=<optimized out>) at /usr/include/c++/5/bits/stl_vector.h:425
#12 0x000056115c0de14c in std::priority_queue<GridPoint, std::vector<GridPoint, std::allocator<GridPoint> >, std::less<GridPoint> >::~priority_queue (this=0x7ffe4ede7d48, __in_chrg=<optimized out>)
    at /usr/include/c++/5/bits/stl_queue.h:370
#13 0x000056115c0de50d in RouteThing::~RouteThing (this=0x7ffe4ede7cc0, __in_chrg=<optimized out>) at src/autoroute/mazerouter/mazerouter.h:144
#14 0x000056115c0cc8c9 in MazeRouter::routeNets (this=0x56116594eb20, netList=..., makeJumper=false, currentScore=..., gridSize=..., allOrderings=...) at src/autoroute/mazerouter/mazerouter.cpp:1002
#15 0x000056115c0c979d in MazeRouter::start (this=0x56116594eb20) at src/autoroute/mazerouter/mazerouter.cpp:788
#16 0x000056115be26a3d in MainWindow::newAutoroute (this=0x561164a7e0c0) at src/mainwindow/mainwindow_menu.cpp:2985
#17 0x000056115c224b52 in MainWindow::qt_static_metacall (_o=0x561164a7e0c0, _c=QMetaObject::InvokeMetaMethod, _id=120, _a=0x7ffe4ede8490) at debug/moc_mainwindow.cpp:1288
#18 0x00007f2b5a691426 in QMetaObject::activate(QObject*, int, int, void**) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#19 0x00007f2b5b280fe2 in QAction::triggered(bool) () from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
#20 0x00007f2b5b2835f0 in QAction::activate(QAction::ActionEvent) () from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
#21 0x00007f2b5b3715ad in ?? () from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
#22 0x00007f2b5b3717e5 in QAbstractButton::mouseReleaseEvent(QMouseEvent*) () from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
#23 0x00007f2b5b45b6ca in QToolButton::mouseReleaseEvent(QMouseEvent*) () from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
#24 0x000056115bdbe9df in SketchToolButton::mouseReleaseEvent (this=0x561160827b40, event=0x7ffe4ede8af0) at src/sketchtoolbutton.cpp:122
#25 0x00007f2b5b2c6b58 in QWidget::event(QEvent*) () from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
#26 0x00007f2b5b45b773 in QToolButton::event(QEvent*) () from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
#27 0x00007f2b5b287551 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
#28 0x00007f2b5b28eb77 in QApplication::notify(QObject*, QEvent*) () from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
#29 0x000056115bda3bda in FApplication::notify (this=0x56115d5b91d0, receiver=0x561160827b40, e=0x7ffe4ede8af0) at src/fapplication.cpp:1611
#30 0x00007f2b5a6678e9 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#31 0x00007f2b5b28debf in QApplicationPrivate::sendMouseEvent(QWidget*, QMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer<QWidget>&, bool, bool) () from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
#32 0x00007f2b5b2e157b in ?? () from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
#33 0x00007f2b5b2e453f in ?? () from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
#34 0x00007f2b5b287551 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
#35 0x00007f2b5b28e930 in QApplication::notify(QObject*, QEvent*) () from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
#36 0x000056115bda3bda in FApplication::notify (this=0x56115d5b91d0, receiver=0x56115ffb0250, e=0x7ffe4ede9030) at src/fapplication.cpp:1611
#37 0x00007f2b5a6678e9 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#38 0x00007f2b5ac95c6c in QGuiApplicationPrivate::processMouseEvent(QWindowSystemInterfacePrivate::MouseEvent*) () from /lib/x86_64-linux-gnu/libQt5Gui.so.5
#39 0x00007f2b5ac97075 in QGuiApplicationPrivate::processWindowSystemEvent(QWindowSystemInterfacePrivate::WindowSystemEvent*) () from /lib/x86_64-linux-gnu/libQt5Gui.so.5
#40 0x00007f2b5ac7105b in QWindowSystemInterface::sendWindowSystemEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib/x86_64-linux-gnu/libQt5Gui.so.5
#41 0x00007f2b5686d67a in ?? () from /lib/x86_64-linux-gnu/libQt5XcbQpa.so.5
#42 0x00007f2b5969caae in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#43 0x00007f2b5969cd48 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#44 0x00007f2b5969cddc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#45 0x00007f2b5a6bb047 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#46 0x00007f2b5a6665bb in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#47 0x00007f2b5a66e5e2 in QCoreApplication::exec() () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#48 0x000056115bdbd6db in main (argc=1, argv=0x7ffe4ede95a8) at src/main.cpp:148
jgartrel commented 5 years ago

So, on my mac using the version above, If I load the part and place it on a breadboard, all works fine for me. If I then make the following changes to the part...

~/Documents/Fritzing/parts/user/DMC6040SSD_7818bd58bd3d04e38121346b52ef4a24_1.fzp.orig ~/Documents/Fritzing/parts/user/DMC6040SSD_7818bd58bd3d04e38121346b52ef4a24_1.fzp
--- /Users/jgartrel/Documents/Fritzing/parts/user/DMC6040SSD_7818bd58bd3d04e38121346b52ef4a24_1.fzp.orig    2019-05-08 06:18:07.000000000 -0700
+++ /Users/jgartrel/Documents/Fritzing/parts/user/DMC6040SSD_7818bd58bd3d04e38121346b52ef4a24_1.fzp 2019-05-08 06:16:07.000000000 -0700
@@ -173,7 +173,7 @@
    </connectors>
   </subpart>
  </schematic-subparts>
- <nobuses>
+ <buses>
   <bus id="internal1">
    <nodeMember connectorId="connector5"/>
    <nodeMember connectorId="connector4"/>
@@ -182,6 +182,5 @@
    <nodeMember connectorId="connector7"/>
    <nodeMember connectorId="connector6"/>
   </bus>
- </nobuses>
- <buses/>
+ </buses>
 </module>

It crashes immediately when I place it on the breadboard. If I place the part in schematic mode it does not crash until I attempt to move the part. It crashes with the following stack trace:

Process:               Fritzing [30016]
Path:                  /Applications/Fritzing.app/Contents/MacOS/Fritzing
Identifier:            org.fritzing.Fritzing
Version:               0.9.3 (bda4e)
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           Fritzing [30016]
User ID:               501

Date/Time:             2019-05-08 06:16:51.354 -0700
OS Version:            Mac OS X 10.14.4 (18E226)
Report Version:        12
Anonymous UUID:        E192D41E-A720-ED71-DB6E-44209B7A85B2

Sleep/Wake UUID:       58603E27-C49D-441C-81B0-5B65FB818AE8

Time Awake Since Boot: 1700000 seconds
Time Since Wake:       240 seconds

System Integrity Protection: enabled

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

Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
Exception Codes:       KERN_INVALID_ADDRESS at 0x000005720000002c
Exception Note:        EXC_CORPSE_NOTIFY

Termination Signal:    Segmentation fault: 11
Termination Reason:    Namespace SIGNAL, Code 0xb
Terminating Process:   exc handler [30016]

VM Regions Near 0x5720000002c:
    mapped file            000000010f5d5000-000000010fc27000 [ 6472K] r--/rwx SM=COW  Object_id=b8abeaa7
--> 
    MALLOC_NANO            0000600000000000-0000600048000000 [  1.1G] rw-/rwx SM=PRV  

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   org.fritzing.Fritzing           0x00000001013e701a 0x101002000 + 4083738
1   org.fritzing.Fritzing           0x00000001013e6d52 Connector::viewItems() + 18
2   org.fritzing.Fritzing           0x000000010128bd28 ItemBase::busConnectorItems(Bus*, ConnectorItem*, QList<ConnectorItem*>&) + 600
3   org.fritzing.Fritzing           0x00000001013ead65 ConnectorItem::collectEqualPotential(QList<ConnectorItem*>&, bool, QFlags<ViewGeometry::WireFlag>) + 901
4   org.fritzing.Fritzing           0x00000001013e99be ConnectorItem::restoreColor(QList<ConnectorItem*>&) + 238
5   org.fritzing.Fritzing           0x00000001013ea15d ConnectorItem::connectTo(ConnectorItem*) + 285
6   org.fritzing.Fritzing           0x000000010148ee51 SketchWidget::changeConnectionAux(long, QString const&, long, QString const&, ViewLayer::ViewLayerPlacement, bool, bool) + 881
7   org.fritzing.Fritzing           0x000000010148e9b0 SketchWidget::changeConnection(long, QString const&, long, QString const&, ViewLayer::ViewLayerPlacement, bool, bool, bool) + 64
8   org.fritzing.Fritzing           0x000000010100cb74 ChangeConnectionCommand::redo() + 100
9   org.qt-project.QtWidgets        0x0000000101f9b561 QUndoCommand::redo() + 49
10  org.qt-project.QtWidgets        0x0000000101f9c098 QUndoStack::push(QUndoCommand*) + 40
11  org.fritzing.Fritzing           0x000000010105cc9d CommandTimer::timedout() + 61
12  org.qt-project.QtCore           0x0000000102c0f5bd QMetaObject::activate(QObject*, int, int, void**) + 749
13  org.qt-project.QtCore           0x0000000102c08670 QObject::event(QEvent*) + 48
14  org.qt-project.QtWidgets        0x0000000101c0db76 QApplicationPrivate::notify_helper(QObject*, QEvent*) + 294
15  org.qt-project.QtWidgets        0x0000000101c104c0 QApplication::notify(QObject*, QEvent*) + 5648
16  org.fritzing.Fritzing           0x000000010103c7fd FApplication::notify(QObject*, QEvent*) + 29
17  org.qt-project.QtCore           0x0000000102bdc3f4 QCoreApplication::notifyInternal2(QObject*, QEvent*) + 164
18  org.qt-project.QtCore           0x0000000102c33662 QTimerInfoList::activateTimers() + 1266
19  libqcocoa.dylib                 0x0000000104d4f772 0x104d2e000 + 137074
20  com.apple.CoreFoundation        0x00007fff45b9f5e3 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
21  com.apple.CoreFoundation        0x00007fff45b9f589 __CFRunLoopDoSource0 + 108
22  com.apple.CoreFoundation        0x00007fff45b82f93 __CFRunLoopDoSources0 + 283
23  com.apple.CoreFoundation        0x00007fff45b82505 __CFRunLoopRun + 1189
24  com.apple.CoreFoundation        0x00007fff45b81e0e CFRunLoopRunSpecific + 455
25  com.apple.HIToolbox             0x00007fff44e6e9db RunCurrentEventLoopInMode + 292
26  com.apple.HIToolbox             0x00007fff44e6e61d ReceiveNextEventCommon + 355
27  com.apple.HIToolbox             0x00007fff44e6e4a6 _BlockUntilNextEventMatchingListInModeWithFilter + 64
28  com.apple.AppKit                0x00007fff43208ffb _DPSNextEvent + 965
29  com.apple.AppKit                0x00007fff43207d93 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1361
30  com.apple.AppKit                0x00007fff43201eb0 -[NSApplication run] + 699
31  libqcocoa.dylib                 0x0000000104d5037f 0x104d2e000 + 140159
32  org.qt-project.QtCore           0x0000000102bd87a1 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 401
33  org.qt-project.QtCore           0x0000000102bdca65 QCoreApplication::exec() + 341
34  org.fritzing.Fritzing           0x000000010104fb18 main + 696
35  org.fritzing.Fritzing           0x0000000101008564 start + 52

Thread 1:
0   libsystem_pthread.dylib         0x00007fff721e33f0 start_wqthread + 0

Thread 2:
0   libsystem_pthread.dylib         0x00007fff721e33f0 start_wqthread + 0

Thread 3:
0   libsystem_pthread.dylib         0x00007fff721e33f0 start_wqthread + 0

Thread 4:
0   libsystem_pthread.dylib         0x00007fff721e33f0 start_wqthread + 0

Thread 5:
0   libsystem_pthread.dylib         0x00007fff721e33f0 start_wqthread + 0

Thread 6:: com.apple.NSEventThread
0   libsystem_kernel.dylib          0x00007fff7212b22a mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff7212b76c mach_msg + 60
2   com.apple.CoreFoundation        0x00007fff45b8313e __CFRunLoopServiceMachPort + 328
3   com.apple.CoreFoundation        0x00007fff45b826ac __CFRunLoopRun + 1612
4   com.apple.CoreFoundation        0x00007fff45b81e0e CFRunLoopRunSpecific + 455
5   com.apple.AppKit                0x00007fff43210d1a _NSEventThread + 175
6   libsystem_pthread.dylib         0x00007fff721e42eb _pthread_body + 126
7   libsystem_pthread.dylib         0x00007fff721e7249 _pthread_start + 66
8   libsystem_pthread.dylib         0x00007fff721e340d thread_start + 13

Thread 7:: Qt bearer thread
0   libsystem_kernel.dylib          0x00007fff721315c2 __pselect + 10
1   libsystem_kernel.dylib          0x00007fff721465c0 pselect$1050 + 71
2   org.qt-project.QtCore           0x0000000102c30147 qt_safe_select(int, fd_set*, fd_set*, fd_set*, timespec const*) + 103
3   org.qt-project.QtCore           0x0000000102c31215 QEventDispatcherUNIXPrivate::doSelect(QFlags<QEventLoop::ProcessEventsFlag>, timespec*) + 693
4   org.qt-project.QtCore           0x0000000102c323b7 QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 231
5   org.qt-project.QtCore           0x0000000102bd87a1 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 401
6   org.qt-project.QtCore           0x0000000102a1eafe QThread::exec() + 110
7   org.qt-project.QtCore           0x0000000102a2257a 0x1029fa000 + 165242
8   libsystem_pthread.dylib         0x00007fff721e42eb _pthread_body + 126
9   libsystem_pthread.dylib         0x00007fff721e7249 _pthread_start + 66
10  libsystem_pthread.dylib         0x00007fff721e340d thread_start + 13

Thread 8:: Thread (pooled)
0   libsystem_kernel.dylib          0x00007fff7212e86a __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fff721e756e _pthread_cond_wait + 722
2   org.qt-project.QtCore           0x0000000102a23d2f 0x1029fa000 + 171311
3   org.qt-project.QtCore           0x0000000102a23b6b 0x1029fa000 + 170859
4   org.qt-project.QtCore           0x0000000102a23a42 QWaitCondition::wait(QMutex*, unsigned long) + 162
5   org.qt-project.QtCore           0x0000000102a1f53e 0x1029fa000 + 152894
6   org.qt-project.QtCore           0x0000000102a2257a 0x1029fa000 + 165242
7   libsystem_pthread.dylib         0x00007fff721e42eb _pthread_body + 126
8   libsystem_pthread.dylib         0x00007fff721e7249 _pthread_start + 66
9   libsystem_pthread.dylib         0x00007fff721e340d thread_start + 13

Thread 9:: Thread (pooled)
0   libsystem_kernel.dylib          0x00007fff7212e86a __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fff721e756e _pthread_cond_wait + 722
2   org.qt-project.QtCore           0x0000000102a23d2f 0x1029fa000 + 171311
3   org.qt-project.QtCore           0x0000000102a23b6b 0x1029fa000 + 170859
4   org.qt-project.QtCore           0x0000000102a23a42 QWaitCondition::wait(QMutex*, unsigned long) + 162
5   org.qt-project.QtCore           0x0000000102a1f53e 0x1029fa000 + 152894
6   org.qt-project.QtCore           0x0000000102a2257a 0x1029fa000 + 165242
7   libsystem_pthread.dylib         0x00007fff721e42eb _pthread_body + 126
8   libsystem_pthread.dylib         0x00007fff721e7249 _pthread_start + 66
9   libsystem_pthread.dylib         0x00007fff721e340d thread_start + 13

Thread 10:: Thread (pooled)
0   libsystem_kernel.dylib          0x00007fff7212e86a __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fff721e756e _pthread_cond_wait + 722
2   org.qt-project.QtCore           0x0000000102a23d2f 0x1029fa000 + 171311
3   org.qt-project.QtCore           0x0000000102a23b6b 0x1029fa000 + 170859
4   org.qt-project.QtCore           0x0000000102a23a42 QWaitCondition::wait(QMutex*, unsigned long) + 162
5   org.qt-project.QtCore           0x0000000102a1f53e 0x1029fa000 + 152894
6   org.qt-project.QtCore           0x0000000102a2257a 0x1029fa000 + 165242
7   libsystem_pthread.dylib         0x00007fff721e42eb _pthread_body + 126
8   libsystem_pthread.dylib         0x00007fff721e7249 _pthread_start + 66
9   libsystem_pthread.dylib         0x00007fff721e340d thread_start + 13

Thread 11:: Qt HTTP thread
0   libsystem_kernel.dylib          0x00007fff7213261a __select + 10
1   org.qt-project.QtCore           0x0000000102c30303 qt_safe_select(int, fd_set*, fd_set*, fd_set*, timespec const*) + 547
2   org.qt-project.QtCore           0x0000000102c31215 QEventDispatcherUNIXPrivate::doSelect(QFlags<QEventLoop::ProcessEventsFlag>, timespec*) + 693
3   org.qt-project.QtCore           0x0000000102c323b7 QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 231
4   org.qt-project.QtCore           0x0000000102bd87a1 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 401
5   org.qt-project.QtCore           0x0000000102a1eafe QThread::exec() + 110
6   org.qt-project.QtCore           0x0000000102a2257a 0x1029fa000 + 165242
7   libsystem_pthread.dylib         0x00007fff721e42eb _pthread_body + 126
8   libsystem_pthread.dylib         0x00007fff721e7249 _pthread_start + 66
9   libsystem_pthread.dylib         0x00007fff721e340d thread_start + 13

Thread 12:: Qt HTTP thread
0   libsystem_kernel.dylib          0x00007fff7213261a __select + 10
1   org.qt-project.QtCore           0x0000000102c30303 qt_safe_select(int, fd_set*, fd_set*, fd_set*, timespec const*) + 547
2   org.qt-project.QtCore           0x0000000102c31215 QEventDispatcherUNIXPrivate::doSelect(QFlags<QEventLoop::ProcessEventsFlag>, timespec*) + 693
3   org.qt-project.QtCore           0x0000000102c323b7 QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 231
4   org.qt-project.QtCore           0x0000000102bd87a1 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 401
5   org.qt-project.QtCore           0x0000000102a1eafe QThread::exec() + 110
6   org.qt-project.QtCore           0x0000000102a2257a 0x1029fa000 + 165242
7   libsystem_pthread.dylib         0x00007fff721e42eb _pthread_body + 126
8   libsystem_pthread.dylib         0x00007fff721e7249 _pthread_start + 66
9   libsystem_pthread.dylib         0x00007fff721e340d thread_start + 13

Thread 13:: Qt HTTP thread
0   libsystem_kernel.dylib          0x00007fff7213261a __select + 10
1   org.qt-project.QtCore           0x0000000102c30303 qt_safe_select(int, fd_set*, fd_set*, fd_set*, timespec const*) + 547
2   org.qt-project.QtCore           0x0000000102c31215 QEventDispatcherUNIXPrivate::doSelect(QFlags<QEventLoop::ProcessEventsFlag>, timespec*) + 693
3   org.qt-project.QtCore           0x0000000102c323b7 QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 231
4   org.qt-project.QtCore           0x0000000102bd87a1 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 401
5   org.qt-project.QtCore           0x0000000102a1eafe QThread::exec() + 110
6   org.qt-project.QtCore           0x0000000102a2257a 0x1029fa000 + 165242
7   libsystem_pthread.dylib         0x00007fff721e42eb _pthread_body + 126
8   libsystem_pthread.dylib         0x00007fff721e7249 _pthread_start + 66
9   libsystem_pthread.dylib         0x00007fff721e340d thread_start + 13

Thread 14:: Qt HTTP thread
0   libsystem_kernel.dylib          0x00007fff7213261a __select + 10
1   org.qt-project.QtCore           0x0000000102c30303 qt_safe_select(int, fd_set*, fd_set*, fd_set*, timespec const*) + 547
2   org.qt-project.QtCore           0x0000000102c31215 QEventDispatcherUNIXPrivate::doSelect(QFlags<QEventLoop::ProcessEventsFlag>, timespec*) + 693
3   org.qt-project.QtCore           0x0000000102c323b7 QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 231
4   org.qt-project.QtCore           0x0000000102bd87a1 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 401
5   org.qt-project.QtCore           0x0000000102a1eafe QThread::exec() + 110
6   org.qt-project.QtCore           0x0000000102a2257a 0x1029fa000 + 165242
7   libsystem_pthread.dylib         0x00007fff721e42eb _pthread_body + 126
8   libsystem_pthread.dylib         0x00007fff721e7249 _pthread_start + 66
9   libsystem_pthread.dylib         0x00007fff721e340d thread_start + 13

Thread 15:: Qt HTTP thread
0   libsystem_kernel.dylib          0x00007fff7213261a __select + 10
1   org.qt-project.QtCore           0x0000000102c30303 qt_safe_select(int, fd_set*, fd_set*, fd_set*, timespec const*) + 547
2   org.qt-project.QtCore           0x0000000102c31215 QEventDispatcherUNIXPrivate::doSelect(QFlags<QEventLoop::ProcessEventsFlag>, timespec*) + 693
3   org.qt-project.QtCore           0x0000000102c323b7 QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 231
4   org.qt-project.QtCore           0x0000000102bd87a1 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 401
5   org.qt-project.QtCore           0x0000000102a1eafe QThread::exec() + 110
6   org.qt-project.QtCore           0x0000000102a2257a 0x1029fa000 + 165242
7   libsystem_pthread.dylib         0x00007fff721e42eb _pthread_body + 126
8   libsystem_pthread.dylib         0x00007fff721e7249 _pthread_start + 66
9   libsystem_pthread.dylib         0x00007fff721e340d thread_start + 13

Thread 16:: Qt HTTP thread
0   libsystem_kernel.dylib          0x00007fff7213261a __select + 10
1   org.qt-project.QtCore           0x0000000102c30303 qt_safe_select(int, fd_set*, fd_set*, fd_set*, timespec const*) + 547
2   org.qt-project.QtCore           0x0000000102c31215 QEventDispatcherUNIXPrivate::doSelect(QFlags<QEventLoop::ProcessEventsFlag>, timespec*) + 693
3   org.qt-project.QtCore           0x0000000102c323b7 QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 231
4   org.qt-project.QtCore           0x0000000102bd87a1 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 401
5   org.qt-project.QtCore           0x0000000102a1eafe QThread::exec() + 110
6   org.qt-project.QtCore           0x0000000102a2257a 0x1029fa000 + 165242
7   libsystem_pthread.dylib         0x00007fff721e42eb _pthread_body + 126
8   libsystem_pthread.dylib         0x00007fff721e7249 _pthread_start + 66
9   libsystem_pthread.dylib         0x00007fff721e340d thread_start + 13

Thread 17:: Qt HTTP thread
0   libsystem_kernel.dylib          0x00007fff721315c2 __pselect + 10
1   libsystem_kernel.dylib          0x00007fff721465c0 pselect$1050 + 71
2   org.qt-project.QtCore           0x0000000102c30147 qt_safe_select(int, fd_set*, fd_set*, fd_set*, timespec const*) + 103
3   org.qt-project.QtCore           0x0000000102c31215 QEventDispatcherUNIXPrivate::doSelect(QFlags<QEventLoop::ProcessEventsFlag>, timespec*) + 693
4   org.qt-project.QtCore           0x0000000102c323b7 QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 231
5   org.qt-project.QtCore           0x0000000102bd87a1 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 401
6   org.qt-project.QtCore           0x0000000102a1eafe QThread::exec() + 110
7   org.qt-project.QtCore           0x0000000102a2257a 0x1029fa000 + 165242
8   libsystem_pthread.dylib         0x00007fff721e42eb _pthread_body + 126
9   libsystem_pthread.dylib         0x00007fff721e7249 _pthread_start + 66
10  libsystem_pthread.dylib         0x00007fff721e340d thread_start + 13

Thread 18:: Qt HTTP thread
0   libsystem_kernel.dylib          0x00007fff721315c2 __pselect + 10
1   libsystem_kernel.dylib          0x00007fff721465c0 pselect$1050 + 71
2   org.qt-project.QtCore           0x0000000102c30147 qt_safe_select(int, fd_set*, fd_set*, fd_set*, timespec const*) + 103
3   org.qt-project.QtCore           0x0000000102c31215 QEventDispatcherUNIXPrivate::doSelect(QFlags<QEventLoop::ProcessEventsFlag>, timespec*) + 693
4   org.qt-project.QtCore           0x0000000102c323b7 QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 231
5   org.qt-project.QtCore           0x0000000102bd87a1 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 401
6   org.qt-project.QtCore           0x0000000102a1eafe QThread::exec() + 110
7   org.qt-project.QtCore           0x0000000102a2257a 0x1029fa000 + 165242
8   libsystem_pthread.dylib         0x00007fff721e42eb _pthread_body + 126
9   libsystem_pthread.dylib         0x00007fff721e7249 _pthread_start + 66
10  libsystem_pthread.dylib         0x00007fff721e340d thread_start + 13

Thread 19:: Qt HTTP thread
0   libsystem_kernel.dylib          0x00007fff721315c2 __pselect + 10
1   libsystem_kernel.dylib          0x00007fff721465c0 pselect$1050 + 71
2   org.qt-project.QtCore           0x0000000102c30147 qt_safe_select(int, fd_set*, fd_set*, fd_set*, timespec const*) + 103
3   org.qt-project.QtCore           0x0000000102c31215 QEventDispatcherUNIXPrivate::doSelect(QFlags<QEventLoop::ProcessEventsFlag>, timespec*) + 693
4   org.qt-project.QtCore           0x0000000102c323b7 QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 231
5   org.qt-project.QtCore           0x0000000102bd87a1 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 401
6   org.qt-project.QtCore           0x0000000102a1eafe QThread::exec() + 110
7   org.qt-project.QtCore           0x0000000102a2257a 0x1029fa000 + 165242
8   libsystem_pthread.dylib         0x00007fff721e42eb _pthread_body + 126
9   libsystem_pthread.dylib         0x00007fff721e7249 _pthread_start + 66
10  libsystem_pthread.dylib         0x00007fff721e340d thread_start + 13

Thread 20:: Qt HTTP thread
0   libsystem_kernel.dylib          0x00007fff721315c2 __pselect + 10
1   libsystem_kernel.dylib          0x00007fff721465c0 pselect$1050 + 71
2   org.qt-project.QtCore           0x0000000102c30147 qt_safe_select(int, fd_set*, fd_set*, fd_set*, timespec const*) + 103
3   org.qt-project.QtCore           0x0000000102c31215 QEventDispatcherUNIXPrivate::doSelect(QFlags<QEventLoop::ProcessEventsFlag>, timespec*) + 693
4   org.qt-project.QtCore           0x0000000102c323b7 QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 231
5   org.qt-project.QtCore           0x0000000102bd87a1 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 401
6   org.qt-project.QtCore           0x0000000102a1eafe QThread::exec() + 110
7   org.qt-project.QtCore           0x0000000102a2257a 0x1029fa000 + 165242
8   libsystem_pthread.dylib         0x00007fff721e42eb _pthread_body + 126
9   libsystem_pthread.dylib         0x00007fff721e7249 _pthread_start + 66
10  libsystem_pthread.dylib         0x00007fff721e340d thread_start + 13

Thread 21:: Qt HTTP thread
0   libsystem_kernel.dylib          0x00007fff721315c2 __pselect + 10
1   libsystem_kernel.dylib          0x00007fff721465c0 pselect$1050 + 71
2   org.qt-project.QtCore           0x0000000102c30147 qt_safe_select(int, fd_set*, fd_set*, fd_set*, timespec const*) + 103
3   org.qt-project.QtCore           0x0000000102c31215 QEventDispatcherUNIXPrivate::doSelect(QFlags<QEventLoop::ProcessEventsFlag>, timespec*) + 693
4   org.qt-project.QtCore           0x0000000102c323b7 QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 231
5   org.qt-project.QtCore           0x0000000102bd87a1 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 401
6   org.qt-project.QtCore           0x0000000102a1eafe QThread::exec() + 110
7   org.qt-project.QtCore           0x0000000102a2257a 0x1029fa000 + 165242
8   libsystem_pthread.dylib         0x00007fff721e42eb _pthread_body + 126
9   libsystem_pthread.dylib         0x00007fff721e7249 _pthread_start + 66
10  libsystem_pthread.dylib         0x00007fff721e340d thread_start + 13

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000102f1e6c0  rbx: 0x00007ffeeebfb600  rcx: 0x0000000000000002  rdx: 0x00000000c081c907
  rdi: 0x00007ffeeebfb600  rsi: 0x000005720000002c  rbp: 0x00007ffeeebfb5c0  rsp: 0x00007ffeeebfb5a0
   r8: 0x0000000000000154   r9: 0x00000000000007fb  r10: 0x0000000000003120  r11: 0x0000000000000030
  r12: 0x00007fce34b38da0  r13: 0x00007ffeeebfb638  r14: 0x00007ffeeebfb600  r15: 0x000005720000002c
  rip: 0x00000001013e701a  rfl: 0x0000000000010202  cr2: 0x000005720000002c

Logical CPU:     4
Error Code:      0x00000004
Trap Number:     14

Binary Images:
       0x101002000 -        0x1018b8fff +org.fritzing.Fritzing (0.9.3 - bda4e) <E66F4684-6BEA-39FA-BD3F-1E6A997CEEC6> /Applications/Fritzing.app/Contents/MacOS/Fritzing
       0x101a2d000 -        0x101b41ff7 +libgit2.23.dylib (0) <BFB26A1F-9F10-3199-91EB-546C06A24149> /Applications/Fritzing.app/Contents/Frameworks/libgit2.23.dylib
       0x101b54000 -        0x101b8efff +org.qt-project.QtSvg (5.6 - 5.6.0) <DBD63786-21C0-31B1-BB49-90626CD54E65> /Applications/Fritzing.app/Contents/Frameworks/QtSvg.framework/Versions/5/QtSvg
       0x101ba9000 -        0x101bdcff7 +org.qt-project.QtPrintSupport (5.6 - 5.6.0) <D3154B8C-707E-35FC-8A44-A192AC07EA11> /Applications/Fritzing.app/Contents/Frameworks/QtPrintSupport.framework/Versions/5/QtPrintSupport
       0x101bfd000 -        0x1020f5fff +org.qt-project.QtWidgets (5.6 - 5.6.0) <02077B7C-1880-31FD-91C5-343DE525ACCC> /Applications/Fritzing.app/Contents/Frameworks/QtWidgets.framework/Versions/5/QtWidgets
       0x10224d000 -        0x102724ff7 +org.qt-project.QtGui (5.6 - 5.6.0) <559BD3C9-011A-32F1-B235-E489ADD804B9> /Applications/Fritzing.app/Contents/Frameworks/QtGui.framework/Versions/5/QtGui
       0x102813000 -        0x102847fff +org.qt-project.QtXml (5.6 - 5.6.0) <D69E01DE-498F-31AF-8027-D1563BF580DD> /Applications/Fritzing.app/Contents/Frameworks/QtXml.framework/Versions/5/QtXml
       0x102857000 -        0x10295efff +org.qt-project.QtNetwork (5.6 - 5.6.0) <05DD8BDF-0CC6-3B1E-93D4-FB01D31277ED> /Applications/Fritzing.app/Contents/Frameworks/QtNetwork.framework/Versions/5/QtNetwork
       0x10299e000 -        0x1029c9fff +org.qt-project.QtSql (5.6 - 5.6.0) <580A14D8-AAFD-360E-BA41-CC714E68CF15> /Applications/Fritzing.app/Contents/Frameworks/QtSql.framework/Versions/5/QtSql
       0x1029dc000 -        0x1029dfff7 +org.qt-project.QtConcurrent (5.6 - 5.6.0) <FB8B7E1D-7950-3441-A20D-96953A505C84> /Applications/Fritzing.app/Contents/Frameworks/QtConcurrent.framework/Versions/5/QtConcurrent
       0x1029e3000 -        0x1029f1fff +org.qt-project.QtSerialPort (5.6 - 5.6.0) <D842C641-8FC2-327A-868C-3C2A9A6FE1C0> /Applications/Fritzing.app/Contents/Frameworks/QtSerialPort.framework/Versions/5/QtSerialPort
       0x1029fa000 -        0x102f0ffff +org.qt-project.QtCore (5.6 - 5.6.0) <E419E60B-6B80-3947-B8CD-70DB225B827D> /Applications/Fritzing.app/Contents/Frameworks/QtCore.framework/Versions/5/QtCore
       0x104d2e000 -        0x104e6efff +libqcocoa.dylib (0) <629D9B69-CDBE-3195-ADCE-1704FB10B67F> /Applications/Fritzing.app/Contents/PlugIns/platforms/libqcocoa.dylib
       0x104eb0000 -        0x104f16ff7 +org.qt-project.QtDBus (5.6 - 5.6.0) <49B5334B-842F-36D5-AE01-17C5D0E463CC> /Applications/Fritzing.app/Contents/Frameworks/QtDBus.framework/Versions/5/QtDBus
       0x1053ef000 -        0x1053f9ff7 +libqdds.dylib (0) <CF3E7CD3-EE7A-3ACC-8F53-F2BB460C38C4> /Applications/Fritzing.app/Contents/PlugIns/imageformats/libqdds.dylib
       0x1053fe000 -        0x105404ff7 +libqgif.dylib (0) <D2A45CD7-2871-3C5A-BC34-7EC3486434A8> /Applications/Fritzing.app/Contents/PlugIns/imageformats/libqgif.dylib
       0x105408000 -        0x10540ffff +libqicns.dylib (0) <3EF511AD-672B-3DE4-84AE-F9DC94A1A5BD> /Applications/Fritzing.app/Contents/PlugIns/imageformats/libqicns.dylib
       0x105414000 -        0x105419fff +libqico.dylib (0) <BFE76DB7-01C5-3044-B807-E6B96361DE96> /Applications/Fritzing.app/Contents/PlugIns/imageformats/libqico.dylib
       0x106742000 -        0x106781fff +libqjpeg.dylib (0) <F8362E1B-D1E7-33DF-B771-397F5689EFC4> /Applications/Fritzing.app/Contents/PlugIns/imageformats/libqjpeg.dylib
       0x106787000 -        0x10678bff7 +libqsvg.dylib (0) <28DBD995-DAFE-3535-A6F2-0BB2238F3991> /Applications/Fritzing.app/Contents/PlugIns/imageformats/libqsvg.dylib
       0x106790000 -        0x106794ff7 +libqtga.dylib (0) <4A1CB974-F71D-37DF-B46C-DB1FAA434BC9> /Applications/Fritzing.app/Contents/PlugIns/imageformats/libqtga.dylib
       0x106798000 -        0x1067fcfff +libqtiff.dylib (0) <109B39F9-68CB-3AB6-9CA1-E6120DD6DA27> /Applications/Fritzing.app/Contents/PlugIns/imageformats/libqtiff.dylib
       0x106804000 -        0x106808ff7 +libqwbmp.dylib (0) <2B06A207-EBC6-363B-9F82-32A9A4553BF7> /Applications/Fritzing.app/Contents/PlugIns/imageformats/libqwbmp.dylib
       0x10680c000 -        0x10686fff7 +libqwebp.dylib (0) <094123A8-01C2-38F5-A462-C7BD47DC89A9> /Applications/Fritzing.app/Contents/PlugIns/imageformats/libqwebp.dylib
       0x109126000 -        0x10922dfff +libqsqlite.dylib (0) <41AD511A-2EF3-3BC3-BCB7-D1485DEBDEE2> /Applications/Fritzing.app/Contents/PlugIns/sqldrivers/libqsqlite.dylib
       0x109419000 -        0x10942eff7 +libqcorewlanbearer.dylib (0) <19A2A646-AC2E-3A23-BBF0-2E6B19F01550> /Applications/Fritzing.app/Contents/PlugIns/bearer/libqcorewlanbearer.dylib
       0x109436000 -        0x10943efff +libqgenericbearer.dylib (0) <AC15F680-989F-3D36-9C59-D0F3BFDB3C8A> /Applications/Fritzing.app/Contents/PlugIns/bearer/libqgenericbearer.dylib
       0x10945f000 -        0x109462047  libobjc-trampolines.dylib (756.2) <E0ADAED0-0649-399B-856E-29BA398C6433> /usr/lib/libobjc-trampolines.dylib
       0x109680000 -        0x1096ea6ef  dyld (655.1.1) <F217F7F8-A795-3109-B77F-B1E2277F3E3B> /usr/lib/dyld
    0x7fff3a632000 -     0x7fff3a98afff  com.apple.RawCamera.bundle (8.14.0 - 1031.4.2) <7CEBABD9-0E85-3670-9836-40DD190C48A8> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff3e319000 -     0x7fff3e3aaff7  com.apple.driver.AppleIntelHD5000GraphicsMTLDriver (12.8.38 - 12.0.8) <53E6DBFF-C6CC-3A01-BC3D-978D3FF8E154> /System/Library/Extensions/AppleIntelHD5000GraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelHD5000GraphicsMTLDriver
    0x7fff41a68000 -     0x7fff41c0cff7  com.apple.GeForceMTLDriver (12.0.23 - 12.0.0) <A89BD862-86F1-3C80-B809-6286B2C7FB62> /System/Library/Extensions/GeForceMTLDriver.bundle/Contents/MacOS/GeForceMTLDriver
    0x7fff41c0d000 -     0x7fff41c11fff  com.apple.agl (3.3.2 - AGL-3.3.2) <DABBA152-DAD4-3BD3-9ED2-A88230516845> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x7fff41fba000 -     0x7fff41fbafff  com.apple.Accelerate (1.11 - Accelerate 1.11) <762942CB-CFC9-3A0C-9645-A56523A06426> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff41fbb000 -     0x7fff41fd1ff7  libCGInterfaces.dylib (506.22) <A3CDEEC3-42B0-3C6E-9CCE-465C472609CD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
    0x7fff41fd2000 -     0x7fff4266bfef  com.apple.vImage (8.1 - ???) <F9C4B95C-7BE9-30A4-98D4-FD9996EE5E81> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff4266c000 -     0x7fff428e5ff3  libBLAS.dylib (1243.200.4) <F2B8340C-4147-3EE4-9BDF-1C259F9CB76E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff428e6000 -     0x7fff42958ffb  libBNNS.dylib (38.250.1) <95A91B57-17B8-389F-B324-3AD42BBEA3E6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
    0x7fff42959000 -     0x7fff42d02ff3  libLAPACK.dylib (1243.200.4) <92175DF4-863A-3780-909A-A3E5C410F2E9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff42d03000 -     0x7fff42d18feb  libLinearAlgebra.dylib (1243.200.4) <BD6B8E28-C982-3002-868C-C96A18175030> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fff42d19000 -     0x7fff42d1eff3  libQuadrature.dylib (3.200.2) <354D7970-0570-32E0-ABAE-222DAAF1F7A9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
    0x7fff42d1f000 -     0x7fff42d9bff3  libSparse.dylib (79.200.5) <DCC01AE4-FC16-3C7B-9010-999411448164> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
    0x7fff42d9c000 -     0x7fff42daffe3  libSparseBLAS.dylib (1243.200.4) <95B6FFFD-CDD5-3ABB-B862-6A86720DCD77> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
    0x7fff42db0000 -     0x7fff42f97ff7  libvDSP.dylib (671.250.4) <7B110627-A9C1-3FB7-A077-0C7741BA25D8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff42f98000 -     0x7fff4304bff7  libvMisc.dylib (671.250.4) <41FB4684-9DC8-3C19-8E2D-3BB7E6F74AAA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff4304c000 -     0x7fff4304cfff  com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <74288115-EF61-30B6-843F-0593B31D4929> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff431ee000 -     0x7fff43fa3fff  com.apple.AppKit (6.9 - 1671.40.119) <0A857684-99C7-30A9-8E23-D3015C6B24A3> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff43ff5000 -     0x7fff43ff5fff  com.apple.ApplicationServices (50.1 - 50.1) <E57E6BAC-3CA7-3EFB-9A6B-ACF662E07FAC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff43ff6000 -     0x7fff44061fff  com.apple.ApplicationServices.ATS (377 - 453.11.2.2) <5B30E86D-B3AB-3346-A19F-F2CABF342465> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff440fa000 -     0x7fff44211fff  libFontParser.dylib (228.6.2.3) <BBB2EECE-7C24-3D43-A902-EB473A70EDED> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff44212000 -     0x7fff44254fff  libFontRegistry.dylib (228.12.2.3) <DEA7AE34-2FA6-336E-BF00-00CA2BDC7584> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff442ae000 -     0x7fff442e0fff  libTrueTypeScaler.dylib (228.6.2.3) <8F2DA883-4A0E-389A-AB1D-C66FAA3B8E7C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x7fff44345000 -     0x7fff44349ff3  com.apple.ColorSyncLegacy (4.13.0 - 1) <6EDD928D-BC75-385E-AB04-3CB63EAEBF96> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy
    0x7fff443e4000 -     0x7fff44436ff7  com.apple.HIServices (1.22 - 627.15) <1B4C3D08-1DBA-365B-9362-C6708D8844AA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff44437000 -     0x7fff44446fff  com.apple.LangAnalysis (1.7.0 - 1.7.0) <76B698A9-18B9-3089-9570-4FC3F754D56D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff44447000 -     0x7fff44490ff7  com.apple.print.framework.PrintCore (14.2 - 503.8) <885645E0-D760-35EC-B506-7FC2763390DF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff44491000 -     0x7fff444caff7  com.apple.QD (3.12 - 407.2) <A414332F-72EC-393B-B2BC-7285268A19BD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff444cb000 -     0x7fff444d7fff  com.apple.speech.synthesis.framework (8.1.2 - 8.1.2) <1F910DC7-410A-391B-A03D-17605E50B688> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff444d8000 -     0x7fff4474fff7  com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <1C76AD80-1106-312E-B2C0-126A8D62F192> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff44751000 -     0x7fff44751fff  com.apple.audio.units.AudioUnit (1.14 - 1.14) <6AFA15D5-1886-3EBF-ADC9-90421375DB30> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff44aa9000 -     0x7fff44e4afff  com.apple.CFNetwork (978.0.7 - 978.0.7) <EFB91439-6953-3CD4-8A14-3E7DC90DDF7E> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff44e5f000 -     0x7fff44e5ffff  com.apple.Carbon (158 - 158) <080ECFD9-9C4B-3038-9F4B-BE111473E1DE> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff44e60000 -     0x7fff44e63ffb  com.apple.CommonPanels (1.2.6 - 98) <D56205C5-F466-3B28-9FE3-5B5E1F1ECEF3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff44e64000 -     0x7fff4515afff  com.apple.HIToolbox (2.1.1 - 918.4) <CBD6613A-C5A5-3CF3-866A-B8A8C6FD64B5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff4515b000 -     0x7fff4515eff3  com.apple.help (1.3.8 - 66) <80B6EAF2-4745-3C04-AC10-4FC3EB08CB8D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff4515f000 -     0x7fff45164ff7  com.apple.ImageCapture (9.0 - 1534.2) <B02BE202-793D-3609-8E60-694A39D75CD0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff45165000 -     0x7fff451faff3  com.apple.ink.framework (10.9 - 225) <091165EE-D540-3978-9B0C-2FAB5CB185A8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff451fb000 -     0x7fff45213ff7  com.apple.openscripting (1.7 - 179.1) <ED25E087-6A14-32E3-9344-3907541ED9A1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff45233000 -     0x7fff45234ff7  com.apple.print.framework.Print (14.2 - 267.4) <3E310F68-2BC7-365B-B36C-AAC243C7FFC4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff45235000 -     0x7fff45237ff7  com.apple.securityhi (9.0 - 55006) <9A3E5426-CAC6-3B28-A3B7-C97A1B5CE9BC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff45238000 -     0x7fff4523eff7  com.apple.speech.recognition.framework (6.0.3 - 6.0.3) <E38A62C5-31EE-3BE7-83E5-CF126ECF4F51> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff45360000 -     0x7fff45360fff  com.apple.Cocoa (6.11 - 23) <C487E1FC-D79C-32B4-950E-68F3060A125E> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff4536e000 -     0x7fff4543aff7  com.apple.ColorSync (4.13.0 - 3340.7) <3ABFA780-F46A-3F0A-8504-005ADDA0662E> /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff455c6000 -     0x7fff4564cfff  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <7D8A5C9A-3F58-38C2-A1DC-20765150C742> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff456b0000 -     0x7fff456daffb  com.apple.CoreBluetooth (1.0 - 1) <D0C72748-F75A-3C27-9620-C7973C4D365D> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fff456db000 -     0x7fff45a5ffe3  com.apple.CoreData (120 - 866.5) <7A8DBE88-C7D4-39B4-87E6-508DA68BDAA8> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff45a60000 -     0x7fff45b47ff7  com.apple.CoreDisplay (101.3 - 108.11) <373AC375-0178-3721-8FFB-248D96E6AB05> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
    0x7fff45b48000 -     0x7fff45f8bfff  com.apple.CoreFoundation (6.9 - 1570.16) <F3DFF269-6705-35AD-9F01-66D77DD1B518> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff45f8d000 -     0x7fff4661cfe7  com.apple.CoreGraphics (2.0 - 1251.12) <58D98B52-5BEF-3345-B8DD-AAE476234FC1> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff4661e000 -     0x7fff4693efff  com.apple.CoreImage (14.2.0 - 720.0.130) <D09743D4-3B21-367D-8C4A-3DB0F1C1E36D> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff4693f000 -     0x7fff469b7fff  com.apple.corelocation (2245.12.30) <6C27F2BF-3050-36EC-A628-152A313E5312> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
    0x7fff46c3b000 -     0x7fff46d3cfff  com.apple.CoreMedia (1.0 - 2286.48) <A521E22D-60AC-3048-8829-E430F6304B45> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff46d99000 -     0x7fff46d99fff  com.apple.CoreServices (944.3 - 944.3) <364A9C3B-6841-3E34-A02A-8227FB5C9030> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff46d9a000 -     0x7fff46e16ff7  com.apple.AE (773 - 773) <3E32B3FF-0A2E-39F6-BBE0-F2E9607AB83A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff46e17000 -     0x7fff470eefff  com.apple.CoreServices.CarbonCore (1178.32 - 1178.32) <B5B61DE0-93F8-3A9F-8AA6-ACAAD04B3547> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff470ef000 -     0x7fff47137ff7  com.apple.DictionaryServices (1.2 - 284.16.3) <3EE59BD1-FCDD-3DE2-A7D6-6C503564E1AC> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff47138000 -     0x7fff47140ffb  com.apple.CoreServices.FSEvents (1239.200.12 - 1239.200.12) <727151AB-D38F-39B8-B7B3-F0039DBD45D0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
    0x7fff47141000 -     0x7fff472f3fff  com.apple.LaunchServices (944.3 - 944.3) <7BB5AEC5-A509-3188-9884-619E0DF8EED6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff472f4000 -     0x7fff47392ff7  com.apple.Metadata (10.7.0 - 1191.56) <8DD9AC75-7D3E-3607-BEA0-556E98C30765> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff47393000 -     0x7fff473ddff7  com.apple.CoreServices.OSServices (944.3 - 944.3) <B631283D-9B71-3BF0-B0E7-65F8D444179F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff473de000 -     0x7fff47445ff7  com.apple.SearchKit (1.4.0 - 1.4.0) <FB1A5F99-FB2F-3533-9658-EB0C82BA2705> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff47446000 -     0x7fff47467ff3  com.apple.coreservices.SharedFileList (71.28 - 71.28) <B8B5D959-4236-369D-847D-E696A8293420> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
    0x7fff47772000 -     0x7fff478d4ff3  com.apple.CoreText (352.0 - 584.26.2.7) <C7E919A8-5840-39C9-A9E7-0E686F486109> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff478d5000 -     0x7fff47912ff3  com.apple.CoreVideo (1.8 - 0.0) <0376A7EC-8C71-3F26-9599-4CA7AB7924EA> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff47913000 -     0x7fff479a1ffb  com.apple.framework.CoreWLAN (13.0 - 1370.8) <68770CCD-9C7F-31AB-8BBB-0DE4577D5F61> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff47bf8000 -     0x7fff47bfdffb  com.apple.DiskArbitration (2.7 - 2.7) <F30DF62A-0BE9-371D-8D86-96554FF45811> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff47dbc000 -     0x7fff48169ff3  com.apple.Foundation (6.9 - 1570.16) <84055403-9921-3EFC-B593-8F0600EBEE80> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff481d8000 -     0x7fff48207ffb  com.apple.GSS (4.0 - 2.0) <F5E9FADD-D2DF-3A27-A08B-C74C9F7DB98D> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff48307000 -     0x7fff4840fff7  com.apple.Bluetooth (6.0.11 - 6.0.11f4) <D695F37C-27CE-3231-8136-49124F367418> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fff48471000 -     0x7fff48500fff  com.apple.framework.IOKit (2.0.2 - 1483.250.15) <1170EC49-1912-3657-9C71-991653959191> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff48502000 -     0x7fff48511ff3  com.apple.IOSurface (255.4.2 - 255.4.2) <9025E034-7D75-36E3-B71B-96E91FAE109B> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff48565000 -     0x7fff486f0fef  com.apple.ImageIO.framework (3.3.0 - 1824.6) <81BA6C12-123A-3FD8-9E88-0698100471A6> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff486f1000 -     0x7fff486f5ffb  libGIF.dylib (1824.6) <4B7B283B-84C8-38D1-BED4-B507C3EF6E7E> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff486f6000 -     0x7fff487d2fef  libJP2.dylib (1824.6) <E2161CB0-E1B7-351D-9FF3-4CF68A538976> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff487d3000 -     0x7fff487f8feb  libJPEG.dylib (1824.6) <0968BAF1-5E5A-3AA0-A971-3B3FFC4A4B66> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff48abb000 -     0x7fff48ae1feb  libPng.dylib (1824.6) <661821A6-4BF5-31C6-AFDB-7874A446756C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff48ae2000 -     0x7fff48ae4ffb  libRadiance.dylib (1824.6) <0154D539-DF89-3F75-A8F1-92EF147422AF> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff48ae5000 -     0x7fff48b32fe7  libTIFF.dylib (1824.6) <D608EAA9-4159-347E-A449-0A8CAB85DC02> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff49ca8000 -     0x7fff49cc1fff  com.apple.Kerberos (3.0 - 1) <39F3F99E-036E-3406-80D9-8A845D820D4D> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff49f7a000 -     0x7fff49f84fff  com.apple.MediaAccessibility (1.0 - 114.4) <FD877F9B-6CAF-3BCD-8D74-5F25D61CB78C> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
    0x7fff4a033000 -     0x7fff4a6d3fff  com.apple.MediaToolbox (1.0 - 2286.48) <D6125E51-598A-3A1E-9C75-4BDC5AC03F55> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x7fff4a6d5000 -     0x7fff4a764ff7  com.apple.Metal (161.7.1 - 161.7.1) <18BEB663-0D31-3255-9710-50BC5C3D2A0F> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
    0x7fff4a780000 -     0x7fff4a79fff7  com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <BE0FF8B9-2DBA-3276-A293-C8B0F62BFFC4> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/Versions/A/MPSCore
    0x7fff4a7a0000 -     0x7fff4a81cfe7  com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) <7E94924C-1648-3AE2-A32E-FC0AFCA433C6> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Versions/A/MPSImage
    0x7fff4a81d000 -     0x7fff4a844fff  com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <E878F04A-43F8-3AA4-B9D8-0401F5F98653> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix
    0x7fff4a845000 -     0x7fff4a970ff7  com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) <4866922C-9732-3FCE-9419-402E5DD22639> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork
    0x7fff4a971000 -     0x7fff4a98bfff  com.apple.MetalPerformanceShaders.MPSRayIntersector (1.0 - 1) <80CB3AF2-4401-3B3C-8941-7DEB648DD001> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/Versions/A/MPSRayIntersector
    0x7fff4a98c000 -     0x7fff4a98dff7  com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <A589BBEA-93C6-325C-A695-6E7371B8477C> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
    0x7fff4b784000 -     0x7fff4b790ff7  com.apple.NetFS (6.0 - 4.0) <7278E8E5-1583-3964-91DA-FB2127DFD63A> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff4e22e000 -     0x7fff4e285ff7  com.apple.opencl (2.15.3 - 2.15.3) <F558A6A7-3B33-320E-83C0-CF16220A150F> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff4e286000 -     0x7fff4e2a1ff7  com.apple.CFOpenDirectory (10.14 - 207.200.4) <386A02AB-0BFA-3847-A56A-2E0EEC5E5D33> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff4e2a2000 -     0x7fff4e2adffb  com.apple.OpenDirectory (10.14 - 207.200.4) <0BD19D17-7F00-3D56-8734-2EE52992B118> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff4ebfd000 -     0x7fff4ebfffff  libCVMSPluginSupport.dylib (17.5.4) <36EB7FAE-4E66-36BF-9B39-623B19486B3B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff4ec00000 -     0x7fff4ec05ff3  libCoreFSCache.dylib (166.2) <1AD45004-2625-3351-8087-77878B95348F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
    0x7fff4ec06000 -     0x7fff4ec0afff  libCoreVMClient.dylib (166.2) <E7FBDAEF-BC56-3662-8D59-71FF88D95F8C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff4ec0b000 -     0x7fff4ec13ff7  libGFXShared.dylib (17.5.4) <E3B4FD28-FF4B-3174-AEB3-9EA12EF88100> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff4ec14000 -     0x7fff4ec1ffff  libGL.dylib (17.5.4) <F6D39828-B5D0-3F8D-8DE0-3683A17042E2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff4ec20000 -     0x7fff4ec5afe7  libGLImage.dylib (17.5.4) <7EE3273C-41C2-387F-A4B7-793EFAA67769> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff4edce000 -     0x7fff4ee0cfff  libGLU.dylib (17.5.4) <B56C2FEC-CB14-3B61-ADEB-FD4A92931F16> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff4f7a9000 -     0x7fff4f7b8ffb  com.apple.opengl (17.5.4 - 17.5.4) <34FA5E8C-0FAF-3708-836B-E8ACB67EF4F4> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff505b9000 -     0x7fff5080efff  com.apple.QuartzCore (1.11 - 697.24.4.2) <BB1034F0-B791-3AF1-B166-6532B2AB54FE> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff51042000 -     0x7fff51340ff7  com.apple.security (7.0 - 58286.251.4) <2084C515-AD64-3A48-BE3E-811CAA5A0E41> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff51341000 -     0x7fff513cdfff  com.apple.securityfoundation (6.0 - 55185.251.1) <4A36D3BA-02B5-3C52-8B49-08EC290E1924> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff513ff000 -     0x7fff51403ff3  com.apple.xpc.ServiceManagement (1.0 - 1) <139D85D7-C356-36FA-B8F4-696FD37FD1EA> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff5179b000 -     0x7fff51808fff  com.apple.SystemConfiguration (1.17 - 1.17) <90F4626B-F9F6-377C-AA62-B8C23E857244> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff51a5e000 -     0x7fff51dbaff7  com.apple.VideoToolbox (1.0 - 2286.48) <94A89B19-17C5-3085-8179-E832730B51C6> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x7fff54c1d000 -     0x7fff54cc2fe7  com.apple.APFS (1.0 - 1) <BA5A03A1-09AF-3859-AA38-BD24C4225E23> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
    0x7fff556c2000 -     0x7fff556c3ff7  com.apple.AggregateDictionary (1.0 - 1) <49B5FD7F-A50C-3D67-BFAB-1C25E60F685A> /System/Library/PrivateFrameworks/AggregateDictionary.framework/Versions/A/AggregateDictionary
    0x7fff55cbd000 -     0x7fff55ce9ff7  com.apple.framework.Apple80211 (13.0 - 1376.3) <9D32EF36-80E0-35DA-9270-2865C91F1020> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff55fc1000 -     0x7fff55fd0fc7  com.apple.AppleFSCompression (96.200.3 - 1.0) <5D6A617C-999A-3D51-8350-109D55E9428A> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fff560ca000 -     0x7fff560d5fff  com.apple.AppleIDAuthSupport (1.0 - 1) <91975ABC-B2EB-3630-A81E-69A1B95E4D19> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport
    0x7fff56116000 -     0x7fff5615fff3  com.apple.AppleJPEG (1.0 - 1) <EED8C42F-AF5B-355F-BC86-66A6458513C7> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x7fff563b3000 -     0x7fff563d5fff  com.apple.applesauce (1.0 - ???) <48562D0B-1A1D-3D62-8BC2-61C55D0DCECE> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
    0x7fff56499000 -     0x7fff564e9ff7  com.apple.AppleVAFramework (5.1.4 - 5.1.4) <30C1F5C1-0742-3863-95F1-FCE51DF97E2D> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff56534000 -     0x7fff56548ffb  com.apple.AssertionServices (1.0 - 1) <F64A3177-294E-320C-A0E1-25C4322B98E9> /System/Library/PrivateFrameworks/AssertionServices.framework/Versions/A/AssertionServices
    0x7fff56913000 -     0x7fff56bb0ff7  com.apple.AuthKit (1.0 - 1) <5BC0D7C7-A46A-3B1A-BDC9-7E9150B5A876> /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit
    0x7fff56d72000 -     0x7fff56d7afff  com.apple.coreservices.BackgroundTaskManagement (1.0 - 57.1) <7F48D9BD-17A8-3A76-8828-EC49245735EE> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
    0x7fff56d7b000 -     0x7fff56e10fff  com.apple.backup.framework (1.10.4 - ???) <8247B1BE-DF97-31DC-BCC2-1A15797352D3> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff56e11000 -     0x7fff56e7efff  com.apple.BaseBoard (360.27 - 360.27) <215A242E-BD57-3A4B-BCA4-FCC9D674CE7B> /System/Library/PrivateFrameworks/BaseBoard.framework/Versions/A/BaseBoard
    0x7fff58ae3000 -     0x7fff58aecffb  com.apple.CommonAuth (4.0 - 2.0) <55CEF8E6-A659-3D68-BEE0-1236F36E494C> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff58f85000 -     0x7fff59368fef  com.apple.CoreAUC (274.0.0 - 274.0.0) <C78A44FB-53CD-324C-B363-9425B5269F7D> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x7fff59369000 -     0x7fff59397ff7  com.apple.CoreAVCHD (6.0.0 - 6000.4.1) <C7A64576-B082-323A-AC02-E890C6DDF181> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x7fff597c2000 -     0x7fff597d3ff7  com.apple.CoreEmoji (1.0 - 69.19.9) <90ACD3F0-1542-3094-A1F6-FF2F508A8561> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
    0x7fff59d7c000 -     0x7fff59de2ff7  com.apple.CoreNLP (1.0 - 130.15.22) <5191A681-5DF3-359A-B401-C29109EA420A> /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP
    0x7fff5a08f000 -     0x7fff5a097ff7  com.apple.CorePhoneNumbers (1.0 - 1) <01CAC5E2-B6B1-3444-8939-595A9301399C> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers
    0x7fff5a213000 -     0x7fff5a244ff3  com.apple.CoreServicesInternal (358 - 358) <7DD35528-033B-3B59-AAF2-5BFAF449D915> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff5a60a000 -     0x7fff5a68efff  com.apple.CoreSymbolication (10.2 - 64490.25.1) <CBA82F08-26CC-3FB4-9539-B0B55B35C5E1> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff5a71d000 -     0x7fff5a848ff7  com.apple.coreui (2.1 - 499.10) <50A90628-5400-3EBC-A1FE-87D68BC59377> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff5a849000 -     0x7fff5a9e5ffb  com.apple.CoreUtils (5.7.6 - 576.49) <60FF6102-EEBB-302E-8DE4-6DCBB689ACC8> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x7fff5aa39000 -     0x7fff5aa9cff7  com.apple.framework.CoreWiFi (13.0 - 1370.8) <F8634D22-1AD4-36B0-848C-BA60CC88BDAE> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fff5aa9d000 -     0x7fff5aaaeff7  com.apple.CrashReporterSupport (10.13 - 938.25) <AB842AE0-8594-3530-ABB7-30E583F82FC5> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff5ab3d000 -     0x7fff5ab4cfff  com.apple.framework.DFRFoundation (1.0 - 211.1) <201CCA68-44E4-3E09-8604-7D8833AC803B> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
    0x7fff5ab4d000 -     0x7fff5ab51fff  com.apple.DSExternalDisplay (3.1 - 380) <6AC4F805-7AAF-31D3-B614-C78B61907EE3> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
    0x7fff5abd2000 -     0x7fff5ac47ff3  com.apple.datadetectorscore (7.0 - 590.24) <2A591F27-0FEE-3CE1-B6C3-7A3B56C9D18D> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff5ac93000 -     0x7fff5acd0ff7  com.apple.DebugSymbols (190 - 190) <F2269F7B-5FCC-3187-8F13-A15F2C9D21E5> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff5acd1000 -     0x7fff5ae0cfff  com.apple.desktopservices (1.13.1 - ???) <420CC09F-7C18-3644-A024-DA8997FECA02> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff5bd47000 -     0x7fff5c162fff  com.apple.vision.FaceCore (3.3.4 - 3.3.4) <D642D5E1-C7C5-3EBF-9D0A-397BDE2A5723> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff5fa16000 -     0x7fff5fa17fff  libmetal_timestamp.dylib (902.3.2) <E4C0B5C2-AFAE-3DAD-8638-9D972E13F27C> /System/Library/PrivateFrameworks/GPUCompiler.framework/Versions/3902/Libraries/libmetal_timestamp.dylib
    0x7fff610b7000 -     0x7fff610bcfff  com.apple.GPUWrangler (3.30.14 - 3.30.14) <5D15F5B8-9D7B-356D-A224-A86CF809BFBF> /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler
    0x7fff61486000 -     0x7fff61e7ffff  com.apple.GeoServices (1.0 - 1364.24.8.24.47) <7A0FB79F-E311-3805-A8E2-C5E0176736DA> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
    0x7fff61ec1000 -     0x7fff61ed0fff  com.apple.GraphVisualizer (1.0 - 5) <C261C18C-C66F-39BA-A640-727434ADBEB7> /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer
    0x7fff6201d000 -     0x7fff62091ffb  com.apple.Heimdal (4.0 - 2.0) <05B753FE-8F65-3764-8E18-F31902064BA1> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff6337b000 -     0x7fff63382ffb  com.apple.IOAccelerator (404.8 - 404.8) <FB11472D-74D7-31D4-8DF6-9A668BB08D4F> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
    0x7fff63386000 -     0x7fff6339efff  com.apple.IOPresentment (1.0 - 42.6) <B3365E07-6FC3-3AAA-884D-D6EE7ACDAE16> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
    0x7fff63746000 -     0x7fff63773ff7  com.apple.IconServices (379 - 379) <189807AC-4BB1-3C37-B6EC-D4F0B645902D> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fff63a05000 -     0x7fff63a17ff3  com.apple.security.KeychainCircle.KeychainCircle (1.0 - 1) <731EEEC5-1613-3725-B33C-B38BBD55FA96> /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle
    0x7fff63a32000 -     0x7fff63b0dff7  com.apple.LanguageModeling (1.0 - 159.15.15) <229A8E92-CCB6-3BC7-BCD3-B2309FA744B3> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fff63b0e000 -     0x7fff63b4aff7  com.apple.Lexicon-framework (1.0 - 33.15.10) <30D3EEF3-31E5-3DE8-8158-40627C358AF6> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
    0x7fff63b51000 -     0x7fff63b56fff  com.apple.LinguisticData (1.0 - 238.24.1) <E155D8DF-8AC1-34B2-B143-BBD3408C8D19> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
    0x7fff64373000 -     0x7fff64376fff  com.apple.Mangrove (1.0 - 25) <FF682E43-73CE-3E36-B4A9-8E69B546C7A4> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
    0x7fff64845000 -     0x7fff6486dff7  com.apple.spotlight.metadata.utilities (1.0 - 1191.56) <550876F2-D905-3D65-8FA6-3366D857437B> /System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities
    0x7fff6486e000 -     0x7fff648f8fff  com.apple.gpusw.MetalTools (1.0 - 1) <09394594-A80D-3D8B-99E8-E71693909FA1> /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
    0x7fff6490d000 -     0x7fff64926ffb  com.apple.MobileAssets (1.0 - 437.250.3) <95ACB386-7899-3661-BE5B-7E3133FE971B> /System/Library/PrivateFrameworks/MobileAsset.framework/Versions/A/MobileAsset
    0x7fff64aa3000 -     0x7fff64abdfff  com.apple.MobileKeyBag (2.0 - 1.0) <A38DB402-7EB2-3D81-A9FA-4C95748FFC2D> /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag
    0x7fff64b45000 -     0x7fff64b6fffb  com.apple.MultitouchSupport.framework (2440.7 - 2440.7) <FAE48832-BB56-35C9-B433-F0D03EF50FCD> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff64dab000 -     0x7fff64db5fff  com.apple.NetAuth (6.2 - 6.2) <216DF366-7A3E-39E7-896C-7CDFD2A9BD3D> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff65616000 -     0x7fff65667ff3  com.apple.OTSVG (1.0 - ???) <AF7D1285-08EE-3EEB-B8B7-6C358768473D> /System/Library/PrivateFrameworks/OTSVG.framework/Versions/A/OTSVG
    0x7fff6671b000 -     0x7fff6672aff7  com.apple.PerformanceAnalysis (1.218.2 - 218.2) <DAF9D379-F0E9-3929-829E-7B2FAFC7DC64> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff685ba000 -     0x7fff685d8ff7  com.apple.ProtocolBuffer (1 - 263) <DBBA73C9-E9AE-3CF5-88A4-7E4262BDE34E> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
    0x7fff68770000 -     0x7fff687c0fff  com.apple.ROCKit (27.6 - 27.6) <A8116AFC-F78F-32BF-A66C-ED3B5E9FF1D9> /System/Library/PrivateFrameworks/ROCKit.framework/Versions/A/ROCKit
    0x7fff68909000 -     0x7fff6892bfff  com.apple.RemoteViewServices (2.0 - 128) <E22D4E74-7B87-31ED-86D2-D63258D1B792> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff6a12a000 -     0x7fff6a244fff  com.apple.Sharing (1288.25 - 1288.25) <E4C2CE6D-757D-322F-AA8D-52A0993E02D6> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff6afec000 -     0x7fff6b295fff  com.apple.SkyLight (1.600.0 - 340.9) <A962D996-6561-3993-B470-EFD6EE4BFA9C> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
    0x7fff6ba37000 -     0x7fff6ba43fff  com.apple.SpeechRecognitionCore (5.0.21 - 5.0.21) <08222836-F14B-3B9D-BCB9-3167505438E4> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
    0x7fff6c0e2000 -     0x7fff6c11eff3  com.apple.StreamingZip (1.0 - 1) <E25346D8-9C5E-3AD3-9F77-44F8A4449234> /System/Library/PrivateFrameworks/StreamingZip.framework/Versions/A/StreamingZip
    0x7fff6c194000 -     0x7fff6c21ffc7  com.apple.Symbolication (10.2 - 64490.38.1) <15A1DF22-3EE2-359A-8F94-B27F89F35ECE> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fff6c706000 -     0x7fff6c712ffb  com.apple.TCC (1.0 - 1) <95D4B7DF-78F3-3948-AA63-6425AF2C00CD> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff6c978000 -     0x7fff6ca40ff3  com.apple.TextureIO (3.8.4 - 3.8.1) <29383676-6133-3EB4-8CAC-5A6F25FE2F4D> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
    0x7fff6cafd000 -     0x7fff6ccb3ff7  com.apple.UIFoundation (1.0 - 551) <5359E30D-AF76-3013-8B50-0A93DB97BB8F> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
    0x7fff6d92f000 -     0x7fff6da08fff  com.apple.ViewBridge (401.1 - 401.1) <4DAA256D-F443-3484-AB8B-BFD939790E1D> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
    0x7fff6e1df000 -     0x7fff6e1e2fff  com.apple.dt.XCTTargetBootstrap (1.0 - 14490.46.2) <7763C799-CE25-302D-96D7-2A4DD9BEEE9A> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/Versions/A/XCTTargetBootstrap
    0x7fff6e5e3000 -     0x7fff6e5e5ffb  com.apple.loginsupport (1.0 - 1) <F9C63D6B-5191-3D95-B5C7-B998FA148AA6> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fff6e8ac000 -     0x7fff6e8e0fff  libCRFSuite.dylib (41.15.4) <43D02A64-2A7B-3825-8097-A6747AF914EE> /usr/lib/libCRFSuite.dylib
    0x7fff6e8e3000 -     0x7fff6e8edff7  libChineseTokenizer.dylib (28.15.3) <BE41A678-907E-3031-B2BA-ECDB81282499> /usr/lib/libChineseTokenizer.dylib
    0x7fff6e97b000 -     0x7fff6e97cffb  libDiagnosticMessagesClient.dylib (107) <B5675E8C-2F34-3E0A-B7E8-6F2373589038> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff6e9b3000 -     0x7fff6ec0affb  libFosl_dynamic.dylib (18.3.2) <C46C13F6-2799-39A0-BB32-126C2259194A> /usr/lib/libFosl_dynamic.dylib
    0x7fff6ec5b000 -     0x7fff6ec79fff  libMobileGestalt.dylib (645.250.13) <6B4E26AD-D712-360B-904C-877C24D89393> /usr/lib/libMobileGestalt.dylib
    0x7fff6ec7a000 -     0x7fff6ec7afff  libOpenScriptingUtil.dylib (179.1) <5C6CFA80-CBCD-35EB-A69C-72C3B2E8FF50> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff6edba000 -     0x7fff6edbbffb  libSystem.B.dylib (1252.250.1) <72841192-B0C9-36A0-8E55-ED651EADEF08> /usr/lib/libSystem.B.dylib
    0x7fff6ee37000 -     0x7fff6ee38fff  libThaiTokenizer.dylib (2.15.1) <3D80A800-D49A-305E-9DF0-E6FB11D4FD65> /usr/lib/libThaiTokenizer.dylib
    0x7fff6ee4a000 -     0x7fff6ee60ffb  libapple_nghttp2.dylib (1.24.1) <96F6DF29-D31C-3097-9C3E-63B1D62D756C> /usr/lib/libapple_nghttp2.dylib
    0x7fff6ee61000 -     0x7fff6ee8affb  libarchive.2.dylib (54.250.1) <D6370CDB-920D-37A3-A9C0-6C1FC95F2F99> /usr/lib/libarchive.2.dylib
    0x7fff6ee8b000 -     0x7fff6ef0afff  libate.dylib (1.13.8) <D4150381-557F-3E9D-9119-ED4F2A8878A1> /usr/lib/libate.dylib
    0x7fff6ef0e000 -     0x7fff6ef0eff3  libauto.dylib (187) <4E260A46-13BB-3A8F-A037-D89748837B2A> /usr/lib/libauto.dylib
    0x7fff6efde000 -     0x7fff6efeeffb  libbsm.0.dylib (39.200.18) <CF0C09D6-FCED-3B48-A617-768A0B5B9DEB> /usr/lib/libbsm.0.dylib
    0x7fff6efef000 -     0x7fff6effcfff  libbz2.1.0.dylib (38.200.3) <62019AC3-20C9-3DDC-9C83-189C1F258073> /usr/lib/libbz2.1.0.dylib
    0x7fff6effd000 -     0x7fff6f050ff7  libc++.1.dylib (400.9.4) <446DAE5E-4E97-3E4B-B2A3-AC0A74C0E453> /usr/lib/libc++.1.dylib
    0x7fff6f051000 -     0x7fff6f066ff7  libc++abi.dylib (400.17) <A2D1FDAD-E10F-3E53-958F-CB6BC8485767> /usr/lib/libc++abi.dylib
    0x7fff6f067000 -     0x7fff6f067ff3  libcharset.1.dylib (51.200.6) <0D3A5F4C-8800-33E3-AFE5-307E8BEE462C> /usr/lib/libcharset.1.dylib
    0x7fff6f068000 -     0x7fff6f078ffb  libcmph.dylib (6.15.1) <740A788E-FD92-36F3-B678-E7D510B1E2A1> /usr/lib/libcmph.dylib
    0x7fff6f079000 -     0x7fff6f091ffb  libcompression.dylib (52.250.2) <9E125D43-CE4E-34F8-ACBA-C0835E5F8062> /usr/lib/libcompression.dylib
    0x7fff6f306000 -     0x7fff6f31cfff  libcoretls.dylib (155.220.1) <FF7EA01E-9A26-36F9-A6FF-9665B501B536> /usr/lib/libcoretls.dylib
    0x7fff6f31d000 -     0x7fff6f31eff3  libcoretls_cfhelpers.dylib (155.220.1) <51572EB9-D154-348B-9934-3CA9444FAE5E> /usr/lib/libcoretls_cfhelpers.dylib
    0x7fff6f990000 -     0x7fff6f9e6ff7  libcups.2.dylib (462.10) <83EF6851-07F6-35B4-AA80-690EF026C706> /usr/lib/libcups.2.dylib
    0x7fff6fb1a000 -     0x7fff6fb1afff  libenergytrace.dylib (17.200.1) <F0A35E72-B772-359B-81AC-0C94B8A621CA> /usr/lib/libenergytrace.dylib
    0x7fff6fb4c000 -     0x7fff6fb51ff7  libgermantok.dylib (17.15.2) <A78E0BF5-0038-35C7-A8E7-05AEDF86D6D5> /usr/lib/libgermantok.dylib
    0x7fff6fb52000 -     0x7fff6fb57ff7  libheimdal-asn1.dylib (520.250.1) <DE1C4650-FDFE-3A31-98AD-597B57C947E5> /usr/lib/libheimdal-asn1.dylib
    0x7fff6fb82000 -     0x7fff6fc72fff  libiconv.2.dylib (51.200.6) <E767B418-3531-3BB0-B58D-9ECB203407B7> /usr/lib/libiconv.2.dylib
    0x7fff6fc73000 -     0x7fff6fed3ff3  libicucore.A.dylib (62123.0.1) <3936C798-1978-3C6C-9050-3BBD57CDA53E> /usr/lib/libicucore.A.dylib
    0x7fff6ff20000 -     0x7fff6ff21fff  liblangid.dylib (128.15.1) <1ED2EB78-3891-3DBA-8CB7-BA1A100CFC8F> /usr/lib/liblangid.dylib
    0x7fff6ff22000 -     0x7fff6ff3aff3  liblzma.5.dylib (10.200.3) <E6CA9433-904B-3804-82FF-B328E2047368> /usr/lib/liblzma.5.dylib
    0x7fff6ff52000 -     0x7fff6fff6ff7  libmecab.1.0.0.dylib (779.24.1) <0C57BF6E-A713-3AE8-8AD3-80F65D4CCC15> /usr/lib/libmecab.1.0.0.dylib
    0x7fff6fff7000 -     0x7fff701fbfff  libmecabra.dylib (779.24.1) <A658B79D-4071-3EC1-9344-ADA438E43FB4> /usr/lib/libmecabra.dylib
    0x7fff703d3000 -     0x7fff70724ff7  libnetwork.dylib (1229.250.15) <D8F52B1D-1AD9-3D33-8D59-2D631A3CBFEC> /usr/lib/libnetwork.dylib
    0x7fff707b4000 -     0x7fff70f39fdf  libobjc.A.dylib (756.2) <4F86FC7C-496B-3E68-8A74-1EA2BA22FBCC> /usr/lib/libobjc.A.dylib
    0x7fff70f4b000 -     0x7fff70f4fffb  libpam.2.dylib (22.200.1) <3AEB13DB-8DE2-3FD9-97D5-D9DB206E0693> /usr/lib/libpam.2.dylib
    0x7fff70f52000 -     0x7fff70f87fff  libpcap.A.dylib (79.250.1) <FA490ABF-6C15-336A-818F-0C14A8C090DB> /usr/lib/libpcap.A.dylib
    0x7fff710a0000 -     0x7fff710b8ffb  libresolv.9.dylib (65.200.2) <DB6CA331-BB44-306D-8528-023EADE54BF7> /usr/lib/libresolv.9.dylib
    0x7fff71109000 -     0x7fff7110aff7  libspindump.dylib (267.3) <47B91C83-6BE6-3B0B-8B42-83AE41160F3F> /usr/lib/libspindump.dylib
    0x7fff7110b000 -     0x7fff712e8fe7  libsqlite3.dylib (274.22) <378D7B48-4661-3BA6-AC55-0B3A64F8C7E3> /usr/lib/libsqlite3.dylib
    0x7fff71568000 -     0x7fff7156bff7  libutil.dylib (51.200.4) <336F9184-A739-3770-ACFA-4659DFEEACC4> /usr/lib/libutil.dylib
    0x7fff7156c000 -     0x7fff71579fff  libxar.1.dylib (417.1) <D7AC80EE-D974-33E6-ACA7-87B398ACEDD7> /usr/lib/libxar.1.dylib
    0x7fff7157e000 -     0x7fff71660ff3  libxml2.2.dylib (32.8) <064C2F49-C054-38F9-A6B2-032C4AC9738B> /usr/lib/libxml2.2.dylib
    0x7fff71661000 -     0x7fff71689ff3  libxslt.1.dylib (16.1) <FB93A727-731D-313F-AF6B-4518FE830FFB> /usr/lib/libxslt.1.dylib
    0x7fff7168a000 -     0x7fff7169cff7  libz.1.dylib (70.200.4) <FDF169F3-F992-3E8E-B3F7-D4134FEBAE41> /usr/lib/libz.1.dylib
    0x7fff71e79000 -     0x7fff71e7dff3  libcache.dylib (81) <9A8C27B0-49C9-337F-8BE2-37171ED2D8EE> /usr/lib/system/libcache.dylib
    0x7fff71e7e000 -     0x7fff71e88ff3  libcommonCrypto.dylib (60118.250.2) <17C4F395-9FF0-331F-8167-5E85AA3588E9> /usr/lib/system/libcommonCrypto.dylib
    0x7fff71e89000 -     0x7fff71e90ff7  libcompiler_rt.dylib (63.4) <8CB2B2B6-2C55-3733-9842-0E037AE3F46A> /usr/lib/system/libcompiler_rt.dylib
    0x7fff71e91000 -     0x7fff71e9aff7  libcopyfile.dylib (146.250.1) <24905E41-9E2F-3DD1-A255-5A17F9FCDAD7> /usr/lib/system/libcopyfile.dylib
    0x7fff71e9b000 -     0x7fff71f1ffc7  libcorecrypto.dylib (602.250.23) <3A6CBD41-AFFE-3E06-B1EC-3E95BC79BAC5> /usr/lib/system/libcorecrypto.dylib
    0x7fff71fa6000 -     0x7fff71fdfff7  libdispatch.dylib (1008.250.7) <50235FCE-B399-3319-90DC-88F530D4FC5C> /usr/lib/system/libdispatch.dylib
    0x7fff71fe0000 -     0x7fff7200cff7  libdyld.dylib (655.1.1) <54C6B494-4A3D-3EEC-B083-636A76AAD649> /usr/lib/system/libdyld.dylib
    0x7fff7200d000 -     0x7fff7200dffb  libkeymgr.dylib (30) <BEA04E04-FCF1-3A70-810F-08D0FF54CA36> /usr/lib/system/libkeymgr.dylib
    0x7fff7200e000 -     0x7fff7201aff3  libkxld.dylib (4903.251.3) <649F5829-6AA8-32EE-9A33-B1244378C319> /usr/lib/system/libkxld.dylib
    0x7fff7201b000 -     0x7fff7201bff7  liblaunch.dylib (1336.251.2) <30E6424E-4640-3DBA-9B64-D5F725263C6E> /usr/lib/system/liblaunch.dylib
    0x7fff7201c000 -     0x7fff72021fff  libmacho.dylib (927.0.2) <D8515A20-ED7B-3B13-9ADA-4BD7E19E38C4> /usr/lib/system/libmacho.dylib
    0x7fff72022000 -     0x7fff72024ffb  libquarantine.dylib (86.220.1) <8A9BF971-DB7D-311A-B131-6C5025E82F8F> /usr/lib/system/libquarantine.dylib
    0x7fff72025000 -     0x7fff72026ff7  libremovefile.dylib (45.200.2) <950036B7-B91E-3B5D-853C-8C551E5B6A32> /usr/lib/system/libremovefile.dylib
    0x7fff72027000 -     0x7fff7203eff3  libsystem_asl.dylib (356.200.4) <16F632AD-FADA-3DE9-85E8-EBC7D619A1DA> /usr/lib/system/libsystem_asl.dylib
    0x7fff7203f000 -     0x7fff7203fff7  libsystem_blocks.dylib (73) <0CD6861B-EC5F-3345-9C24-B21EEB85E44F> /usr/lib/system/libsystem_blocks.dylib
    0x7fff72040000 -     0x7fff720c7fff  libsystem_c.dylib (1272.250.1) <F3AA9047-EEDD-3D80-8CC1-023FB312EC8B> /usr/lib/system/libsystem_c.dylib
    0x7fff720c8000 -     0x7fff720cbffb  libsystem_configuration.dylib (963.250.1) <02C7A973-014A-31D7-B7D2-247D384CB0D2> /usr/lib/system/libsystem_configuration.dylib
    0x7fff720cc000 -     0x7fff720cfff7  libsystem_coreservices.dylib (66) <4CF1C89B-FA6C-3DF3-B1F8-79F549849534> /usr/lib/system/libsystem_coreservices.dylib
    0x7fff720d0000 -     0x7fff720d6fff  libsystem_darwin.dylib (1272.250.1) <6983A268-20F4-3F98-A3F5-D63848933B02> /usr/lib/system/libsystem_darwin.dylib
    0x7fff720d7000 -     0x7fff720ddff7  libsystem_dnssd.dylib (878.250.4) <9FC5724C-DD03-3E14-A6E1-2DD009D79E0A> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff720de000 -     0x7fff72129ffb  libsystem_info.dylib (517.200.9) <F617D3CF-5A4A-36D0-8CBB-4A7C7CDB67AF> /usr/lib/system/libsystem_info.dylib
    0x7fff7212a000 -     0x7fff72152ff7  libsystem_kernel.dylib (4903.251.3) <84EF0290-6CB5-36E5-A273-692A7E437B36> /usr/lib/system/libsystem_kernel.dylib
    0x7fff72153000 -     0x7fff7219eff7  libsystem_m.dylib (3158.200.7) <33105665-CCC3-36D5-82C9-9B21730CB3DF> /usr/lib/system/libsystem_m.dylib
    0x7fff7219f000 -     0x7fff721c3fff  libsystem_malloc.dylib (166.251.2) <90DA09E3-1276-3FCF-8F5F-C9AA61AB9B6D> /usr/lib/system/libsystem_malloc.dylib
    0x7fff721c4000 -     0x7fff721ceff7  libsystem_networkextension.dylib (767.250.2) <4575D797-B793-3D18-9E93-8696CF0B133B> /usr/lib/system/libsystem_networkextension.dylib
    0x7fff721cf000 -     0x7fff721d6fff  libsystem_notify.dylib (172.200.21) <679E9132-1A46-326E-9A11-D3FF9C86041C> /usr/lib/system/libsystem_notify.dylib
    0x7fff721d7000 -     0x7fff721e0fef  libsystem_platform.dylib (177.250.1) <3CC59141-5365-3848-94C3-D65E6FCA1E74> /usr/lib/system/libsystem_platform.dylib
    0x7fff721e1000 -     0x7fff721ebff7  libsystem_pthread.dylib (330.250.2) <4344198A-A1A3-3C52-97B4-F168D56E9789> /usr/lib/system/libsystem_pthread.dylib
    0x7fff721ec000 -     0x7fff721efff7  libsystem_sandbox.dylib (851.250.12) <66E91015-F62A-3365-BB81-AA88707E8F12> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff721f0000 -     0x7fff721f2ff3  libsystem_secinit.dylib (30.220.1) <F054DCB0-68CE-35E7-8B8C-D648C42124EC> /usr/lib/system/libsystem_secinit.dylib
    0x7fff721f3000 -     0x7fff721faff3  libsystem_symptoms.dylib (820.257.1) <C8517F35-E9DA-3649-B07D-2B38349C6730> /usr/lib/system/libsystem_symptoms.dylib
    0x7fff721fb000 -     0x7fff72210fff  libsystem_trace.dylib (906.250.5) <AE77ACC7-488F-3AE1-BB0C-1ACFC7E1CE77> /usr/lib/system/libsystem_trace.dylib
    0x7fff72212000 -     0x7fff72217ffb  libunwind.dylib (35.4) <8F0BC197-B97C-3DDC-92B0-6A7D3CB72FD8> /usr/lib/system/libunwind.dylib
    0x7fff72218000 -     0x7fff72247ff7  libxpc.dylib (1336.251.2) <49138829-09C8-355C-B558-97E070B84EC5> /usr/lib/system/libxpc.dylib

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

VM Region Summary:
ReadOnly portion of Libraries: Total=435.6M resident=0K(0%) swapped_out_or_unallocated=435.6M(100%)
Writable regions: Total=1.8G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=1.8G(100%)

                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
ATS (font support)                32.1M        4 
ATS (font support) (reserved)        8K        2         reserved VM address space (unallocated)
Accelerate framework               128K        1 
Activity Tracing                   256K        1 
CG backing stores                 25.2M        5 
CG image                            72K        6 
CoreAnimation                      328K       10 
CoreGraphics                         8K        1 
CoreImage                           24K        2 
CoreUI image data                 1076K       11 
CoreUI image file                  196K        3 
Foundation                           4K        1 
Kernel Alloc Once                    8K        1 
MALLOC                             1.3G       64 
MALLOC guard page                   32K        7 
MALLOC_NANO (reserved)           384.0M        1         reserved VM address space (unallocated)
Memory Tag 242                      12K        1 
STACK GUARD                       56.1M       22 
Stack                             18.7M       22 
VM_ALLOCATE                        148K       17 
__DATA                            29.1M      280 
__FONT_DATA                          4K        1 
__LINKEDIT                       226.0M       30 
__TEXT                           209.6M      279 
__UNICODE                          564K        1 
mapped file                       59.4M       21 
shared memory                     4208K       12 
===========                     =======  ======= 
TOTAL                              2.3G      806 
TOTAL, minus reserved VM space     2.0G      806 

Model: MacBookPro11,3, BootROM 151.0.0.0.0, 4 processors, Intel Core i7, 2.5 GHz, 16 GB, SMC 2.19f12
Graphics: kHW_IntelIrisProItem, Intel Iris Pro, spdisplays_builtin
Graphics: kHW_NVidiaGeForceGTX750MItem, NVIDIA GeForce GT 750M, spdisplays_pcie_device, 2 GB
Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343147533641465238412D50422020
Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343147533641465238412D50422020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x134), Broadcom BCM43xx 1.0 (7.77.61.2 AirPortDriverBrcmNIC-1305.8)
Bluetooth: Version 6.0.11f4, 3 services, 27 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
Serial ATA Device: APPLE SSD SM0512F, 500.28 GB
USB Device: USB 3.0 Bus
USB Device: Apple Internal Keyboard / Trackpad
USB Device: BRCM20702 Hub
USB Device: Bluetooth USB Host Controller
Thunderbolt Bus: MacBook Pro, Apple Inc., 17.1

Do you think it has been resolved between the release of this 0.9.3 and the latest development build?

jgartrel commented 5 years ago

@KjellMorgenstern , Looking back at my posting 9 hours ago. It looks like github removed the buses and nobuses tag references that I made (It probably thought they were improperly formatted HTML). I am guessing that because of that, you were using the part without having the internal connections enabled. If you make the changes described in the diff above, I am guessing you will see the part crash Fritzing.

jgartrel commented 5 years ago

LoL, I guess I meant to say the diff below, since somehow I posted it previously in the future:

"jgartrel commented 5 hours from now: So, on my mac using the version above ..."

KjellMorgenstern commented 5 years ago

With the latest modification to the part (adding the buses), I can reproduce the crash.

jgartrel commented 5 years ago

Fantastic, Let me know if you need anything else. and Thank you!

KjellMorgenstern commented 5 years ago

Seems like github had a hickup.

KjellMorgenstern commented 5 years ago

A hopefully more useful backtrace (crash after the part was put on the breadboard)

(gdb) 
#0  0x0000563eece70880 in QHash<int, QPointer<ConnectorItem> >::size (this=0x2590000021b) at /usr/include/x86_64-linux-gnu/qt5/QtCore/qhash.h:267
#1  0x0000563eece6fd64 in QHash<int, QPointer<ConnectorItem> >::values (this=0x2590000021b) at /usr/include/x86_64-linux-gnu/qt5/QtCore/qhash.h:711
#2  0x0000563eece6f45e in Connector::viewItems (this=0x259000001fb) at src/connectors/connector.cpp:277
#3  0x0000563eecd49159 in ItemBase::busConnectorItems (this=0x563efadbffa0, bus=0x563efa86f420, fromConnectorItem=0x563efa4f6c60, items=...) at src/items/itembase.cpp:761
#4  0x0000563eece77e25 in ConnectorItem::collectEqualPotential (connectorItems=..., crossLayers=true, skipFlags=...) at src/connectors/connectoritem.cpp:1356
#5  0x0000563eece7373f in ConnectorItem::restoreColor (this=0x563efa4f6c60, visited=...) at src/connectors/connectoritem.cpp:537
#6  0x0000563eece72f5d in ConnectorItem::connectTo (this=0x563efa4f6c60, connected=0x563efa2b45e0) at src/connectors/connectoritem.cpp:472
#7  0x0000563eecf016bc in SketchWidget::changeConnectionAux (this=0x563ef0343430, fromID=854205370, fromConnectorID=..., toID=57680, toConnectorID=..., viewLayerPlacement=ViewLayer::NewBottom, connect=true, 
    updateConnections=true) at src/sketch/sketchwidget.cpp:5064
#8  0x0000563eecf00f15 in SketchWidget::changeConnection (this=0x563ef0343430, fromID=854205370, fromConnectorID=..., toID=57680, toConnectorID=..., viewLayerPlacement=ViewLayer::NewBottom, connect=true, 
    doEmit=true, updateConnections=true) at src/sketch/sketchwidget.cpp:5006
#9  0x0000563eecb04f16 in ChangeConnectionCommand::redo (this=0x563f0173f850) at src/commands.cpp:505
#10 0x00007fd701802cc2 in QUndoCommand::redo() () from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
#11 0x0000563eecb12eea in TemporaryCommand::redo (this=0x563f0170ecb0) at src/commands.cpp:2253
#12 0x00007fd701804e93 in QUndoStack::push(QUndoCommand*) () from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
#13 0x0000563eecb50514 in WaitPushUndoStack::push (this=0x563ef1a17be0, cmd=0x563f0170ecb0) at src/waitpushundostack.cpp:83
#14 0x0000563eecb50254 in CommandTimer::timedout (this=0x563f0170fa50) at src/waitpushundostack.cpp:48
#15 0x0000563eecf7328c in CommandTimer::qt_static_metacall (_o=0x563f0170fa50, _c=QMetaObject::InvokeMetaMethod, _id=0, _a=0x7ffc11847940) at debug/moc_waitpushundostack.cpp:141
#16 0x00007fd7008a6426 in QMetaObject::activate(QObject*, int, int, void**) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#17 0x00007fd7008b20c7 in QTimer::timeout(QTimer::QPrivateSignal) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#18 0x00007fd7008a6c5b in QObject::event(QEvent*) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#19 0x00007fd70149c551 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
#20 0x00007fd7014a3930 in QApplication::notify(QObject*, QEvent*) () from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
#21 0x0000563eecb2adca in FApplication::notify (this=0x563eef43f1e0, receiver=0x563f0170fa50, e=0x7ffc11847d30) at src/fapplication.cpp:1611
#22 0x00007fd70087c8e9 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#23 0x00007fd7008cf453 in QTimerInfoList::activateTimers() () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#24 0x00007fd7008cfca4 in ?? () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#25 0x00007fd6ff8b0aae in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#26 0x00007fd6ff8b0d48 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#27 0x00007fd6ff8b0ddc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#28 0x00007fd7008d0047 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#29 0x00007fd70087b5bb in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#30 0x00007fd7008835e2 in QCoreApplication::exec() () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#31 0x0000563eecb4387d in main (argc=1, argv=0x7ffc11848148) at src/main.cpp:132
KjellMorgenstern commented 4 years ago

Retested on dev version with this part, no crash. There were some uninitialized values and other fixes, but it is not 100% clear what caused the issue. Should be retested with a Mac OS release build once more

DMC6040SSD_7818bd58bd3d04e38121346b52ef4a24_1.fzp.zip

mMerlin commented 4 years ago

With the notification about the latest comment here, I revisited the original case. The previous relay part still crashes with 0.9.4, but I have learned more about parts creation since that was created. A rebuild of the part works (so far) with 0.9.4. Most of the cleanup was in the svg files. I resequenced the connector numbers in the fzp, and adjusted a lot of text description content, but the only 'functional' differences I see are, 2 sub-parts instead of 3, and the duplicate bused parts have been marked as hybrid (and hidden on the schematic view). I do not see what is triggering the crash in the earlier version of the part, but this one is working. I still have some more cleanup (and testing) to do on it, but here is a working copy for reference/comparison.

SPST-D31A-Relay_1.fzpz.zip

EDIT: Now I can not reproduce my success with that part and Fritzing 0.9.4b. It works fine (so far) with 0.9.5. That is with functional testing only. No exports to images or gerber.

failiz commented 3 years ago

I wrote a message with "already released, close" and I deleted it when I saw the last comment. Maybe we should test this in 0.9.6 before closing it.

KjellMorgenstern commented 3 years ago

Removing the solved lable until this is retested

KjellMorgenstern commented 8 months ago

Retested with 0.9.9 and 1.0.2