Giter VIP home page Giter VIP logo

qdriverstation's People

Contributors

alex-spataru avatar calcmogul avatar erikboesen avatar jacksondm33 avatar lopsided98 avatar pbek avatar petermitrano avatar simon-andrews avatar stripedmonkey avatar thomassross avatar

Stargazers

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

Watchers

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

qdriverstation's Issues

module "QtQuick.Controls" is not installed

When I run qdriverstation, I get this:

using qt5ct plugin
00:00.1        DEBUG         Initializing DriverStation...
00:00.2        DEBUG         DriverStation initialized!
00:00.2        WARNING       QQmlApplicationEngine failed to load component
00:00.2        WARNING       qrc:/qml/main.qml:111 Type LogsWindow unavailable
qrc:/qml/Dialogs/LogsWindow.qml:26 module "QtQuick.Controls" is not installed

00:00.2        WARNING       QProcess: Destroyed while process ("bash") is still running.
00:00.2        WARNING       QProcess: Destroyed while process ("bash") is still running.
00:00.2        DEBUG         DS networking operations stopped
00:00.2        DEBUG         Log buffer closed
00:00.2        WARNING       QObject::startTimer: Timers can only be used with threads started with QThread

I don't know how to install QtQuick.Controls.

[Idea] Re-write QDriverStation and LibDS with Python

Well, while C++ has worked pretty well for me and my team (and this project), most FRC programmers are familiar with Java and Python. If this project were to be maintained by the community, the most logical decision would be to adapt it to most FRC developers.

However, Java is still relatively complicated and could present some issues regarding the UI (Qt is a very good toolkit IMO). A possible solution to this could be to use Python with PyQt, which provides Python bindings to the Qt framework (which would make the whole porting process a lot simpler).

Benefits of using Python

  • Code would be simpler to read, modify and maintain
  • There are Qt and SDL bindings available for Python
  • PyQt comes with a "deploy" feature for its applications, this would provide an *.exe (for Windows) and an application bundle for OS X.
  • The porting process would not be very difficult, several inconsistencies in the LibDS could be fixed by doing this.
  • More potential contributors
  • Better integration with GNU/Linux distros

Cons of using Python

  • Slower start-up times and application performance, however, I want to believe that the Python byte-code compiler would take care of making the application fast enough for it to be able to communicate effectively with the robot without "losing" packets.
  • Windows users may need to install Python. It is possible that the deployment process of PyQt bundles Python with the application, so this should not be a worry.

Please share your ideas and/or suggestions!

Implementing the 2014 communication protocol

I have begun working on the 2014 communication protocol (by looking at the node-driverstation code). However, I have a big problem: we have upgraded the components and wiring of our older robot (2014) to the new 2015 components as part of a training exercise for the new kids in our team during the 2015 off-season.

In other words, I cannot test if the protocol will work or not, unless I can get access to a 2013/2014 LabVIEW installation (which has been removed from NI's website), I won't be able to guarantee that my implementation will work. ๐Ÿ˜•

Does anyone have any papers, links, drafts, software or anything that could help me ensure that the implementation will work correctly and test it thoroughly before the release?

Support for ROS protocol

@BearzRobotics suggested me to add support for the ROS some time ago. Now that I have a little more free time, I would like to begin working on that, since this could be useful for people outside FRC. I think that adding support for ROS is critical for the survival of this project, since it would attract more developers and therefore, it may help keep this project alive (and hopefully attract more people into FRC).

I have reviewed some information about ROS, however, I am still not familiar with it. So it may take some time for me to actually write something useful without your help.

Taking that into account, I would welcome any information/projects/code/comments regarding ROS. If required, we could draft a new protocol here and then begin working on the implementation.

QDriverStation unable to establish connection with roboRIO

Specs:
Arch Linux 4.7.6-1
QDS Commit 9393cc2 built from the AUR
RoboRIO Firmware: unknown currently, likely last 2015 version

Today I tested connecting to the roboRIO with QDS for the first time.
The wireless connection was successfull and the roboRIO web dashboard (10.17.93.1) works perfectly.
Launching QDS there is an attempt to connect to roboRIO-1793-FRC.local and no other output
Attempted changing the mDNS to the static ip of the roboRIO (10.17.93.76) still no change
Tried the official FRC DS on the provider FRC laptop, immediately established comms.

This is either an issue with QDS or my networking setup, any ideas?
If any info from the roboRIO is necessary I won't have access until this wednesday

Selecting SmartDashboard on Linux opens JAR file as archive

When selecting either of the dashboards when running QDriverStation in GNOME on Linux (I'm not sure if this is specific to GNOME), the JAR file opens as an archive (in file-roller). This is because you start it using xdg-open. Is there a reason you use this rather than just calling java -jar like on Windows and Mac? When I changed it to use java -jar on Linux, it worked correctly.

QDriverStation detects joysticks but doesn't send to robot

Information on what I'm running:
Log created on: Jan 24 2018 - 18:34:53 PM
LibDS version: 2.2
Operating System: Ubuntu 16.04.3 LTS
Application name: QDriverStation
Application version: 18.01

The problem is the same as this: #46 except on linux. The log connects, enables, disable the robot fine and the SmartDashboard even works perfectly except when I try to use a joystick on it, it detects it, but doesn't send it and I get an error when I call a joystick.getButton() in my code.

The log doesn't have any errors in it, just debug although I'd be happy to add other log files if that would help.

Another thing that would be nice is to be able to see the ports that the joysticks are on since right now it just shows a list of joysticks. I've tried this with a ps4 controller and a generic joystick. I've only tested this on my computer but I have yet to get the controllers working.

QDriverStation detects multiple joysticks as one

In a previous issue, @DanielEliad wrote:

I am having one issue which may be present in the original driver station for windows. I am using 2 Logitech Extreme joysticks and one XBOX controller. When I connect all three the driver station(both in windows and linux) detects two joysticks as the same one, so when I move either joystick the axis values change in a single joystick element. There is another joystick element, but no actual joystick changes it's values.

@DanielEliad do you have any log available (they are located in ~/.qdriverstation)? I want to see if this is just an UI issue or a logic issue (e.g. the joysticks are not registered correctly with LibDS).

Snap Packages

This is not much of an issue, it is more like a discussion channel regarding the progress of supporting snap packages.

For the moment, we are able to create and distribute snap packages, however, the generated snaps are not able to:

  • Use SDL2 properly under a "strict" confinement ("devmode" works)
  • Snapcraft security model does not allow applications to access /proc/stat, which is used by the QDriverStation to obtain CPU usage
  • We use upower to obtain battery level & status. For the moment, snapcraft does not allow us to call upower.

I have already discussed this with the snapcraft developers, and it is possible that these issues will be fixed in a future release of snapcraft. However, it may take a little while until snapcraft supports the interfaces / security models needed for the QDriverStation to work correctly.

If you are interested, you can check the snapcraft.yaml file of this project.

Project Icon/Logo competition

Since this project has started, it used the logo of FIRST as its primary icon. However, this can get us in trouble with the branding policy of FIRST, since we cannot verify that every contributor and user of this project is related to FIRST. Also, the logo of FIRST can be used in many projects and does not really represent a Driver Station application....

Since I suck at designing, I would like to invite you to design and submit an icon for this project. After several submissions, the community shall vote for the best icon.

Netconsole

So in my effort to print to the netconsole, I have it working in 17.01.1 but not in 17.05. Is it no longer prints to the message window.
logs.zip

QDriverStation crashes after being compiled(Linux).

This is running on 64 bit Ubuntu
Terminal OutPut:

QNativeSocketEngine::joinMulticastGroup() was not called in QAbstractSocket::BoundState
ASSERT: "uint(i) < uint(size())" in file /usr/include/qt5/QtCore/qbytearray.h, line 414
Aborted (core dumped)

2014 Protocol Issues uploading code

QDriverStation is using a port that is required to reboot the CRio to complete an upload. this can be done manually using the reboot in QDriverstation. I will look into it further to figure out which ports and being used

SDL joystick mappings are different from the official FRC Driver Station

While implementing and testing the protocol, an theoretical problem has arisen: SDL generates different joystick mappings than the ones used by the official FRC Driver Station (which are provided with Xinput). As a side note, the generated mappings can change depending on your platform and OS/driver version.

This can pose a serious security threat for teams that do not compare the joystick input between the QDriverStation and the FRC Driver Station, because the program could cause unexpected and 'involuntary' robot movement. We could ignore this 'issue', but I would prefer to solve it....breaking a window with a robot is not a nice experience...

Some solutions that came to my mind are:

  • Use a JSON file to process the data reported by SDL. This could lead to using a different file for each joystick, operating system and OS/driver version.
  • Offering an option to re-map your joystick (and possibly upload them and share it with the community)
  • Using the Gamepad API and assign static variables for each button and axis type (e.g A = 0, B = 1, etc)

Any ideas?

QDriverStation Crashes After compilation

Hello,
I have followed the guides as described and I seem to have an issue. I tried to make sure I have the SDL and qt libraries up to date, the compilation process goes well but when I run the driver station it spouts out this error message.I am working on an ubuntu 14.04.

00:00.0 DEBUG Scale factor set to: 1
terminate called after throwing an instance of 'std::regex_error'
what(): regex_error
Aborted (core dumped)

Is this error a familiar one?,
Thank you very much, can't wait to use this, looks great.

FMS Attached control word

If you check the HAL header in WPILib, we can get a basic idea about the components of the 2015 protocol.

While the QDS is fully able to control an FRC robot, it still has some parts of the 2015 protocol that are "not mapped", specifically, the FMS part. As a sidenote, I have implemented the architecture to support DS<->FMS communications, however, the implementation of the 2015 protocol generates an empty packet for the moment.

Now, when the DS receives a packet from the FMS, it will also notify the robot with the "FMS Attached" control word. I suspect that this byte could be generated in the operation code byte or in the "header" byte (which actually nobody knows what it stands for).

Any ideas?

Get RAM and CPU usage in the roboRIO

For the moment, we have almost finished the DS library. We were able to move our robot without any issues, further testing regarding the joystick buttons and POVs will be done Monday.

I think that the only missing features in the library would be to get the RAM and CPU usage of the roboRIO (as the official Driver Station does).

In my opinion, this could be done by reading some files in the /dev/ folder over a SSH or FTP connection with the roboRIO, does anyone have any other idea or knowledge in this area?

Unable to build on rPi

got a good(?) build on x64. Trying to build on rPi/raspbian.

qmake yields:
Project ERROR: Unknown module(s) in QT: quick qml

I have installed every package I could find that looked applicable; what does it take to build this on raspian?

Introducing LibDS-C

TLDR; check this out (feedback is welcome!).

Hello,

For those who don't know, LibDS is the core of all QDriverStation projects, it handles the communications between the robot, the FMS and the client application and implements all the code required for dynamic protocol loading.

During the last weeks, I have been working on an new implementation of LibDS in plain C. I have decided to do that for the following reasons:

  • Programmers won't need to use Qt to implement their own driver stations with LibDS
  • It will be a lot easier to bind LibDS with other languages, such as Python and Java
  • By having no external dependencies, LibDS should be able to easily integrate to different development platforms, such as Android and iOS
  • Compilation is a LOT faster (~5 seconds on my machine)
  • Since we won't depend on any framework/platform, we should have less bugs related to the frameworks themselves (e.g. Qt socket flags do not work very well with some Linux builds)
  • Being written in plain C, LibDS could benefit from more programmers, since many FRC teams (and programmers in general) are familiar with C/C++
  • And finally, the C implementation is a bit faster and more efficient than its Qt/C++ counterpart

Of course, there are also some drawbacks (e.g. more chances of blowing things up), but in a more general perspective, the new implementation of LibDS brings many benefits.

Now, we all know and love Murphy's Law, which states the following:

Anything that can go wrong will go wrong

I am sure we all praise the Universe for conspiring against our seemingly perfect projects. Jokes aside, I need help with testing this new implementation. While my code may work flawlessly for me, it may not work for the person next to me. Before replacing the "old" LibDS with the C implementation, I would love to get some feedback and possibly (certainly) squashing some bugs hidden in the code.

You can find the repository of LibDS-C here: https://github.com/frc-utilities/libds-c

Thanks for all your help,
--Alex Spataru

Problems with i3 window manager

In a previous issue, @calebeby mentioned that the QDriverStation does not behave as expected with the i3 window manager.

Has anyone else experienced issues with i3 and the QDS? If so, what have you done to fix your issue? What solutions would you suggest?

@calebeby Could you please upload your latest log of the QDS? (they are located in ~/.qdriverstation/)

[Linux] SDL detects external mouse as joystick

While testing the QDriverStation on Linux (Ubuntu 14.04), I encountered a rather strange issue: SDL detects my external mouse as a joystick. Luckily, mouse movements did not affect at all the axes/buttons displayed in the Joysticks tab.

My idea to solve this issue is to create an option to 'blacklist' certain devices (using their UUID) and possibly, be able to upload the blacklist online, so that other QDriverStation installations use the online list as a reference.

Has anyone else encountered this issue? If so, what are your proposed solutions?

QDriverStation crashes when switching protocols

The bug happens when we try to switch the protocols during runtime. The application will work for some seconds and then will crash. When the QDS is started again, the selected protocol will load correctly.

I will check this issue later with a debugger...

QDriverStation Crashes on Connection (Mac OS X)

Whenever the driver station software manages to show green connection it crashes within 100ms. It works up until it gets a connection to the robot however.
`Process: QDriverStation [4243]
Path: /Users/USER/Downloads/QDriverStation.app/Contents/MacOS/QDriverStation
Identifier: org.wint.qdriverstation
Version: 0.14 (???)
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: QDriverStation [4243]
User ID: 501

OS Version: Mac OS X 10.11.5 (15F34)
Report Version: 11

System Integrity Protection: enabled

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

Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: EXC_I386_GPFLT
Exception Note: EXC_CORPSE_NOTIFY

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 org.qt-project.QtCore 0x000000010c5c209c QCoreApplication::postEvent(QObject_, QEvent_, int) + 28
1 org.qt-project.QtNetwork 0x000000010ca9f23e 0x10ca5c000 + 275006
2 org.qt-project.QtNetwork 0x000000010ca95c9b 0x10ca5c000 + 236699
3 org.qt-project.QtNetwork 0x000000010cb34ccc 0x10ca5c000 + 888012
4 org.qt-project.QtCore 0x000000010c5f22e2 QMetaObject::activate(QObject_, int, int, void__) + 2994
5 org.qt-project.QtNetwork 0x000000010ca68af6 0x10ca5c000 + 51958
6 org.qt-project.QtNetwork 0x000000010ca6a6d5 0x10ca5c000 + 59093
7 org.qt-project.QtCore 0x000000010c5f22e2 QMetaObject::activate(QObject_, int, int, void**) + 2994
8 org.qt-project.QtNetwork 0x000000010ca62be4 0x10ca5c000 + 27620
9 org.qt-project.QtNetwork 0x000000010ca64f2d 0x10ca5c000 + 36653
10 org.qt-project.QtNetwork 0x000000010ca640de 0x10ca5c000 + 32990
11 org.qt-project.QtNetwork 0x000000010ca6a24f 0x10ca5c000 + 57935
12 org.qt-project.QtCore 0x000000010c5f22e2 QMetaObject::activate(QObject*, int, int, void**) + 2994
13 org.qt-project.QtNetwork 0x000000010caf11ce 0x10ca5c000 + 610766
14 org.qt-project.QtNetwork 0x000000010cafe97a 0x10ca5c000 + 665978
15 org.qt-project.QtWidgets 0x000000010b84a4bb QApplicationPrivate::notify_helper(QObject_, QEvent_) + 251
16 org.qt-project.QtWidgets 0x000000010b84d89e QApplication::notify(QObject_, QEvent_) + 8318
17 org.qt-project.QtCore 0x000000010c5c1983 QCoreApplication::notifyInternal(QObject_, QEvent_) + 115
18 libqcocoa.dylib 0x000000010d2c4c68 0x10d251000 + 474216
19 com.apple.CoreFoundation 0x00007fff94d27514 CFSocketPerformV0 + 996
20 com.apple.CoreFoundation 0x00007fff94d08881 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION
+ 17
21 com.apple.CoreFoundation 0x00007fff94ce7fbc __CFRunLoopDoSources0 + 556
22 com.apple.CoreFoundation 0x00007fff94ce74df __CFRunLoopRun + 927
23 com.apple.CoreFoundation 0x00007fff94ce6ed8 CFRunLoopRunSpecific + 296
24 com.apple.HIToolbox 0x00007fff8556c935 RunCurrentEventLoopInMode + 235
25 com.apple.HIToolbox 0x00007fff8556c76f ReceiveNextEventCommon + 432
26 com.apple.HIToolbox 0x00007fff8556c5af _BlockUntilNextEventMatchingListInModeWithFilter + 71
27 com.apple.AppKit 0x00007fff8b40edf6 _DPSNextEvent + 1067
28 com.apple.AppKit 0x00007fff8b40e226 -[NSApplication _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 454
29 com.apple.AppKit 0x00007fff8b402d80 -[NSApplication run] + 682
30 libqcocoa.dylib 0x000000010d27308d 0x10d251000 + 139405
31 org.qt-project.QtCore 0x000000010c5bf07d QEventLoop::exec(QFlagsQEventLoop::ProcessEventsFlag) + 381
32 org.qt-project.QtCore 0x000000010c5c1f5a QCoreApplication::exec() + 346
33 org.wint.qdriverstation 0x000000010b63b04a main + 1514
34 org.wint.qdriverstation 0x000000010b5f38f4 start + 52

Thread 1:
0 libsystem_kernel.dylib 0x00007fff8a1ae5e2 __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff93eb1578 _pthread_wqthread + 1283
2 libsystem_pthread.dylib 0x00007fff93eaf341 start_wqthread + 13

Thread 2:: Dispatch queue: com.apple.libdispatch-manager
0 libsystem_kernel.dylib 0x00007fff8a1aeefa kevent_qos + 10
1 libdispatch.dylib 0x00007fff8eccc165 _dispatch_mgr_invoke + 216
2 libdispatch.dylib 0x00007fff8eccbdcd _dispatch_mgr_thread + 52

Thread 3:
0 libsystem_kernel.dylib 0x00007fff8a1ae5e2 __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff93eb1578 _pthread_wqthread + 1283
2 libsystem_pthread.dylib 0x00007fff93eaf341 start_wqthread + 13

Thread 4:
0 libsystem_kernel.dylib 0x00007fff8a1ae5e2 __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff93eb1578 _pthread_wqthread + 1283
2 libsystem_pthread.dylib 0x00007fff93eaf341 start_wqthread + 13

Thread 5:: Qt bearer thread
0 libsystem_kernel.dylib 0x00007fff8a1add3e pselect + 10
1 libsystem_kernel.dylib 0x00007fff8a1ab274 pselect$1050 + 82
2 org.qt-project.QtCore 0x000000010c610398 qt_safe_select(int, fd_set
, fd_set
, fd_set_, timespec const_) + 104
3 org.qt-project.QtCore 0x000000010c611450 QEventDispatcherUNIXPrivate::doSelect(QFlagsQEventLoop::ProcessEventsFlag, timespec*) + 672
4 org.qt-project.QtCore 0x000000010c61251a QEventDispatcherUNIX::processEvents(QFlagsQEventLoop::ProcessEventsFlag) + 234
5 org.qt-project.QtCore 0x000000010c5bf07d QEventLoop::exec(QFlagsQEventLoop::ProcessEventsFlag) + 381
6 org.qt-project.QtCore 0x000000010c413245 QThread::exec() + 117
7 org.qt-project.QtCore 0x000000010c416d93 0x10c3df000 + 228755
8 libsystem_pthread.dylib 0x00007fff93eb199d _pthread_body + 131
9 libsystem_pthread.dylib 0x00007fff93eb191a _pthread_start + 168
10 libsystem_pthread.dylib 0x00007fff93eaf351 thread_start + 13

Thread 6:
0 libsystem_kernel.dylib 0x00007fff8a1ae5e2 __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff93eb1578 _pthread_wqthread + 1283
2 libsystem_pthread.dylib 0x00007fff93eaf341 start_wqthread + 13

Thread 7:: com.apple.CFSocket.private
0 libsystem_kernel.dylib 0x00007fff8a1ae07a __select + 10
1 com.apple.CoreFoundation 0x00007fff94d254fa __CFSocketManager + 762
2 libsystem_pthread.dylib 0x00007fff93eb199d _pthread_body + 131
3 libsystem_pthread.dylib 0x00007fff93eb191a _pthread_start + 168
4 libsystem_pthread.dylib 0x00007fff93eaf351 thread_start + 13

Thread 8:: com.apple.NSEventThread
0 libsystem_kernel.dylib 0x00007fff8a1a7f72 mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff8a1a73b3 mach_msg + 55
2 com.apple.CoreFoundation 0x00007fff94ce81c4 __CFRunLoopServiceMachPort + 212
3 com.apple.CoreFoundation 0x00007fff94ce768c __CFRunLoopRun + 1356
4 com.apple.CoreFoundation 0x00007fff94ce6ed8 CFRunLoopRunSpecific + 296
5 com.apple.AppKit 0x00007fff8b564d95 _NSEventThread + 149
6 libsystem_pthread.dylib 0x00007fff93eb199d _pthread_body + 131
7 libsystem_pthread.dylib 0x00007fff93eb191a _pthread_start + 168
8 libsystem_pthread.dylib 0x00007fff93eaf351 thread_start + 13

Thread 9:: Qt HTTP thread
0 libsystem_kernel.dylib 0x00007fff8a1add3e pselect + 10
1 libsystem_kernel.dylib 0x00007fff8a1ab274 pselect$1050 + 82
2 org.qt-project.QtCore 0x000000010c610398 qt_safe_select(int, fd_set
, fd_set
, fd_set_, timespec const_) + 104
3 org.qt-project.QtCore 0x000000010c611450 QEventDispatcherUNIXPrivate::doSelect(QFlagsQEventLoop::ProcessEventsFlag, timespec*) + 672
4 org.qt-project.QtCore 0x000000010c61251a QEventDispatcherUNIX::processEvents(QFlagsQEventLoop::ProcessEventsFlag) + 234
5 org.qt-project.QtCore 0x000000010c5bf07d QEventLoop::exec(QFlagsQEventLoop::ProcessEventsFlag) + 381
6 org.qt-project.QtCore 0x000000010c413245 QThread::exec() + 117
7 org.qt-project.QtCore 0x000000010c416d93 0x10c3df000 + 228755
8 libsystem_pthread.dylib 0x00007fff93eb199d _pthread_body + 131
9 libsystem_pthread.dylib 0x00007fff93eb191a _pthread_start + 168
10 libsystem_pthread.dylib 0x00007fff93eaf351 thread_start + 13

Thread 10:: Thread (pooled)
0 libsystem_kernel.dylib 0x00007fff8a1addb6 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff93eb2728 _pthread_cond_wait + 767
2 org.qt-project.QtCore 0x000000010c4185c0 0x10c3df000 + 234944
3 org.qt-project.QtCore 0x000000010c4183fb 0x10c3df000 + 234491
4 org.qt-project.QtCore 0x000000010c4182d2 QWaitCondition::wait(QMutex*, unsigned long) + 162
5 org.qt-project.QtCore 0x000000010c413ace 0x10c3df000 + 215758
6 org.qt-project.QtCore 0x000000010c416d93 0x10c3df000 + 228755
7 libsystem_pthread.dylib 0x00007fff93eb199d _pthread_body + 131
8 libsystem_pthread.dylib 0x00007fff93eb191a _pthread_start + 168
9 libsystem_pthread.dylib 0x00007fff93eaf351 thread_start + 13

Thread 11:: QThread
0 libsystem_kernel.dylib 0x00007fff8a1add3e pselect + 10
1 libsystem_kernel.dylib 0x00007fff8a1ab274 pselect$1050 + 82
2 org.qt-project.QtCore 0x000000010c610398 qt_safe_select(int, fd_set
, fd_set
, fd_set_, timespec const_) + 104
3 org.qt-project.QtCore 0x000000010c611450 QEventDispatcherUNIXPrivate::doSelect(QFlagsQEventLoop::ProcessEventsFlag, timespec*) + 672
4 org.qt-project.QtCore 0x000000010c61251a QEventDispatcherUNIX::processEvents(QFlagsQEventLoop::ProcessEventsFlag) + 234
5 org.qt-project.QtCore 0x000000010c5bf07d QEventLoop::exec(QFlagsQEventLoop::ProcessEventsFlag) + 381
6 org.qt-project.QtCore 0x000000010c413245 QThread::exec() + 117
7 org.qt-project.QtCore 0x000000010c416d93 0x10c3df000 + 228755
8 libsystem_pthread.dylib 0x00007fff93eb199d _pthread_body + 131
9 libsystem_pthread.dylib 0x00007fff93eb191a _pthread_start + 168
10 libsystem_pthread.dylib 0x00007fff93eaf351 thread_start + 13

Thread 12:: com.apple.audio.IOThread.client
0 libsystem_kernel.dylib 0x00007fff8a1a7f72 mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff8a1a73b3 mach_msg + 55
2 com.apple.audio.CoreAudio 0x00007fff951aa35e HALB_MachPort::SendMessageWithReply(unsigned int, unsigned int, unsigned int, unsigned int, mach_msg_header_t_, bool, unsigned int) + 98
3 com.apple.audio.CoreAudio 0x00007fff951aa2ec HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int) + 42
4 com.apple.audio.CoreAudio 0x00007fff951a86a9 HALC_ProxyIOContext::IOWorkLoop() + 1149
5 com.apple.audio.CoreAudio 0x00007fff951a815e HALC_ProxyIOContext::IOThreadEntry(void_) + 88
6 com.apple.audio.CoreAudio 0x00007fff951a8033 HALB_IOThread::Entry(void*) + 75
7 libsystem_pthread.dylib 0x00007fff93eb199d _pthread_body + 131
8 libsystem_pthread.dylib 0x00007fff93eb191a _pthread_start + 168
9 libsystem_pthread.dylib 0x00007fff93eaf351 thread_start + 13

Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x0000000000000004 rbx: 0x00007fa2d62c5a80 rcx: 0x0000000000001400 rdx: 0x0000000000000000
rdi: 0x4000000000000000 rsi: 0x00007fa2d62c5a80 rbp: 0x00007fff54611140 rsp: 0x00007fff546110d0
r8: 0x0000000000000007 r9: 0x00007fa2d3d5c2d0 r10: 0x000000009cb9e063 r11: 0x00007fa2d3d00000
r12: 0x00007fa2d3d5b510 r13: 0x00007fa2d3d5b6c0 r14: 0x00007fa2d62c5a80 r15: 0x4000000000000000
rip: 0x000000010c5c209c rfl: 0x0000000000010206 cr2: 0x00007fa2d51a9a00

Logical CPU: 2
Error Code: 0x00000000
Trap Number: 13

Binary Images:
0x10b5ec000 - 0x10b7c7ff7 +org.wint.qdriverstation (0.14 - ???) /Users/USER/Downloads/QDriverStation.app/Contents/MacOS/QDriverStation
0x10b80c000 - 0x10b80efff com.apple.ForceFeedback (1.0.6 - 1.0.6) <2CCA0B39-2B72-3B89-B698-42A57FE59E27> /System/Library/Frameworks/ForceFeedback.framework/Versions/A/ForceFeedback
0x10b819000 - 0x10bd2eff7 +org.qt-project.QtWidgets (5.5 - 5.5.1) <1AF6065B-6055-3DC7-B92D-AA106307735B> /Users/USER/Downloads/QDriverStation.app/Contents/Frameworks/QtWidgets.framework/Versions/5/QtWidgets
0x10be69000 - 0x10c2fdfff +org.qt-project.QtGui (5.5 - 5.5.1) <64584329-006F-386F-B498-C7D0E5FC241E> /Users/USER/Downloads/QDriverStation.app/Contents/Frameworks/QtGui.framework/Versions/5/QtGui
0x10c3df000 - 0x10c8eeff7 +org.qt-project.QtCore (5.5 - 5.5.1) /Users/USER/Downloads/QDriverStation.app/Contents/Frameworks/QtCore.framework/Versions/5/QtCore
0x10c97e000 - 0x10ca13fff +org.qt-project.QtMultimedia (5.5 - 5.5.1) /Users/USER/Downloads/QDriverStation.app/Contents/Frameworks/QtMultimedia.framework/Versions/5/QtMultimedia
0x10ca5c000 - 0x10cb79ff7 +org.qt-project.QtNetwork (5.5 - 5.5.1) <881C101B-D140-3F22-9A11-5D1D1854D3A5> /Users/USER/Downloads/QDriverStation.app/Contents/Frameworks/QtNetwork.framework/Versions/5/QtNetwork
0x10cbb5000 - 0x10cf13ff7 +org.qt-project.QtQml (5.5 - 5.5.1) <1168D24E-E627-36D0-A8B9-12F0EB4B7005> /Users/USER/Downloads/QDriverStation.app/Contents/Frameworks/QtQml.framework/Versions/5/QtQml
0x10cfa1000 - 0x10cfa5fff com.apple.agl (3.3.1 - AGL-3.3.1) <4E401980-0F4F-33E2-A0CF-8C7CCF375F24> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
0x10d251000 - 0x10d2f9fff +libqcocoa.dylib (0) <56ADBA40-C8E0-38A5-8C62-B485E4784B5D> /Users/USER/Downloads/QDriverStation.app/Contents/PlugIns/platforms/libqcocoa.dylib
0x10d332000 - 0x10d399fff +org.qt-project.QtDBus (5.5 - 5.5.1) <245EE4C3-2FE2-3C91-92A3-F2E781973C9A> /Users/USER/Downloads/QDriverStation.app/Contents/Frameworks/QtDBus.framework/Versions/5/QtDBus
0x10f512000 - 0x10f547fff +org.qt-project.QtPrintSupport (5.5 - 5.5.1) <9F5C686D-7C6D-327D-8D1A-DEF6977D4004> /Users/USER/Downloads/QDriverStation.app/Contents/Frameworks/QtPrintSupport.framework/Versions/5/QtPrintSupport
0x111ce8000 - 0x111cfefff +libqcorewlanbearer.dylib (0) <85AA1ED8-0EDC-3AC9-9B56-E47A5632E606> /Users/USER/Downloads/QDriverStation.app/Contents/PlugIns/bearer/libqcorewlanbearer.dylib
0x111d06000 - 0x111d0ffff +libqgenericbearer.dylib (0) <95F094F6-75F7-368D-B1F3-3D6D83653113> /Users/USER/Downloads/QDriverStation.app/Contents/PlugIns/bearer/libqgenericbearer.dylib
0x113c28000 - 0x113c4aff7 libKoreanConverter.dylib (68) /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
0x113ce7000 - 0x113cf9fff libTraditionalChineseConverter.dylib (68) <62CEE84C-366B-3E43-821B-EE072DBF33D7> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
0x113d5e000 - 0x113d5efe7 +cl_kernels (???) cl_kernels
0x131d5c000 - 0x131d78ff7 libJapaneseConverter.dylib (68) /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
0x13c250000 - 0x13c25fff7 libSimplifiedChineseConverter.dylib (68) /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
0x1587f4000 - 0x1587feff7 +libqdds.dylib (0) <1C842A8F-5356-37EF-965C-D52058AEE8C6> /Users/USER/Downloads/QDriverStation.app/Contents/PlugIns/imageformats/libqdds.dylib
0x158803000 - 0x15880aff7 +libqgif.dylib (0) /Users/USER/Downloads/QDriverStation.app/Contents/PlugIns/imageformats/libqgif.dylib
0x15880e000 - 0x158816fff +libqicns.dylib (0) <66B4CECB-D468-3C5F-A419-83B3715E498A> /Users/USER/Downloads/QDriverStation.app/Contents/PlugIns/imageformats/libqicns.dylib
0x15881b000 - 0x158821ff7 +libqico.dylib (0) /Users/USER/Downloads/QDriverStation.app/Contents/PlugIns/imageformats/libqico.dylib
0x158826000 - 0x1588adfff +libqjp2.dylib (0) <6B1F1E04-C0E5-3B0B-89A8-77A616052D9B> /Users/USER/Downloads/QDriverStation.app/Contents/PlugIns/imageformats/libqjp2.dylib
0x1588bb000 - 0x1588f9fff +libqjpeg.dylib (0) <970EDD5A-AE16-3F42-BBB3-34E9E221E752> /Users/USER/Downloads/QDriverStation.app/Contents/PlugIns/imageformats/libqjpeg.dylib
0x1588ff000 - 0x15894fff7 +libqmng.dylib (0) <41A11D2B-EDFD-3EAA-BB25-8E817935D375> /Users/USER/Downloads/QDriverStation.app/Contents/PlugIns/imageformats/libqmng.dylib
0x158957000 - 0x15895bff7 +libqtga.dylib (0) <3614C65E-0566-31A3-A869-176E4E950099> /Users/USER/Downloads/QDriverStation.app/Contents/PlugIns/imageformats/libqtga.dylib
0x15895f000 - 0x1589c1ff7 +libqtiff.dylib (0) <7AA0F0F1-C6F4-394D-8FBC-B20F0288F31D> /Users/USER/Downloads/QDriverStation.app/Contents/PlugIns/imageformats/libqtiff.dylib
0x1589c9000 - 0x1589cdff7 +libqwbmp.dylib (0) <2316A2D2-74D5-3C34-A8D2-FE5E464B93CF> /Users/USER/Downloads/QDriverStation.app/Contents/PlugIns/imageformats/libqwbmp.dylib
0x1589d1000 - 0x158a30fff +libqwebp.dylib (0) /Users/USER/Downloads/QDriverStation.app/Contents/PlugIns/imageformats/libqwebp.dylib
0x158a36000 - 0x158a3afff libFontRegistryUI.dylib (155.2) <8346E80E-5832-3944-A750-FBB9D328C2FE> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framework/Resources/libFontRegistryUI.dylib
0x1597bc000 - 0x15981ffff com.apple.driver.AppleIntelHD4000GraphicsMTLDriver (10.14.66 - 10.1.4) <20C07530-5873-379E-B5BF-621470874BEB> /System/Library/Extensions/AppleIntelHD4000GraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsMTLDriver
0x159cb4000 - 0x159cb8fff com.apple.audio.AppleHDAHALPlugIn (274.9 - 274.9) <4AD9D94F-0CCD-3590-9DEA-CED5706F096A> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
0x159ce5000 - 0x159e15ffb com.apple.audio.units.Components (1.13 - 1.13) <1C4A84C5-11AE-3914-BD30-D066114778D2> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
0x7fff68f04000 - 0x7fff68f3b25f dyld (360.22) /usr/lib/dyld
0x7fff80850000 - 0x7fff809f6ff7 com.apple.audio.toolbox.AudioToolbox (1.13 - 1.13) <082319FC-59F2-3D36-AC9B-94759724E302> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff809fd000 - 0x7fff80aadfff com.apple.backup.framework (1.7.4 - 1.7.4) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x7fff80b9e000 - 0x7fff80d67ff7 com.apple.ImageIO.framework (3.3.0 - 1450) <14333D7C-1DB1-3928-AF9C-9470235ED2CF> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff80d68000 - 0x7fff80d70fff com.apple.CoreServices.FSEvents (1223.10.1 - 1223.10.1) <7F5B7A23-BC1D-3FA9-A9B8-D534F1E1979A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
0x7fff80da3000 - 0x7fff80da3fff libenergytrace.dylib (10.40.1) <0A491CA7-3451-3FD5-999A-58AB4362682B> /usr/lib/libenergytrace.dylib
0x7fff81ec3000 - 0x7fff82169ff7 com.apple.CoreData (120 - 641.3) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff82179000 - 0x7fff822f7fff com.apple.UIFoundation (1.0 - 436.1) /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
0x7fff824b4000 - 0x7fff824ddff7 libxslt.1.dylib (14.2) <6E8D0F06-9086-32D3-9D87-3870A1CE9E99> /usr/lib/libxslt.1.dylib
0x7fff8259f000 - 0x7fff82613ff3 com.apple.securityfoundation (6.0 - 55126) <130656AE-2711-3914-8736-D8B021C93FE0> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff82630000 - 0x7fff82632fff libCGXType.A.dylib (957) /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x7fff82e76000 - 0x7fff82e92ff7 libsystem_malloc.dylib (67.40.1) <5748E8B2-F81C-34C6-8B13-456213127678> /usr/lib/system/libsystem_malloc.dylib
0x7fff82e93000 - 0x7fff82e9bfef libsystem_platform.dylib (74.40.2) <29A905EF-6777-3C33-82B0-6C3A88C4BA15> /usr/lib/system/libsystem_platform.dylib
0x7fff82e9c000 - 0x7fff82f2bff7 libCoreStorage.dylib (517.50.1) /usr/lib/libCoreStorage.dylib
0x7fff82f48000 - 0x7fff8329cfff com.apple.Foundation (6.9 - 1259) <71A9D3A0-0B1F-3E3A-86F3-1486365A6EF2> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff832fc000 - 0x7fff8340aff3 com.apple.desktopservices (1.10.3 - 1.10.3) <3A6906D4-C0B8-30D1-B589-0466E5E42B69> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff8349d000 - 0x7fff834b4fff libmarisa.dylib (4) /usr/lib/libmarisa.dylib
0x7fff83592000 - 0x7fff83596fff com.apple.CommonPanels (1.2.6 - 96) <4AE7E5AE-55B3-37FA-9BDE-B23147ADA2E9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x7fff835ad000 - 0x7fff835d6ff7 libxpc.dylib (765.50.8) <54D1328E-054E-3DAA-89E2-375722F9D18F> /usr/lib/system/libxpc.dylib
0x7fff835f5000 - 0x7fff83653fff com.apple.CoreServices.OSServices (728.12 - 728.12) <776EBD4F-7052-377F-A70D-E2FDBD465A5E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff83654000 - 0x7fff8365cfff libGFXShared.dylib (12.1) <5A0C2493-200C-30BE-97D5-8E8C0B8E604D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff8365d000 - 0x7fff8386afff libicucore.A.dylib (551.51.3) <5BC80F94-C90D-3175-BD96-FF1DC222EC9C> /usr/lib/libicucore.A.dylib
0x7fff83931000 - 0x7fff83948ff7 libsystem_asl.dylib (323.50.1) <41F8E11F-1BD0-3F1D-BA3A-AA1577ED98A9> /usr/lib/system/libsystem_asl.dylib
0x7fff83949000 - 0x7fff83954fff libkxld.dylib (3248.50.21) <99195052-038E-3490-ACF8-76F9AC43897E> /usr/lib/system/libkxld.dylib
0x7fff841f4000 - 0x7fff841f9fff com.apple.ImageCapture (9.0 - 9.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x7fff841fa000 - 0x7fff8426eff7 com.apple.Heimdal (4.0 - 2.0) <5D365381-8B5E-3259-8867-FC4A7D307BDE> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff842eb000 - 0x7fff84329ff7 libGLImage.dylib (12.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff84357000 - 0x7fff8435fffb libsystem_dnssd.dylib (625.50.5) <4D10E12B-59B5-386F-82DA-326F18028F0A> /usr/lib/system/libsystem_dnssd.dylib
0x7fff84a00000 - 0x7fff84a29fff com.apple.ProtectedCloudStorage (1.0 - 1) <7436B2B3-943A-3500-B099-80F133B3E002> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
0x7fff84a2a000 - 0x7fff84a3dfff com.apple.CoreBluetooth (1.0 - 1) /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
0x7fff84a9e000 - 0x7fff84abafff com.apple.GenerationalStorage (2.0 - 239.1) <8C821448-4294-3736-9CEF-467C93785CB9> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x7fff84abb000 - 0x7fff84abbfff com.apple.Carbon (154 - 157) <8F6ED602-5943-3E29-A793-BC331E2C183D> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fff84abc000 - 0x7fff84babfff libxml2.2.dylib (29.7) <32BBF51E-B084-3FC2-AE9C-C008BE84102B> /usr/lib/libxml2.2.dylib
0x7fff84d13000 - 0x7fff84d1eff7 libChineseTokenizer.dylib (16) <79B8C67A-3061-3C78-92CD-4650719E68D4> /usr/lib/libChineseTokenizer.dylib
0x7fff84d22000 - 0x7fff84d30fff com.apple.opengl (12.1.0 - 12.1.0) /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff84d4d000 - 0x7fff84d6fff7 com.apple.Sharing (442.13.6 - 442.13.6) /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
0x7fff8510f000 - 0x7fff85151ff7 com.apple.Metal (56.6 - 56.6) <2B2C0F78-20B8-3878-B9B1-DE18BB92919D> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
0x7fff85152000 - 0x7fff8515bff7 com.apple.CommonAuth (4.0 - 2.0) <4B8673E1-3697-3FE2-8D30-AC7AC5D4F8BF> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff851c0000 - 0x7fff851c2fff libsystem_coreservices.dylib (19.2) <1B3F5AFC-FFCD-3ECB-8B9A-5538366FB20D> /usr/lib/system/libsystem_coreservices.dylib
0x7fff851c3000 - 0x7fff851c4fff com.apple.TrustEvaluationAgent (2.0 - 25) <0239494E-FEFE-39BC-9FC7-E251BA5128F1> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x7fff851c5000 - 0x7fff8524dfff com.apple.CoreSymbolication (3.1 - 58048.1) <4730422E-4178-34F9-8550-BB92F2A4F44B> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fff8524e000 - 0x7fff85267fff com.apple.CFOpenDirectory (10.11 - 194) <11F95672-55E0-3F9D-9171-5E8C56AEE948> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff8553c000 - 0x7fff85831fff com.apple.HIToolbox (2.1.1 - 807.2) <36413C45-36AF-34EF-9C0E-F18B31D1E565> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff8583a000 - 0x7fff858cffff com.apple.ink.framework (10.9 - 214) <1F76CF36-3F79-36B8-BC37-C540AF34B338> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fff8594e000 - 0x7fff85c33ffb com.apple.CoreServices.CarbonCore (1136.2 - 1136.2) <2DBAFC9A-6CD6-351D-B1F4-87D81AA6D640> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff85c34000 - 0x7fff85c39ff7 libmacho.dylib (875.1) <318264FA-58F1-39D8-8285-1F6254EE410E> /usr/lib/system/libmacho.dylib
0x7fff8602d000 - 0x7fff860d4fff com.apple.LanguageModeling (1.0 - 1) <58C18A47-BDE7-3CBE-81C0-797029D170A1> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
0x7fff860f8000 - 0x7fff86129fff com.apple.GSS (4.0 - 2.0) /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff8612a000 - 0x7fff861a1feb libcorecrypto.dylib (335.50.1) /usr/lib/system/libcorecrypto.dylib
0x7fff861a5000 - 0x7fff8643fff3 com.apple.security (7.0 - 57337.50.23) <8B6CF71D-A63E-34C9-9227-0AACAB643584> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff865e1000 - 0x7fff865e2fff libDiagnosticMessagesClient.dylib (100) <4243B6B4-21E9-355B-9C5A-95A216233B96> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff865e3000 - 0x7fff86a11fff com.apple.vision.FaceCore (3.3.1 - 3.3.1) /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
0x7fff86a12000 - 0x7fff86a14ff7 libRadiance.dylib (1450) <0C0DACDA-2040-3D22-A8E7-7035AB624E4A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff86f9e000 - 0x7fff86fa6fff libcopyfile.dylib (127) /usr/lib/system/libcopyfile.dylib
0x7fff87bde000 - 0x7fff87be0fff com.apple.loginsupport (1.0 - 1) <9B2F5F9B-ED38-313F-B798-D2B667BCD6B5> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
0x7fff87be1000 - 0x7fff87c15ff7 com.apple.CoreVideo (1.8 - 191.3) <1AA24A1B-CB84-3F6B-B6DE-11494542649C> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff87c16000 - 0x7fff87c25ffb com.apple.LangAnalysis (1.7.0 - 1.7.0) <18D21123-A3E7-3851-974A-08E5D4540475> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff87c26000 - 0x7fff87c28fff libCVMSPluginSupport.dylib (12.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fff87d08000 - 0x7fff87d2cff7 libJPEG.dylib (1450) <33C07EEE-95CB-33F7-87C1-09CE82F1E478> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff87d2d000 - 0x7fff87d35fef libcldcpuengine.dylib (2.7.3) <511DF05F-B3A1-3810-9901-1F5C1EA278C4> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
0x7fff87dd6000 - 0x7fff87dd6ff7 liblaunch.dylib (765.50.8) <834ED605-5114-3641-AA4D-ECF31B801C50> /usr/lib/system/liblaunch.dylib
0x7fff87dd7000 - 0x7fff8903fff7 com.apple.CoreGraphics (1.600.0 - 957) <0AD5EC17-569E-3864-A637-AD720F5AE0BE> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff891db000 - 0x7fff89211fff libssl.0.9.8.dylib (59.40.2) <523FEBFA-4BF7-3A69-83B7-164265BE7F4D> /usr/lib/libssl.0.9.8.dylib
0x7fff8981b000 - 0x7fff89821fff com.apple.IOAccelerator (205.10 - 205.10) /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
0x7fff89822000 - 0x7fff8983bfff com.apple.openscripting (1.7.1 - 169.1) <36EBF6A7-334A-3197-838F-E8C7B27FCDBB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fff89862000 - 0x7fff89865ff7 libCoreFSCache.dylib (119.5) <2389D7DA-B8EF-3EB4-AAAF-FBEDE01CDECA> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
0x7fff89891000 - 0x7fff898c9ff7 com.apple.RemoteViewServices (2.0 - 101) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fff8992b000 - 0x7fff899b4ff7 com.apple.PerformanceAnalysis (1.0 - 1) <2064F7E8-5C3D-3E18-8029-2D832D13E2A2> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fff899e5000 - 0x7fff89acbfef unorm8_bgra.dylib (2.7.3) /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib
0x7fff89b3e000 - 0x7fff89b83ff7 com.apple.coreservices.SharedFileList (24.4 - 24.5) <1D2AD77B-778F-3253-A295-3D0A32A8121C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
0x7fff89fc0000 - 0x7fff8a0b2ff7 libJP2.dylib (1450) <8337298A-7911-3B56-85C7-BBA2D8D844EE> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff8a0e7000 - 0x7fff8a0f8ff7 libz.1.dylib (61.20.1) /usr/lib/libz.1.dylib
0x7fff8a0f9000 - 0x7fff8a164ff7 com.apple.framework.CoreWLAN (11.0 - 1101.20) <3B35C543-7FCE-333F-80C1-432FA41DDCDE> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x7fff8a191000 - 0x7fff8a195fff libpam.2.dylib (20) /usr/lib/libpam.2.dylib
0x7fff8a196000 - 0x7fff8a196fff com.apple.Accelerate (1.10 - Accelerate 1.10) <5831771A-C1C3-3625-9FE9-2CCB6B2E7EE1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff8a197000 - 0x7fff8a1b5ff7 libsystem_kernel.dylib (3248.50.21) <78E54D59-D2B0-3F54-9A4A-0A68D671F253> /usr/lib/system/libsystem_kernel.dylib
0x7fff8a3cb000 - 0x7fff8a3f6ffb libarchive.2.dylib (33.20.2) <6C370A21-63FD-3A68-B4B3-5333F24B770B> /usr/lib/libarchive.2.dylib
0x7fff8a475000 - 0x7fff8a49cfff com.apple.ChunkingLibrary (167 - 167) /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x7fff8a5a0000 - 0x7fff8a615fff com.apple.framework.IOKit (2.0.2 - 1179.50.2) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff8a669000 - 0x7fff8a692fff libc++abi.dylib (125) /usr/lib/libc++abi.dylib
0x7fff8a6a3000 - 0x7fff8a6e4ff7 libGLU.dylib (12.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff8aaf1000 - 0x7fff8aaf4fff com.apple.IOSurface (108.2.1 - 108.2.1) /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff8abf7000 - 0x7fff8ac20fff libsystem_info.dylib (477.50.4) /usr/lib/system/libsystem_info.dylib
0x7fff8ac21000 - 0x7fff8ade1ffb libBLAS.dylib (1162.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff8af91000 - 0x7fff8af95fff libGIF.dylib (1450) <49D45D41-11AD-38DC-BDC5-9EC57E3B8E30> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff8b02a000 - 0x7fff8b036fff com.apple.SpeechRecognitionCore (2.2.7 - 2.2.7) <6BA06290-D4A3-351C-87F9-B61EF61FF055> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
0x7fff8b037000 - 0x7fff8b0f1fff com.apple.DiscRecording (9.0.1 - 9010.4.3) <540853B2-B123-3560-8023-C92EE229051A> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x7fff8b0fb000 - 0x7fff8b103fff com.apple.NetFS (6.0 - 4.0) <842A5346-24C3-3F22-9ECF-E586A10EA1F2> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff8b106000 - 0x7fff8b106ff7 libkeymgr.dylib (28) <8371CE54-5FDD-3CE9-B3DF-E98C761B6FE0> /usr/lib/system/libkeymgr.dylib
0x7fff8b107000 - 0x7fff8b119fff libsasl2.2.dylib (209) <11C7D200-0CA5-30F4-A19A-178CA81D48FE> /usr/lib/libsasl2.2.dylib
0x7fff8b11a000 - 0x7fff8b125fff libcsfde.dylib (517.50.1) <52F0DB6A-13B8-355E-ADFD-72834D3CA183> /usr/lib/libcsfde.dylib
0x7fff8b126000 - 0x7fff8b12efff com.apple.frameworks.CoreDaemon (1.3 - 1.3) /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
0x7fff8b1c1000 - 0x7fff8b1c4fff libCoreVMClient.dylib (119.5) <560D70FB-709F-3030-96C9-F249FCB7DA6D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff8b380000 - 0x7fff8b3c5ff3 libFontRegistry.dylib (155.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff8b3c6000 - 0x7fff8bfefff7 com.apple.AppKit (6.9 - 1404.47) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff8bff0000 - 0x7fff8c036ff7 libauto.dylib (186) <999E610F-41FC-32A3-ADCA-5EC049B65DFB> /usr/lib/libauto.dylib
0x7fff8c825000 - 0x7fff8c921ff7 libFontParser.dylib (158.6) <267A9AE4-4138-3112-8D73-BDFDC96568FF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff8c929000 - 0x7fff8c937ff7 libbz2.1.0.dylib (38) <28E54258-C0FE-38D4-AB76-1734CACCB344> /usr/lib/libbz2.1.0.dylib
0x7fff8c938000 - 0x7fff8c939ffb libSystem.B.dylib (1226.10.1) /usr/lib/libSystem.B.dylib
0x7fff8c93a000 - 0x7fff8c93afff com.apple.ApplicationServices (48 - 48) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff8c94e000 - 0x7fff8c94ffff libsystem_secinit.dylib (20) <32B1A8C6-DC84-3F4F-B8CE-9A52B47C3E6B> /usr/lib/system/libsystem_secinit.dylib
0x7fff8c950000 - 0x7fff8c956ff7 com.apple.speech.recognition.framework (5.1.1 - 5.1.1) <9E5A980A-F455-32D5-BBEE-3BD6018CC45E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fff8cb54000 - 0x7fff8cbb2fff com.apple.SystemConfiguration (1.14 - 1.14) /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff8cbd1000 - 0x7fff8cbe2fff libcmph.dylib (6) /usr/lib/libcmph.dylib
0x7fff8cd70000 - 0x7fff8cda3ff7 com.apple.MediaKit (16 - 809) /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x7fff8cdfc000 - 0x7fff8ce07fff libGL.dylib (12.1) <70D51643-04AC-3400-8F11-A6FC25985289> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff8ce11000 - 0x7fff8ce2bfff com.apple.Kerberos (3.0 - 1) <1B4744BF-E5AE-38E2-AA56-E22D3270F2E8> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff8ce2e000 - 0x7fff8ce65ff7 com.apple.LDAPFramework (2.4.28 - 194.5) <9AE33BF2-FB17-342D-8F1E-5F83C6E6EB69> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x7fff8cfab000 - 0x7fff8cfb3fff libsystem_networkextension.dylib (385.40.36) <66095DC7-6539-38F2-95EE-458F15F6D014> /usr/lib/system/libsystem_networkextension.dylib
0x7fff8cfb4000 - 0x7fff8cfbefff com.apple.NetAuth (6.0 - 6.0) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff8cfbf000 - 0x7fff8cfc2ff7 com.apple.help (1.3.3 - 46) <35DA4D48-0BC2-35A1-8D7C-40905CDF4F64> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fff8d000000 - 0x7fff8d01bff7 libCRFSuite.dylib (34) <078B4CD8-6A8C-3067-B2BA-0C2A0BAB8AC3> /usr/lib/libCRFSuite.dylib
0x7fff8d01c000 - 0x7fff8d1eaff3 com.apple.QuartzCore (1.11 - 410.14) <076BDE58-8AED-3D47-84FD-548CF8E8EDB9> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff8d1eb000 - 0x7fff8d237ffb com.apple.HIServices (1.22 - 550) <6B76B41C-CF5A-34C4-89F4-EFD7CA3D1C9D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff8da41000 - 0x7fff8da41fff com.apple.Cocoa (6.11 - 22) <807787AB-D231-3F51-A99B-A9314623C571> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x7fff8da84000 - 0x7fff8da92fff libxar.1.dylib (302) <03207F66-2C4A-3DBD-8D81-70F4C85903C4> /usr/lib/libxar.1.dylib
0x7fff8da93000 - 0x7fff8dacdff7 com.apple.DebugSymbols (132 - 132) <23A42C53-B941-3871-9EE2-4C87A46005B5> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fff8e54c000 - 0x7fff8e54eff7 libsystem_configuration.dylib (802.40.13) <3DEB7DF9-6804-37E1-BC83-0166882FF0FF> /usr/lib/system/libsystem_configuration.dylib
0x7fff8e54f000 - 0x7fff8e5a2ff7 libc++.1.dylib (120.1) <8FC3D139-8055-3498-9AC5-6467CB7F4D14> /usr/lib/libc++.1.dylib
0x7fff8e5a3000 - 0x7fff8e5a5fff com.apple.EFILogin (2.0 - 2) <38150198-DD7F-3C73-BCAA-C74BB376393A> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
0x7fff8e70e000 - 0x7fff8e733ff7 libPng.dylib (1450) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff8e776000 - 0x7fff8e776fff com.apple.audio.units.AudioUnit (1.13 - 1.13) <93C1D642-37D4-3692-AD35-DCAD04F9610B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff8e9e5000 - 0x7fff8ea53ff7 com.apple.ApplicationServices.ATS (377 - 394.4) <9779E916-0788-3CAC-B1EC-F68BCB12A2B6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff8eaab000 - 0x7fff8eaabfff libmetal_timestamp.dylib (600.0.44.1) <6576F284-BACA-332A-A6E7-FA1C347636E3> /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dylib
0x7fff8eb41000 - 0x7fff8ebe1fff com.apple.Metadata (10.7.0 - 972.34) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff8ecc1000 - 0x7fff8ecc3ff7 libquarantine.dylib (80) <0F4169F0-0C84-3A25-B3AE-E47B3586D908> /usr/lib/system/libquarantine.dylib
0x7fff8ecc4000 - 0x7fff8ecf1fff libdispatch.dylib (501.40.12) /usr/lib/system/libdispatch.dylib
0x7fff8ecf2000 - 0x7fff8ed7ffff libsystem_c.dylib (1082.50.1) /usr/lib/system/libsystem_c.dylib
0x7fff8ed80000 - 0x7fff8ed85fff com.apple.DiskArbitration (2.7 - 2.7) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff8ed96000 - 0x7fff8ed96fff com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) <848125D3-AF14-3526-8745-FFCDB200CD76> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff8ed97000 - 0x7fff8f102657 libobjc.A.dylib (680) /usr/lib/libobjc.A.dylib
0x7fff8f477000 - 0x7fff8f493ff7 libextension.dylib (78) /usr/lib/libextension.dylib
0x7fff8f494000 - 0x7fff8f499ff7 libheimdal-asn1.dylib (453.40.10) <981DE40B-FA16-36F7-BE92-8C8A115D6CD9> /usr/lib/libheimdal-asn1.dylib
0x7fff8f49a000 - 0x7fff8f4abff7 libsystem_trace.dylib (201.10.3) /usr/lib/system/libsystem_trace.dylib
0x7fff8f519000 - 0x7fff8f580fff com.apple.framework.CoreWiFi (11.0 - 1101.20) <993592F1-B3F1-3FAD-87BD-EA83C361BCCF> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
0x7fff8f59a000 - 0x7fff8f609fff com.apple.datadetectorscore (7.0 - 460) /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff8f60a000 - 0x7fff8f61fff3 libCGInterfaces.dylib (317.9) <473434E1-5269-3077-A047-D05E024AE631> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
0x7fff8f625000 - 0x7fff8f641ff3 libresolv.9.dylib (60) /usr/lib/libresolv.9.dylib
0x7fff8fe10000 - 0x7fff902cefcf com.apple.vImage (8.0 - 8.0) <85FB412E-EB30-3433-A79B-B3970FC83580> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff902cf000 - 0x7fff902d0fff liblangid.dylib (122) <9CC4F0D1-5C51-3B69-BC8F-EE3A51FD0822> /usr/lib/liblangid.dylib
0x7fff902f3000 - 0x7fff9043dff7 com.apple.coreui (2.1 - 366.1) <8138636F-A0A7-31C7-896C-5F5747FA1B2A> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff90504000 - 0x7fff9051eff3 liblzma.5.dylib (10) /usr/lib/liblzma.5.dylib
0x7fff90522000 - 0x7fff9055cfff com.apple.QD (3.12 - 302) <0FE53180-2895-3D14-A1E7-F82DE1D106E1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff907b3000 - 0x7fff907b7fff libcache.dylib (75) <9548AAE9-2AB7-3525-9ECE-A2A7C4688447> /usr/lib/system/libcache.dylib
0x7fff907b8000 - 0x7fff90827fff com.apple.SearchKit (1.4.0 - 1.4.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff90828000 - 0x7fff90879ff7 libcups.2.dylib (435.2) <91584A40-214D-33E8-A613-CE22289037C8> /usr/lib/libcups.2.dylib
0x7fff90aeb000 - 0x7fff90aeeffb libdyld.dylib (360.22) /usr/lib/system/libdyld.dylib
0x7fff90aef000 - 0x7fff90b08fe7 libcompression.dylib (28) /usr/lib/libcompression.dylib
0x7fff90b09000 - 0x7fff90b0bff7 com.apple.securityhi (9.0 - 55006) <1E7BE52B-97EA-371A-AECA-1EE2AD246D8A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fff90b0c000 - 0x7fff90b72ff7 libsystem_network.dylib (583.50.1) /usr/lib/system/libsystem_network.dylib
0x7fff90c1c000 - 0x7fff90c6bff7 com.apple.opencl (2.7.0 - 2.7.0) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff90c6c000 - 0x7fff90c6cfff com.apple.CoreServices (728.12 - 728.12) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff90cac000 - 0x7fff90d50fff com.apple.Bluetooth (4.4.5 - 4.4.5f3) <141F2C36-70B6-32D3-A556-7A605832CDB3> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
0x7fff90d51000 - 0x7fff90d9ffff libcurl.4.dylib (90) <12E01E4B-24C9-394C-9D2C-85CF85D5F459> /usr/lib/libcurl.4.dylib
0x7fff90dbc000 - 0x7fff90dbdff3 com.apple.print.framework.Print (10.0 - 266) <3E85F70C-D7D4-34E1-B88A-C1F503F99CDA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x7fff90ebd000 - 0x7fff90edffff com.apple.IconServices (68.1 - 68.1) /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0x7fff9109f000 - 0x7fff91175ffb com.apple.DiskImagesFramework (10.11.4 - 417.4) <6D26E255-D7BB-3A9D-8B6F-E07D2DBB68AE> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
0x7fff91255000 - 0x7fff912a5ff7 com.apple.Symbolication (1.4 - 58044) /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x7fff915a3000 - 0x7fff915d2ffb libsystem_m.dylib (3105) <08E1A4B2-6448-3DFE-A58C-ACC7335BE7E4> /usr/lib/system/libsystem_m.dylib
0x7fff915d3000 - 0x7fff91700ff3 com.apple.CoreText (352.0 - 494.11) <08E8640E-6602-3A00-BC28-94235FD311B4> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff9182f000 - 0x7fff9183ffff libSparseBLAS.dylib (1162.2) <6F591A0F-80D0-384D-8304-B035C4ED1BBD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
0x7fff91973000 - 0x7fff919c8fff com.apple.AE (701 - 701) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff919c9000 - 0x7fff91bd4fff libFosl_dynamic.dylib (16.24) <5F9DB82D-FD4B-3952-8531-CE020F93ED49> /usr/lib/libFosl_dynamic.dylib
0x7fff933aa000 - 0x7fff933c7ff7 com.apple.AppleVPAFramework (2.1.2 - 2.1.2) <41378C0B-B56A-3A73-9BD0-E06FA1F87B8C> /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA
0x7fff933e0000 - 0x7fff933e1fff libsystem_blocks.dylib (65) <1244D9D5-F6AA-35BB-B307-86851C24B8E5> /usr/lib/system/libsystem_blocks.dylib
0x7fff933e2000 - 0x7fff9342efff com.apple.print.framework.PrintCore (11.2 - 472.2) <5AE8AA6B-CE09-397D-B0D4-0F9CCBF1F77D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff9342f000 - 0x7fff9343bff7 com.apple.OpenDirectory (10.11 - 194) <31A67AD5-5CC2-350A-96D7-821DF4BC4196> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff9343c000 - 0x7fff93447ff7 libcommonCrypto.dylib (60075.50.1) <93732261-34B4-3914-B7A2-90A81A182DBA> /usr/lib/system/libcommonCrypto.dylib
0x7fff9346a000 - 0x7fff93493ffb libRIP.A.dylib (957) <5F18F20D-5921-3314-A9F8-F1B1CB62C83D> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x7fff934f0000 - 0x7fff9357ddd7 com.apple.AppleJPEG (1.0 - 1) <558ACADA-C41F-3EEF-82A0-C2D7B13C5428> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
0x7fff93767000 - 0x7fff93795ff7 com.apple.CoreServicesInternal (248.2 - 248.2) <6E111F0A-D7F1-3738-ADE7-CF983BD4EC8B> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x7fff93aab000 - 0x7fff93eadfff libLAPACK.dylib (1162.2) <42238ED4-6B7A-39D0-BFF2-304A0C287213> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff93eae000 - 0x7fff93eb7ff7 libsystem_pthread.dylib (138.10.4) <3DD1EF4C-1D1B-3ABF-8CC6-B3B1CEEE9559> /usr/lib/system/libsystem_pthread.dylib
0x7fff943f5000 - 0x7fff944e7ff7 libiconv.2.dylib (44) /usr/lib/libiconv.2.dylib
0x7fff944e8000 - 0x7fff94709ff7 com.apple.CoreImage (11.4.0 - 366.4.19) /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff94c5e000 - 0x7fff950d4fff com.apple.CoreFoundation (6.9 - 1258.1) <943A1383-DA6A-3DC0-ABCD-D9AEB3D0D34D> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff950f9000 - 0x7fff950fefff com.apple.TCC (1.0 - 1) /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x7fff950ff000 - 0x7fff95106ff7 libcompiler_rt.dylib (62) /usr/lib/system/libcompiler_rt.dylib
0x7fff9517e000 - 0x7fff9517fffb libremovefile.dylib (41) <552EF39E-14D7-363E-9059-4565AC2F894E> /usr/lib/system/libremovefile.dylib
0x7fff95180000 - 0x7fff951d1fff com.apple.audio.CoreAudio (4.3.0 - 4.3.0) /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff95262000 - 0x7fff952f8fff com.apple.ColorSync (4.9.0 - 4.9.0) <8FC37E20-6579-3CB2-9D49-BC39FC38DF87> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff952f9000 - 0x7fff95302fff com.apple.icloud.FindMyDevice (1.0 - 1) /System/Library/PrivateFrameworks/FindMyDevice.framework/Versions/A/FindMyDevice
0x7fff95303000 - 0x7fff9530ffff com.apple.speech.synthesis.framework (5.4.12 - 5.4.12) <71DA00B8-5EA2-326B-8814-59DB25512F65> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff95310000 - 0x7fff95597ff3 com.apple.CFNetwork (760.5.1 - 760.5.1) /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff9559c000 - 0x7fff955cbff7 com.apple.DictionaryServices (1.2 - 250.3) <30250542-CBAA-39C1-91AA-B57A5DE17594> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff955cc000 - 0x7fff95627ff7 libTIFF.dylib (1450) <5BB63D48-B807-31FB-B13F-05C60584707E> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff95a15000 - 0x7fff95a18fff libsystem_sandbox.dylib (460.50.4) <150A9D3D-F69E-32F7-8C7B-8E72CAAFF7E4> /usr/lib/system/libsystem_sandbox.dylib
0x7fff95a64000 - 0x7fff95b4aff7 libcrypto.0.9.8.dylib (59.40.2) <2486D801-C756-3488-B519-1AA6807E8948> /usr/lib/libcrypto.0.9.8.dylib
0x7fff95b4b000 - 0x7fff95b4bfff libOpenScriptingUtil.dylib (169.1) /usr/lib/libOpenScriptingUtil.dylib
0x7fff95b4c000 - 0x7fff95b63ff7 libsystem_coretls.dylib (83.40.5) /usr/lib/system/libsystem_coretls.dylib
0x7fff95b76000 - 0x7fff95b8cff7 libLinearAlgebra.dylib (1162.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
0x7fff95b8d000 - 0x7fff95b92ff3 libunwind.dylib (35.3) /usr/lib/system/libunwind.dylib
0x7fff95b93000 - 0x7fff95b95ff7 com.apple.xpc.ServiceManagement (1.0 - 1) /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x7fff95ba8000 - 0x7fff95ba8ff7 libunc.dylib (29) /usr/lib/system/libunc.dylib
0x7fff95ba9000 - 0x7fff95bb2ff3 libsystem_notify.dylib (150.40.1) /usr/lib/system/libsystem_notify.dylib
0x7fff95c9b000 - 0x7fff95dadfef libvDSP.dylib (563.5) <5702650E-DF08-3D58-B16F-9EF0A28702B3> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff95db0000 - 0x7fff95e69ff7 libvMisc.dylib (563.5) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff95e83000 - 0x7fff95e85ffb libutil.dylib (43) <4C9BFE8B-563B-3EEA-A323-8F4F14E0A46C> /usr/lib/libutil.dylib
0x7fff95e8a000 - 0x7fff95e92fff com.apple.AppleSRP (5.0 - 1) <840A5C20-6452-36BB-ACF7-29BA6CBF7C48> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
0x7fff95e93000 - 0x7fff96129fff libmecabra.dylib (696.5) /usr/lib/libmecabra.dylib
0x7fff96290000 - 0x7fff963b5fff com.apple.LaunchServices (728.12 - 728.12) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff963b6000 - 0x7fff963dafff com.apple.MultitouchSupport.framework (304.12 - 304.12) <65CB7653-EACD-3ADB-ABB6-2E0671708301> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff963db000 - 0x7fff963deffb libScreenReader.dylib (426.42) <16FC79D1-4573-3E90-945F-CBA22D5185FD> /usr/lib/libScreenReader.dylib
0x7fff963df000 - 0x7fff964fcfff libsqlite3.dylib (216.4) /usr/lib/libsqlite3.dylib
0x7fff9654a000 - 0x7fff96555fff com.apple.CrashReporterSupport (10.11 - 718) <05892B57-F2CD-3C84-B984-0417F6B361DB> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x7fff96f0b000 - 0x7fff96febff7 unorm8_rgba.dylib (2.7.3) <9EB6C346-CFF6-32D7-B4A1-2409DFBCB216> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_rgba.dylib
0x7fff96fec000 - 0x7fff96ffcfff libbsm.0.dylib (34) <7E14504C-A8B0-3574-B6EB-5D5FABC72926> /usr/lib/libbsm.0.dylib
0x7fff971ae000 - 0x7fff971cdff7 com.apple.framework.Apple80211 (11.0 - 1121.34.2) <90477FAE-B835-3931-80FB-FDFF02B21D9D> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211

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

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

                            VIRTUAL   REGION 

REGION TYPE SIZE COUNT (non-coalesced)
=========== ======= =======
ATS (font support) 32.0M 7
ATS (font support) (reserved) 8K 3 reserved VM address space (unallocated)
Accelerate.framework 128K 2
Activity Tracing 2048K 2
CG backing stores 3948K 5
CG image 24K 6
CG shared images 304K 8
CoreAnimation 72K 11
CoreUI image data 612K 7
CoreUI image file 192K 3
Dispatch continuations 8192K 2
Kernel Alloc Once 8K 3
MALLOC 53.0M 27
MALLOC guard page 32K 7
Memory Tag 242 12K 2
Memory Tag 249 156K 2
OpenCL 8K 2
Process Corpse Info 2048K 2
STACK GUARD 56.0M 14
Stack 13.7M 14
VM_ALLOCATE 112K 10
VM_ALLOCATE (reserved) 36K 2 reserved VM address space (unallocated)
__DATA 18.6M 242
__IMAGE 528K 2
__LINKEDIT 95.9M 38
__TEXT 154.0M 243
__UNICODE 552K 2
mapped file 1.1G 24
shared memory 16.3M 11
=========== ======= =======
TOTAL 1.6G 674
TOTAL, minus reserved VM space 1.6G 674

Model: MacBookAir5,1, BootROM MBA51.00EF.B04, 2 processors, Intel Core i7, 2 GHz, 8 GB, SMC 2.4f19
Graphics: Intel HD Graphics 4000, Intel HD Graphics 4000, Built-In
Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x484D5434353153364D465238412D50422020
Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x484D5434353153364D465238412D50422020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xE9), Broadcom BCM43xx 1.0 (7.21.95.175.1a6)
Bluetooth: Version 4.4.5f3 17904, 3 services, 27 devices, 1 incoming serial ports
Network Service: Thunderbolt Ethernet, Ethernet, en3
Network Service: Wi-Fi, AirPort, en0
Network Service: AX88x72A, Ethernet, en7
Serial ATA Device: APPLE SSD TS128E, 121.33 GB
USB Device: USB 2.0 Bus
USB Device: Hub
USB Device: FaceTime HD Camera (Built-in)
USB Device: USB 2.0 Bus
USB Device: Hub
USB Device: Hub
USB Device: Apple Internal Keyboard / Trackpad
USB Device: BRCM20702 Hub
USB Device: Bluetooth USB Host Controller
USB Device: USB 3.0 Bus
Thunderbolt Bus: MacBook Air, Apple Inc., 23.4
`

QDriverStation crashes when quitting on OS X

Quitting QDriverStation causes a crash report to pop up. I'm on OS X 10.9.5.

Here's the details:

Process:         QDriverStation [22947]
Path:            /Applications/QDriverStation.app/Contents/MacOS/QDriverStation
Identifier:      org.wint.qdriverstation
Version:         0.14 (???)
Code Type:       X86-64 (Native)
Parent Process:  launchd [159]
Responsible:     QDriverStation [22947]
User ID:         501

Date/Time:       2016-02-08 17:59:14.809 -0500
OS Version:      Mac OS X 10.9.5 (13F1603)
Report Version:  11
Anonymous UUID:  5C9BC5D4-F769-366C-3A1E-33A7C30D8CDF

Sleep/Wake UUID: 4627D1D2-D082-4004-B4C1-41F42D1F7DA2

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

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: EXC_I386_GPFLT

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   org.qt-project.QtWidgets        0x000000010165520b 0x10160c000 + 299531
1   org.qt-project.QtWidgets        0x0000000101658c9a QGridLayout::~QGridLayout() + 42
2   org.qt-project.QtWidgets        0x000000010166b3e1 QWidget::~QWidget() + 817
3   org.qt-project.QtWidgets        0x000000010166bf8e QWidget::~QWidget() + 14
4   org.qt-project.QtCore           0x00000001023d84d5 QObjectPrivate::deleteChildren() + 245
5   org.qt-project.QtWidgets        0x000000010166b661 QWidget::~QWidget() + 1457
6   org.wint.qdriverstation         0x0000000101440b3e 0x1013e5000 + 375614
7   org.qt-project.QtCore           0x00000001023d84d5 QObjectPrivate::deleteChildren() + 245
8   org.qt-project.QtWidgets        0x000000010166b661 QWidget::~QWidget() + 1457
9   org.qt-project.QtWidgets        0x00000001017cd25e QStackedWidget::~QStackedWidget() + 14
10  org.qt-project.QtCore           0x00000001023d84d5 QObjectPrivate::deleteChildren() + 245
11  org.qt-project.QtWidgets        0x000000010166b661 QWidget::~QWidget() + 1457
12  org.wint.qdriverstation         0x000000010144086e 0x1013e5000 + 374894
13  org.qt-project.QtCore           0x00000001023d84d5 QObjectPrivate::deleteChildren() + 245
14  org.qt-project.QtWidgets        0x000000010166b661 QWidget::~QWidget() + 1457
15  org.qt-project.QtWidgets        0x000000010166bf8e QWidget::~QWidget() + 14
16  org.qt-project.QtCore           0x00000001023d84d5 QObjectPrivate::deleteChildren() + 245
17  org.qt-project.QtWidgets        0x000000010166b661 QWidget::~QWidget() + 1457
18  org.wint.qdriverstation         0x0000000101428f2f MainWindow::~MainWindow() + 479
19  org.wint.qdriverstation         0x0000000101434064 main + 1540
20  org.wint.qdriverstation         0x00000001013ec8f4 start + 52

Thread 1:
0   libsystem_kernel.dylib          0x00007fff88d93e6a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff8d532f08 _pthread_wqthread + 330
2   libsystem_pthread.dylib         0x00007fff8d535fb9 start_wqthread + 13

Thread 2:: Dispatch queue: com.apple.libdispatch-manager
0   libsystem_kernel.dylib          0x00007fff88d94662 kevent64 + 10
1   libdispatch.dylib               0x00007fff911e1421 _dispatch_mgr_invoke + 239
2   libdispatch.dylib               0x00007fff911e1136 _dispatch_mgr_thread + 52

Thread 3:: Qt bearer thread
0   libsystem_kernel.dylib          0x00007fff88d939aa __select + 10
1   org.qt-project.QtCore           0x00000001023fe584 qt_safe_select(int, fd_set*, fd_set*, fd_set*, timespec const*) + 596
2   org.qt-project.QtCore           0x00000001023ff450 QEventDispatcherUNIXPrivate::doSelect(QFlags<QEventLoop::ProcessEventsFlag>, timespec*) + 672
3   org.qt-project.QtCore           0x000000010240051a QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 234
4   org.qt-project.QtCore           0x00000001023ad07d QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 381
5   org.qt-project.QtCore           0x0000000102201245 QThread::exec() + 117
6   org.qt-project.QtCore           0x0000000102204d93 0x1021cd000 + 228755
7   libsystem_pthread.dylib         0x00007fff8d531899 _pthread_body + 138
8   libsystem_pthread.dylib         0x00007fff8d53172a _pthread_start + 137
9   libsystem_pthread.dylib         0x00007fff8d535fc9 thread_start + 13

Thread 4:: com.apple.CFSocket.private
0   libsystem_kernel.dylib          0x00007fff88d939aa __select + 10
1   com.apple.CoreFoundation        0x00007fff8f379a03 __CFSocketManager + 867
2   libsystem_pthread.dylib         0x00007fff8d531899 _pthread_body + 138
3   libsystem_pthread.dylib         0x00007fff8d53172a _pthread_start + 137
4   libsystem_pthread.dylib         0x00007fff8d535fc9 thread_start + 13

Thread 5:
0   libsystem_kernel.dylib          0x00007fff88d8fa1a mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff88d8ed18 mach_msg + 64
2   com.apple.CoreFoundation        0x00007fff8f32df15 __CFRunLoopServiceMachPort + 181
3   com.apple.CoreFoundation        0x00007fff8f32d539 __CFRunLoopRun + 1161
4   com.apple.CoreFoundation        0x00007fff8f32ce75 CFRunLoopRunSpecific + 309
5   com.apple.AppKit                0x00007fff8598505e _NSEventThread + 144
6   libsystem_pthread.dylib         0x00007fff8d531899 _pthread_body + 138
7   libsystem_pthread.dylib         0x00007fff8d53172a _pthread_start + 137
8   libsystem_pthread.dylib         0x00007fff8d535fc9 thread_start + 13

Thread 6:: Qt HTTP thread
0   libsystem_kernel.dylib          0x00007fff88d939aa __select + 10
1   libsystem_c.dylib               0x00007fff8e237bf4 pselect$1050 + 183
2   org.qt-project.QtCore           0x00000001023fe398 qt_safe_select(int, fd_set*, fd_set*, fd_set*, timespec const*) + 104
3   org.qt-project.QtCore           0x00000001023ff450 QEventDispatcherUNIXPrivate::doSelect(QFlags<QEventLoop::ProcessEventsFlag>, timespec*) + 672
4   org.qt-project.QtCore           0x000000010240051a QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 234
5   org.qt-project.QtCore           0x00000001023ad07d QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 381
6   org.qt-project.QtCore           0x0000000102201245 QThread::exec() + 117
7   org.qt-project.QtCore           0x0000000102204d93 0x1021cd000 + 228755
8   libsystem_pthread.dylib         0x00007fff8d531899 _pthread_body + 138
9   libsystem_pthread.dylib         0x00007fff8d53172a _pthread_start + 137
10  libsystem_pthread.dylib         0x00007fff8d535fc9 thread_start + 13

Thread 7:: Thread (pooled)
0   libsystem_kernel.dylib          0x00007fff88d93716 __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fff8d533c3b _pthread_cond_wait + 727
2   org.qt-project.QtCore           0x00000001022065c0 0x1021cd000 + 234944
3   org.qt-project.QtCore           0x00000001022063fb 0x1021cd000 + 234491
4   org.qt-project.QtCore           0x00000001022062d2 QWaitCondition::wait(QMutex*, unsigned long) + 162
5   org.qt-project.QtCore           0x0000000102201ace 0x1021cd000 + 215758
6   org.qt-project.QtCore           0x0000000102204d93 0x1021cd000 + 228755
7   libsystem_pthread.dylib         0x00007fff8d531899 _pthread_body + 138
8   libsystem_pthread.dylib         0x00007fff8d53172a _pthread_start + 137
9   libsystem_pthread.dylib         0x00007fff8d535fc9 thread_start + 13

Thread 8:: Thread (pooled)
0   libsystem_kernel.dylib          0x00007fff88d93716 __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fff8d533c3b _pthread_cond_wait + 727
2   org.qt-project.QtCore           0x00000001022065c0 0x1021cd000 + 234944
3   org.qt-project.QtCore           0x00000001022063fb 0x1021cd000 + 234491
4   org.qt-project.QtCore           0x00000001022062d2 QWaitCondition::wait(QMutex*, unsigned long) + 162
5   org.qt-project.QtCore           0x0000000102201ace 0x1021cd000 + 215758
6   org.qt-project.QtCore           0x0000000102204d93 0x1021cd000 + 228755
7   libsystem_pthread.dylib         0x00007fff8d531899 _pthread_body + 138
8   libsystem_pthread.dylib         0x00007fff8d53172a _pthread_start + 137
9   libsystem_pthread.dylib         0x00007fff8d535fc9 thread_start + 13

Thread 9:: QThread
0   libsystem_kernel.dylib          0x00007fff88d939aa __select + 10
1   libsystem_c.dylib               0x00007fff8e237bf4 pselect$1050 + 183
2   org.qt-project.QtCore           0x00000001023fe398 qt_safe_select(int, fd_set*, fd_set*, fd_set*, timespec const*) + 104
3   org.qt-project.QtCore           0x00000001023ff450 QEventDispatcherUNIXPrivate::doSelect(QFlags<QEventLoop::ProcessEventsFlag>, timespec*) + 672
4   org.qt-project.QtCore           0x000000010240051a QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 234
5   org.qt-project.QtCore           0x00000001023ad07d QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 381
6   org.qt-project.QtCore           0x0000000102201245 QThread::exec() + 117
7   org.qt-project.QtCore           0x0000000102204d93 0x1021cd000 + 228755
8   libsystem_pthread.dylib         0x00007fff8d531899 _pthread_body + 138
9   libsystem_pthread.dylib         0x00007fff8d53172a _pthread_start + 137
10  libsystem_pthread.dylib         0x00007fff8d535fc9 thread_start + 13

Thread 10:: com.apple.audio.IOThread.client
0   libsystem_kernel.dylib          0x00007fff88d8fa1a mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff88d8ed18 mach_msg + 64
2   com.apple.audio.CoreAudio       0x00007fff8f2937fc HALB_MachPort::SendMessageWithReply(unsigned int, unsigned int, unsigned int, unsigned int, mach_msg_header_t*, bool, unsigned int) + 98
3   com.apple.audio.CoreAudio       0x00007fff8f29378a HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int) + 42
4   com.apple.audio.CoreAudio       0x00007fff8f291efc HALC_ProxyIOContext::IOWorkLoop() + 1140
5   com.apple.audio.CoreAudio       0x00007fff8f2919dd HALC_ProxyIOContext::IOThreadEntry(void*) + 97
6   com.apple.audio.CoreAudio       0x00007fff8f29189d HALB_IOThread::Entry(void*) + 75
7   libsystem_pthread.dylib         0x00007fff8d531899 _pthread_body + 138
8   libsystem_pthread.dylib         0x00007fff8d53172a _pthread_start + 137
9   libsystem_pthread.dylib         0x00007fff8d535fc9 thread_start + 13

Thread 11:
0   libsystem_kernel.dylib          0x00007fff88d93e6a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff8d532f08 _pthread_wqthread + 330
2   libsystem_pthread.dylib         0x00007fff8d535fb9 start_wqthread + 13

Thread 12:
0   libsystem_kernel.dylib          0x00007fff88d93e6a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff8d532f08 _pthread_wqthread + 330
2   libsystem_pthread.dylib         0x00007fff8d535fb9 start_wqthread + 13

Thread 13:: QScanThread
0   libsystem_kernel.dylib          0x00007fff88d939aa __select + 10
1   com.apple.framework.CoreWLAN    0x00007fff8abc491a _waitForScanComplete + 336
2   com.apple.framework.CoreWLAN    0x00007fff8abc3d65 Apple80211Scan + 889
3   com.apple.framework.CoreWLAN    0x00007fff8ab9ef34 -[CWInterface(Private) scanForNetworksWithChannels:ssid:bssid:restTime:dwellTime:ssidList:error:] + 1613
4   com.apple.framework.CoreWLAN    0x00007fff8ab9ae77 -[CWInterface scanForNetworksWithSSID:error:] + 171
5   libqcorewlanbearer.dylib        0x00000001049228ba 0x10491d000 + 22714
6   org.qt-project.QtCore           0x0000000102204d93 0x1021cd000 + 228755
7   libsystem_pthread.dylib         0x00007fff8d531899 _pthread_body + 138
8   libsystem_pthread.dylib         0x00007fff8d53172a _pthread_start + 137
9   libsystem_pthread.dylib         0x00007fff8d535fc9 thread_start + 13

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0xbadd4e5b9ed4bead  rbx: 0x0000600000622480  rcx: 0x00006000003ef800  rdx: 0x000000000000000b
  rdi: 0x000060000024d980  rsi: 0x00006000003ef860  rbp: 0x00007fff5e81a4d0  rsp: 0x00007fff5e81a4b0
   r8: 0x000000000000000b   r9: 0x000000000000000f  r10: 0x00000000a155fe61  r11: 0x00000000dccd6fdc
  r12: 0x00000001024fb6b8  r13: 0x00006080004407e0  r14: 0x00007f9770431630  r15: 0x00007f9770431718
  rip: 0x000000010165520b  rfl: 0x0000000000010202  cr2: 0x00007f977056ff40

Logical CPU:     1
Error Code:      0x00000000
Trap Number:     13


Binary Images:
       0x1013e5000 -        0x1015c0ff7 +org.wint.qdriverstation (0.14 - ???) <F2487407-DFFD-3CC5-B7A7-4903340D759E> /Applications/QDriverStation.app/Contents/MacOS/QDriverStation
       0x101602000 -        0x101604fff  com.apple.ForceFeedback (1.0.6 - 1.0.6) <D21AD43F-147B-3B50-89AB-26695EB89998> /System/Library/Frameworks/ForceFeedback.framework/Versions/A/ForceFeedback
       0x10160c000 -        0x101b21ff7 +org.qt-project.QtWidgets (5.5 - 5.5.1) <1AF6065B-6055-3DC7-B92D-AA106307735B> /Applications/QDriverStation.app/Contents/Frameworks/QtWidgets.framework/Versions/5/QtWidgets
       0x101c5c000 -        0x1020f0fff +org.qt-project.QtGui (5.5 - 5.5.1) <64584329-006F-386F-B498-C7D0E5FC241E> /Applications/QDriverStation.app/Contents/Frameworks/QtGui.framework/Versions/5/QtGui
       0x1021cd000 -        0x1026dcff7 +org.qt-project.QtCore (5.5 - 5.5.1) <D07C940F-8EB1-3F47-942F-6A00BCBCCD06> /Applications/QDriverStation.app/Contents/Frameworks/QtCore.framework/Versions/5/QtCore
       0x102769000 -        0x1027fefff +org.qt-project.QtMultimedia (5.5 - 5.5.1) <FD73FF26-8C6B-3FE2-8EAF-AAB8D98EA31B> /Applications/QDriverStation.app/Contents/Frameworks/QtMultimedia.framework/Versions/5/QtMultimedia
       0x102845000 -        0x102962ff7 +org.qt-project.QtNetwork (5.5 - 5.5.1) <881C101B-D140-3F22-9A11-5D1D1854D3A5> /Applications/QDriverStation.app/Contents/Frameworks/QtNetwork.framework/Versions/5/QtNetwork
       0x10299a000 -        0x102cf8ff7 +org.qt-project.QtQml (5.5 - 5.5.1) <1168D24E-E627-36D0-A8B9-12F0EB4B7005> /Applications/QDriverStation.app/Contents/Frameworks/QtQml.framework/Versions/5/QtQml
       0x102d8b000 -        0x102d8ffff  com.apple.agl (3.2.3 - AGL-3.2.3) <9851E4CC-DA6B-3AF4-9B06-61BAC289572D> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
       0x1045d8000 -        0x104680fff +libqcocoa.dylib (0) <56ADBA40-C8E0-38A5-8C62-B485E4784B5D> /Applications/QDriverStation.app/Contents/PlugIns/platforms/libqcocoa.dylib
       0x1046b9000 -        0x104720fff +org.qt-project.QtDBus (5.5 - 5.5.1) <245EE4C3-2FE2-3C91-92A3-F2E781973C9A> /Applications/QDriverStation.app/Contents/Frameworks/QtDBus.framework/Versions/5/QtDBus
       0x104735000 -        0x10476afff +org.qt-project.QtPrintSupport (5.5 - 5.5.1) <9F5C686D-7C6D-327D-8D1A-DEF6977D4004> /Applications/QDriverStation.app/Contents/Frameworks/QtPrintSupport.framework/Versions/5/QtPrintSupport
       0x104810000 -        0x10481aff7 +libqdds.dylib (0) <1C842A8F-5356-37EF-965C-D52058AEE8C6> /Applications/QDriverStation.app/Contents/PlugIns/imageformats/libqdds.dylib
       0x10481f000 -        0x104826ff7 +libqgif.dylib (0) <E95776B6-59F4-335C-AC4C-020CF2304BDA> /Applications/QDriverStation.app/Contents/PlugIns/imageformats/libqgif.dylib
       0x10482a000 -        0x104832fff +libqicns.dylib (0) <66B4CECB-D468-3C5F-A419-83B3715E498A> /Applications/QDriverStation.app/Contents/PlugIns/imageformats/libqicns.dylib
       0x104837000 -        0x10483dff7 +libqico.dylib (0) <F2C8D3FB-3F4F-3ECA-B89B-D712FDCD6081> /Applications/QDriverStation.app/Contents/PlugIns/imageformats/libqico.dylib
       0x104842000 -        0x104880fff +libqjpeg.dylib (0) <970EDD5A-AE16-3F42-BBB3-34E9E221E752> /Applications/QDriverStation.app/Contents/PlugIns/imageformats/libqjpeg.dylib
       0x104886000 -        0x10488aff7 +libqtga.dylib (0) <3614C65E-0566-31A3-A869-176E4E950099> /Applications/QDriverStation.app/Contents/PlugIns/imageformats/libqtga.dylib
       0x10488e000 -        0x104892ff7 +libqwbmp.dylib (0) <2316A2D2-74D5-3C34-A8D2-FE5E464B93CF> /Applications/QDriverStation.app/Contents/PlugIns/imageformats/libqwbmp.dylib
       0x10491d000 -        0x104933fff +libqcorewlanbearer.dylib (0) <85AA1ED8-0EDC-3AC9-9B56-E47A5632E606> /Applications/QDriverStation.app/Contents/PlugIns/bearer/libqcorewlanbearer.dylib
       0x10493b000 -        0x104944fff +libqgenericbearer.dylib (0) <95F094F6-75F7-368D-B1F3-3D6D83653113> /Applications/QDriverStation.app/Contents/PlugIns/bearer/libqgenericbearer.dylib
       0x104c74000 -        0x104cfbfff +libqjp2.dylib (0) <6B1F1E04-C0E5-3B0B-89A8-77A616052D9B> /Applications/QDriverStation.app/Contents/PlugIns/imageformats/libqjp2.dylib
       0x104d09000 -        0x104d59ff7 +libqmng.dylib (0) <41A11D2B-EDFD-3EAA-BB25-8E817935D375> /Applications/QDriverStation.app/Contents/PlugIns/imageformats/libqmng.dylib
       0x104d61000 -        0x104dc3ff7 +libqtiff.dylib (0) <7AA0F0F1-C6F4-394D-8FBC-B20F0288F31D> /Applications/QDriverStation.app/Contents/PlugIns/imageformats/libqtiff.dylib
       0x104dcb000 -        0x104dcfff9  libFontRegistryUI.dylib (127.0.1) <80D54383-4576-3B3D-93BD-8C5C861819C6> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framework/Resources/libFontRegistryUI.dylib
       0x1070c5000 -        0x107124fff +libqwebp.dylib (0) <FF105B6E-760B-35BD-8732-B2534C1DE0BF> /Applications/QDriverStation.app/Contents/PlugIns/imageformats/libqwebp.dylib
       0x1071ad000 -        0x1071b1ffd  com.apple.audio.AppleHDAHALPlugIn (2.6.3 - 2.6.3f7) <61937EC9-7F0C-37F3-8BFF-466184B39C63> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
       0x107aa9000 -        0x107c7afff  com.apple.audio.units.Components (1.10 - 1.10) <FF94282C-BC8B-32FD-9761-AAF1A9F76761> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x7fff6eb53000 -     0x7fff6eb86817  dyld (239.4) <042C4CED-6FB2-3B1C-948B-CAF2EE3B9F7A> /usr/lib/dyld
    0x7fff8386a000 -     0x7fff838a5fff  com.apple.bom (14.0 - 193.1) <EF24A562-6D3C-379E-8B9B-FAE0E4A0EF7C> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x7fff838a6000 -     0x7fff83a42ff3  com.apple.QuartzCore (1.8 - 332.4) <CFB972D1-FA37-380C-9A47-2A67A84B7442> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff83b08000 -     0x7fff83b09ff7  libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff83b4e000 -     0x7fff83c3fff9  libiconv.2.dylib (41) <BB44B115-AC32-3877-A0ED-AEC6232A4563> /usr/lib/libiconv.2.dylib
    0x7fff83c40000 -     0x7fff83c92fff  libc++.1.dylib (120) <4F68DFC5-2077-39A8-A449-CAC5FDEE7BDE> /usr/lib/libc++.1.dylib
    0x7fff83c93000 -     0x7fff83cdaffb  libFontRegistry.dylib (127.0.1) <F267F500-6E4A-3BE3-97C1-08AAA649E02E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff83cdb000 -     0x7fff83cdcfff  libsystem_sandbox.dylib (278.11.2) <0C93EB23-7364-3670-B511-212A7A524695> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff83cf6000 -     0x7fff83d34ff7  libGLImage.dylib (9.6.5) <C242B319-6F4B-3FB3-8FCE-0B77424F0BED> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff83d35000 -     0x7fff83d42ff0  libbz2.1.0.dylib (29) <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib
    0x7fff83dd1000 -     0x7fff83dd8fff  com.apple.NetFS (6.0 - 4.0) <8E26C099-CE9D-3819-91A2-64EA929C6137> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff83de8000 -     0x7fff83dedff7  libunwind.dylib (35.3) <78DCC358-2FC1-302E-B395-0155B47CB547> /usr/lib/system/libunwind.dylib
    0x7fff83e22000 -     0x7fff83e51fff  com.apple.DebugSymbols (106 - 106) <E1BDED08-523A-36F4-B2DA-9D5C712F0AC7> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff83ebc000 -     0x7fff83f28fff  com.apple.framework.IOKit (2.0.1 - 907.100.14) <10932113-9F7E-38A0-A158-A019A555CAC3> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff83fa3000 -     0x7fff83fa5ff3  libsystem_configuration.dylib (596.15) <4998CB6A-9D54-390A-9F57-5D1AC53C135C> /usr/lib/system/libsystem_configuration.dylib
    0x7fff83fba000 -     0x7fff83fcafff  libbsm.0.dylib (33) <2CAC00A2-1352-302A-88FA-C567D4D69179> /usr/lib/libbsm.0.dylib
    0x7fff83ff0000 -     0x7fff8400cfff  libresolv.9.dylib (54) <11C2C826-F1C6-39C6-B4E8-6E0C41D4FA95> /usr/lib/libresolv.9.dylib
    0x7fff845fe000 -     0x7fff8460bff4  com.apple.Librarian (1.2 - 1) <F1A2744D-8536-32C7-8218-9972C6300DAE> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
    0x7fff84642000 -     0x7fff84643fff  libunc.dylib (28) <62682455-1862-36FE-8A04-7A6B91256438> /usr/lib/system/libunc.dylib
    0x7fff84644000 -     0x7fff8465dff7  com.apple.Ubiquity (1.3 - 289) <C7F1B734-CE81-334D-BE41-8B20D95A1F9B> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x7fff8465e000 -     0x7fff8465effd  com.apple.audio.units.AudioUnit (1.10 - 1.10) <68B21135-55A6-3563-A3D6-3E692A7DEB7F> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff8469a000 -     0x7fff84707ff1  com.apple.ApplicationServices.ATS (360 - 363.6) <828C2711-4577-3F75-B436-3BDF328DFB11> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff84992000 -     0x7fff8499fff7  libxar.1.dylib (202) <5572AA71-E98D-3FE1-9402-BB4A84E0E71E> /usr/lib/libxar.1.dylib
    0x7fff849a0000 -     0x7fff84a05ffb  com.apple.Heimdal (4.0 - 2.0) <C28DBCAE-01AC-363A-9046-3BD33F225526> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff84a06000 -     0x7fff84a2fff7  libc++abi.dylib (49.1) <21A807D3-6732-3455-B77F-743E9F916DF0> /usr/lib/libc++abi.dylib
    0x7fff84a30000 -     0x7fff84a60fff  com.apple.IconServices (25 - 25.17) <4751127E-FBD5-3ED5-8510-08D4E4166EFE> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fff84c52000 -     0x7fff84d39fff  libxml2.2.dylib (26.2) <FFA6BCAE-6D2F-3B1E-B4D1-939939924708> /usr/lib/libxml2.2.dylib
    0x7fff84d3a000 -     0x7fff84dfeff7  com.apple.backup.framework (1.5.5 - 1.5.5) <CA77A4FC-7B76-30C7-94BE-FF4B8140D05A> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff84dff000 -     0x7fff84f53ff3  com.apple.audio.toolbox.AudioToolbox (1.10 - 1.10) <69B273E8-5A8E-3FC7-B807-C16B657662FE> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff851f0000 -     0x7fff853a8ffb  libicucore.A.dylib (511.36) <9AAC5980-2C1F-3B86-8A16-DB533F5E7C84> /usr/lib/libicucore.A.dylib
    0x7fff853a9000 -     0x7fff853baff7  libsystem_asl.dylib (217.1.4) <655FB343-52CF-3E2F-B14D-BEBF5AAEF94D> /usr/lib/system/libsystem_asl.dylib
    0x7fff853bb000 -     0x7fff856bbff7  com.apple.Foundation (6.9 - 1056.17) <E0B0FAF6-5CA8-3EEB-8BF2-104C0AEEF925> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff8574e000 -     0x7fff85755fff  libcompiler_rt.dylib (35) <4CD916B2-1B17-362A-B403-EF24A1DAC141> /usr/lib/system/libcompiler_rt.dylib
    0x7fff857ae000 -     0x7fff857c0fff  com.apple.ImageCapture (9.0 - 9.0) <BE0B65DA-3031-359B-8BBA-B9803D4ADBF4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff857c1000 -     0x7fff86337ff7  com.apple.AppKit (6.9 - 1265.21) <9DC13B27-841D-3839-93B2-3EDE66157BDE> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff86338000 -     0x7fff863e8ff7  libvMisc.dylib (423.32) <049C0735-1808-39B9-943F-76CB8021744F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff863f0000 -     0x7fff8641aff7  libpcap.A.dylib (42) <91D3FF51-D6FE-3C05-98C9-1182E0EC3D58> /usr/lib/libpcap.A.dylib
    0x7fff8641b000 -     0x7fff8654bff7  com.apple.desktopservices (1.8.3 - 1.8.3) <225BEC20-F8E0-3F22-9560-890A1A5B9050> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff8660d000 -     0x7fff86626ff7  com.apple.Kerberos (3.0 - 1) <F108AFEB-198A-3BAF-BCA5-9DFCE55EFF92> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff86658000 -     0x7fff86666fff  com.apple.opengl (9.6.5 - 9.6.5) <4FAEADD8-EEB3-3FD9-ADC6-BA65806228CC> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff86667000 -     0x7fff8669fff7  com.apple.RemoteViewServices (2.0 - 94) <3F34D630-3DDB-3411-BC28-A56A9B55EBDA> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff86807000 -     0x7fff86813ff7  com.apple.OpenDirectory (10.9 - 173.90.1) <383F96FF-1DF3-37E8-8540-03A697C873F6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff86b8c000 -     0x7fff86b97fff  libGL.dylib (9.6.5) <A5F36623-33E8-379D-A423-8F873018CD79> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff86b98000 -     0x7fff86e42ff5  com.apple.HIToolbox (2.1.1 - 698) <26FF0E2C-1CD7-311F-ACF0-84F3D5273AD6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff86e43000 -     0x7fff86e5eff7  libsystem_malloc.dylib (23.10.1) <A695B4E4-38E9-332E-A772-29D31E3F1385> /usr/lib/system/libsystem_malloc.dylib
    0x7fff87ec7000 -     0x7fff87ec7fff  com.apple.Accelerate (1.9 - Accelerate 1.9) <509BB27A-AE62-366D-86D8-0B06D217CF56> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff881c6000 -     0x7fff88291fff  libvDSP.dylib (423.32) <3BF732BE-DDE0-38EB-8C54-E4E3C64F77A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff88292000 -     0x7fff882eaff7  com.apple.Symbolication (1.4 - 129.0.2) <56F5E42C-4A23-3D0C-A830-616A03C16725> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fff883ca000 -     0x7fff883d9ff8  com.apple.LangAnalysis (1.7.0 - 1.7.0) <8FE131B6-1180-3892-98F5-C9C9B79072D4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff8842f000 -     0x7fff8844aff7  libCRFSuite.dylib (34) <FFAE75FA-C54E-398B-AA97-18164CD9789D> /usr/lib/libCRFSuite.dylib
    0x7fff8844b000 -     0x7fff885e6ff8  com.apple.CFNetwork (673.6 - 673.6) <CAA196FE-BF5A-384F-975E-E0F81359805B> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff885e7000 -     0x7fff88673ff7  com.apple.ink.framework (10.9 - 207) <8A50B893-AD03-3826-8555-A54FEAF08F47> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff88674000 -     0x7fff88675fff  liblangid.dylib (117) <9546E641-F730-3AB0-B3CD-E0E2FDD173D9> /usr/lib/liblangid.dylib
    0x7fff88676000 -     0x7fff8875aff7  com.apple.coreui (2.2 - 231.1) <187DF89C-8A64-366D-8782-F90315FA3CD7> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff8878a000 -     0x7fff888f8ff7  libBLAS.dylib (1094.5) <DE93A590-5FA5-32A2-A16C-5D7D7361769F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff888f9000 -     0x7fff888f9ff7  libkeymgr.dylib (28) <3AA8D85D-CF00-3BD3-A5A0-E28E1A32A6D8> /usr/lib/system/libkeymgr.dylib
    0x7fff889e5000 -     0x7fff889edffc  libGFXShared.dylib (9.6.5) <FCCD0CD3-02FD-3A79-B048-A14745D76CC8> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff88a18000 -     0x7fff88a1cfff  libpam.2.dylib (20) <B93CE8F5-DAA8-30A1-B1F6-F890509513CB> /usr/lib/libpam.2.dylib
    0x7fff88a1d000 -     0x7fff88c65ff7  com.apple.CoreData (107 - 481.3) <E78734AA-E3D0-33CB-A014-620BBCAB2E96> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff88c66000 -     0x7fff88c8aff7  libJPEG.dylib (1048) <3C999DC3-8A51-3CA9-9AB8-7F9DBA278FE6> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff88d7e000 -     0x7fff88d9aff7  libsystem_kernel.dylib (2422.115.14) <8116098D-B3F1-3E50-A934-576DD6369234> /usr/lib/system/libsystem_kernel.dylib
    0x7fff88dda000 -     0x7fff88eb7fff  libcrypto.0.9.8.dylib (52.8.4) <E03DB1E7-4CC6-3338-B67D-F69BE2FB28FC> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff88eb8000 -     0x7fff88ef7fff  libGLU.dylib (9.6.5) <7463B411-2DB0-3338-BC8D-403293E2CA34> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff893ff000 -     0x7fff89441ff7  libauto.dylib (185.5) <F45C36E8-B606-3886-B5B1-B6745E757CA8> /usr/lib/libauto.dylib
    0x7fff89442000 -     0x7fff89446ff7  libheimdal-asn1.dylib (323.92.2) <979AEAA0-59B3-3E99-94B1-9BB9C6C45273> /usr/lib/libheimdal-asn1.dylib
    0x7fff89447000 -     0x7fff89448fff  com.apple.TrustEvaluationAgent (2.0 - 25) <334A82F4-4AE4-3719-A511-86D0B0723E2B> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff89449000 -     0x7fff8944fff7  libsystem_platform.dylib (24.90.1) <3C3D3DA8-32B9-3243-98EC-D89B9A1670B3> /usr/lib/system/libsystem_platform.dylib
    0x7fff89502000 -     0x7fff89531ff9  com.apple.GSS (4.0 - 2.0) <27FCA2B4-0767-3002-8755-862B19B5CF92> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff89a8e000 -     0x7fff89a91fff  com.apple.help (1.3.3 - 46) <AE763646-D07A-3F9A-ACD4-F5CBD734EE36> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff89a9d000 -     0x7fff89b87fff  libsqlite3.dylib (158) <00269BF9-43BE-39E0-9C85-24585B9923C8> /usr/lib/libsqlite3.dylib
    0x7fff89bd3000 -     0x7fff89bebfff  com.apple.openscripting (1.4.1 - 157.1) <2C6C6498-D88E-3D9B-B933-9873890F382E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff89bec000 -     0x7fff89beffff  libCoreVMClient.dylib (58.1) <EBC36C69-C896-3C3D-8589-3E9023E7E56F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff89d1f000 -     0x7fff89d1ffff  com.apple.Cocoa (6.8 - 20) <E90E99D7-A425-3301-A025-D9E0CD11918E> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff89d20000 -     0x7fff89d28ff3  libCGCMS.A.dylib (599.35.12) <E27B2C59-AC0B-3B1F-86BC-FF0B9C7743F8> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS.A.dylib
    0x7fff89d34000 -     0x7fff89e22fff  libJP2.dylib (1048) <19B37CB6-C864-3830-87FE-BB53F8542FB0> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff89e23000 -     0x7fff89e34ff7  libz.1.dylib (53) <42E0C8C6-CA38-3CA4-8619-D24ED5DD492E> /usr/lib/libz.1.dylib
    0x7fff89e47000 -     0x7fff89e4fff7  com.apple.speech.recognition.framework (4.2.4 - 4.2.4) <98BBB3E4-6239-3EF1-90B2-84EA0D3B8D61> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff89e53000 -     0x7fff89e82fd2  libsystem_m.dylib (3047.16) <B7F0E2E4-2777-33FC-A787-D6430B630D54> /usr/lib/system/libsystem_m.dylib
    0x7fff89ecd000 -     0x7fff89eceff7  libsystem_blocks.dylib (63) <FB856CD1-2AEA-3907-8E9B-1E54B6827F82> /usr/lib/system/libsystem_blocks.dylib
    0x7fff89ecf000 -     0x7fff89f08ff7  com.apple.QD (3.50 - 298) <C1F20764-DEF0-34CF-B3AB-AB5480D64E66> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff89f09000 -     0x7fff8a1ddfc7  com.apple.vImage (7.0 - 7.0) <D241DBFA-AC49-31E2-893D-EAAC31890C90> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff8a1de000 -     0x7fff8a1defff  com.apple.ApplicationServices (48 - 48) <3E3F01A8-314D-378F-835E-9CC4F8820031> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff8a1df000 -     0x7fff8a1e6ffb  libcopyfile.dylib (103.92.1) <CF29DFF6-0589-3590-834C-82E2316612E8> /usr/lib/system/libcopyfile.dylib
    0x7fff8a294000 -     0x7fff8a2efffb  com.apple.AE (665.5 - 665.6) <9B17E7B7-D493-346A-827E-6DF1474E4977> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff8a30f000 -     0x7fff8a336ffb  libsystem_info.dylib (449.1.4) <12CD9E42-8CEE-3A8D-B006-F8A6EB98804D> /usr/lib/system/libsystem_info.dylib
    0x7fff8a467000 -     0x7fff8a469fff  libCVMSPluginSupport.dylib (9.6.5) <9DE29AD9-5F59-3B9B-899C-4DED190CB817> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff8a6ed000 -     0x7fff8a6f1ff7  libcache.dylib (62) <BDC1E65B-72A1-3DA3-A57C-B23159CAAD0B> /usr/lib/system/libcache.dylib
    0x7fff8a738000 -     0x7fff8a73bff7  libdyld.dylib (239.4) <A1273A02-4928-3BAC-A846-6C069DC1A0A6> /usr/lib/system/libdyld.dylib
    0x7fff8aad7000 -     0x7fff8aae0ffb  libsystem_notify.dylib (121.20.1) <9B34B4FE-F5AD-3F09-A5F0-46AFF3571323> /usr/lib/system/libsystem_notify.dylib
    0x7fff8ab11000 -     0x7fff8ab7efff  com.apple.SearchKit (1.4.0 - 1.4.0) <B9B8D510-A27E-36B0-93E9-17146D9E9045> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff8ab7f000 -     0x7fff8ab80ff7  libSystem.B.dylib (1197.1.1) <E6BCC031-4342-318C-A1AD-A8E9AEAE716F> /usr/lib/libSystem.B.dylib
    0x7fff8ab81000 -     0x7fff8ab84ffc  com.apple.IOSurface (91.3 - 91.3) <E93485CC-12B1-318E-BAE3-AB532B264935> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff8ab85000 -     0x7fff8ab89ff7  libsystem_stats.dylib (93.90.3) <337946FC-B2E1-3DFA-A8B5-30DA8D584D75> /usr/lib/system/libsystem_stats.dylib
    0x7fff8ab8a000 -     0x7fff8abe9fff  com.apple.framework.CoreWLAN (4.3.3 - 433.48) <1F17FA12-6E84-309D-9808-C536D445FA6E> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff8ac7f000 -     0x7fff8ac88ffd  com.apple.CommonAuth (4.0 - 2.0) <BD720379-757B-305C-A7BE-E00E680F8218> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff8ac89000 -     0x7fff8ac8bfff  libRadiance.dylib (1048) <5D66AE6D-1B0B-33CC-91F0-D93AE7016C7B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff8b0eb000 -     0x7fff8b0f6ff7  com.apple.NetAuth (5.0 - 5.0) <C811E662-9EC3-3B74-808A-A75D624F326B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff8b0f7000 -     0x7fff8b0f9ff7  libquarantine.dylib (71) <7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38> /usr/lib/system/libquarantine.dylib
    0x7fff8b0fa000 -     0x7fff8b0fbffb  libremovefile.dylib (33) <3543F917-928E-3DB2-A2F4-7AB73B4970EF> /usr/lib/system/libremovefile.dylib
    0x7fff8b1ad000 -     0x7fff8b58effe  libLAPACK.dylib (1094.5) <7E7A9B8D-1638-3914-BAE0-663B69865986> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff8b58f000 -     0x7fff8b58ffff  com.apple.CoreServices (59 - 59) <7A697B5E-F179-30DF-93F2-8B503CEEEFD5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff8b590000 -     0x7fff8b5b8ffb  libxslt.1.dylib (13.9) <DA7092EA-0D65-3723-9CDA-A31B2E05D643> /usr/lib/libxslt.1.dylib
    0x7fff8b5b9000 -     0x7fff8b612ff7  libTIFF.dylib (1048) <923096A6-02CC-311D-9596-1961430C0EF7> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff8be2f000 -     0x7fff8bea2fff  com.apple.securityfoundation (6.0 - 55122.3) <0AFCF575-97C3-3458-A72E-39DA07804EB9> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff8c41b000 -     0x7fff8c41fff7  libGIF.dylib (1048) <53A30C22-410C-3DFF-9236-0CC56D2E64A5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff8c420000 -     0x7fff8c527ff7  com.apple.ImageIO.framework (3.3.0 - 1048) <FDFAFDEA-3559-330F-9578-40F4F62F51B3> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff8c53b000 -     0x7fff8c5fdffd  com.apple.CoreText (367.23 - 367.23) <C799261E-2E19-3D69-8A8D-098B7DD8D31D> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff8c5fe000 -     0x7fff8c626ffb  libRIP.A.dylib (599.35.12) <B2F65393-2660-36FB-B5A4-082481E27704> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x7fff8c627000 -     0x7fff8c62bfff  com.apple.CommonPanels (1.2.6 - 96) <6B434AFD-50F8-37C7-9A56-162C17E375B3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff8c62c000 -     0x7fff8c653ff7  libsystem_network.dylib (241.4) <0D630D53-C772-3EC5-8257-EFB0ACCE3153> /usr/lib/system/libsystem_network.dylib
    0x7fff8c654000 -     0x7fff8c689fff  libssl.0.9.8.dylib (52.8.4) <3F8ADCC3-AE3F-371C-A4D5-FF219D33E507> /usr/lib/libssl.0.9.8.dylib
    0x7fff8c68a000 -     0x7fff8c974fff  com.apple.CoreServices.CarbonCore (1077.17 - 1077.17) <3A2E92FD-DEE2-3D45-9619-11500801A61C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff8c98f000 -     0x7fff8c9d4ff6  com.apple.HIServices (1.23 - 468) <E06287C4-1534-3D46-B099-3DF8B8EE4EB5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff8c9d5000 -     0x7fff8c9faff7  com.apple.CoreVideo (1.8 - 117.2) <4674339E-26D0-35FA-9958-422832B39B12> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff8cb3d000 -     0x7fff8cbcdff7  com.apple.Metadata (10.7.0 - 800.30) <E107CE36-FBC3-35A5-84E0-864B4178FC5D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff8cbf5000 -     0x7fff8cc02fff  com.apple.Sharing (132.2 - 132.2) <F983394A-226D-3244-B511-FA51FDB6ADDA> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff8d530000 -     0x7fff8d537ff7  libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib
    0x7fff8d538000 -     0x7fff8d55dff7  com.apple.ChunkingLibrary (2.0 - 155.1) <B845DC7A-D1EA-31E2-967C-D1FE0C628036> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x7fff8d6df000 -     0x7fff8d70bfff  com.apple.CoreServicesInternal (184.9 - 184.9) <4DEA54F9-81D6-3EDB-AA3C-1F9C497B3379> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff8d710000 -     0x7fff8d8bdf27  libobjc.A.dylib (551.1) <AD7FD984-271E-30F4-A361-6B20319EC73B> /usr/lib/libobjc.A.dylib
    0x7fff8dc3b000 -     0x7fff8dcb2fff  com.apple.CoreServices.OSServices (600.4 - 600.4) <6BC86B46-AFD3-3F06-8659-2C954CBEBD43> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff8dcb6000 -     0x7fff8e0e9ffb  com.apple.vision.FaceCore (3.0.0 - 3.0.0) <F42BFC9C-0B16-35EF-9A07-91B7FDAB7FC5> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff8e197000 -     0x7fff8e1bbfff  libxpc.dylib (300.90.2) <AB40CD57-F454-3FD4-B415-63B3C0D5C624> /usr/lib/system/libxpc.dylib
    0x7fff8e1bc000 -     0x7fff8e245fff  libsystem_c.dylib (997.90.4) <EA812F03-8AD2-3776-AD50-6BEBC90F1F5F> /usr/lib/system/libsystem_c.dylib
    0x7fff8e246000 -     0x7fff8e252ffb  com.apple.AppleFSCompression (56.92.2 - 1.0) <16542F97-9D21-317D-8A50-4C34AAD35F41> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fff8e253000 -     0x7fff8e2a6fff  com.apple.ScalableUserInterface (1.0 - 1) <CF745298-7373-38D2-B3B1-727D5A569E48> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
    0x7fff8e4e5000 -     0x7fff8e56efff  com.apple.ColorSync (4.9.0 - 4.9.0) <B756B908-9AD1-3F5D-83F9-7A0B068387D2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff8e5f6000 -     0x7fff8e5fffff  com.apple.speech.synthesis.framework (4.7.1 - 4.7.1) <383FB557-E88E-3239-82B8-15F9F885B702> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff8e600000 -     0x7fff8e605fff  libmacho.dylib (845) <1D2910DF-C036-3A82-A3FD-44FF73B5FF9B> /usr/lib/system/libmacho.dylib
    0x7fff8e606000 -     0x7fff8ef2f28f  com.apple.CoreGraphics (1.600.0 - 599.35.12) <050E2450-9F5F-3B6A-8C34-414D094EAF9B> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff8ef30000 -     0x7fff8ef33ffa  libCGXType.A.dylib (599.35.12) <48401CB4-1E4C-3BC4-96AB-272067F622B5> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x7fff8f26b000 -     0x7fff8f2bcff7  com.apple.audio.CoreAudio (4.2.1 - 4.2.1) <07F2B103-AE29-3118-BBC4-9A72E13B013B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff8f2bd000 -     0x7fff8f4a2fff  com.apple.CoreFoundation (6.9 - 855.17) <729BD6DA-1F63-3E72-A148-26F21EBF52BB> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff8f4c9000 -     0x7fff8f4d4fff  libkxld.dylib (2422.115.14) <1317F07F-AD7C-397A-9935-26413D641F08> /usr/lib/system/libkxld.dylib
    0x7fff8f58b000 -     0x7fff8f85cff4  com.apple.CoreImage (9.4.0) <2C636ECD-0F1A-357C-9EFF-0452476FDDF5> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff8f85d000 -     0x7fff8f8c3fff  com.apple.framework.CoreWiFi (2.0 - 200.21.1) <5491896D-78C5-30B6-96E9-D8DDECF3BE73> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fff8fa83000 -     0x7fff8fa9aff7  com.apple.CFOpenDirectory (10.9 - 173.90.1) <D7F2E159-CF6B-3EB1-9806-3BC59E63D24F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff8faf9000 -     0x7fff8fb0bff7  com.apple.MultitouchSupport.framework (245.13.1 - 245.13.1) <38262B92-C63F-35A0-997D-AD2EBF2F8338> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff8fb0e000 -     0x7fff8fb0efff  com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) <F8D0CC77-98AC-3B58-9FE6-0C25421827B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff8fb0f000 -     0x7fff8fb11ff7  com.apple.securityhi (9.0 - 55005) <446BE1A5-F65F-3ACB-8F33-A8EBFE0D0BD4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff8fb12000 -     0x7fff8fb76fff  com.apple.datadetectorscore (5.0 - 354.5) <0AE9749A-6BFC-3032-B802-210DF59AEDB0> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff8fb77000 -     0x7fff8fb81ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <2D27B498-BB9C-3D88-B05A-76908A8A26F3> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff8fb82000 -     0x7fff8fb9aff7  com.apple.GenerationalStorage (2.0 - 160.3) <64749B08-0212-3AC8-9B49-73D662B09304> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fff8fbcd000 -     0x7fff8fe3dffd  com.apple.security (7.0 - 55471.14.40) <58F50B4A-FC1E-3AE0-A5DB-DD737E50AC17> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff8fe3e000 -     0x7fff8ff08ff7  com.apple.LaunchServices (572.32 - 572.32) <A4699DED-5101-3068-94F8-8D0B7A84BC79> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff90a94000 -     0x7fff90aafff7  libPng.dylib (1048) <C14F8741-9F67-32DA-896A-F873705B3EC6> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff90ab3000 -     0x7fff90ab4ff7  com.apple.print.framework.Print (9.0 - 260) <EE00FAE1-DA03-3EC2-8571-562518C46994> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff90b28000 -     0x7fff90b51fff  com.apple.DictionaryServices (1.2 - 208) <A539A058-BA57-35EE-AA08-D0B0E835127D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff90d57000 -     0x7fff90d5cfff  com.apple.DiskArbitration (2.6 - 2.6) <A4165553-770E-3D27-B217-01FC1F852B87> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff90d5d000 -     0x7fff90dabff7  com.apple.opencl (2.3.59 - 2.3.59) <9F43F471-C3C3-352D-889D-EC418DC1F5B2> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff90f4d000 -     0x7fff90f55fff  libsystem_dnssd.dylib (522.92.3) <1418DF66-01BE-3A87-8553-09EAA945F4FE> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff90f56000 -     0x7fff90f60ff7  com.apple.CrashReporterSupport (10.9 - 539) <B25A09EC-A021-32EC-86F8-05B4837E0EDE> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff90f66000 -     0x7fff90f69fff  com.apple.TCC (1.0 - 1) <32A075D9-47FD-3E71-95BC-BFB0D583F41C> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff90f6a000 -     0x7fff90f6afff  com.apple.Carbon (154 - 157) <EFC1A1C0-CB07-395A-B038-CFA2E71D3E69> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff90fb4000 -     0x7fff90fbbff8  liblaunch.dylib (842.92.1) <A40A0C7B-3216-39B4-8AE0-B5D3BAF1DA8A> /usr/lib/system/liblaunch.dylib
    0x7fff90fc6000 -     0x7fff9100dff7  libcups.2.dylib (372.6) <CBD2F0CF-FA10-36E1-A1D5-1B946B45B3B3> /usr/lib/libcups.2.dylib
    0x7fff9100e000 -     0x7fff91018fff  libcommonCrypto.dylib (60049) <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib
    0x7fff91019000 -     0x7fff91066ff2  com.apple.print.framework.PrintCore (9.0 - 428) <8D8253E3-302F-3DB2-9C5C-572CB974E8B3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff9115c000 -     0x7fff911ddfff  com.apple.CoreSymbolication (3.0.1 - 141.0.6) <B594EF34-A1A3-3631-914E-6FD129291983> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff911de000 -     0x7fff911f8fff  libdispatch.dylib (339.92.1) <C4E4A18D-3C3B-3C9C-8709-A4270D998DE7> /usr/lib/system/libdispatch.dylib
    0x7fff911f9000 -     0x7fff912f3fff  libFontParser.dylib (111.1.6) <77253632-B3F6-3151-ABA0-C1EF458668A8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff91328000 -     0x7fff9138bffb  com.apple.SystemConfiguration (1.13.1 - 1.13.1) <2C8E1A73-5AD6-3A7D-8ED8-D6755555A993> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff9138c000 -     0x7fff913cdfff  com.apple.PerformanceAnalysis (1.47 - 47) <5E045817-0C84-341A-9B33-74CF1324FA70> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff913ce000 -     0x7fff9141cfff  libcorecrypto.dylib (161.1) <F3973C28-14B6-3006-BB2B-00DD7F09ABC7> /usr/lib/system/libcorecrypto.dylib
    0x7fff9141d000 -     0x7fff9141dffd  libOpenScriptingUtil.dylib (157.1) <D3B6E577-3CDB-3139-9B94-19496DFA7318> /usr/lib/libOpenScriptingUtil.dylib

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

VM Region Summary:
ReadOnly portion of Libraries: Total=187.4M resident=49.1M(26%) swapped_out_or_unallocated=138.3M(74%)
Writable regions: Total=109.7M written=5524K(5%) resident=16.0M(15%) swapped_out=5964K(5%) unallocated=93.7M(85%)

REGION TYPE                      VIRTUAL
===========                      =======
ATS (font support)                 31.9M
ATS (font support) (reserved)         4K        reserved VM address space (unallocated)
CG backing stores                  3556K
CG image                              4K
CG raster data                       24K
CG shared images                    204K
Kernel Alloc Once                     8K
MALLOC                             43.1M
MALLOC (admin)                       32K
Memory Tag 242                       12K
Memory Tag 249                      156K
Memory Tag 251                       16K
STACK GUARD                        56.1M
Stack                              13.7M
VM_ALLOCATE                        16.4M
VM_ALLOCATE (reserved)               40K        reserved VM address space (unallocated)
__DATA                             20.5M
__IMAGE                             528K
__LINKEDIT                         70.5M
__TEXT                            117.0M
__UNICODE                           544K
mapped file                       167.2M
shared memory                         4K
===========                      =======
TOTAL                             541.3M
TOTAL, minus reserved VM space    541.2M

Netconsole enhancements

  1. adding color codding to the netconsole out put. for example when error or [error]: is printed out it is displayed in red. When warning or [warning]: is printed out it is displayed in yellow.

  2. saving the netconsole out put to a text file. under the ~/.qdriverstation file having a folder called netconsole that corresponds in layout to the logs folder. So you would have version month, ect but these files would include the raw output from the netconsole

Submodules

QDriverStation relies on LibDS and QJoysticks which are two separate git repositories. Instead of just copying the code whenever there is an update, it would be better to make these submodules.

QDriverStation not connecting to the robot (user report)

@keco185 notified me through issue #22 that his installation of the QDriverStation was not able to connect to his team's robot. The QDriverStation works for me (and hopefully for you too), but that may not be the case for everybody.

I would like to have some feedback regarding on how the latest (16.06.1) version of the QDriverStation works for you. If we obtain more information regarding the environment(s) that cause the QDriverStation to fail, we can have a greater insight at what causes the connection issues and how can we fix them.

I would appreciate any kind of feedback, be it positive or negative.

Thanks in advance!

QDS crashes upon opening sub-window after attempting roborio connection.

I installed QDriverStation last night, and all seemed to work well. However, I didn't have an FRC Robot to test connection, so I waited until our meeting today. After connecting to the robot's wifi and opening QDS, absolutely nothing happens. And to make matters worse, QDS now refuses to open any context windows. If I try to open up the QDS settings or the virtual joystick menu, QDS crashes. I tried rebooting and switching out my .app, but nothing seems to alleviate the issue.

My thought was that QDS is storing some files somewhere on my machine that have been corrupted. Is this true, and if so, where would I find them on Mac OS X El Capitan v10.11.6?

I downloaded QDS to use as a backup driver station since the normal driver station is Win-only. I'd really like to be able to accomplish this goal without having to install the DS or QDS in a VM. Thanks for your help :)

Don't use sourceforge

Sourceforge has been going downhill in quality recently, uBlock Origin blocks it as a "badware risk". I suggest you use GitHub's release system to host binaries instead.

Installation fails on Ubuntu 17.10

I tried to install QDriverstation 17.05, but the installation fails with the following output:

Building dependency tree        
Reading state information... Done
Reading state information... Done
This package is uninstallable
Dependency is not satisfiable: libqt5declarative5 (>= 5.0)

I have also tried installing older versions, but the installation fails in the same way with every version I've tried.

No z Axis

On the Logitech joystick that came with the kit of parts a few years back, QDriverStation can't read the z value of the controller.

Logs

Robot code not detected

I'm running 17.05, downloaded as a .deb on Ubuntu 16.04.

When starting, comms are established with the rio, but I get the following in the logs:
00:00.6 DEBUG DS Events: Robot code status set to false

I'm able to deploy the java code from eclipse to the rio just fine. So, am not sure what might be going on. Also, as far as I can see, if my code what throwing an exception, there's no log that tells me that - or maybe it's just not getting that far.

Also - since I'm connected to the rio via USB networking (IP address 172.22.11.2), I'm unable to edit the network addresses from qdriverstation. I worked around this by putting an entry in /etc/hosts that resolves roboRIO-xxxx-FRC.local to 172.22.11.2. Not sure if this is a known issue or not.

Missing DLLs

Running qdriverstation 16.08 on Win 7 results in "The program can't start because api-ms-win-core-libraryloader-l1-2-0.dll is missing from your computer. Try reinstallation the pogram to fix this problem.".

What are the prerequisites for running this?

runtime error in linux

after succefull make with no error, run the qdriverstation got the error below:

exec from local folder or after sudo make install got the same message

gxy@local:~/work/frc/QDriverStation$ ./qdriverstation 
00:00.4        WARNING       QQmlApplicationEngine failed to load component
00:00.4        WARNING       qrc:/qml/main.qml:72 Type MainWindow unavailable
qrc:/qml/MainWindow/MainWindow.qml:27 module "Qt.labs.settings" is not installed

00:00.4        WARNING       QProcess: Destroyed while process ("bash") is still running.
00:00.4        WARNING       QProcess: Destroyed while process ("bash") is still running.
gxy@local:~/work/frc/QDriverStation$ lsb_release -a
LSB Version:    core-9.20160110ubuntu0.2-amd64:core-9.20160110ubuntu0.2-noarch:printing-9.20160110ubuntu0.2-amd64:printing-9.20160110ubuntu0.2-noarch:security-9.20160110ubuntu0.2-amd64:security-9.20160110ubuntu0.2-noarch
Distributor ID: LinuxMint
Description:    Linux Mint 18.2 Sonya
Release:        18.2
Codename:       sonya
gxy@local:~/work/frc/QDriverStation$ qmake -v
QMake version 3.0
Using Qt version 5.5.1 in /usr/lib/x86_64-linux-gnu
gxy@local:~/work/frc/QDriverStation$ uname -a
Linux local 4.10.0-40-generic #44~16.04.1-Ubuntu SMP Thu Nov 9 15:37:44 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

Game Specific Message

Is there the game data for FIRST Power Up, such as the location of the switches and scale?

Older Protocols?

The front-page lists QDS as supporting back to 2009 and yet the drop-down only goes back to 2014. Were the older versions dropped, or backstashed somewhere else in the code?

smartdahsboard not working

smartdashboard worked fine with the 2016 control system and the qdriverstation 16, but it's not working with the 2017 control system and qdriverstation 17

2018 Protocol?

Will QDriverStation support the 2018 protocol, or is support for new protocols not in development?

No installers for Linux

While this is not a bug. I consider this to be an issue. Linux users should be able to use the QDriverStation without needing to compile it. I would really like to support everyone, however, I am not familiar with the packaging process of deb nor rpm files. Note that ArchLinux is already supported by the community.

Possible solutions:

  • If you have an idea about GNU/Linux packaging (be it Debian or Fedora distros), consider contributing to this project ๐Ÿ™
  • Figure out how to use the Qt Installer Framework and build an installer with it. This would produce an installer similar to the official Qt installer. There are significant downsides to this approach: only Qt uses it, and it does not install Linux applications the way they should be installed (AFAIK).

Any help is welcome!

No robot communication

After connecting to the radio AP through a laptop running Linux Mint QDriverStation does not detect any robot communication, but the official version on a Windows laptop does.

Can't compile on Ubuntu 14.04 -- How do I get qml?

I'm unfamiliar with qmake, but running it in the root of this projects tells me i'm missing qml.
I've tried several packages (qml qtdeclarative5-dev libqt5declarative5)

What package do I need?

Project MESSAGE: Warning: unknown QT: qml

Checking if robot code exists...

For the moment, we managed to get almost everything working. Just today we tested the Autonomous and everything worked smoothly. For the TeleOp part, we must see how to put the joystick data in the packets sent to the robot, Wireshark will help us pave the way this week...

However, the major issue that we are facing right now is to detect if the robot code is present or not. Does any one have any idea how the DS detects it (Wireshark detected some TCP going on between the robot and the client, but the downloaded data was empty...)

QDriverStation and LibDS development stopped

I am the primary developer of the QDriverStation and all its related projects. Unfortunately, because of work and college, I won't be able to continue working on this project. If you (or anyone you know) are interested, you can fork this project to continue its development and give FRC teams the opportunity to operate the robots from almost any device. Also, if you want to join the FRC-Utilities organization, just send me an email.

It has been a great experience to work with many members from the FRC community from different teams and countries. I only hope that the QDriverStation proved useful for your teams (and your robots of course :P).

Finally, I would like to thank everyone who contributed to the QDriverStation. The list of contributors can be found here.

This is it, thanks for everything! ๐Ÿ‘

Joystick mappings are wrong

Joystick mappings for the Logitech F310 are incorrect in QDriverStation, but are correct in jstest-gtk.
Debian Stretch x86_64, Linux 4.7, QDriverStation 16.10.

They should be as follows, which matches what they are under Windows and in the robot code:

  • Axis 0: Left Stick X
  • Axis 1: Left Stick Y
  • Axis 2: Left Trigger
  • Axis 3: Right Stick X
  • Axis 4: Right Stick Y
  • Axis 5: Right Trigger

In QDriverStation, the mappings are:

  • Axis 0: Left Stick X
  • Axis 1: Left Stick Y
  • Axis 2: Right Stick X
  • Axis 3: Right Stick Y
  • Axis 4: Left Trigger
  • Axis 5: Right Trigger

This renders it impossible to correctly operate the robot without having different code for Windows and Linux.

Recommend Projects

  • React photo React

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

  • Vue.js photo Vue.js

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

  • Typescript photo Typescript

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

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

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

  • web

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

  • server

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

  • Machine learning

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

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

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

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.