Giter Club home page Giter Club logo

huggle3-qt-lx's Introduction

huggle3-qt-lx

Huggle 3 is an anti-vandalism tool for use on Wikipedia and other MediaWiki sites, written in C++ (QT framework). It is officially supported for Windows (10 or newer), MacOS and Linux (debian/ubuntu).

Build Status Build status

Building

IMPORTANT: Since 3.1.19 you must download submodules in folder libs using git:

git submodule init
git submodule update

If you did not download this repository using git, there should be a guide on where you can download the libraries from in the respective folders.

Libraries and tools you need to have to build:

  • C++11 compiler
  • CMake 2.8.9 or higher is required
  • QT5 or QT6 sdk

[NEW] It is now possible to use a VirtualBox VM as a portable development environment for Huggle. » Wiki page

Windows

» Wiki page

Linux

  • checkout this repository
  • enter the repository folder, then execute:
# IMPORTANT
# The --extension option works only if you cloned this repository using git
# if you downloaded a gzip file, you can only use it after downloading them
# by hand into 'huggle/extension_list' folder
./configure --extension --web-engine
cd release
make
sudo make install
sudo ldconfig

MacOS

» Wiki page

WebKit vs Chromium

Qt5.0 - Qt5.4 supports WebKit, which is a default backend for Huggle. Newer Qt only supports Chromium backend (code named WebEngine).

If you want to build Huggle with Qt newer than 5.4, you will have to enable it like this:

./configure --web-engine

Or alternatively if you are starting cmake by hand, just pass it the -DWEB_ENGINE=true parameter.

Documentation

For developers: source code documentation and the repo's Wiki are available.

For users: on metawiki and mediawiki.

Getting help

We have an IRC-channel: irc://irc.libera.chat/#huggle. If you need any kind of help, please go there.

Contributing

Everyone is allowed to send their pull requests to this repository, and all regular contributors get a developer access to directly push if they need it. If you want to join the Huggle developer team, please see https://meta.wikimedia.org/wiki/Huggle/Members and insert yourself.

This repository is running CI using travis. If you want to change anything which doesn't require a sanity check, like documentation or comments, please append [ci skip] to your message.

Reporting bugs

Please use Wikimedia's tracking platform, phabricator.

Support us

Your donations are welcome and help us focus on the development even more:

PayPal (preferred), or :

LTC:  LfMDMWKqhiT45q4h1uduiDfjUZfiwGiCes
Doge: DMhK9EarJQaZrAHYinGReESL3CPvoMYcKK
BTC:  18YTu4mPqzaaRv5QarvMGRuPiH3ntk5ir2

License

Huggle 3 is licensed under GPL v3+, some contents of this repository may be licensed under different license. See the local README or file headers for more information.

huggle3-qt-lx's People

Contributors

abelmoschusesculentus avatar addshore avatar albert221 avatar amire80 avatar benapetr avatar eranroz avatar eveninglily avatar feelfreelinux avatar fidelissimus avatar framawiki avatar gladys123 avatar ionagamed avatar jordanjfang avatar josve05a avatar kartikm avatar krenair avatar m4tx avatar matmarex avatar methecooldude avatar mynameisnotdave avatar nemobis avatar nikerabbit avatar nikitavbv avatar phuzion avatar roberthoenig avatar se4598 avatar siebrand avatar tobiaswiese avatar translatewiki avatar treelo avatar

Stargazers

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

Watchers

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

huggle3-qt-lx's Issues

Python

Please avoid Python 2.x as it is deprecated. Making something new in it is only encouraging developers not to bother porting their own apps and libraries to Python 3.

Reword the wikiedit-tp-fail message

[11:10] <+petan> (23:08:35) Unable to retrieve $1 warning level will not be scored by it
[11:11] <+petan> that $1 is substituted by name of talk page
[11:11] <+petan> like Talk page:Vandal
[11:12] <+petan> it wants to tell you that it's not gonna be able to parse the warning level of that user because of that
[11:13] <+petan> warning level is determined by highest level warning template on user's talk page
[11:17] ok
[11:17] Now the question is,
[11:17] what will not be scored by what?
[11:18] <+petan> the warning level will not be scored / determined by what it should be
[11:19] <+petan> it will be unknown
[11:19] <+petan> probably better wording would be Unable to determine warning level of $user because their talk page at $2 can't be retrieved
[11:19] <+petan> but that would also need to change the code

Python again

Please avoid Python 2.x as it is deprecated. Making something new in it is only encouraging developers not to bother porting their own apps and libraries to Python 3.

Python 3 and C extensions in it are perfectly functional on Windows, OSX, and Linux. There is no legitimate reason to support Python 2 over 3.

Diff view not displaying UTF-8 properly

Just installed latest Huggle binary on a new system after several months I haven't used it. I discovered the diff view is not displaying as UTF-8, at least on Hebrew Wikipedia. The article title is fine, as are the entries in the various toolboxes, but the main diff text is mojibaked (i.e. displayed in wrong encoding).

See screenshot:
huggle_utf_bug

Running Ubuntu 17.04.

Character set problems

Non-ASCII characters seem to be displaying wrongly.

for instance on https://en.wikipedia.org/wiki/Sikha

The '''sikha''' or '''shikha''' ({{lang-sa|शिखा}};
renders as
The '''sikha''' or '''shikha''' ({{lang-sa|शि�ा}};

I'm using QT4, Ubuntu 13.04, XFCE 4.10; Huggle 3.0.0.0 build 184 5de9bec without python support.

Feature request: killfile

I find I spend too much time faced with daily edits to extremely uninteresting (to me) articles, like kids daily TV shows, football game results, etc. I am not interested in patrolling those pages, ever, but I am interested in patrolling beyond my own watchlist.

What I'd like, therefore, is a 'killfile' functionality, i.e. a blacklist of pages for which changes would not be put in the queue, and a button to add to the blacklist, so I can gradually feed those uninteresting pages to it.

Would the maintainers agree to add such a feature? If so, would they undertake to work on it? If not, would they accept a patch implementing it, if I wrote it?

Project ERROR: Unknown module(s) in QT: quick

Building on Debian Unstable has following error,

Not looked into deep, but it should either ask to install missing module or may be I'm missing something :)

_ ~/development/wikipedia/huggle3-qt-lx/huggle/ [master] ./configure --qt4
Options used: --qt4
Checking for g++                                                                                                                                                                                          [OK]
Found g++-4.8.real (Debian 4.8.2-21) 4.8.2
Checking all required packages...
Checking for qmake...                                                                                                                                                                                     [OK]
Checking if make is present...                                                                                                                                                                            [OK]
Checking if qt4-dev-tools is present...                                                                                                                                                                   [OK]
Checking if libqt4-opengl is present...                                                                                                                                                                   [OK]
Checking if libqt4-dbus is present...                                                                                                                                                                     [OK]
Checking if libqt4-dev is present...                                                                                                                                                                      [OK]
Checking if libqt4-network is present...                                                                                                                                                                  [OK]
Checking if libqt4-webkit is present...                                                                                                                                                                   [OK]
Checking if libqtwebkit-dev is present...                                                                                                                                                                 [OK]
Checking if libqtgui4 is present...                                                                                                                                                                       [OK]
Checking if libqtcore4 is present...                                                                                                                                                                      [OK]
Checking if libqt4-xml is present...                                                                                                                                                                      [OK]
Checking if qt4-qmake is present...                                                                                                                                                                       [OK]
Executing update.sh...                                                                                                                                                                                    [OK]
Checking if version.txt exist...                                                                                                                                                                          [OK]
Preparing makefile hunker...                                                                                                                                                                              [OK]
Building makefile hunker...                                                                                                                                                                               [OK]
Creating makefile...                                                                                                                                                                                      Project ERROR: Unknown module(s) in QT: quick
zsh: exit 1     ./configure --qt4

Huggle doesn't think I'm a rollbacker when using bot password

Hi, I'm User:Gaelan. I've been a rollbacker for a while now, but for some reason Huggle doesn't think so: "One or more projects (enwiki) do not allow you to login with edit permissions (reason: Login failed on enwiki: You don't have rollback permissions on this project.). Do you want to switch to read-only mode instead?"

I get that message when using a bot password, but "legacy" login works fine.


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

Release tarballs do not include submodules

The source archives automatically generated by GitHub for releases do not include submodules. When you make a release, please create a tarball including the submodules and attach it to the release.

I'm would like to make a Gentoo package for Huggle, and without a proper tarball that I can build from, there is not much that I can do.


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

"Group edits made by same user" prevents going back

trying to go back just makes it jump forward again to the latest edit.

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/30954627-group-edits-made-by-same-user-prevents-going-back?utm_campaign=plugin&utm_content=tracker%2F457209&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F457209&utm_medium=issues&utm_source=github).

Fedora copr project

Create a copr repo for huggle for Fedora users.

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/39832452-fedora-copr-project?utm_campaign=plugin&utm_content=tracker%2F457209&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F457209&utm_medium=issues&utm_source=github).

Scoring should perhaps take into account added text rather than all text

suggested enhancement: At the moment, an edit will (as far as I can tell, and forgive me if I'm wrong) be scored if there is a trigger word anywhere in the diff, even if it was not added in the edit in question. As a suggestion, if it is not easy to identify "added text", one could use the heuristic of "in the 'after' text but not in the 'before' text".

Crash on selecting "reconnect IRC"

Crash on selecting "reconnect IRC" from the File menu.

terminal output:

<Mon Oct 7 00:01:26 2013> Reconnecting to IRC
FATAL Exception thrown: The pointer to TcpSocket was NULL during Stop() of irc provider
Qt has caught an exception thrown from an event handler. Throwing
exceptions from an event handler is not supported in Qt. You must
reimplement QApplication::notify() and catch all exceptions there.

terminate called after throwing an instance of 'Huggle::Exception*'
Aborted (core dumped)

Huggle 3 QT-LX, version 3.0.0.0 build: 187 e46da36 ; Xubuntu 13.04

Edits are not removed from the queue even when they've already been reverted

The queue still shows edits after they have been reverted or re-edited (either by the same user or another user). I think that ideally they should either be removed from the queue, updated to reflect the changes, or at least flag up the fact that the edit is not the most recent edit to that page.

If the page is changed while the Huggle user is looking at the diff, there should likewise be some kind of notification or change in the page, as per Huggle 2.

This may count as a feature request rather than a bug report, I'm not quite sure.

Huggle 3 QT-LX, version 3.0.0.0 build: 211 ab12575

Huggle doens't follow system's text color settings

When using a dark system theme, with light text color and dark background, Huggle doesn't follow this system settings, and as a result there is poor legibility in some parts of the program, decreasing user accessibility.

A picture is worth a thousand words

huggle colors

Build process failure in Linux

The build instructions provided won't work, with Huggle 3.1.18 and git master.

./configure --extension --qt4 #you can use --qt5 in case you have it
cd huggle_release
make

Tested under Linux, GCC 5.2.0, Qt 4.8.7 and Qt 5.5.1, CMake 3.3.2.

$ ./configure --extension --qt5                   
Options used: --extension --qt5
Checking all required packages...
Checking for cmake...                                                                               [OK]
Preparing huggle.pro file                                                                           [OK]
Executing update.sh...                                                                              [OK]
Checking if version.txt exist...                                                                    [OK]
/home/goetzc/huggle/huggle3-qt-lx-3.1.18/huggle
/home/goetzc/huggle/huggle3-qt-lx-3.1.18/huggle
/home/goetzc/huggle/huggle3-qt-lx-3.1.18/huggle
/home/goetzc/huggle/huggle3-qt-lx-3.1.18/huggle
/home/goetzc/huggle/huggle3-qt-lx-3.1.18/huggle
/home/goetzc/huggle/huggle3-qt-lx-3.1.18/huggle
-- The C compiler identification is GNU 5.2.0
-- The CXX compiler identification is GNU 5.2.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Error at CMakeLists.txt:18 (add_subdirectory):
  The source directory

    /home/goetzc/huggle/huggle3-qt-lx-3.1.18/huggle/extension_list/extension-scoring

  does not contain a CMakeLists.txt file.


CMake Error at CMakeLists.txt:20 (add_subdirectory):
  The source directory

    /home/goetzc/huggle/huggle3-qt-lx-3.1.18/huggle/extension_list/extension-thanks

  does not contain a CMakeLists.txt file.


CMake Error at CMakeLists.txt:21 (add_subdirectory):
  The source directory

    /home/goetzc/huggle/huggle3-qt-lx-3.1.18/huggle/extension_list/enwiki

  does not contain a CMakeLists.txt file.


CMake Error at CMakeLists.txt:22 (add_subdirectory):
  The source directory

    /home/goetzc/huggle/huggle3-qt-lx-3.1.18/huggle/extension_list/mass-delivery

  does not contain a CMakeLists.txt file.


CMake Error at CMakeLists.txt:23 (add_subdirectory):
  The source directory

    /home/goetzc/huggle/huggle3-qt-lx-3.1.18/huggle/extension_list/extension-splitter-helper

  does not contain a CMakeLists.txt file.


CMake Error at CMakeLists.txt:24 (add_subdirectory):
  The source directory

    /home/goetzc/huggle/huggle3-qt-lx-3.1.18/huggle/extension_list/extension-mass-delete

  does not contain a CMakeLists.txt file.


-- Configuring incomplete, errors occurred!

No rollback token

Huggle 3 QT-LX, version 3.0.0.0 build: 208 32e7835 is unable to rollback edits

<Tue Oct 8 16:23:09 2013> WARNING: Rollback token for edit Hibernation could not be retrieved, fallback to manual edit
<Tue Oct 8 16:23:09 2013> ERROR, unable to rollback, because the rollback token was empty: Hibernation
<Tue Oct 8 16:23:16 2013> WARNING: Rollback token for edit Red kangaroo could not be retrieved, fallback to manual edit
<Tue Oct 8 16:23:16 2013> ERROR, unable to rollback, because the rollback token was empty: Red kangaroo

This bug not present in the previous versions that I've tested.

Instructions to build on Fedora

There are wiki pages for installing on Windows and mac OS.

And the README (and files in travis/) covers Ubuntu.

A wiki page for building/ installing on Fedora would be helpful.

For example, one problem I found was that it defaults to installing into /usr/local/, and /usr/local/lib is not in the library cache, so huggle fails with a linker error.

To fix this, the following will add the libs, and then rebuild the cache.

echo /usr/local/lib | sudo tee /etc/ld.so.conf.d/usr-local-lib.conf
sudo ldconfig

Report form shows donation banner on many previews

The report form shows a large yellow banner ("Dear Wikipedia readers: We are the small non-profit that runs the #5 website in the world.") asking for donations on many previews. The banner can be closed, but the hiding does not appear to be persistent between reports.

Note: given it's asking for donations in sterling, this may be targetted at UK users.

Huggle 3 QT-LX, version 3.0.0.0 build: 202 9e9867d

Diffs scroll off window

Screenshot

The diff scrolls off the window, so I have to side scroll to get to the rest of the diff. Side scrolling sucks. I'd rather vertically scroll.

Crash after logging in

Process: huggle [19647]
Path: /Volumes/VOLUME/huggle.app/Contents/MacOS/huggle
Identifier: huggle
Version: 0
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: huggle [19647]
User ID: 502

Date/Time: 2017-08-10 11:43:01.258 -0400
OS Version: Mac OS X 10.12.6 (16G29)
Report Version: 12
Anonymous UUID: F67ADFF6-804C-3BCE-38BD-D2FC639ECA11

Sleep/Wake UUID: 50A7E3D2-1D8A-4E13-9125-AC1CF1C4898C

Time Awake Since Boot: 45000 seconds
Time Since Wake: 3000 seconds

System Integrity Protection: enabled

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

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

Application Specific Information:
abort() called
*** error for object 0x6080022eb800: Invalid pointer dequeued from free list

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 libsystem_kernel.dylib 0x00007fffb104fd42 __pthread_kill + 10
1 libsystem_pthread.dylib 0x00007fffb113d457 pthread_kill + 90
2 libsystem_c.dylib 0x00007fffb0fb5420 abort + 129
3 libsystem_malloc.dylib 0x00007fffb10b4d98 nanozone_error + 525
4 libsystem_malloc.dylib 0x00007fffb10aa588 _nano_malloc_check_clear + 427
5 libsystem_malloc.dylib 0x00007fffb10aaed3 _nano_malloc_check_scribble + 23
6 libsystem_malloc.dylib 0x00007fffb10aacf1 nano_realloc + 422
7 libsystem_malloc.dylib 0x00007fffb10a6121 malloc_zone_realloc + 115
8 libsystem_malloc.dylib 0x00007fffb10a6010 realloc + 256
9 org.qt-project.QtCore 0x000000010b3c5ab7 QListData::append() + 135
10 huggle 0x0000000104125a8a 0x104116000 + 64138
11 huggle 0x00000001041a3364 Huggle::HuggleParser::YAML2QStringList(YAML::Node&, QStringList, bool*) + 564
12 huggle 0x00000001041a2e1c Huggle::HuggleParser::YAML2QStringList(YAML::Node&, bool*) + 252
13 huggle 0x00000001041a82cd Huggle::HuggleParser::YAML2QHash(QString, YAML::Node&, QHash<QString, QVariant>, bool*) + 2349
14 huggle 0x00000001041ad4ca 0x104116000 + 619722
15 huggle 0x00000001041ad3c5 Huggle::HuggleParser::ParsePatterns_yaml(YAML::Node&, Huggle::WikiSite*) + 117
16 huggle 0x000000010426d9df Huggle::ProjectConfiguration::ParseYAML(QString, QString*, Huggle::WikiSite*) + 32367
17 huggle 0x00000001041dbf1c Huggle::Login::RetrieveProjectYamlConfig(Huggle::WikiSite*) + 876
18 huggle 0x00000001041e759c Huggle::Login::OnTimerTick() + 524
19 org.qt-project.QtCore 0x000000010b568a81 QMetaObject::activate(QObject*, int, int, void**) + 913
20 org.qt-project.QtCore 0x000000010b5713b4 QTimer::timerEvent(QTimerEvent*) + 100
21 org.qt-project.QtCore 0x000000010b561aa0 QObject::event(QEvent*) + 48
22 org.qt-project.QtWidgets 0x00000001047ddbdd QApplicationPrivate::notify_helper(QObject*, QEvent*) + 269
23 org.qt-project.QtWidgets 0x00000001047e04ac QApplication::notify(QObject*, QEvent*) + 5852
24 huggle 0x000000010415a24c Huggle::HgApplication::notify(QObject*, QEvent*) + 12
25 org.qt-project.QtCore 0x000000010b5379f4 QCoreApplication::notifyInternal2(QObject*, QEvent*) + 164
26 org.qt-project.QtCore 0x000000010b58f326 QTimerInfoList::activateTimers() + 1142
27 libqcocoa.dylib 0x000000010d27bde2 QCocoaEventDispatcherPrivate::activateTimersSourceCallback(void*) + 18
28 com.apple.CoreFoundation 0x00007fff9b7c1321 CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION + 17
29 com.apple.CoreFoundation 0x00007fff9b7a221d __CFRunLoopDoSources0 + 557
30 com.apple.CoreFoundation 0x00007fff9b7a1716 __CFRunLoopRun + 934
31 com.apple.CoreFoundation 0x00007fff9b7a1114 CFRunLoopRunSpecific + 420
32 com.apple.HIToolbox 0x00007fff9ad01ebc RunCurrentEventLoopInMode + 240
33 com.apple.HIToolbox 0x00007fff9ad01cf1 ReceiveNextEventCommon + 432
34 com.apple.HIToolbox 0x00007fff9ad01b26 _BlockUntilNextEventMatchingListInModeWithFilter + 71
35 com.apple.AppKit 0x00007fff9929aa54 _DPSNextEvent + 1120
36 com.apple.AppKit 0x00007fff99a167ee -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 2796
37 com.apple.AppKit 0x00007fff9928f3db -[NSApplication run] + 926
38 libqcocoa.dylib 0x000000010d27c9bf QCocoaEventDispatcher::processEvents(QFlagsQEventLoop::ProcessEventsFlag) + 2143
39 org.qt-project.QtCore 0x000000010b533631 QEventLoop::exec(QFlagsQEventLoop::ProcessEventsFlag) + 401
40 org.qt-project.QtCore 0x000000010b538099 QCoreApplication::exec() + 393
41 huggle 0x00000001041ebf37 main + 759
42 libdyld.dylib 0x00007fffb0f21235 start + 1

Thread 1:: Qt bearer thread
0 libsystem_kernel.dylib 0x00007fffb105119e poll + 10
1 org.qt-project.QtCore 0x000000010b58c1d0 qt_safe_poll(pollfd*, unsigned int, timespec const*) + 112
2 org.qt-project.QtCore 0x000000010b58d845 QEventDispatcherUNIX::processEvents(QFlagsQEventLoop::ProcessEventsFlag) + 885
3 org.qt-project.QtCore 0x000000010b533631 QEventLoop::exec(QFlagsQEventLoop::ProcessEventsFlag) + 401
4 org.qt-project.QtCore 0x000000010b36c19e QThread::exec() + 110
5 org.qt-project.QtCore 0x000000010b36fe7f QThreadPrivate::start(void*) + 367
6 libsystem_pthread.dylib 0x00007fffb113a93b _pthread_body + 180
7 libsystem_pthread.dylib 0x00007fffb113a887 _pthread_start + 286
8 libsystem_pthread.dylib 0x00007fffb113a08d thread_start + 13

Thread 2:: Huggle::ProcessorThread
0 libsystem_kernel.dylib 0x00007fffb104ff46 __semwait_signal + 10
1 libsystem_c.dylib 0x00007fffb0fd6b72 nanosleep + 199
2 org.qt-project.QtCore 0x000000010b58bd6b qt_nanosleep(timespec) + 43
3 huggle 0x00000001042fb9d4 Huggle::ProcessorThread::run() + 244
4 org.qt-project.QtCore 0x000000010b36fe7f QThreadPrivate::start(void*) + 367
5 libsystem_pthread.dylib 0x00007fffb113a93b _pthread_body + 180
6 libsystem_pthread.dylib 0x00007fffb113a887 _pthread_start + 286
7 libsystem_pthread.dylib 0x00007fffb113a08d thread_start + 13

Thread 3:: com.apple.NSEventThread
0 libsystem_kernel.dylib 0x00007fffb104834a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fffb1047797 mach_msg + 55
2 com.apple.CoreFoundation 0x00007fff9b7a2434 __CFRunLoopServiceMachPort + 212
3 com.apple.CoreFoundation 0x00007fff9b7a18c1 __CFRunLoopRun + 1361
4 com.apple.CoreFoundation 0x00007fff9b7a1114 CFRunLoopRunSpecific + 420
5 com.apple.AppKit 0x00007fff993e7f02 _NSEventThread + 205
6 libsystem_pthread.dylib 0x00007fffb113a93b _pthread_body + 180
7 libsystem_pthread.dylib 0x00007fffb113a887 _pthread_start + 286
8 libsystem_pthread.dylib 0x00007fffb113a08d thread_start + 13

Thread 4:: QNetworkAccessManager thread
0 libsystem_kernel.dylib 0x00007fffb105119e poll + 10
1 org.qt-project.QtCore 0x000000010b58c1d0 qt_safe_poll(pollfd*, unsigned int, timespec const*) + 112
2 org.qt-project.QtCore 0x000000010b58d845 QEventDispatcherUNIX::processEvents(QFlagsQEventLoop::ProcessEventsFlag) + 885
3 org.qt-project.QtCore 0x000000010b533631 QEventLoop::exec(QFlagsQEventLoop::ProcessEventsFlag) + 401
4 org.qt-project.QtCore 0x000000010b36c19e QThread::exec() + 110
5 org.qt-project.QtCore 0x000000010b36fe7f QThreadPrivate::start(void*) + 367
6 libsystem_pthread.dylib 0x00007fffb113a93b _pthread_body + 180
7 libsystem_pthread.dylib 0x00007fffb113a887 _pthread_start + 286
8 libsystem_pthread.dylib 0x00007fffb113a08d thread_start + 13

Thread 5:
0 libsystem_kernel.dylib 0x00007fffb105044e __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fffb113a621 _pthread_wqthread + 1426
2 libsystem_pthread.dylib 0x00007fffb113a07d start_wqthread + 13

Thread 6:
0 libsystem_kernel.dylib 0x00007fffb105044e __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fffb113a621 _pthread_wqthread + 1426
2 libsystem_pthread.dylib 0x00007fffb113a07d start_wqthread + 13

Thread 7:
0 libsystem_kernel.dylib 0x00007fffb105044e __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fffb113a621 _pthread_wqthread + 1426
2 libsystem_pthread.dylib 0x00007fffb113a07d start_wqthread + 13

Thread 8:
0 libsystem_kernel.dylib 0x00007fffb105044e __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fffb113a621 _pthread_wqthread + 1426
2 libsystem_pthread.dylib 0x00007fffb113a07d start_wqthread + 13

Thread 9:: Thread (pooled)
0 libsystem_kernel.dylib 0x00007fffb104fbf2 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffb113b7fa _pthread_cond_wait + 712
2 org.qt-project.QtCore 0x000000010b37169f QWaitConditionPrivate::wait_relative(unsigned long) + 287
3 org.qt-project.QtCore 0x000000010b3714db QWaitConditionPrivate::wait(unsigned long) + 43
4 org.qt-project.QtCore 0x000000010b3713a2 QWaitCondition::wait(QMutex*, unsigned long) + 162
5 org.qt-project.QtCore 0x000000010b36cf1e QThreadPoolThread::run() + 590
6 org.qt-project.QtCore 0x000000010b36fe7f QThreadPrivate::start(void*) + 367
7 libsystem_pthread.dylib 0x00007fffb113a93b _pthread_body + 180
8 libsystem_pthread.dylib 0x00007fffb113a887 _pthread_start + 286
9 libsystem_pthread.dylib 0x00007fffb113a08d thread_start + 13

Thread 10:: Thread (pooled)
0 libsystem_kernel.dylib 0x00007fffb104fbf2 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffb113b7fa _pthread_cond_wait + 712
2 org.qt-project.QtCore 0x000000010b37169f QWaitConditionPrivate::wait_relative(unsigned long) + 287
3 org.qt-project.QtCore 0x000000010b3714db QWaitConditionPrivate::wait(unsigned long) + 43
4 org.qt-project.QtCore 0x000000010b3713a2 QWaitCondition::wait(QMutex*, unsigned long) + 162
5 org.qt-project.QtCore 0x000000010b36cf1e QThreadPoolThread::run() + 590
6 org.qt-project.QtCore 0x000000010b36fe7f QThreadPrivate::start(void*) + 367
7 libsystem_pthread.dylib 0x00007fffb113a93b _pthread_body + 180
8 libsystem_pthread.dylib 0x00007fffb113a887 _pthread_start + 286
9 libsystem_pthread.dylib 0x00007fffb113a08d thread_start + 13

Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x00007fff5bae6648 rdx: 0x0000000000000000
rdi: 0x0000000000000307 rsi: 0x0000000000000006 rbp: 0x00007fff5bae6670 rsp: 0x00007fff5bae6648
r8: 0x0000000000000000 r9: 0x0000000000000000 r10: 0x0000000008000000 r11: 0x0000000000000206
r12: 0x0000000000000001 r13: 0x00006080022eb800 r14: 0x00007fffb9e353c0 r15: 0x000000010b287000
rip: 0x00007fffb104fd42 rfl: 0x0000000000000206 cr2: 0x00007fffb9e17128

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

Binary Images:
0x104116000 - 0x104482ff3 +huggle (0) <3300FC36-3D06-31C5-B4E5-0B4DA5EF152B> /Volumes/VOLUME/huggle.app/Contents/MacOS/huggle
0x10451b000 - 0x104558ff3 +libircclient.dylib (0) /Volumes/VOLUME/huggle.app/Contents/Frameworks/libircclient.dylib
0x10456b000 - 0x10459bff3 +libyaml-cpp.0.5.dylib (0) <74DA3BBF-7A84-35D2-AB4D-4F6C8AF71741> /Volumes/VOLUME/huggle.app/Contents/Frameworks/libyaml-cpp.0.5.dylib
0x1045b3000 - 0x1045d2ff7 +org.qt-project.QtWebEngineWidgets (5.9 - 5.9.1) <63376760-CB23-3EBF-8EBE-4BEC38A2D93D> /Volumes/VOLUME/huggle.app/Contents/Frameworks/QtWebEngineWidgets.framework/Versions/5/QtWebEngineWidgets
0x1045f8000 - 0x104626ff7 +org.qt-project.QtWebEngine (5.9 - 5.9.1) /Volumes/VOLUME/huggle.app/Contents/Frameworks/QtWebEngine.framework/Versions/5/QtWebEngine
0x10465c000 - 0x104687ff7 +org.qt-project.QtXml (5.9 - 5.9.1) <8F6B5152-BA76-3AEA-A940-BB2F7817118B> /Volumes/VOLUME/huggle.app/Contents/Frameworks/QtXml.framework/Versions/5/QtXml
0x104699000 - 0x10470fff7 +org.qt-project.QtMultimedia (5.9 - 5.9.1) <2AF2B8C4-0FBA-3C73-A059-D03CABD9A5C0> /Volumes/VOLUME/huggle.app/Contents/Frameworks/QtMultimedia.framework/Versions/5/QtMultimedia
0x104761000 - 0x104770ff7 +libirc.dylib (0) <0AC809B5-4A64-3674-9F92-30B436B5A6A6> /Volumes/VOLUME/huggle.app/Contents/Frameworks/libirc.dylib
0x10477b000 - 0x1047a7fff +org.qt-project.QtPrintSupport (5.9 - 5.9.1) <0598E3BB-24DF-3BE8-B49D-27EE2F30DA42> /Volumes/VOLUME/huggle.app/Contents/Frameworks/QtPrintSupport.framework/Versions/5/QtPrintSupport
0x1047cc000 - 0x104c31fff +org.qt-project.QtWidgets (5.9 - 5.9.1) /Volumes/VOLUME/huggle.app/Contents/Frameworks/QtWidgets.framework/Versions/5/QtWidgets
0x104d8e000 - 0x109e76f37 +org.qt-project.Qt.QtWebEngineCore (5.9 - 5.9.1) /Volumes/VOLUME/huggle.app/Contents/Frameworks/QtWebEngineCore.framework/Versions/5/QtWebEngineCore
0x10a3ca000 - 0x10a3defff +org.qt-project.QtWebChannel (5.9 - 5.9.1) <0026CAE0-1678-3419-93A5-DD2F53EBDA72> /Volumes/VOLUME/huggle.app/Contents/Frameworks/QtWebChannel.framework/Versions/5/QtWebChannel
0x10a3ee000 - 0x10a42cff7 +org.qt-project.QtPositioning (5.9 - 5.9.1) <36699709-E206-36DF-BBC4-774340BB60F5> /Volumes/VOLUME/huggle.app/Contents/Frameworks/QtPositioning.framework/Versions/5/QtPositioning
0x10a448000 - 0x10a6f1ff7 +org.qt-project.QtQuick (5.9 - 5.9.1) <5B117FDC-A287-35A1-B1D6-09B91884C858> /Volumes/VOLUME/huggle.app/Contents/Frameworks/QtQuick.framework/Versions/5/QtQuick
0x10a7ed000 - 0x10aac3fff +org.qt-project.QtQml (5.9 - 5.9.1) <61583A1C-30CE-3A9C-BBB7-86C777387D5F> /Volumes/VOLUME/huggle.app/Contents/Frameworks/QtQml.framework/Versions/5/QtQml
0x10ab6c000 - 0x10af7dff7 +org.qt-project.QtGui (5.9 - 5.9.1) <425B6D3F-7724-348D-9827-43F97508414B> /Volumes/VOLUME/huggle.app/Contents/Frameworks/QtGui.framework/Versions/5/QtGui
0x10b072000 - 0x10b176ff7 +org.qt-project.QtNetwork (5.9 - 5.9.1) /Volumes/VOLUME/huggle.app/Contents/Frameworks/QtNetwork.framework/Versions/5/QtNetwork
0x10b1bb000 - 0x10b1c6ff7 +org.qt-project.QtQuickWidgets (5.9 - 5.9.1) <7F727C17-B341-36BD-BE9A-4E6EC81DDC67> /Volumes/VOLUME/huggle.app/Contents/Frameworks/QtQuickWidgets.framework/Versions/5/QtQuickWidgets
0x10b1d0000 - 0x10b20eff7 com.apple.audio.midi.CoreMIDI (1.10 - 88) <5E2D1F53-B466-312E-AEA7-117B68C9A7F0> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
0x10b236000 - 0x10b24fffb libexpat.1.dylib (15) /usr/lib/libexpat.1.dylib
0x10b2b9000 - 0x10b2f6dc7 dyld (433.5) <322C06B7-8878-311D-888C-C8FD2CA96FF3> /usr/lib/dyld
0x10b344000 - 0x10b81dfff +org.qt-project.QtCore (5.9 - 5.9.1) <81B162CC-7629-337B-AC44-45B7ABD609B6> /Volumes/VOLUME/huggle.app/Contents/Frameworks/QtCore.framework/Versions/5/QtCore
0x10d254000 - 0x10d3a2fff +libqcocoa.dylib (0) /Volumes/VOLUME/huggle.app/Contents/PlugIns/platforms/libqcocoa.dylib
0x10fe8d000 - 0x110033fff GLEngine (14.0.16) <08F2E804-13D2-3E80-9322-1A23A84A55F3> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
0x110072000 - 0x110ac6ff7 com.apple.driver.AppleIntelKBLGraphicsGLDriver (10.25.17 - 10.2.5) <7DC5C5B9-91FC-3CD3-8B83-62E1141843B2> /System/Library/Extensions/AppleIntelKBLGraphicsGLDriver.bundle/Contents/MacOS/AppleIntelKBLGraphicsGLDriver
0x110df5000 - 0x110e1ffff GLRendererFloat (14.0.16) <6B57F70A-EFAC-3DB2-B9BA-E55D05D44DB5> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFloat
0x110e29000 - 0x110eb7fff com.apple.driver.AppleIntelKBLGraphicsMTLDriver (10.25.17 - 10.2.5) <6FB81AEE-1869-39DC-A8EB-0656AF0D4439> /System/Library/Extensions/AppleIntelKBLGraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelKBLGraphicsMTLDriver
0x1118ee000 - 0x111901ff7 +libqcorewlanbearer.dylib (0) <8C3525B5-212F-33DF-9A7B-33254BD0AA74> /Volumes/VOLUME/huggle.app/Contents/PlugIns/bearer/libqcorewlanbearer.dylib
0x111909000 - 0x111910fff +libqgenericbearer.dylib (0) <04702087-C3CF-30E3-ADCC-DBD0A0D56913> /Volumes/VOLUME/huggle.app/Contents/PlugIns/bearer/libqgenericbearer.dylib
0x111916000 - 0x11192aff7 +libqavfmediaplayer.dylib (0) <58942CF7-F5B8-3E1A-9E27-0151FAB28643> /Volumes/VOLUME/huggle.app/Contents/PlugIns/mediaservice/libqavfmediaplayer.dylib
0x111937000 - 0x111948fff +org.qt-project.QtMultimediaWidgets (5.9 - 5.9.1) <5C3227DA-DCB8-3655-BEC5-08D2BE5FBE0F> /Volumes/VOLUME/huggle.app/Contents/Frameworks/QtMultimediaWidgets.framework/Versions/5/QtMultimediaWidgets
0x111957000 - 0x11198bff7 +org.qt-project.QtOpenGL (5.9 - 5.9.1) /Volumes/VOLUME/huggle.app/Contents/Frameworks/QtOpenGL.framework/Versions/5/QtOpenGL
0x1119e0000 - 0x1119eaff3 +libhuggle_en.dylib (0) <848265EE-3652-3A24-9D60-AE20B9F06A77> /Volumes/VOLUME/huggle.app/Contents/PlugIns/libhuggle_en.dylib
0x1119f3000 - 0x111d5eff3 +libcore.dylib (0) <28333F5B-9A6E-357F-B1AC-C0BD3470A3A6> /Volumes/VOLUME/huggle.app/Contents/Frameworks/libcore.dylib
0x111e28000 - 0x111e31ffb +libhuggle_md.dylib (0) <591C77C0-F4BA-3337-AEE1-CF4D574228A6> /Volumes/VOLUME/huggle.app/Contents/PlugIns/libhuggle_md.dylib
0x111e39000 - 0x111e47fff +libhuggle_nuke.dylib (0) <1DB9418A-AEBD-302C-9687-2BEB04B9440F> /Volumes/VOLUME/huggle.app/Contents/PlugIns/libhuggle_nuke.dylib
0x111e52000 - 0x111e60ff3 +libhuggle_scoring.dylib (0) /Volumes/VOLUME/huggle.app/Contents/PlugIns/libhuggle_scoring.dylib
0x111e68000 - 0x111e70fff +libhuggle_sh.dylib (0) <66346D9A-77EC-37E6-9A19-A7023DD0D34F> /Volumes/VOLUME/huggle.app/Contents/PlugIns/libhuggle_sh.dylib
0x111e75000 - 0x111e7dfff +libhuggle_thanks.dylib (0) <2DD1F137-30BF-32D1-B880-84369447C80C> /Volumes/VOLUME/huggle.app/Contents/PlugIns/libhuggle_thanks.dylib
0x11209b000 - 0x1120a0fff +libqico.dylib (0) <2862D26F-8BBE-34BB-804A-0CA33E6C6493> /Volumes/VOLUME/huggle.app/Contents/PlugIns/imageformats/libqico.dylib
0x112165000 - 0x11216bff7 +libqgif.dylib (0) /Volumes/VOLUME/huggle.app/Contents/PlugIns/imageformats/libqgif.dylib
0x11216f000 - 0x112176fff +libqicns.dylib (0) /Volumes/VOLUME/huggle.app/Contents/PlugIns/imageformats/libqicns.dylib
0x11217b000 - 0x1121b5fff +libqjpeg.dylib (0) /Volumes/VOLUME/huggle.app/Contents/PlugIns/imageformats/libqjpeg.dylib
0x1121bb000 - 0x1121bfff7 +libqmacjp2.dylib (0) <46E82B09-032C-33CC-890E-1AC0941370A5> /Volumes/VOLUME/huggle.app/Contents/PlugIns/imageformats/libqmacjp2.dylib
0x1121c3000 - 0x1121c7fff +libqtga.dylib (0) <204D8F2A-6E7B-300E-BCAD-DD7A7ECC669E> /Volumes/VOLUME/huggle.app/Contents/PlugIns/imageformats/libqtga.dylib
0x1121cb000 - 0x11221eff7 +libqtiff.dylib (0) <1DA26D6D-9E4C-3A5B-BB47-E20C274FDA8E> /Volumes/VOLUME/huggle.app/Contents/PlugIns/imageformats/libqtiff.dylib
0x112226000 - 0x11222aff7 +libqwbmp.dylib (0) <84A3328E-8C3C-3ED6-8E9D-C60A752ADE0B> /Volumes/VOLUME/huggle.app/Contents/PlugIns/imageformats/libqwbmp.dylib
0x11222e000 - 0x1122acff7 +libqwebp.dylib (0) <41044581-D8A6-3C8C-97E5-9D533A656449> /Volumes/VOLUME/huggle.app/Contents/PlugIns/imageformats/libqwebp.dylib
0x7fff963cb000 - 0x7fff96710ff7 com.apple.RawCamera.bundle (7.04 - 914) <86A67D11-9791-3CE6-9FF5-3387C0AB925B> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x7fff97f42000 - 0x7fff97f46ffb com.apple.agl (3.3.1 - AGL-3.3.1) <752FDB92-EF67-3D04-BF40-A352BF1075CF> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
0x7fff97f47000 - 0x7fff98108fff com.apple.avfoundation (2.0 - 1187.36) <2F390EAD-07BB-3788-9E73-13104C2E04CD> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
0x7fff98109000 - 0x7fff981abff7 com.apple.audio.AVFAudio (1.0 - ???) <7997D588-B542-3EBB-B822-D719C1114BB4> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Frameworks/AVFAudio.framework/Versions/A/AVFAudio
0x7fff98276000 - 0x7fff98276fff com.apple.Accelerate (1.11 - Accelerate 1.11) <916E360F-323C-3AE1-AB3D-D1F3B284AEE9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff98277000 - 0x7fff9828effb libCGInterfaces.dylib (331.5) <17109679-A284-3C72-AA60-DBA815D3062B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
0x7fff9828f000 - 0x7fff987a8feb com.apple.vImage (8.1 - ???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff987a9000 - 0x7fff9891aff3 libBLAS.dylib (1185.50.4) <4087FFE0-627E-3623-96B4-F0A9A1991E09> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff9891b000 - 0x7fff9892fffb libBNNS.dylib (15) <254698C7-7D36-3FFF-864E-ADEEEE543076> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
0x7fff98930000 - 0x7fff98d26fef libLAPACK.dylib (1185.50.4) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff98d27000 - 0x7fff98d3dfff libLinearAlgebra.dylib (1185.50.4) <345CAACF-7263-36EF-B69B-793EA8B390AF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
0x7fff98d3e000 - 0x7fff98d44fff libQuadrature.dylib (3) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
0x7fff98d45000 - 0x7fff98d59ff7 libSparseBLAS.dylib (1185.50.4) <67BA432E-FB59-3C78-A8BE-ED4274CBC359> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
0x7fff98d5a000 - 0x7fff98ee1fe7 libvDSP.dylib (600.60.1) <4155F45B-41CD-3782-AE8F-7AE740FD83C3> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff98ee2000 - 0x7fff98f94fff libvMisc.dylib (600.60.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff98f95000 - 0x7fff98f95fff com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <7C5733E7-0568-3E7D-AF61-160F19FED544> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff99254000 - 0x7fff9a02dff3 com.apple.AppKit (6.9 - 1504.83.101) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff9a03f000 - 0x7fff9a03ffff com.apple.ApplicationServices (48 - 48) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff9a040000 - 0x7fff9a0aeff7 com.apple.ApplicationServices.ATS (377 - 422.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff9a148000 - 0x7fff9a277ff7 libFontParser.dylib (194.12) <73C3946D-EF92-3AC1-89C3-0E75B2A85325> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff9a278000 - 0x7fff9a2c2fff libFontRegistry.dylib (196.4) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff9a31f000 - 0x7fff9a352fff libTrueTypeScaler.dylib (194.12) <8944A23A-EE36-3657-9B4F-933231C8FDEC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
0x7fff9a3bf000 - 0x7fff9a469ff7 com.apple.ColorSync (4.12.0 - 502.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff9a46a000 - 0x7fff9a4bbfff com.apple.HIServices (1.22 - 593) <045870A9-1D92-3FEF-8722-671E99A35E71> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff9a4bc000 - 0x7fff9a4cbff3 com.apple.LangAnalysis (1.7.0 - 1.7.0) <2CBE7F61-2056-3F96-99A1-0D527796AFA6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff9a4cc000 - 0x7fff9a519fff com.apple.print.framework.PrintCore (12 - 491) <5027FD58-F0EE-33E4-8577-934CA06CD2AF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff9a51a000 - 0x7fff9a555fff com.apple.QD (3.12 - 313) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff9a556000 - 0x7fff9a561fff com.apple.speech.synthesis.framework (6.6.2 - 6.6.2) <7853EFF4-62B9-394E-B7B8-41A645656820> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff9a562000 - 0x7fff9a76eff7 com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <01518CAB-7DAD-3F09-83F8-B9FE0ABE998F> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff9a76f000 - 0x7fff9a76ffff com.apple.audio.units.AudioUnit (1.14 - 1.14) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff9a8d8000 - 0x7fff9acb2fff com.apple.CFNetwork (811.5.4 - 811.5.4) <46B1227B-F38C-3F8E-B0B5-5D9861ABF36B> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff9accc000 - 0x7fff9acccfff com.apple.Carbon (154 - 157) <69F403C7-F0CB-34E6-89B0-235CF4978C17> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fff9accd000 - 0x7fff9acd0fff com.apple.CommonPanels (1.2.6 - 98) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x7fff9acd1000 - 0x7fff9afdafff com.apple.HIToolbox (2.1.1 - 857.8) <5367366E-747E-32CF-8E76-93CD8E7424C7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff9afdb000 - 0x7fff9afdeff7 com.apple.help (1.3.5 - 49) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fff9afdf000 - 0x7fff9afe4fff com.apple.ImageCapture (9.0 - 9.0) <341252B4-E082-361A-B756-6A330259C741> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x7fff9afe5000 - 0x7fff9b07cff3 com.apple.ink.framework (10.9 - 219) <1BD40B45-FD33-3177-A935-565EE5FC79D7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fff9b07d000 - 0x7fff9b097fff com.apple.openscripting (1.7 - 172) <31CFBB35-24BD-3E12-9B6B-1FA842FB605B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fff9b098000 - 0x7fff9b099ff3 com.apple.print.framework.Print (12 - 267) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x7fff9b09a000 - 0x7fff9b09cff7 com.apple.securityhi (9.0 - 55006) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fff9b09d000 - 0x7fff9b0a3ff7 com.apple.speech.recognition.framework (6.0.1 - 6.0.1) <082895DC-3AC7-3DEF-ADCA-5B018C19C9D3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fff9b184000 - 0x7fff9b184fff com.apple.Cocoa (6.11 - 22) <85EDFBE1-75F0-369E-8CA8-C6A639B98FA6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x7fff9b2ce000 - 0x7fff9b35bfff com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <78767F88-91D4-31CE-AAC6-1F9407F479BB> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff9b35c000 - 0x7fff9b36ffff com.apple.CoreBluetooth (1.0 - 1) /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
0x7fff9b370000 - 0x7fff9b66bfff com.apple.CoreData (120 - 754.2) <4C9CAB2C-60D4-3694-A0A0-5B04B14BD14E> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff9b66c000 - 0x7fff9b719ff7 com.apple.CoreDisplay (1.0 - 1) <53D1EAFE-23A4-398D-BF52-E4299E670DB6> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
0x7fff9b71a000 - 0x7fff9bbb3ff7 com.apple.CoreFoundation (6.9 - 1349.8) <09ED473E-5DE8-307F-B55C-16F6419236D5> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff9bbb4000 - 0x7fff9c236fff com.apple.CoreGraphics (2.0 - 1070.22) /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff9c237000 - 0x7fff9c47affb com.apple.CoreImage (12.4.0 - 451.4.9) /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff9c4e1000 - 0x7fff9c592fff com.apple.CoreMedia (1.0 - 1907.59.1.6) <570690D8-A956-3629-9E46-4F8BDDB8A82C> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x7fff9c593000 - 0x7fff9c5deff7 com.apple.CoreMediaIO (805.0 - 4932) <03F2B863-BF99-36DF-9A14-1DB534A289F3> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
0x7fff9c5df000 - 0x7fff9c5dffff com.apple.CoreServices (775.19 - 775.19) <7255917D-EFBB-3BE2-A8FD-DAD631BC0949> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff9c5e0000 - 0x7fff9c631fff com.apple.AE (712.5 - 712.5) <61F2AE2C-E04E-3FDF-9E88-201325136C83> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff9c632000 - 0x7fff9c90dff7 com.apple.CoreServices.CarbonCore (1159.6 - 1159.6) <08AC074C-965B-3EDF-8E45-0707C8DE9EAD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff9c90e000 - 0x7fff9c941fff com.apple.DictionaryServices (1.2 - 274) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff9c942000 - 0x7fff9c94aff3 com.apple.CoreServices.FSEvents (1230.50.1 - 1230.50.1) <2AD1B0E5-7214-37C4-8D11-A27C9CAC0F74> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
0x7fff9c94b000 - 0x7fff9cab7ff7 com.apple.LaunchServices (775.19 - 775.19) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff9cab8000 - 0x7fff9cb68ffb com.apple.Metadata (10.7.0 - 1075.40) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff9cb69000 - 0x7fff9cbc8fff com.apple.CoreServices.OSServices (775.19 - 775.19) <4140569A-1848-3765-A52B-BB61C35CF88F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff9cbc9000 - 0x7fff9cc39fff com.apple.SearchKit (1.4.0 - 1.4.0) <7A6DDA2B-03F1-3137-BA9E-1CC211973E26> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff9cc3a000 - 0x7fff9cc7fff7 com.apple.coreservices.SharedFileList (38 - 38) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
0x7fff9cd08000 - 0x7fff9ce55ffb com.apple.CoreText (352.0 - 544.15) /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff9ce56000 - 0x7fff9ce8bff3 com.apple.CoreVideo (1.8 - 235.3) /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff9ce8c000 - 0x7fff9cefdffb com.apple.framework.CoreWLAN (11.0 - 1200.31) /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x7fff9cffb000 - 0x7fff9d000fff com.apple.DiskArbitration (2.7 - 2.7) <70F56042-EF04-3BAF-9E04-90F423FB2BCC> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff9d192000 - 0x7fff9d538fff com.apple.Foundation (6.9 - 1349.91) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff9d564000 - 0x7fff9d595ff7 com.apple.GSS (4.0 - 2.0) <6FADED0B-0425-3567-A75A-040C5A4638EB> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff9d596000 - 0x7fff9d5aeff7 com.apple.GameController (1.0 - 1) /System/Library/Frameworks/GameController.framework/Versions/A/GameController
0x7fff9d655000 - 0x7fff9d6f8fff com.apple.Bluetooth (5.0.5 - 5.0.5f1) <913B97A6-9E18-3F15-992D-D522AA22EDE9> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
0x7fff9d6f9000 - 0x7fff9d78fff7 com.apple.framework.IOKit (2.0.2 - 1324.60.3) <7CE4C98B-107C-3AAA-B49A-F2ACFCBBF526> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff9d790000 - 0x7fff9d796ffb com.apple.IOSurface (159.9 - 159.9) <08F1A246-1367-32EC-B3CE-724379409729> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff9d797000 - 0x7fff9d7e8ff7 com.apple.ImageCaptureCore (7.0 - 7.0) /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
0x7fff9d7e9000 - 0x7fff9d949fef com.apple.ImageIO.framework (3.3.0 - 1599.12) /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff9d94a000 - 0x7fff9d94efff libGIF.dylib (1599.12) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff9d94f000 - 0x7fff9da3fff7 libJP2.dylib (1599.12) <0DB4F152-B36D-365C-97B1-34F1C114982B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff9da40000 - 0x7fff9da63ffb libJPEG.dylib (1599.12) <2F66BA16-D569-35AD-A4BB-7A1909F1BF11> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff9da64000 - 0x7fff9da8bff7 libPng.dylib (1599.12) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff9da8c000 - 0x7fff9da8eff3 libRadiance.dylib (1599.12) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff9da8f000 - 0x7fff9daddffb libTIFF.dylib (1599.12) <5D161E6A-D279-37A0-9F5F-A71A4C13BB09> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff9dc3b000 - 0x7fff9e845fff com.apple.JavaScriptCore (12603 - 12603.3.8) <9557271A-1838-38DD-93E3-D8A9ECDE3B6B> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x7fff9e846000 - 0x7fff9e85fff7 com.apple.Kerberos (3.0 - 1) /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff9eae9000 - 0x7fff9eaeffff com.apple.MediaAccessibility (1.0 - 97.1.1) <0BD82735-6644-37CE-B13D-8E7CC59A1752> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
0x7fff9eb05000 - 0x7fff9f03eff7 com.apple.MediaToolbox (1.0 - 1907.59.1.6) /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x7fff9f03f000 - 0x7fff9f09afff com.apple.Metal (87.18 - 87.18) /System/Library/Frameworks/Metal.framework/Versions/A/Metal
0x7fff9f983000 - 0x7fff9f98bfff com.apple.NetFS (6.0 - 4.0) <14A24D00-5673-330A-959D-87F72040DEFF> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff9fb62000 - 0x7fff9fb6aff7 libcldcpuengine.dylib (2.8.5) <81563526-886E-37E4-BF85-4A6D75F93C65> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
0x7fff9fb6b000 - 0x7fff9fbb9ff3 com.apple.opencl (2.8.6 - 2.8.6) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff9fbba000 - 0x7fff9fbd3ffb com.apple.CFOpenDirectory (10.12 - 194) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff9fbd4000 - 0x7fff9fbdfff7 com.apple.OpenDirectory (10.12 - 194) <4298FFD0-B1A7-3064-AF5B-708B3FA38671> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff9fbe0000 - 0x7fff9fbe2fff libCVMSPluginSupport.dylib (14.0.16) <9E12EB67-6630-39A0-AB93-77405F5EC2A7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fff9fbe3000 - 0x7fff9fbe6ff7 libCoreFSCache.dylib (156.3) <687C4CC3-6537-344B-8BE1-5234C8CB2864> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
0x7fff9fbe7000 - 0x7fff9fbebfff libCoreVMClient.dylib (156.3) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff9fbec000 - 0x7fff9fbf5ff7 libGFXShared.dylib (14.0.16) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff9fbf6000 - 0x7fff9fc01fff libGL.dylib (14.0.16) <0801F3B9-A525-32BB-9BC0-478947CE21D9> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff9fc02000 - 0x7fff9fc3eff7 libGLImage.dylib (14.0.16) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff9fc3f000 - 0x7fff9fdb5ff3 libGLProgrammability.dylib (14.0.16) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x7fff9fdb6000 - 0x7fff9fdf7ff7 libGLU.dylib (14.0.16) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fffa075f000 - 0x7fffa076dfff com.apple.opengl (14.0.16 - 14.0.16) <167C9883-A79E-3B7F-AFED-8CD6683B291D> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fffa080a000 - 0x7fffa0951fff com.apple.QTKit (7.7.3 - 2978.7) <49F88771-52FE-3989-AAB7-10A7494C4419> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x7fffa0952000 - 0x7fffa0bbcff7 com.apple.imageKit (3.0 - 1023) <9C547565-CBAA-3ACB-A3F6-1366A0DCDCB4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0x7fffa0bbd000 - 0x7fffa0c84fff com.apple.PDFKit (1.0 - 1) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x7fffa0c85000 - 0x7fffa11abff7 com.apple.QuartzComposer (5.1 - 356) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
0x7fffa11ac000 - 0x7fffa11cfffb com.apple.quartzfilters (1.10.0 - 1.10.0) <365342ED-7A1A-3C75-AE60-90764E96034C> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
0x7fffa11d0000 - 0x7fffa12bdfff com.apple.QuickLookUIFramework (5.0 - 720.7) <3136C23E-399E-3296-928A-B18EC9FC423C> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x7fffa12be000 - 0x7fffa12befff com.apple.quartzframework (1.5 - 21) <09455972-8A33-3D61-B193-BA7E7CF984CA> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x7fffa12bf000 - 0x7fffa14bffff com.apple.QuartzCore (1.11 - 453.39.4) /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fffa14c0000 - 0x7fffa1515fff com.apple.QuickLookFramework (5.0 - 720.7) <3BD7BA2F-924C-3EFF-B26E-3F930E62E6B4> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x7fffa1516000 - 0x7fffa152bfff com.apple.SafariServices.framework (12603 - 12603.3.8) <966BF0C8-B94B-3BDF-AFE1-0F99DAAE6D99> /System/Library/Frameworks/SafariServices.framework/Versions/A/SafariServices
0x7fffa1a26000 - 0x7fffa1d28ff7 com.apple.security (7.0 - 57740.60.18) <005E8C96-40B6-35E3-B58B-888A5F5957C2> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fffa1d29000 - 0x7fffa1d9efff com.apple.securityfoundation (6.0 - 55132.50.7) <15C53957-A9DE-31AE-A192-949244F47CD7> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fffa1dc9000 - 0x7fffa1dccff3 com.apple.xpc.ServiceManagement (1.0 - 1) /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x7fffa2153000 - 0x7fffa21c2ff7 com.apple.SystemConfiguration (1.14 - 1.14) <3FFD3930-B307-3E31-9FA6-12221EB0F969> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fffa21c3000 - 0x7fffa2571fff com.apple.VideoToolbox (1.0 - 1907.59.1.6) /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x7fffa4a19000 - 0x7fffa4a34ff3 com.apple.AppContainer (4.0 - 307.50.21) /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
0x7fffa4a35000 - 0x7fffa4a42ff3 com.apple.AppSandbox (4.0 - 307.50.21) /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
0x7fffa4a43000 - 0x7fffa4a65ffb com.apple.framework.Apple80211 (12.0 - 1200.47) /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x7fffa4a66000 - 0x7fffa4a75feb com.apple.AppleFSCompression (88.50.3 - 1.0) <478E8BFF-8BA2-375E-BE02-BA27F115C15A> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x7fffa4b63000 - 0x7fffa4bee97f com.apple.AppleJPEG (1.0 - 1) /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
0x7fffa4c27000 - 0x7fffa4c2aff3 com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <42A1731A-A576-307A-B07C-9F8F64696CB7> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
0x7fffa4c2b000 - 0x7fffa4c7dfff com.apple.AppleVAFramework (5.0.36 - 5.0.36) <7352078D-C230-397C-81A5-57A48CF218C0> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x7fffa5021000 - 0x7fffa509fff7 com.apple.backup.framework (1.8.5 - 1.8.5) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x7fffa5d2a000 - 0x7fffa5d51ff3 com.apple.ChunkingLibrary (173 - 173) /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x7fffa6676000 - 0x7fffa667fffb com.apple.CommonAuth (4.0 - 2.0) <216950CB-269F-3476-BA17-D6363AC49FBC> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fffa6804000 - 0x7fffa6be3ff7 com.apple.CoreAUC (226.0.0 - 226.0.0) /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x7fffa6be4000 - 0x7fffa6c14fff com.apple.CoreAVCHD (5.9.0 - 5900.4.1) <3F6857D1-AE7C-3593-B064-930F5BB7269E> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
0x7fffa6dc8000 - 0x7fffa6dd8fff com.apple.CoreEmoji (1.0 - 40.3.3) /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
0x7fffa6e9d000 - 0x7fffa6eb3ff3 com.apple.CoreMediaAuthoring (2.2 - 956) /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
0x7fffa6eba000 - 0x7fffa6f4affb com.apple.CorePDF (4.0 - 4) <7F50E4A6-940C-33F5-BE4E-7E01AFE98A8F> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
0x7fffa7113000 - 0x7fffa7143ff3 com.apple.CoreServicesInternal (276.2 - 276.2) <05EB7D45-DD4C-3A0F-AC63-A0C2A68E6481> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x7fffa73d4000 - 0x7fffa7463ff7 com.apple.CoreSymbolication (62046) <7839CD8E-011D-3567-88DE-3D472C661136> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fffa7464000 - 0x7fffa75a3fe7 com.apple.coreui (2.1 - 431.3) <2E8FEC10-FC5B-3782-92DA-A85C24B7BF7C> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fffa75a4000 - 0x7fffa7674ff3 com.apple.CoreUtils (5.1 - 510.31) /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
0x7fffa76c4000 - 0x7fffa7729ff3 com.apple.framework.CoreWiFi (12.0 - 1200.31) /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
0x7fffa772a000 - 0x7fffa7738ff7 com.apple.CrashReporterSupport (10.12 - 827) <802A9B81-E349-348B-90AB-10E40B654250> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x7fffa77aa000 - 0x7fffa77b4ffb com.apple.framework.DFRFoundation (1.0 - 104.25) <7CFF896C-EF22-3941-BB3D-F3615CE4C908> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
0x7fffa77b5000 - 0x7fffa77b9ff3 com.apple.DSExternalDisplay (3.1 - 380) <4B5E3FF0-E8C3-38CC-BF72-418C928956AB> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
0x7fffa77ef000 - 0x7fffa7864ffb com.apple.datadetectorscore (7.0 - 539.1) <74595F6C-8283-3C73-9F56-C6FA957F8B94> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fffa78a0000 - 0x7fffa78dffff com.apple.DebugSymbols (137 - 137) <58A70B66-2628-3CFE-B103-2200D95FC5F7> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fffa78e0000 - 0x7fffa79f1fff com.apple.desktopservices (1.11.5 - 1.11.5) <46A9D4F3-1EF8-373C-98A4-AD48D285E484> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fffa7b34000 - 0x7fffa7b3ffff com.apple.DisplayServicesFW (3.1 - 380) <0BDF6C17-5E5F-33F8-8E99-C7350C6F9667> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
0x7fffa7cd9000 - 0x7fffa810aff7 com.apple.vision.FaceCore (3.3.2 - 3.3.2) <9391D5A3-738C-3136-9D07-518CB43DBADA> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
0x7fffa9461000 - 0x7fffa9461fff libmetal_timestamp.dylib (600.0.49.9) /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dylib
0x7fffa946e000 - 0x7fffa9479ff3 libGPUSupportMercury.dylib (14.0.16) <7EE3DA75-2F9D-3C6D-AECD-F73EA47BE81B> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
0x7fffa9732000 - 0x7fffa974efff com.apple.GenerationalStorage (2.0 - 267.1) <3DE1C580-D089-362D-8582-8DE68A3C5F13> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x7fffa9e5f000 - 0x7fffa9ed5ff3 com.apple.Heimdal (4.0 - 2.0) <8F9C9041-66D5-36C9-8A4C-1658035C311D> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fffaa4f0000 - 0x7fffaa4f7ffb com.apple.IOAccelerator (311.14 - 311.14) <278124AF-02DC-3785-9FA9-14EDB8E5FD56> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
0x7fffaa4f9000 - 0x7fffaa50dff7 com.apple.IOPresentment (1.0 - 29.10) <30DF04EE-10E2-353F-845F-A97B87DF3207> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
0x7fffaa50e000 - 0x7fffaa530fff com.apple.IconServices (74.4 - 74.4) <218DDD05-35F4-3833-B98D-471ED0EBC031> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0x7fffaa5cc000 - 0x7fffaa5dcff3 com.apple.IntlPreferences (2.0 - 216) <77C9C2E7-EF9F-34BB-A5E3-B8BEA4226B5F> /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPreferences
0x7fffaa617000 - 0x7fffaa7cefff com.apple.LanguageModeling (1.0 - 123.2.5) /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
0x7fffaae3e000 - 0x7fffaae41fff com.apple.Mangrove (1.0 - 1) <98814966-FD65-302B-B47E-00928DC34E5C> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
0x7fffab0ef000 - 0x7fffab168ff7 com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) /System/Library/PrivateFrameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
0x7fffab2c4000 - 0x7fffab2d2fff com.apple.MobileKeyBag (2.0 - 1.0) /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag
0x7fffab2e3000 - 0x7fffab30bff7 com.apple.MultitouchSupport.framework (368.16 - 368.16) <9E602B4A-22CD-3CF3-B284-78D5123C9AE8> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fffab3bd000 - 0x7fffab3c8fff com.apple.NetAuth (6.2 - 6.2) <97F487D6-8089-31A8-B68C-6C1EAC6ED1B5> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fffabca0000 - 0x7fffabce1ff3 com.apple.PerformanceAnalysis (1.148.3 - 148.3) <4E468BC7-F863-3674-909D-417231EB8C28> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fffac3c9000 - 0x7fffac3e3fff com.apple.ProtocolBuffer (1 - 249.1) /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
0x7fffac3e4000 - 0x7fffac3f3ff7 com.apple.QuickLookThumbnailing (1.0 - 1) <173EE873-1700-3FCA-9782-C060FBB5BCAD> /System/Library/PrivateFrameworks/QuickLookThumbnailing.framework/Versions/A/QuickLookThumbnailing
0x7fffac3fc000 - 0x7fffac41fff3 com.apple.RemoteViewServices (2.0 - 124) <6B967FDA-6591-302C-BA0A-76C4856E584E> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fffad0e9000 - 0x7fffad0ecfff com.apple.SecCodeWrapper (4.0 - 307.50.21) /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
0x7fffad17b000 - 0x7fffad208fff com.apple.Sharing (696.2.67 - 696.2.67) /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
0x7fffad229000 - 0x7fffad48ffeb com.apple.SkyLight (1.600.0 - 170.3) <38AC05EF-3A9E-3E3E-9849-04E0223DF7B9> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
0x7fffad66e000 - 0x7fffad67aff7 com.apple.SpeechRecognitionCore (3.3.2 - 3.3.2) <684BD1EA-8268-331C-A5A9-080EB375C658> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
0x7fffadd66000 - 0x7fffadddafdf com.apple.Symbolication (62048.1) <1A30ED19-7532-3F46-9DD3-9879A973D0CF> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x7fffae219000 - 0x7fffae21fff7 com.apple.TCC (1.0 - 1) <911B534B-4AC7-34E4-935E-E42ECD008CBC> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x7fffae2ab000 - 0x7fffae371ff7 com.apple.TextureIO (2.8 - 2.8) <3D61E533-4156-3B21-B7ED-CB823E680DFC> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
0x7fffae3e5000 - 0x7fffae3e6fff com.apple.TrustEvaluationAgent (2.0 - 28.50.1) /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x7fffae3e7000 - 0x7fffae577ff3 com.apple.UIFoundation (1.0 - 490.7) <2A3063FE-1790-3510-8A0E-AEC581D42B7E> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
0x7fffaf046000 - 0x7fffaf106fff com.apple.ViewBridge (283 - 283) <25A635B3-C87C-3D3A-ADF3-539713FA1048> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
0x7fffaf551000 - 0x7fffaf557fff com.apple.XPCService (2.0 - 1) <4B28B225-2105-33F4-9ED0-F04288FF4FB1> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
0x7fffaf628000 - 0x7fffaf62affb com.apple.loginsupport (1.0 - 1) /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
0x7fffaf67f000 - 0x7fffaf69aff7 libCRFSuite.dylib (34) /usr/lib/libCRFSuite.dylib
0x7fffaf69b000 - 0x7fffaf6a6fff libChineseTokenizer.dylib (21) <0886E908-A825-36AF-B94B-2361FD8BC2A1> /usr/lib/libChineseTokenizer.dylib
0x7fffaf738000 - 0x7fffaf739ff3 libDiagnosticMessagesClient.dylib (102) <84A04D24-0E60-3810-A8C0-90A65E2DF61A> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fffaf73a000 - 0x7fffaf94dfff libFosl_dynamic.dylib (16.39) /usr/lib/libFosl_dynamic.dylib
0x7fffaf969000 - 0x7fffaf970fff libMatch.1.dylib (27) <70D4BD2A-9383-37F2-B0D6-9B592D236601> /usr/lib/libMatch.1.dylib
0x7fffaf971000 - 0x7fffaf971fff libOpenScriptingUtil.dylib (172) <90743888-C1E8-34E3-924E-1A754B2B63B9> /usr/lib/libOpenScriptingUtil.dylib
0x7fffaf972000 - 0x7fffaf976ffb libScreenReader.dylib (477.40.6) /usr/lib/libScreenReader.dylib
0x7fffaf977000 - 0x7fffaf978ffb libSystem.B.dylib (1238.60.2) /usr/lib/libSystem.B.dylib
0x7fffaf9e4000 - 0x7fffafa0fff3 libarchive.2.dylib (41.70.1) /usr/lib/libarchive.2.dylib
0x7fffafa10000 - 0x7fffafa8cfc7 libate.dylib (1.12.13) /usr/lib/libate.dylib
0x7fffafa90000 - 0x7fffafa90ff3 libauto.dylib (187) <34388D0B-C539-3C1B-9408-2BC152162E43> /usr/lib/libauto.dylib
0x7fffafa91000 - 0x7fffafaa1ff3 libbsm.0.dylib (34) <20084796-B04D-3B35-A003-EA11459557A9> /usr/lib/libbsm.0.dylib
0x7fffafaa2000 - 0x7fffafab0ff7 libbz2.1.0.dylib (38) /usr/lib/libbz2.1.0.dylib
0x7fffafab1000 - 0x7fffafb07ff7 libc++.1.dylib (307.5) <0B43BB5D-E6EB-3464-8DE9-B41AC8ED9D1C> /usr/lib/libc++.1.dylib
0x7fffafb08000 - 0x7fffafb31ff7 libc++abi.dylib (307.4) /usr/lib/libc++abi.dylib
0x7fffafb32000 - 0x7fffafb42ffb libcmph.dylib (6) <2B5D405E-2D0B-3320-ABD6-622934C86ABE> /usr/lib/libcmph.dylib
0x7fffafb43000 - 0x7fffafb59fcf libcompression.dylib (39) /usr/lib/libcompression.dylib
0x7fffafb5a000 - 0x7fffafb5aff7 libcoretls.dylib (121.50.4) <64B1001E-10F6-3542-A3B2-C4B49F51817F> /usr/lib/libcoretls.dylib
0x7fffafb5b000 - 0x7fffafb5cff3 libcoretls_cfhelpers.dylib (121.50.4) <1A10303E-5EB0-3C7C-9165-021FCDFD934D> /usr/lib/libcoretls_cfhelpers.dylib
0x7fffafc16000 - 0x7fffafcfbff7 libcrypto.0.9.8.dylib (64.50.6) /usr/lib/libcrypto.0.9.8.dylib
0x7fffafe99000 - 0x7fffafeecff7 libcups.2.dylib (450) <9950BFCB-7882-33C9-9ECF-CE66773C5657> /usr/lib/libcups.2.dylib
0x7fffaff40000 - 0x7fffaff47ff3 libdscsym.dylib (148.3) /usr/lib/libdscsym.dylib
0x7fffaff69000 - 0x7fffaff69fff libenergytrace.dylib (15) /usr/lib/libenergytrace.dylib
0x7fffaff79000 - 0x7fffaff7eff7 libheimdal-asn1.dylib (498.50.8) /usr/lib/libheimdal-asn1.dylib
0x7fffaff7f000 - 0x7fffb0071ff7 libiconv.2.dylib (50) <42125B35-81D7-3FC4-9475-A26DBE10884D> /usr/lib/libiconv.2.dylib
0x7fffb0072000 - 0x7fffb0297ffb libicucore.A.dylib (57166.0.1) /usr/lib/libicucore.A.dylib
0x7fffb029d000 - 0x7fffb029efff liblangid.dylib (126) <2085E7A7-9A34-3735-87F4-F174EF8EABF0> /usr/lib/liblangid.dylib
0x7fffb029f000 - 0x7fffb02b8ffb liblzma.5.dylib (10) <44BD0279-99DD-36B5-8A6E-C11432E2098D> /usr/lib/liblzma.5.dylib
0x7fffb02b9000 - 0x7fffb02cfff7 libmarisa.dylib (5) <9030D214-5D0F-30CB-AC03-902C63909362> /usr/lib/libmarisa.dylib
0x7fffb02d0000 - 0x7fffb0578ff7 libmecabra.dylib (744.8) /usr/lib/libmecabra.dylib
0x7fffb05ab000 - 0x7fffb0625ff3 libnetwork.dylib (856.60.1) <191E99F5-4723-3180-8013-02AF2F9AE4B8> /usr/lib/libnetwork.dylib
0x7fffb0626000 - 0x7fffb09f8047 libobjc.A.dylib (709.1) <70614861-0340-32E2-85ED-FE65759CDFFA> /usr/lib/libobjc.A.dylib
0x7fffb09fb000 - 0x7fffb09fffff libpam.2.dylib (21.30.1) <71EB0D88-DE84-3C8D-A2C5-58AA282BC5BC> /usr/lib/libpam.2.dylib
0x7fffb0a00000 - 0x7fffb0a31fff libpcap.A.dylib (67.60.1) /usr/lib/libpcap.A.dylib
0x7fffb0a4e000 - 0x7fffb0a6affb libresolv.9.dylib (64) /usr/lib/libresolv.9.dylib
0x7fffb0a6b000 - 0x7fffb0aa4fff libsandbox.1.dylib (592.70.1) <9C428C49-9D9A-3F9F-9573-BF5202D1F933> /usr/lib/libsandbox.1.dylib
0x7fffb0ab8000 - 0x7fffb0ab9ff3 libspindump.dylib (231.3) /usr/lib/libspindump.dylib
0x7fffb0aba000 - 0x7fffb0c08ff7 libsqlite3.dylib (254.8) <1ECF7DF7-7A07-3B4B-A63B-F4EFF6BC7ACF> /usr/lib/libsqlite3.dylib
0x7fffb0cfd000 - 0x7fffb0d0afff libxar.1.dylib (357) <69547C64-E811-326F-BBED-490C6361BDCB> /usr/lib/libxar.1.dylib
0x7fffb0d0b000 - 0x7fffb0dfafff libxml2.2.dylib (30.17) /usr/lib/libxml2.2.dylib
0x7fffb0dfb000 - 0x7fffb0e24fff libxslt.1.dylib (15.9) <00735AD5-B62D-3E83-86AC-5533E4E2B102> /usr/lib/libxslt.1.dylib
0x7fffb0e25000 - 0x7fffb0e36ff3 libz.1.dylib (67) <46E3FFA2-4328-327A-8D34-A03E20BFFB8E> /usr/lib/libz.1.dylib
0x7fffb0e45000 - 0x7fffb0e49ff7 libcache.dylib (79) <093A4DAB-8385-3D47-A350-E20CB7CCF7BF> /usr/lib/system/libcache.dylib
0x7fffb0e4a000 - 0x7fffb0e54fff libcommonCrypto.dylib (60092.50.5) <8A64D1B0-C70E-385C-92F0-E669079FDA90> /usr/lib/system/libcommonCrypto.dylib
0x7fffb0e55000 - 0x7fffb0e5cfff libcompiler_rt.dylib (62) <55D47421-772A-32AB-B529-1A46C2F43B4D> /usr/lib/system/libcompiler_rt.dylib
0x7fffb0e5d000 - 0x7fffb0e65fff libcopyfile.dylib (138) <819BEA3C-DF11-3E3D-A1A1-5A51C5BF1961> /usr/lib/system/libcopyfile.dylib
0x7fffb0e66000 - 0x7fffb0ee9fdf libcorecrypto.dylib (442.50.19) <65D7165E-2E71-335D-A2D6-33F78E2DF0C1> /usr/lib/system/libcorecrypto.dylib
0x7fffb0eea000 - 0x7fffb0f1bfff libdispatch.dylib (703.50.37) <6582BAD6-ED27-3B30-B620-90B1C5A4AE3C> /usr/lib/system/libdispatch.dylib
0x7fffb0f1c000 - 0x7fffb0f21ffb libdyld.dylib (433.5) <9B2AC56D-107C-3541-A127-9094A751F2C9> /usr/lib/system/libdyld.dylib
0x7fffb0f22000 - 0x7fffb0f22ffb libkeymgr.dylib (28) <7AA011A9-DC21-3488-BF73-3B5B14D1FDD6> /usr/lib/system/libkeymgr.dylib
0x7fffb0f23000 - 0x7fffb0f2ffff libkxld.dylib (3789.70.16) /usr/lib/system/libkxld.dylib
0x7fffb0f30000 - 0x7fffb0f30fff liblaunch.dylib (972.70.1) /usr/lib/system/liblaunch.dylib
0x7fffb0f31000 - 0x7fffb0f36ff3 libmacho.dylib (898) <17D5D855-F6C3-3B04-B680-E9BF02EF8AED> /usr/lib/system/libmacho.dylib
0x7fffb0f37000 - 0x7fffb0f39ff3 libquarantine.dylib (85.50.1) <12448CC2-378E-35F3-BE33-9DC395A5B970> /usr/lib/system/libquarantine.dylib
0x7fffb0f3a000 - 0x7fffb0f3bffb libremovefile.dylib (45) <38D4CB9C-10CD-30D3-8B7B-A515EC75FE85> /usr/lib/system/libremovefile.dylib
0x7fffb0f3c000 - 0x7fffb0f54ff7 libsystem_asl.dylib (349.50.5) <096E4228-3B7C-30A6-8B13-EC909A64499A> /usr/lib/system/libsystem_asl.dylib
0x7fffb0f55000 - 0x7fffb0f55ff7 libsystem_blocks.dylib (67) <10DC5404-73AB-35B3-A277-A8AFECB476EB> /usr/lib/system/libsystem_blocks.dylib
0x7fffb0f56000 - 0x7fffb0fe3fef libsystem_c.dylib (1158.50.2) /usr/lib/system/libsystem_c.dylib
0x7fffb0fe4000 - 0x7fffb0fe7ffb libsystem_configuration.dylib (888.60.2) /usr/lib/system/libsystem_configuration.dylib
0x7fffb0fe8000 - 0x7fffb0febfff libsystem_coreservices.dylib (41.4) <7D26DE79-B424-3450-85E1-F7FAB32714AB> /usr/lib/system/libsystem_coreservices.dylib
0x7fffb0fec000 - 0x7fffb1004fff libsystem_coretls.dylib (121.50.4) /usr/lib/system/libsystem_coretls.dylib
0x7fffb1005000 - 0x7fffb100bfff libsystem_dnssd.dylib (765.50.9) /usr/lib/system/libsystem_dnssd.dylib
0x7fffb100c000 - 0x7fffb1035ff7 libsystem_info.dylib (503.50.4) <611DB84C-BF70-3F92-8702-B9F28A900920> /usr/lib/system/libsystem_info.dylib
0x7fffb1036000 - 0x7fffb1058ff7 libsystem_kernel.dylib (3789.70.16) <34B1F16C-BC9C-3C5F-9045-0CAE91CB5914> /usr/lib/system/libsystem_kernel.dylib
0x7fffb1059000 - 0x7fffb10a0fe7 libsystem_m.dylib (3121.6) <86D499B5-BBDC-3D3B-8A4E-97AE8E6672A4> /usr/lib/system/libsystem_m.dylib
0x7fffb10a1000 - 0x7fffb10bfff7 libsystem_malloc.dylib (116.50.8) /usr/lib/system/libsystem_malloc.dylib
0x7fffb10c0000 - 0x7fffb1119ffb libsystem_network.dylib (856.60.1) <369D0221-56CA-3C3E-9EDE-94B41CAE77B7> /usr/lib/system/libsystem_network.dylib
0x7fffb111a000 - 0x7fffb1123ff3 libsystem_networkextension.dylib (563.60.2) /usr/lib/system/libsystem_networkextension.dylib
0x7fffb1124000 - 0x7fffb112dff3 libsystem_notify.dylib (165.20.1) /usr/lib/system/libsystem_notify.dylib
0x7fffb112e000 - 0x7fffb1136fe7 libsystem_platform.dylib (126.50.8) <897462FD-B318-321B-A554-E61982630F7E> /usr/lib/system/libsystem_platform.dylib
0x7fffb1137000 - 0x7fffb1141ff7 libsystem_pthread.dylib (218.60.3) /usr/lib/system/libsystem_pthread.dylib
0x7fffb1142000 - 0x7fffb1145ff7 libsystem_sandbox.dylib (592.70.1) <4B92EC49-ACD0-36AE-B07A-A2B8152EAF9D> /usr/lib/system/libsystem_sandbox.dylib
0x7fffb1146000 - 0x7fffb1147ff3 libsystem_secinit.dylib (24.50.4) /usr/lib/system/libsystem_secinit.dylib
0x7fffb1148000 - 0x7fffb114fffb libsystem_symptoms.dylib (532.50.47) <3390E07C-C1CE-348F-ADBD-2C5440B45EAA> /usr/lib/system/libsystem_symptoms.dylib
0x7fffb1150000 - 0x7fffb1163ff7 libsystem_trace.dylib (518.70.1) /usr/lib/system/libsystem_trace.dylib
0x7fffb1164000 - 0x7fffb1169ffb libunwind.dylib (35.3) <3D50D8A8-C460-334D-A519-2DA841102C6B> /usr/lib/system/libunwind.dylib
0x7fffb116a000 - 0x7fffb1193ff7 libxpc.dylib (972.70.1) /usr/lib/system/libxpc.dylib

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

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

                            VIRTUAL   REGION 

REGION TYPE SIZE COUNT (non-coalesced)
=========== ======= =======
Accelerate framework 384K 4
Activity Tracing 256K 2
CG backing stores 15.7M 5
CG image 76K 9
CoreAnimation 144K 10
CoreUI image data 2876K 15
CoreUI image file 184K 5
Foundation 20K 2
Kernel Alloc Once 8K 2
MALLOC 216.4M 54
MALLOC guard page 48K 11
Memory Tag 242 12K 2
STACK GUARD 56.0M 12
Stack 13.1M 12
VM_ALLOCATE 144K 22
__DATA 33.2M 303
__GLSLBUILTINS 2588K 2
__IMAGE 528K 2
__LINKEDIT 123.8M 50
__TEXT 297.7M 297
__UNICODE 556K 2
mapped file 363.4M 18
shared memory 16.4M 16
=========== ======= =======
TOTAL 1.1G 834

Model: MacBookPro14,1, BootROM MBP141.0160.B02, 2 processors, Intel Core i7, 2.5 GHz, 16 GB, SMC 2.43f6
Graphics: kHW_IntelIrisGraphics640Item, Intel Iris Plus Graphics 640, Built-In
Memory Module: BANK 0/DIMM0, 8 GB, LPDDR3, 2133 MHz, 0x802C, 0x4D5435324C31473332443450472D30393320
Memory Module: BANK 1/DIMM0, 8 GB, LPDDR3, 2133 MHz, 0x802C, 0x4D5435324C31473332443450472D30393320
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x170), Broadcom BCM43xx 1.0 (7.21.171.130.1a1)
Bluetooth: Version 5.0.5f1, 3 services, 27 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
USB Device: USB 3.0 Bus
Thunderbolt Bus: MacBook Pro, Apple Inc., 22.2

Farsi Interface should user rtl direction

Farsi Interface at Haggle 3.3.2 is left to right which should be right to left like Arabic
please solve it. In my opinion, somewhere Farsi setting missed rtl.

screenshot of Farsi interface
image

screenshot of Arabic interface
image

Does not build with --python

On Ubuntu, with both python and python3 installed, with dev packages for both:

[ 15%] Building CXX object CMakeFiles/core.dir/pythonengine.cpp.o
/home/abartov/dev/wiki/huggle3-qt-lx/huggle/pythonengine.cpp: In function ‘PyObject* Huggle::Python::Query_IsProcessed(PyObject*, PyObject*)’:
/home/abartov/dev/wiki/huggle3-qt-lx/huggle/pythonengine.cpp:560:75: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
                 result = PyErr_NewException("EINVALIDQUERY", self, nullptr);
                                                                           ^
/home/abartov/dev/wiki/huggle3-qt-lx/huggle/pythonengine.cpp: In function ‘PyObject* Huggle::Python::Query_IsFailed(PyObject*, PyObject*)’:
/home/abartov/dev/wiki/huggle3-qt-lx/huggle/pythonengine.cpp:587:75: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
                 result = PyErr_NewException("EINVALIDQUERY", self, nullptr);
                                                                           ^
/home/abartov/dev/wiki/huggle3-qt-lx/huggle/pythonengine.cpp: In function ‘void Huggle::Python::PyInit_emb()’:
/home/abartov/dev/wiki/huggle3-qt-lx/huggle/pythonengine.cpp:675:48: error: ‘Module’ was not declared in this scope
                 Huggle_ptr = PyModule_Create2(&Module, PYTHON_API_VERSION);
                                                ^~~~~~
/home/abartov/dev/wiki/huggle3-qt-lx/huggle/pythonengine.cpp:675:74: error: ‘PyModule_Create2’ was not declared in this scope
                 Huggle_ptr = PyModule_Create2(&Module, PYTHON_API_VERSION);
                                                                          ^
CMakeFiles/core.dir/build.make:1641: recipe for target 'CMakeFiles/core.dir/pythonengine.cpp.o' failed
make[2]: *** [CMakeFiles/core.dir/pythonengine.cpp.o] Error 1

L10n using {0}

A lot of the L10n files still include references to parameters such as {0} instead of the new $1. Often the string itself is also outdated.

Could someone with some scripting foo tag all strings which contains a "{" character with the attribute fuzzy="true" to mark these as outdated in translatewiki.net?

Can't build on Mac

hinata:huggle Rich$ qmake -spec macx-g++ -config release && make
/usr/local/Cellar/qt/HEAD/bin/uic mainwindow.ui -o ui_mainwindow.h
/usr/local/Cellar/qt/HEAD/bin/uic login.ui -o ui_login.h
/usr/local/Cellar/qt/HEAD/bin/uic preferences.ui -o ui_preferences.h
/usr/local/Cellar/qt/HEAD/bin/uic oauthlogin.ui -o ui_oauthlogin.h
/usr/local/Cellar/qt/HEAD/bin/uic aboutform.ui -o ui_aboutform.h
/usr/local/Cellar/qt/HEAD/bin/uic hugglequeue.ui -o ui_hugglequeue.h
/usr/local/Cellar/qt/HEAD/bin/uic hugglelog.ui -o ui_hugglelog.h
/usr/local/Cellar/qt/HEAD/bin/uic huggletool.ui -o ui_huggletool.h
/usr/local/Cellar/qt/HEAD/bin/uic huggleweb.ui -o ui_huggleweb.h
/usr/local/Cellar/qt/HEAD/bin/uic proxy.ui -o ui_proxy.h
/usr/local/Cellar/qt/HEAD/bin/uic hugglequeueitemlabel.ui -o ui_hugglequeueitemlabel.h
/usr/local/Cellar/qt/HEAD/bin/uic processlist.ui -o ui_processlist.h
/usr/local/Cellar/qt/HEAD/bin/uic ignorelist.ui -o ui_ignorelist.h
/usr/local/Cellar/qt/HEAD/bin/uic scorewordsdbform.ui -o ui_scorewordsdbform.h
/usr/local/Cellar/qt/HEAD/bin/uic history.ui -o ui_history.h
/usr/local/Cellar/qt/HEAD/bin/uic reportuser.ui -o ui_reportuser.h
/usr/local/Cellar/qt/HEAD/bin/uic blockuser.ui -o ui_blockuser.h
/usr/local/Cellar/qt/HEAD/bin/uic exceptionwindow.ui -o ui_exceptionwindow.h
/usr/local/Cellar/qt/HEAD/bin/uic waitingform.ui -o ui_waitingform.h
/usr/local/Cellar/qt/HEAD/bin/uic speedyform.ui -o ui_speedyform.h
/usr/local/Cellar/qt/HEAD/bin/uic deleteform.ui -o ui_deleteform.h
/usr/local/Cellar/qt/HEAD/bin/uic historyform.ui -o ui_historyform.h
/usr/local/Cellar/qt/HEAD/bin/uic userinfoform.ui -o ui_userinfoform.h
/usr/local/Cellar/qt/HEAD/bin/uic protectpage.ui -o ui_protectpage.h
/usr/local/Cellar/qt/HEAD/bin/uic vandalnw.ui -o ui_vandalnw.h
/usr/local/Cellar/qt/HEAD/bin/uic updateform.ui -o ui_updateform.h
/usr/local/Cellar/qt/HEAD/bin/uic uaareport.ui -o ui_uaareport.h
/usr/local/Cellar/qt/HEAD/bin/uic requestprotect.ui -o ui_requestprotect.h
/usr/local/Cellar/qt/HEAD/bin/uic sessionform.ui -o ui_sessionform.h
/usr/local/Cellar/qt/HEAD/bin/uic whitelistform.ui -o ui_whitelistform.h
/usr/local/Cellar/qt/HEAD/bin/uic warninglist.ui -o ui_warninglist.h
/usr/local/Cellar/qt/HEAD/bin/uic reloginform.ui -o ui_reloginform.h
/usr/local/Cellar/qt/HEAD/bin/uic loadingform.ui -o ui_loadingform.h
/usr/local/Cellar/qt/HEAD/bin/uic wikipagetagsform.ui -o ui_wikipagetagsform.h
g++ -c -pipe -std=c++11 -O2 -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.5 -Wall -W -DQT_USE_QSTRINGBUILDER -DQT_NO_DEBUG -DQT_WEBKIT_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/HEAD/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/HEAD/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/HEAD/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/HEAD/lib/QtNetwork.framework/Versions/4/Headers -I/usr/local/Cellar/qt/HEAD/lib/QtNetwork.framework/Versions/4/Headers -I/usr/local/Cellar/qt/HEAD/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/HEAD/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/HEAD/lib/QtXml.framework/Versions/4/Headers -I/usr/local/Cellar/qt/HEAD/lib/QtXml.framework/Versions/4/Headers -I/usr/local/Cellar/qt/HEAD/lib/QtWebKit.framework/Versions/4/Headers -I/usr/local/Cellar/qt/HEAD/lib/QtWebKit.framework/Versions/4/Headers -I/usr/local/Cellar/qt/HEAD/include -I. -I. -F/usr/local/Cellar/qt/HEAD/lib -o main.o main.cpp
In file included from main.cpp:24:
In file included from ./configuration.hpp:26:
In file included from ./huggleoption.hpp:25:
In file included from /usr/local/Cellar/qt/HEAD/lib/QtCore.framework/Versions/4/Headers/QVariant:1:
In file included from /usr/local/Cellar/qt/HEAD/lib/QtCore.framework/Versions/4/Headers/qvariant.h:48:
/usr/local/Cellar/qt/HEAD/include/QtCore/qmetatype.h:256:5: warning: 'register'
storage class specifier is deprecated [-Wdeprecated-register]
register int id = qMetaTypeId();
^~~~~~~~~
In file included from main.cpp:26:
In file included from ./core.hpp:22:
In file included from /usr/local/Cellar/qt/HEAD/lib/QtCore.framework/Versions/4/Headers/QDateTime:1:
In file included from /usr/local/Cellar/qt/HEAD/lib/QtCore.framework/Versions/4/Headers/qdatetime.h:47:
In file included from /usr/local/Cellar/qt/HEAD/include/QtCore/qsharedpointer.h:50:
/usr/local/Cellar/qt/HEAD/include/QtCore/qsharedpointer_impl.h:435:17: warning:
'register' storage class specifier is deprecated [-Wdeprecated-register]
register int tmp = o->strongref;
^~~~~~~~~
/usr/local/Cellar/qt/HEAD/include/QtCore/qsharedpointer_impl.h:822:5: warning:
'register' storage class specifier is deprecated [-Wdeprecated-register]
register X ptr = static_cast<X *>(src.data()); // if you get an err...
^~~~~~~~~
/usr/local/Cellar/qt/HEAD/include/QtCore/qsharedpointer_impl.h:834:5: warning:
'register' storage class specifier is deprecated [-Wdeprecated-register]
register X *ptr = dynamic_cast<X *>(src.data()); // if you get an er...
^~~~~~~~~
/usr/local/Cellar/qt/HEAD/include/QtCore/qsharedpointer_impl.h:848:5: warning:
'register' storage class specifier is deprecated [-Wdeprecated-register]
register X *ptr = const_cast<X *>(src.data()); // if you get an erro...
^~~~~~~~~
/usr/local/Cellar/qt/HEAD/include/QtCore/qsharedpointer_impl.h:868:5: warning:
'register' storage class specifier is deprecated [-Wdeprecated-register]
register X *ptr = qobject_cast<X *>(src.data());
^~~~~~~~~
In file included from main.cpp:28:
In file included from ./login.hpp:25:
./collectable_smartptr.hpp:54:33: error: no type named 'nullptr_t' in namespace
'std'
void operator=(std::nullptr_t &null)
~~~~~^
./collectable_smartptr.hpp:87:62: error: no type named 'nullptr_t' in namespace
'std'
bool operator==(Collectable_SmartPtr &smart_ptr, std::nullptr_t ptr)
~~~~~^
./collectable_smartptr.hpp:93:62: error: no type named 'nullptr_t' in namespace
'std'
bool operator!=(Collectable_SmartPtr &smart_ptr, std::nullptr_t ptr)
~~~~~^
main.cpp:87:9: error: cannot initialize object parameter of type 'QWidget' with
an expression of type 'Huggle::Login'
Huggle::Core::HuggleCore->fLogin->show();
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6 warnings and 4 errors generated.
make: *
* [main.o] Error 1

CMakeLists.txt error

`cmake : CMake Error at CMakeLists.txt:32 (add_subdirectory):
At C:\Users\Johann\Downloads\huggle3-qt-lx-patch-3\windows\release.ps1:168 char:5

  • cmake ..\..\huggle\ -G "$cmake_generator" -DPYTHON_BUILD=true -DC ...
    
  • ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : NotSpecified: (CMake Error at ..._subdirectory)::String) [], RemoteException
    • FullyQualifiedErrorId : NativeCommandError`

I have tried reinstalling CMake, for both the 64-bit and 32-bit version. Still doesn't work.

Drop-downs to select warning not functioning

On trying to select a subtype of revert-and-warn and clicking on the down-arrow next to the red-circle-with-warning triangle on the far left of the button bar, Huggle reverts and issues the default warning rather than presenting a selection of options.

I'm using QT4, Ubuntu 13.04, XFCE 4.10; Huggle 3.0.0.0 build 184 5de9bec without python support.

OSX build errors: no member named 'pushButton_3' in 'Ui::BlockUser'

When trying to build on OSX, I ran make inside the huggle_release directory and got:

/Users/km/projects/huggle3-qt-lx/huggle/blockuser.cpp:254:15: error: no member
      named 'pushButton_3' in 'Ui::BlockUser'; did you mean 'pushButton_2'?
    this->ui->pushButton_3->setEnabled(false);
              ^~~~~~~~~~~~
              pushButton_2
/Users/km/projects/huggle3-qt-lx/huggle/ui_blockuser.h:41:18: note: 
      'pushButton_2' declared here
    QPushButton *pushButton_2;
                 ^
/Users/km/projects/huggle3-qt-lx/huggle/blockuser.cpp:296:19: error: no member
      named 'pushButton_3' in 'Ui::BlockUser'; did you mean 'pushButton_2'?
        this->ui->pushButton_3->setEnabled(true);
                  ^~~~~~~~~~~~
                  pushButton_2
/Users/km/projects/huggle3-qt-lx/huggle/ui_blockuser.h:41:18: note: 
      'pushButton_2' declared here
    QPushButton *pushButton_2;
                 ^

This is using qt 4.8.6.

edit conflit not recognized and warn message sent

I've made a checkout and installed on fedora, and after a a revert and warn, the history tab indicated that page was reverted and user double warned by me, but still, after confirmation on wiki, the page was reverted by another user, and warned by both of us. Does huggle just waits for an edit conflict before sending the warn? It could confirm it by the rc feed itself, if the page was effectively edited by the account, only then he could send the warning.

Version 3.1.20 build: 2813 3.1.19-8-g1470638


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

Can not use Synergy and Huggle at the same time

Synergy lets you easily share your mouse and keyboard between multiple computers on your desk.

When using windows and running Huggle if the focus is currently on a Huggle windows the ability to move the mouse from one device to another stops working.

If I focus on another window this functionality immediately come back.

No Application icon on Mac OS

Unsure if this is an OSX specific issue, but after I built huggle, the huggle.app file used the standard "A" app icon thing rather than a custom one.

Crashes in OSX 10.9 as soon as an edit is loaded

So I can login fine, the intial window looks good. As soon as an edit loads in the queue, the application stops responding and I have to force quit it.

The only thing that shows up in my console is:

10/26/13 10:20:47.985 PM com.apple.launchd.peruser.502[267]: (com.yourcompany.huggle.72368[63290]) Exited: Terminated: 15

I'm not really sure how to provide and debugging info...

General documentation

The link on the README.md for documentation goes to https://meta.wikimedia.org/wiki/Huggle which is the docs for Huggle 2, the current stable version.

Given that plugins are envisaged to be a significant part of Huggle 3, I'm not sure where the split should be between user documentation and API documentation / code commenting.

Warnings issued even when edit has been self-reverted

If an editor 1) makes a vandalism edit and then 2) undoes it, a Huggle user, trying to revert edit 1, will issue a warning (claiming to have made a reversion) even though they do not make a successful reversion.

I'm not sure if this behaviour occurs if a third party has undone the edit; I think possibly not.

Huggle 3 QT-LX, version 3.0.0.0 build: 187 e46da36

Can't change welcome-summary

On the Hebrew Wikipedia, where I am working on integrating Huggle gradually, I seem to be unable to get the welcome-summary to take effect.

Here is the config page:
https://he.wikipedia.org/wiki/%D7%95%D7%99%D7%A7%D7%99%D7%A4%D7%93%D7%99%D7%94:Huggle/Config

This is the welcome-summary line there:
welcome-summary:ברוך בואך

But as you can see in my contributions history, unlike other Huggle messages, the welcome edit-summary remains the English default:
https://he.wikipedia.org/wiki/%D7%9E%D7%99%D7%95%D7%97%D7%93:%D7%AA%D7%A8%D7%95%D7%9E%D7%95%D7%AA/Ijon

Any ideas?

Add option to watch warned user talk pages

I don't think Huggle has this, and it would avoid situations like at https://en.wikipedia.org/w/index.php?title=User_talk:192.235.252.195&diff=712045391&oldid=712045088 being missed.

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/38796225-add-option-to-watch-warned-user-talk-pages?utm_campaign=plugin&utm_content=tracker%2F457209&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F457209&utm_medium=issues&utm_source=github).

Report form does not preview links

In the "Report to Administrators" form, the links are not previewed when clicking on them. A work-around at present is to click on the link and then click the "check if user is reported" button, which does coerce the form into showing the preview.

The form also freezes sometimes after generating a preview in this way; I have not worked out what conditions trigger this; closing the window seems to break the freeze.

Huggle 3 QT-LX, version 3.0.0.0 build: 202 9e9867d

No Release file when running apt-get update in Ubuntu Zesty

After adding the Huggle repository to Ubuntu Zesty with the following commands the error "The repository 'http://ppa.launchpad.net/huggle-devs/ppa/ubuntu zesty Release' does not have a Release file" appears. I was going to add this bug to https://bugs.launchpad.net/~huggle-devs but looks like that project does not accept bugs.

sudo add-apt-repository ppa:huggle-devs/ppa
sudo apt-get update

W: The repository 'http://ppa.launchpad.net/huggle-devs/ppa/ubuntu zesty Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: Failed to fetch http://ppa.launchpad.net/huggle-devs/ppa/ubuntu/dists/zesty/main/binary-i386/Packages 404 Not Found
E: Some index files failed to download. They have been ignored, or old ones used instead.


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

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.