Giter Site home page Giter Site logo

lastfm / lastfm-desktop Goto Github PK

View Code? Open in Web Editor NEW

This project forked from eartle/lastfm-desktop

456.0 49.0 92.0 47.09 MB

The official Last.fm desktop application suite

Home Page: http://www.last.fm

License: GNU General Public License v3.0

Shell 0.02% XSLT 0.04% C++ 45.44% Objective-C 0.29% CSS 0.47% C 52.66% QMake 0.25% PHP 0.01% Objective-C++ 0.38% Inno Setup 0.15% Batchfile 0.01% HTML 0.27% NASL 0.03%

lastfm-desktop's Introduction

Join us for chats on IRC!

Server: irc.last.fm Channel: #last.desktop

Build Dependencies

You will also need depending on your chosen platform:-

Mac OS X

Homebrew

We recommend that you use Homebrew to install most of the dependencies.

We recommend you have XCode set as your build toolchain.

sudo xcode-select -s /Applications/Xcode.app/Contents/Developer

brew install ffmpeg coreutils cmake fftw libsamplerate

We recommend Qt 4.8.7, the last version with Webkit support.

brew install cartr/qt4/qt@4
brew install cartr/qt4/[email protected]

liblastfm

Download liblastfm from https://github.com/lastfm/liblastfm parallel to the build of lastfm-desktop.

As the Desktop Client supports only Qt4 at the moment, you will need to set it to Qt4 mode.

In CMakeLists.txt, change

option(BUILD_WITH_QT4 "Build liblastfm with Qt4" ON)

Then build and make.

cd liblastfm
mkdir _build && cd _build
cmake ..
make -j4
make install

Other dependencies

You'll also need the Growl and libsparkle frameworks.

Get the latest Growl SDk from here http://code.google.com/p/growl/downloads/list - latest tested 1.2.2

Get the latest Sparkle from here http://sparkle.andymatuschak.org/ - latest tested 1.21.3

Unzip both and put their frameworks in /Library/Frameworks/ so the build will find them.

You may need to symlink the headers files into the lastfm-desktop directory:

ln -s /Library/Frameworks/Sparkle.framework/Headers Sparkle
ln -s /Library/Frameworks/Growl.framework/Headers Growl

Now you're ready!

cd lastfm-desktop
rm -r _bin
qmake -r
make clean
make -j4

Windows

We used to build using Cygwin, but now we prefer not to.

You should get Windows version of the tool chain. Here are some recommendations.

Qt

Install Qt binaries from either the Qt SDK or standalone binary package. You should be able to find everything here http://qt.nokia.com/downloads

You will also need the latest Windows SDK. We build using Visual Studio 2008.

Winsparkle

This is the library we use to check for app updates. You should download the latest dll and headers form here http://winsparkle.org

This step should be optional really as most people will not want to add the update checking.

I found that I also needed to copy the dll into the lastfm-desktop/_bin folder. Create a pkg-config file for WinSparkle like this:

Name: sparkle
Description: Multimedia Library
Version: 0.3
Libs: -LC:/dev/Install/WinSparkle/Release -lWinSparkle
Cflags: -IC:/dev/Install/WinSparkle/include

Linux

On Debian or Ubuntu, you can download all the build dependencies by running:

sudo apt-get install libavformat-dev libgpod-nogtk-dev liblastfm-dev \
                     libqt4-dev libqtwebkit-dev pkg-config \
                     zlib1g-dev

You should also install the libqt4-sql-sqlite plugin if you want to use the software to scrobble your iPod.

Build Instructions

qmake -r
make -j4

make install currently does not work on Windows or OSX.

Windows note: use nmake on Windows

Linux note: Linux users can set the install prefix like so qmake PREFIX=/usr/local

OSX note: if you installed Qt through homebrew it will default to a release build.

Run Instructions

Apps are styled using stylesheets which are found in the source directory of the app. By default the executable path is checked for the css file on Windows and on OSX the bundle Resource directory is checked otherwise you'll need to tell the app where the stylesheet is, like this:

./Last.fm.exe -stylesheet path/to/Last.fm.css

On Linux, if you have not run make install, you can run the app like this from the root of the source directory:

_bin/lastfm-scrobbler -stylesheet app/client/Last.fm\ Scrobbler.css

Build Support

We support developers trying to build the source on any platform.

Seeing as we don't provide many varieties of binary package on Linux, we also support non-developers building from source there. However within reason! Please check around the net a little first. Ask your friends. Demand help from people standing at bus-stops.

Maybe check the official forum: http://getsatisfaction.com/lastfm

Bugs

If you find a bug in the software, please let us know about it.

Michael Coffey[email protected] Desktop App Lead Developer, Last.fm

lastfm-desktop's People

Contributors

ben-xo avatar dougma avatar eartle avatar erkan-yilmaz avatar evilrix avatar hitobat avatar jberkel avatar johngeoffrey avatar jonocole avatar jstamp avatar maciekwilk avatar milkaxor avatar mkeating avatar mxcl avatar rj avatar sdooley-lfm avatar spiek avatar stephen-dooley avatar tdebaets avatar timmmm avatar vianasw avatar zloidemon avatar

Stargazers

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

Watchers

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

lastfm-desktop's Issues

Yosemite Dark Mode

To support OS X 10.10's dark menu bar, template images should be used for the status bar icon. There's a thread over StackOverflow that might help.

If this is not feasible, inverted versions of ./app/client/qrc/systray_icon_pressed_mac.png and systray_icon_rest_mac.png should be added, and the client should detect if the user's using Dark Mode like this (Obj-C, Swift, Bash):

NSString *osxMode = [[NSUserDefaults standardUserDefaults] stringForKey:@"AppleInterfaceStyle"];
NSUserDefaults.standardUserDefaults().stringForKey("AppleInterfaceStyle")
defaults read -g AppleInterfaceStyle

Some issues with MPRIS2

Here is an email I received about an MPRIS2 problem

had to make a couple of changes to lastfm-desktop to have the MPRIS listener working.

First, when the track changes without a state change, that is, if you click another track on a player without pausing or stopping, the state will always be "Playing" and lastfm-desktop will never see the change.

Changed Mpris2Service.cpp to always emit stateChanged( m_state ) by removing && changedProperties.value( "PlaybackStatus" ).toString() != m_state

Second, nothing was being submited because of the check track.extra("playerId" ) != "mpris2" on ScrobbleService::scrobblableTrack on ScrobbleService.cpp.

The player is rhythmbox.

With gmusicbrowser I had a weirder problem: it only sends PlaybackStatus on the properties changed when you change the playback status (compare to rhythmbox that send the actual status with every track change, for instance "Playing").

So, if you start lastfm-scrobbler with gmusicbrowser already playing you won't get to see any tracks because PlaybackStatus will never be there.

Fixed gmusicbrowser's mpris2.pm to always include the PlaybackStatus on changes. Couldn't think of a better way.

Failing to play through proxy

Last.fm Client v2.1.33 from the apt repo on Ubuntu 12.10.

Using a SOCKS5 proxy with host and port set (and working with other apps) I click Radio tab, My Mix Radio and the player loads with all the information (artist image/bio etc.) however the track doesn't load, instead it appears to wait a few seconds and skip to the next track.

Not too sure on how the app works but if it's a separate entity playing the stream are the proxy settings being parsed onto it?

Cheers,
Ben

Play nice with dark themes

There are several instances in the desktop UI where a foreground color is specified, but no background is specified (and vice-versa). This makes much of the interface difficult to use with dark themes.

To illustrate, here's a screenshot of the "Now Playing" view:

lastfm-dark_gtk_theme-now_playing

And here is a screenshot of the "Scrobbles" view:

lastfm-dark_gtk_theme-scrobbles

Seems like the best solution is to always define both a background color and a foreground color whenever defining either.

Missing dependencies on Ubuntu 18.04 LTS

Errors printed:

Package libgpod-nogtk-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
  libgpod-dev:i386 libgpod-dev

E: Package 'libgpod-nogtk-dev' has no installation candidate
Gtk-Message: 02:18:01.381: Failed to load module "canberra-gtk-module"

Failed to download resource "kde-phonon"

After running brew install phonon-vlc I'm getting this error:

curl: (6) Could not resolve host: ftp.kde.org
Error: Failed to download resource "kde-phonon"
Download failed: ftp://ftp.kde.org/pub/kde/stable/phonon/4.6.0/src/phonon-4.6.0.tar.xz  

Does anyone know of a work around?

Thanks.

Brackets in an album title are handled incorrectly

This is what I saw in the new scrobbler (2.1.30):

deadmau5

As you can see, the last bracket from > album title goes here < is not displayed.

I do not have any other music in my library that contains this character, so I have not been able to test whether this also happens for artist names and track titles.

OS: Windows 7 64-bit.

This might be caused by the title not being escaped for Qt rich text markup.

Big Sur: crash on first run

Might be to do with granting permissions to Music, because that didn't happen until after the second run, and then it didn't crash again. Might also be a Big Sur bug

Process:               Last.fm Scrobbler [4703]
Path:                  /Volumes/VOLUME/*/Last.fm.app/Contents/MacOS/Last.fm Scrobbler
Identifier:            fm.last.Scrobbler
Version:               2.1.39
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           Last.fm Scrobbler [4703]
User ID:               501

Date/Time:             2020-11-20 08:46:49.135 +0000
OS Version:            macOS 11.0.1 (20B50)
Report Version:        12
Anonymous UUID:        0C549F89-41A8-4F27-B6BA-ED99BCD49061

Sleep/Wake UUID:       AF18CBA6-DA6C-4AD7-AD23-C2613B4D4F47

Time Awake Since Boot: 31000 seconds
Time Since Wake:       31000 seconds

System Integrity Protection: enabled

Notes:                 Translocated Process

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

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

Termination Signal:    Illegal instruction: 4
Termination Reason:    Namespace SIGNAL, Code 0x4
Terminating Process:   exc handler [4703]

Application Specific Information:
Crashing on exception: -[__NSArrayM item]: unrecognized selector sent to instance 0x600000164180

Application Specific Backtrace 1:
0   CoreFoundation                      0x00007fff204b46af __exceptionPreprocess + 242
1   libobjc.A.dylib                     0x00007fff201ec3c9 objc_exception_throw + 48
2   CoreFoundation                      0x00007fff20536c85 -[NSObject(NSObject) __retain_OA] + 0
3   CoreFoundation                      0x00007fff2041c06d ___forwarding___ + 1467
4   CoreFoundation                      0x00007fff2041ba28 _CF_forwarding_prep_0 + 120
5   QtGui                               0x000000010b9f7683 -[QNSImageView drawRect:] + 42
6   AppKit                              0x00007fff22dc25fc _NSViewDrawRect + 139
7   AppKit                              0x00007fff234e9709 -[NSView _recursive:displayRectIgnoringOpacity:inContext:stopAtLayerBackedViews:] + 2115
8   AppKit                              0x00007fff22dc1c29 -[NSView(NSLayerKitGlue) _drawViewBackingLayer:inContext:drawingHandler:] + 967
9   QuartzCore                          0x00007fff26be4051 CABackingStoreUpdate_ + 190
10  QuartzCore                          0x00007fff26c48441 ___ZN2CA5Layer8display_Ev_block_invoke + 53
11  QuartzCore                          0x00007fff26be35a4 -[CALayer _display] + 2183
12  AppKit                              0x00007fff22dc17a1 -[_NSBackingLayer display] + 475
13  AppKit                              0x00007fff22d2c778 -[_NSViewBackingLayer display] + 555
14  QuartzCore                          0x00007fff26be25b8 _ZN2CA5Layer17display_if_neededEPNS_11TransactionE + 874
15  QuartzCore                          0x00007fff26d1c373 _ZN2CA7Context18commit_transactionEPNS_11TransactionEdPd + 517
16  QuartzCore                          0x00007fff26bbff91 _ZN2CA11Transaction6commitEv + 783
17  AppKit                              0x00007fff22dd69cb __62+[CATransaction(NSCATransaction) NS_setFlushesWithDisplayLink]_block_invoke + 285
18  AppKit                              0x00007fff23520d0e ___NSRunLoopObserverCreateWithHandler_block_invoke + 41
19  CoreFoundation                      0x00007fff20439d9d __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 23
20  CoreFoundation                      0x00007fff20439c2d __CFRunLoopDoObservers + 549
21  CoreFoundation                      0x00007fff204390dd __CFRunLoopRun + 838
22  CoreFoundation                      0x00007fff204386be CFRunLoopRunSpecific + 563
23  HIToolbox                           0x00007fff286a4fd0 RunCurrentEventLoopInMode + 292
24  HIToolbox                           0x00007fff286a4c22 ReceiveNextEventCommon + 283
25  HIToolbox                           0x00007fff286a4aef _BlockUntilNextEventMatchingListInModeWithFilter + 64
26  AppKit                              0x00007fff22c51f85 _DPSNextEvent + 883
27  AppKit                              0x00007fff22c5074b -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1366
28  AppKit                              0x00007fff22c42bda -[NSApplication run] + 586
29  QtGui                               0x000000010b9c24b7 _ZN19QEventDispatcherMac13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE + 1633
30  QtCore                              0x000000010b74c926 _ZN10QEventLoop13processEventsE6QFlagsINS_17ProcessEventsFlagEE + 76
31  QtCore                              0x000000010b74ca86 _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE + 338
32  QtCore                              0x000000010b74f6cf _ZN16QCoreApplication4execEv + 187
33  Last.fm Scrobbler                   0x0000000109b9988a main + 698
34  libdyld.dylib                       0x00007fff2035d631 start + 1

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   com.apple.AppKit              	0x00007fff22ffdadc -[NSApplication _crashOnException:] + 347
1   com.apple.AppKit              	0x00007fff22dd6bea __62+[CATransaction(NSCATransaction) NS_setFlushesWithDisplayLink]_block_invoke + 828
2   com.apple.AppKit              	0x00007fff23520d0e ___NSRunLoopObserverCreateWithHandler_block_invoke + 41
3   com.apple.CoreFoundation      	0x00007fff20439d9d __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 23
4   com.apple.CoreFoundation      	0x00007fff20439c2d __CFRunLoopDoObservers + 549
5   com.apple.CoreFoundation      	0x00007fff204390dd __CFRunLoopRun + 838
6   com.apple.CoreFoundation      	0x00007fff204386be CFRunLoopRunSpecific + 563
7   com.apple.HIToolbox           	0x00007fff286a4fd0 RunCurrentEventLoopInMode + 292
8   com.apple.HIToolbox           	0x00007fff286a4c22 ReceiveNextEventCommon + 283
9   com.apple.HIToolbox           	0x00007fff286a4aef _BlockUntilNextEventMatchingListInModeWithFilter + 64
10  com.apple.AppKit              	0x00007fff22c51f85 _DPSNextEvent + 883
11  com.apple.AppKit              	0x00007fff22c5074b -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1366
12  com.apple.AppKit              	0x00007fff22c42bda -[NSApplication run] + 586
13  QtGui                         	0x000000010b9c24b7 QEventDispatcherMac::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 1633
14  QtCore                        	0x000000010b74c926 QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 76
15  QtCore                        	0x000000010b74ca86 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 338
16  QtCore                        	0x000000010b74f6cf QCoreApplication::exec() + 187
17  fm.last.Scrobbler             	0x0000000109b9988a main + 698
18  libdyld.dylib                 	0x00007fff2035d631 start + 1

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

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

Thread 3:: com.apple.CFSocket.private
0   libsystem_kernel.dylib        	0x00007fff203161fe __select + 10
1   com.apple.CoreFoundation      	0x00007fff204616b3 __CFSocketManager + 644
2   libsystem_pthread.dylib       	0x00007fff20342950 _pthread_start + 224
3   libsystem_pthread.dylib       	0x00007fff2033e47b thread_start + 15

Thread 4:: QThread
0   libsystem_kernel.dylib        	0x00007fff203161fe __select + 10
1   QtCore                        	0x000000010b774ba2 qt_safe_select(int, fd_set*, fd_set*, fd_set*, timeval const*) + 104
2   QtCore                        	0x000000010b77783e QEventDispatcherUNIXPrivate::doSelect(QFlags<QEventLoop::ProcessEventsFlag>, timeval*) + 548
3   QtCore                        	0x000000010b778d0c QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 312
4   QtCore                        	0x000000010b74c926 QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 76
5   QtCore                        	0x000000010b74ca86 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 338
6   QtCore                        	0x000000010b673741 QThread::exec() + 211
7   QtCore                        	0x000000010b6751ad QThreadPrivate::start(void*) + 377
8   libsystem_pthread.dylib       	0x00007fff20342950 _pthread_start + 224
9   libsystem_pthread.dylib       	0x00007fff2033e47b thread_start + 15

Thread 5:: QThread
0   libsystem_kernel.dylib        	0x00007fff203161fe __select + 10
1   QtCore                        	0x000000010b774cb6 qt_safe_select(int, fd_set*, fd_set*, fd_set*, timeval const*) + 380
2   QtCore                        	0x000000010b77783e QEventDispatcherUNIXPrivate::doSelect(QFlags<QEventLoop::ProcessEventsFlag>, timeval*) + 548
3   QtCore                        	0x000000010b778d0c QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 312
4   QtCore                        	0x000000010b74c926 QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 76
5   QtCore                        	0x000000010b74ca86 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 338
6   QtCore                        	0x000000010b673741 QThread::exec() + 211
7   QtCore                        	0x000000010b6751ad QThreadPrivate::start(void*) + 377
8   libsystem_pthread.dylib       	0x00007fff20342950 _pthread_start + 224
9   libsystem_pthread.dylib       	0x00007fff2033e47b thread_start + 15

Thread 6:
0   libsystem_pthread.dylib       	0x00007fff2033e458 start_wqthread + 0

Thread 7:: com.apple.NSEventThread
0   libsystem_kernel.dylib        	0x00007fff2030deba semaphore_wait_trap + 10
1   libdispatch.dylib             	0x00007fff20197c5c _dispatch_sema4_wait + 16
2   libdispatch.dylib             	0x00007fff2019812e _dispatch_semaphore_wait_slow + 98
3   com.apple.HIToolbox           	0x00007fff286bb034 _BeginEventReceiptOnThread + 159
4   com.apple.AppKit              	0x00007fff22dd8316 _NSEventThread + 37
5   libsystem_pthread.dylib       	0x00007fff20342950 _pthread_start + 224
6   libsystem_pthread.dylib       	0x00007fff2033e47b thread_start + 15

Thread 8:: QThread
0   libsystem_kernel.dylib        	0x00007fff203161fe __select + 10
1   QtCore                        	0x000000010b774cb6 qt_safe_select(int, fd_set*, fd_set*, fd_set*, timeval const*) + 380
2   QtCore                        	0x000000010b77783e QEventDispatcherUNIXPrivate::doSelect(QFlags<QEventLoop::ProcessEventsFlag>, timeval*) + 548
3   QtCore                        	0x000000010b778d0c QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 312
4   QtCore                        	0x000000010b74c926 QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 76
5   QtCore                        	0x000000010b74ca86 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 338
6   QtCore                        	0x000000010b673741 QThread::exec() + 211
7   QtCore                        	0x000000010b6751ad QThreadPrivate::start(void*) + 377
8   libsystem_pthread.dylib       	0x00007fff20342950 _pthread_start + 224
9   libsystem_pthread.dylib       	0x00007fff2033e47b thread_start + 15

Thread 9:: Thread (pooled)
0   libsystem_kernel.dylib        	0x00007fff203108e2 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff20342e6f _pthread_cond_wait + 1254
2   QtCore                        	0x000000010b67652c QWaitConditionPrivate::wait(unsigned long) + 214
3   QtCore                        	0x000000010b67642b QWaitCondition::wait(QMutex*, unsigned long) + 87
4   QtCore                        	0x000000010b6697c3 QThreadPoolThread::run() + 509
5   QtCore                        	0x000000010b6751ad QThreadPrivate::start(void*) + 377
6   libsystem_pthread.dylib       	0x00007fff20342950 _pthread_start + 224
7   libsystem_pthread.dylib       	0x00007fff2033e47b thread_start + 15

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x00007fb610164e00  rbx: 0x00007fff201ded00  rcx: 0xbfd6e8affb7800c4  rdx: 0x0000000000000101
  rdi: 0x00007ffee607baa0  rsi: 0x0000000000000dec  rbp: 0x00007ffee607bf30  rsp: 0x00007ffee607bf00
   r8: 0x0000000000000c00   r9: 0x0000000000000000  r10: 0x00000000000001ec  r11: 0x00007ffee607b978
  r12: 0x00007fb60e80e6e0  r13: 0x0000600003e983c0  r14: 0x00006000001362b0  r15: 0x00007fff7c559aef
  rip: 0x00007fff22ffdadc  rfl: 0x0000000000010206  cr2: 0x00007fff88be6490
  
Logical CPU:     0
Error Code:      0x00000000
Trap Number:     6

Thread 0 instruction stream:
  00 e8 38 76 7a 00 48 8b-35 57 ba b8 65 48 8b 1d  ..8vz.H.5W..eH..
  78 cb 54 5d 4c 89 f7 ff-d3 48 8d 3d 7c 28 58 5d  x.T]L....H.=|(X]
  48 89 c6 31 c0 e8 ae 19-e2 ff 4c 89 f7 4c 89 fe  H..1......L..L..
  ff d3 48 8b 35 8b f2 b8-65 48 8d 15 dc 18 58 5d  ..H.5...eH....X]
  48 89 c7 ff 15 43 cb 54-5d 48 8b 35 dc a9 b8 65  H....C.T]H.5...e
  48 89 c7 ff 15 33 cb 54-5d 48 89 05 c4 89 be 65  H....3.T]H.....e
 [0f]0b 48 89 c7 e8 4a 7b-7a 00 31 ff 31 f6 31 c0  ..H...J{z.1.1.1.	<==
  e8 63 19 e2 ff e8 6a 7b-7a 00 0f 0b 48 89 c3 e8  .c....j{z...H...
  54 7b 7a 00 48 89 df e8-b6 74 7a 00 0f 0b e8 41  T{z.H....tz....A
  7c 7a 00 55 48 89 e5 41-57 41 56 41 55 41 54 53  |z.UH..AWAVAUATS
  48 83 ec 68 4d 89 c6 f2-0f 11 8d 78 ff ff ff f2  H..hM......x....
  0f 11 45 80 49 89 cf 48-89 d3 48 8b 35 2b ad b8  ..E.I..H..H.5+..
  
Thread 0 last branch register state not available.


Binary Images:
       0x109b82000 -        0x109cd7fff +fm.last.Scrobbler (2.1.39) <5631E72E-7344-38CA-8B36-F3FEDD5721BC> /var/folders/*/Last.fm.app/Contents/MacOS/Last.fm Scrobbler
       0x109d40000 -        0x109daafff +libunicorn.1.0.0.dylib (0) <19744987-41B9-38FB-9FAB-77444614892E> /var/folders/*/Last.fm.app/Contents/MacOS/libunicorn.1.0.0.dylib
       0x109e0b000 -        0x109e1dfff +liblistener.1.0.0.dylib (0) <A6FC684E-6F5D-3E6A-8A52-70C4FCA80F78> /var/folders/*/Last.fm.app/Contents/MacOS/liblistener.1.0.0.dylib
       0x109e31000 -        0x109e36fff +liblogger.1.0.0.dylib (0) <4826457B-1043-30AA-8FBC-0D522E3E18DD> /var/folders/*/Last.fm.app/Contents/MacOS/liblogger.1.0.0.dylib
       0x109e41000 -        0x109e9ffff +liblastfm.1.1.0.dylib (0) <6D48BC15-E8D7-3916-B1F8-852A7583E463> /var/folders/*/Last.fm.app/Contents/MacOS/liblastfm.1.1.0.dylib
       0x109ec7000 -        0x10ae5bfff +QtWebKit (4.10 - 0) <236C0247-0497-37A8-9151-2416F27D99E1> /var/folders/*/Last.fm.app/Contents/Frameworks/QtWebKit.framework/Versions/4/QtWebKit
       0x10b60f000 -        0x10b634fff +QtSql (4.8 - 0) <D91EC284-225A-3C87-8FBD-8A2D4398846E> /var/folders/*/Last.fm.app/Contents/Frameworks/QtSql.framework/Versions/4/QtSql
       0x10b655000 -        0x10b87afff +QtCore (4.8 - 0) <2D873B55-8122-3D9A-94F8-271D85914683> /var/folders/*/Last.fm.app/Contents/Frameworks/QtCore.framework/Versions/4/QtCore
       0x10b93c000 -        0x10b969fff +QtXml (4.8 - 0) <649045AD-14F3-3268-B718-0A7C88A4D128> /var/folders/*/Last.fm.app/Contents/Frameworks/QtXml.framework/Versions/4/QtXml
       0x10b98b000 -        0x10c10cfff +QtGui (4.8 - 0) <3541ABC4-8745-3BD3-A011-046E1BDB50CB> /var/folders/*/Last.fm.app/Contents/Frameworks/QtGui.framework/Versions/4/QtGui
       0x10c40f000 -        0x10c4effff +QtNetwork (4.8 - 0) <08E5EA29-290F-35AF-AF91-7739613D4DC9> /var/folders/*/Last.fm.app/Contents/Frameworks/QtNetwork.framework/Versions/4/QtNetwork
       0x10c568000 -        0x10c574fff +com.growl.growlframework (1.2.2 - 1.2.2) <C76D2B1C-5455-CFCA-6470-B8B171C14A16> /var/folders/*/Last.fm.app/Contents/Frameworks/Growl.framework/Versions/A/Growl
       0x10c58a000 -        0x10c5c6fff +org.sparkle-project.Sparkle (1.14.0 - 1.14.0) <85A19559-55A6-3BA3-AC85-543D647D8F30> /var/folders/*/Last.fm.app/Contents/Frameworks/Sparkle.framework/Versions/A/Sparkle
       0x10c60a000 -        0x10c648fff +libssl.1.0.0.dylib (0) <C2EA8DA8-75B7-3FDF-B657-A067B1D5DDBE> /var/folders/*/Last.fm.app/Contents/MacOS/libssl.1.0.0.dylib
       0x10c66a000 -        0x10c7bcfff +libcrypto.1.0.0.dylib (0) <FB2AAB04-4DC3-382E-9BCE-18DF7DAB8A30> /var/folders/*/Last.fm.app/Contents/MacOS/libcrypto.1.0.0.dylib
       0x10c83f000 -        0x10c8eafff +QtOpenGL (4.8 - 0) <5C41FF7C-701B-337B-A91F-893F2123CBF6> /var/folders/*/Last.fm.app/Contents/Frameworks/QtOpenGL.framework/Versions/4/QtOpenGL
       0x10e688000 -        0x10e723fff  dyld (832.7.1) <2705F0D8-C104-3DE9-BEB5-B1EF6E28656D> /usr/lib/dyld
       0x10e84e000 -        0x10e865fff  com.apple.security.csparser (3.0 - 59754.41.1) <98FFF783-A405-3C9B-A04B-8C24CA260430> /System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/MacOS/csparser
       0x10e88a000 -        0x10e89cfff +libqcorewlanbearer.dylib (0) <C2DDE68E-10BA-3CA5-9298-2A286AC01350> /var/folders/*/Last.fm.app/Contents/PlugIns/bearer/libqcorewlanbearer.dylib
       0x10e8a8000 -        0x10e8b0fff +libqgenericbearer.dylib (0) <E72C2E6F-CB00-38FC-88AD-DADFA3ED91C7> /var/folders/*/Last.fm.app/Contents/PlugIns/bearer/libqgenericbearer.dylib
       0x10e8ba000 -        0x10e8bdfff  com.apple.CloudDocsFileProvider (1.0 - 726) <4D6FE4F4-D9A7-3D8C-9E46-AD0F39013259> /System/Library/Frameworks/FileProvider.framework/OverrideBundles/CloudDocsFileProvider.bundle/Contents/MacOS/CloudDocsFileProvider
       0x10e8ce000 -        0x10e8d1fff  com.apple.FileProviderOverride (325 - 325) <2612C540-143B-3BB9-BE93-ABED5A81D7BC> /System/Library/Frameworks/FileProvider.framework/OverrideBundles/FileProviderOverride.bundle/Contents/MacOS/FileProviderOverride
       0x10e8e2000 -        0x10e8fdfff  com.apple.findersync.fileprovideroverride.FinderSyncCollaborationFileProviderOverride (1.0 - 1350.1.1) <A64E9E4D-D141-3DC5-A0FE-E6CC3CE7150B> /System/Library/Frameworks/FileProvider.framework/OverrideBundles/FinderSyncCollaborationFileProviderOverride.bundle/Contents/MacOS/FinderSyncCollaborationFileProviderOverride
       0x10e9e0000 -        0x10e9e3fff  com.apple.applescript.component (2.7 - 401) <7A7C7082-B3EA-383F-B02A-2144F0C22F37> /System/Library/Components/AppleScript.component/Contents/MacOS/AppleScript
       0x110dbd000 -        0x110dc2fff +libqgif.dylib (0) <0648AD18-90CA-3967-ABB3-6B0403187FA5> /var/folders/*/Last.fm.app/Contents/PlugIns/imageformats/libqgif.dylib
       0x110dc7000 -        0x110dccfff +libqico.dylib (0) <60CADC57-55BF-36D6-920D-5ED7361474B5> /var/folders/*/Last.fm.app/Contents/PlugIns/imageformats/libqico.dylib
       0x110dd2000 -        0x110e02fff +libqjpeg.dylib (0) <D18AA961-5BBE-316F-9AE7-B0E6100B07C4> /var/folders/*/Last.fm.app/Contents/PlugIns/imageformats/libqjpeg.dylib
       0x110e0b000 -        0x110e45fff +libqmng.dylib (0) <51F43A66-49A8-3DE0-BEF2-3CF66F4F1F3F> /var/folders/*/Last.fm.app/Contents/PlugIns/imageformats/libqmng.dylib
       0x110e56000 -        0x110e5afff +libqsvg.dylib (0) <E458C515-EFBC-3417-BFF9-B985E0F95477> /var/folders/*/Last.fm.app/Contents/PlugIns/imageformats/libqsvg.dylib
       0x110e5f000 -        0x110e9afff +QtSvg (4.8 - 0) <EB452D74-F8B4-333F-9ED5-E4B48B1A7166> /var/folders/*/Last.fm.app/Contents/Frameworks/QtSvg.framework/Versions/4/QtSvg
       0x110ec2000 -        0x110ec5fff +libqtga.dylib (0) <B214D11B-FACC-3E4C-936C-045AB29FEA1F> /var/folders/*/Last.fm.app/Contents/PlugIns/imageformats/libqtga.dylib
       0x110eca000 -        0x110f1cfff +libqtiff.dylib (0) <F88B2C91-026C-3E22-8981-75474DF341A7> /var/folders/*/Last.fm.app/Contents/PlugIns/imageformats/libqtiff.dylib
       0x110f2a000 -        0x110f39fff  libobjc-trampolines.dylib (818.2) <27F9380F-20DE-3228-B34B-499FC8637F39> /usr/lib/libobjc-trampolines.dylib
    0x7fff2007b000 -     0x7fff2007cfff  libsystem_blocks.dylib (78) <83E2F888-F4C1-3181-B21B-136A0D7293DD> /usr/lib/system/libsystem_blocks.dylib
    0x7fff2007d000 -     0x7fff200b2fff  libxpc.dylib (2038.40.38) <DC50F7DD-1C4B-3BD2-A54D-C5D7D97A3718> /usr/lib/system/libxpc.dylib
    0x7fff200b3000 -     0x7fff200cafff  libsystem_trace.dylib (1277.50.1) <94196441-5456-342D-84D1-C60A9249D273> /usr/lib/system/libsystem_trace.dylib
    0x7fff200cb000 -     0x7fff20166fff  libcorecrypto.dylib (1000.40.21) <2FA5C1BD-F41C-3FCF-B1FA-7BED6E19ABEE> /usr/lib/system/libcorecrypto.dylib
    0x7fff20167000 -     0x7fff20193fff  libsystem_malloc.dylib (317.40.8) <3688DBCE-2FFD-3F98-B12B-69ABE231908D> /usr/lib/system/libsystem_malloc.dylib
    0x7fff20194000 -     0x7fff201d8fff  libdispatch.dylib (1271.40.12) <C55547DC-A05B-34A1-BD41-D54948D8F57F> /usr/lib/system/libdispatch.dylib
    0x7fff201d9000 -     0x7fff20211fff  libobjc.A.dylib (818.2) <DD09F187-80F1-308F-9395-912F27E9A390> /usr/lib/libobjc.A.dylib
    0x7fff20212000 -     0x7fff20214fff  libsystem_featureflags.dylib (28.40.2) <3E1E8F98-E791-301D-909F-4CA205C94D1A> /usr/lib/system/libsystem_featureflags.dylib
    0x7fff20215000 -     0x7fff2029dfff  libsystem_c.dylib (1439.40.11) <8D791F3A-4848-302F-88CD-46D91DE73127> /usr/lib/system/libsystem_c.dylib
    0x7fff2029e000 -     0x7fff202f3fff  libc++.1.dylib (904.4) <E7F465AC-C8FF-31DB-8EC4-7EBBA7468EB5> /usr/lib/libc++.1.dylib
    0x7fff202f4000 -     0x7fff2030cfff  libc++abi.dylib (904.4) <253848B5-ED35-3202-8593-5DCC763A8192> /usr/lib/libc++abi.dylib
    0x7fff2030d000 -     0x7fff2033bfff  libsystem_kernel.dylib (7195.50.7) <41068F5C-74E3-3C98-9256-6A18364FB5BA> /usr/lib/system/libsystem_kernel.dylib
    0x7fff2033c000 -     0x7fff20347fff  libsystem_pthread.dylib (454.40.3) <78072EC6-2257-361A-AAF5-4A3C1832B5EB> /usr/lib/system/libsystem_pthread.dylib
    0x7fff20348000 -     0x7fff20382fff  libdyld.dylib (832.7.1) <0C66AB9F-E22C-3286-B76B-DA4008698CD2> /usr/lib/system/libdyld.dylib
    0x7fff20383000 -     0x7fff2038cfff  libsystem_platform.dylib (254.40.4) <6C05D209-129A-373A-A90D-CC27AB18C091> /usr/lib/system/libsystem_platform.dylib
    0x7fff2038d000 -     0x7fff203b8fff  libsystem_info.dylib (542.40.3) <90DDEF9D-9DBA-3599-A9DD-A7F730AE945F> /usr/lib/system/libsystem_info.dylib
    0x7fff203b9000 -     0x7fff20854fff  com.apple.CoreFoundation (6.9 - 1770.106) <7EBD4941-5978-33EF-98FB-724BB81E92C8> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff20855000 -     0x7fff20a83fff  com.apple.LaunchServices (1122.5.1 - 1122.5.1) <E26F607E-C523-3753-95FC-7A75130632FE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff20a84000 -     0x7fff20b57fff  com.apple.gpusw.MetalTools (1.0 - 1) <0CC81516-4858-3463-A2D8-8FCA414B63FD> /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
    0x7fff20b58000 -     0x7fff20dbbfff  libBLAS.dylib (1336.40.1) <903B0DDC-4B74-3305-B81D-8E66D6AFAD04> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff20dbc000 -     0x7fff20e09fff  com.apple.Lexicon-framework (1.0 - 86.1) <A6282972-785B-3AC4-84A5-6780315011F1> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
    0x7fff20e0a000 -     0x7fff20e78fff  libSparse.dylib (106) <D2BC7FE6-7801-3C3B-B8AC-A1F152F92D12> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
    0x7fff20e79000 -     0x7fff20ef5fff  com.apple.SystemConfiguration (1.20 - 1.20) <660AA1E5-A70A-3FC1-9462-570FBBC76125> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff20ef6000 -     0x7fff20f2bfff  libCRFSuite.dylib (50) <6873F563-F0FB-32C5-A47A-D97A4931FEA8> /usr/lib/libCRFSuite.dylib
    0x7fff20f2c000 -     0x7fff21162fff  libmecabra.dylib (929) <CF4538C2-3F4A-360C-B6D9-DEBBA67CD5F0> /usr/lib/libmecabra.dylib
    0x7fff21163000 -     0x7fff214c6fff  com.apple.Foundation (6.9 - 1770.106) <87138770-ED31-393C-B462-4DAF1A0A52D7> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff214c7000 -     0x7fff215b3fff  com.apple.LanguageModeling (1.0 - 247) <83FC0636-F2C6-33F1-A873-E3D5A07A9BA4> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fff215b4000 -     0x7fff216eafff  com.apple.CoreDisplay (229.1 - 229.1) <AA59D0CD-E87F-3C7A-AD83-6EC5D4E67DD5> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
    0x7fff216eb000 -     0x7fff21960fff  com.apple.audio.AudioToolboxCore (1.0 - 1180.19.2) <B7A2D61A-1494-31D8-B8BD-E4D99F512F2A> /System/Library/PrivateFrameworks/AudioToolboxCore.framework/Versions/A/AudioToolboxCore
    0x7fff21961000 -     0x7fff21b4afff  com.apple.CoreText (677.1.0.7 - 677.1.0.7) <ACB75DE7-96D0-379E-8E94-B7DF51A694B9> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff21b4b000 -     0x7fff221eefff  com.apple.audio.CoreAudio (5.0 - 5.0) <6A945D2C-386F-375C-8343-845012AAA414> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff221ef000 -     0x7fff2253efff  com.apple.security (7.0 - 59754.41.1) <93F55E6B-0EB7-3E06-A742-CEBE33A01DCE> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff2253f000 -     0x7fff227a0fff  libicucore.A.dylib (66108) <D5A29DA5-5693-38EA-B09B-5D7160B26339> /usr/lib/libicucore.A.dylib
    0x7fff227a1000 -     0x7fff227aafff  libsystem_darwin.dylib (1439.40.11) <3BD9046F-FAED-3FD9-8191-49A4618555A3> /usr/lib/system/libsystem_darwin.dylib
    0x7fff227ab000 -     0x7fff22a92fff  com.apple.CoreServices.CarbonCore (1307 - 1307) <F20CD75D-F81D-36F3-90AE-7C2F26E01DA4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff22a93000 -     0x7fff22ad1fff  com.apple.CoreServicesInternal (476 - 476) <E861339B-F001-3BBC-96C7-916E41B0F238> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff22ad2000 -     0x7fff22b0cfff  com.apple.CSStore (1122.5.1 - 1122.5.1) <74069AC7-3AA9-3953-A036-425105377BFF> /System/Library/PrivateFrameworks/CoreServicesStore.framework/Versions/A/CoreServicesStore
    0x7fff22b0d000 -     0x7fff22bbafff  com.apple.framework.IOKit (2.0.2 - 1845.50.1) <18A1F263-4AE2-3F9B-A38F-50BEB00B43D1> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff22bbb000 -     0x7fff22bc6fff  libsystem_notify.dylib (279.40.4) <73D358B2-6C2D-33DF-975C-BE9EE5F45A0F> /usr/lib/system/libsystem_notify.dylib
    0x7fff22bc7000 -     0x7fff22c12fff  libsandbox.1.dylib (1441.40.38) <C3EE1BD6-3A84-3997-A6F1-B8CA56747A87> /usr/lib/libsandbox.1.dylib
    0x7fff22c13000 -     0x7fff2396ffff  com.apple.AppKit (6.9 - 2022.10.104) <FA93F8CC-AB69-3E81-AC53-3FA08704738C> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff23970000 -     0x7fff23bc3fff  com.apple.UIFoundation (1.0 - 725) <7F8DC3AA-296B-37DE-AF30-40F2653452C1> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
    0x7fff23bc4000 -     0x7fff23bd6fff  com.apple.UniformTypeIdentifiers (631.8 - 631.8) <071D25FB-2014-3066-9B85-6FE5CCC0B6AC> /System/Library/Frameworks/UniformTypeIdentifiers.framework/Versions/A/UniformTypeIdentifiers
    0x7fff23bd7000 -     0x7fff23d61fff  com.apple.desktopservices (1.16 - 1346.1.2) <A32717C6-9203-365E-8999-2E0E846B59F5> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff23d62000 -     0x7fff23d74fff  com.apple.metadata.SpotlightLinguistics (1.0 - 1) <EA21B8E2-1435-3908-8C11-9C7EC5C615BA> /System/Library/PrivateFrameworks/SpotlightLinguistics.framework/Versions/A/SpotlightLinguistics
    0x7fff23f73000 -     0x7fff2402dfff  libboringssl.dylib (351.40.2) <1A00955E-819F-3D83-925C-39E0CD351C66> /usr/lib/libboringssl.dylib
    0x7fff2402e000 -     0x7fff24671fff  libnetwork.dylib (2288.40.53) <CEC9E75A-51F6-3675-9EA5-007C3DB82A7B> /usr/lib/libnetwork.dylib
    0x7fff24672000 -     0x7fff24b0ffff  com.apple.CFNetwork (1207.2 - 1207.2) <B3968D35-EAF0-3661-8F93-3255128411B6> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff24b10000 -     0x7fff24b1efff  libsystem_networkextension.dylib (1295.40.29) <84A5011E-1511-30C7-86D8-514CFA59EF42> /usr/lib/system/libsystem_networkextension.dylib
    0x7fff24b1f000 -     0x7fff24b1ffff  libenergytrace.dylib (22) <3646415C-FA89-30B2-84C4-3FDB868DF6F6> /usr/lib/libenergytrace.dylib
    0x7fff24b20000 -     0x7fff24b7bfff  libMobileGestalt.dylib (978.40.29) <BC657BA3-6A59-35EF-8E90-26D431477F74> /usr/lib/libMobileGestalt.dylib
    0x7fff24b7c000 -     0x7fff24b92fff  libsystem_asl.dylib (385) <EB8BA94D-1B45-322E-9D26-272872423807> /usr/lib/system/libsystem_asl.dylib
    0x7fff24b93000 -     0x7fff24baafff  com.apple.TCC (1.0 - 1) <A3F5F853-54FC-3E67-9F8B-3605B1063D6F> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff24bab000 -     0x7fff24f09fff  com.apple.SkyLight (1.600.0 - 564) <8C9746D1-E3E5-346F-AA56-6EFCDC13DBA4> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
    0x7fff24f0a000 -     0x7fff2559dfff  com.apple.CoreGraphics (2.0 - 1463) <C5688C95-BE5D-3278-B1CD-F0A02DF8BDEC> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff2559e000 -     0x7fff25694fff  com.apple.ColorSync (4.13.0 - 3472) <37533610-6D35-304E-8D76-945DA4E524AB> /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff25695000 -     0x7fff256f0fff  com.apple.HIServices (1.22 - 712) <8B336535-DBFD-3B34-8099-FF2DEE52BE7F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff256f1000 -     0x7fff2572dfff  libAWDSupport.dylib (949) <84B8D208-A9FC-3C81-9E47-6B5919DBF45A> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libAWDSupport.dylib
    0x7fff2572e000 -     0x7fff2578bfff  libprotobuf.dylib (3815) <7EE5F6EA-8D34-3554-886A-42AB17AF8B3D> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libprotobuf.dylib
    0x7fff2578c000 -     0x7fff2579dfff  libprotobuf-lite.dylib (3815) <D00C48BD-BF5C-3243-A48C-97FC96BD5846> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libprotobuf-lite.dylib
    0x7fff2579e000 -     0x7fff257e2fff  com.apple.awd (1.0 - 949) <F863F3E6-2346-3AA7-A9B3-EE5BFCDF48B6> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/WirelessDiagnostics
    0x7fff25a9c000 -     0x7fff25eb9fff  com.apple.CoreData (120 - 1044.1) <57B11511-9A86-3373-8A84-C1AEBC304131> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff25eba000 -     0x7fff25ed0fff  com.apple.ProtocolBuffer (1 - 285.20.8.8.1) <7B0CA279-FD76-32D3-9A8B-ABA6AA799C30> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
    0x7fff25ed1000 -     0x7fff26090fff  libsqlite3.dylib (321.1) <821CC6A3-785F-3EE7-ADFA-9231367F8E09> /usr/lib/libsqlite3.dylib
    0x7fff26091000 -     0x7fff2610dfff  com.apple.Accounts (113 - 113) <71C2E841-B020-3116-B883-418F84E2343B> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
    0x7fff2610e000 -     0x7fff26126fff  com.apple.commonutilities (8.0 - 900) <8290C811-7A21-3492-B1BC-67FDF0E1BC3A> /System/Library/PrivateFrameworks/CommonUtilities.framework/Versions/A/CommonUtilities
    0x7fff26127000 -     0x7fff261a8fff  com.apple.BaseBoard (526 - 526) <E401B7D4-F695-3F7C-87E2-D553189CA550> /System/Library/PrivateFrameworks/BaseBoard.framework/Versions/A/BaseBoard
    0x7fff261a9000 -     0x7fff261f4fff  com.apple.RunningBoardServices (1.0 - 505.40.18) <26B2DD3C-EF2D-3FD6-9653-D4F857930917> /System/Library/PrivateFrameworks/RunningBoardServices.framework/Versions/A/RunningBoardServices
    0x7fff261f5000 -     0x7fff2626afff  com.apple.AE (918 - 918) <9A914CB1-A413-352B-95BA-D639D66DC591> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff2626b000 -     0x7fff26271fff  libdns_services.dylib (1310.40.42) <5D270035-0D34-3E64-9BA3-8F302E2D767C> /usr/lib/libdns_services.dylib
    0x7fff26272000 -     0x7fff26279fff  libsystem_symptoms.dylib (1431.40.36) <81345ED1-342F-347F-B979-39846E607C8C> /usr/lib/system/libsystem_symptoms.dylib
    0x7fff2627a000 -     0x7fff263fefff  com.apple.Network (1.0 - 1) <91834A81-98F8-36D6-B6DA-D024ED6ECFC7> /System/Library/Frameworks/Network.framework/Versions/A/Network
    0x7fff263ff000 -     0x7fff26423fff  com.apple.analyticsd (1.0 - 1) <C34AD81D-9BD0-3295-BBC5-39D762835717> /System/Library/PrivateFrameworks/CoreAnalytics.framework/Versions/A/CoreAnalytics
    0x7fff26424000 -     0x7fff26426fff  libDiagnosticMessagesClient.dylib (112) <BA70052F-9547-368E-A643-ACF46CA53A3F> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff26427000 -     0x7fff26473fff  com.apple.spotlight.metadata.utilities (1.0 - 2149.9) <732E84A3-6D75-3C92-8C0A-028547EDDF4D> /System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities
    0x7fff26474000 -     0x7fff2650efff  com.apple.Metadata (10.7.0 - 2149.9) <19EA1487-2CDE-36C6-8EC1-537E33FB8874> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff2650f000 -     0x7fff26515fff  com.apple.DiskArbitration (2.7 - 2.7) <2E613BB2-B956-3668-9B33-1464DBC83611> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff26516000 -     0x7fff26bbcfff  com.apple.vImage (8.1 - 543) <9CFD36A4-7508-31EB-8B78-E5572F5C5426> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff26bbd000 -     0x7fff26e7ffff  com.apple.QuartzCore (1.11 - 924.8.3) <5AB4670A-3630-3C4B-B3D5-6A55A09063FC> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff26e80000 -     0x7fff26ec1fff  libFontRegistry.dylib (309) <A9D64BDE-020F-35E6-8EE7-E5FCF748AEDB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff26ec2000 -     0x7fff27003fff  com.apple.coreui (2.1 - 688.1) <41699554-ABC8-3431-A4E1-026EAD281148> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff27004000 -     0x7fff270effff  com.apple.ViewBridge (550 - 550) <54AE4058-B1B7-3260-BF7F-27EB494505EC> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
    0x7fff270f0000 -     0x7fff270fbfff  com.apple.PerformanceAnalysis (1.275 - 275) <07995E93-BF12-3B63-B33C-9D8941CF43B3> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff270fc000 -     0x7fff2710bfff  com.apple.OpenDirectory (11.0 - 230.40.1) <F1AC2921-D026-3048-909D-B623F6AAFC94> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff2710c000 -     0x7fff2712bfff  com.apple.CFOpenDirectory (11.0 - 230.40.1) <030D197F-1B82-3E26-AD80-C7621EF6656C> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff2712c000 -     0x7fff27134fff  com.apple.CoreServices.FSEvents (1290.40.2 - 1290.40.2) <EE985F8A-608D-3A9E-8DDE-C8F635DC69CC> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
    0x7fff27135000 -     0x7fff27159fff  com.apple.coreservices.SharedFileList (143 - 143) <CCD817BF-99F0-34A3-A619-8F47A1F83CC8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
    0x7fff2715a000 -     0x7fff2715cfff  libapp_launch_measurement.dylib (14.1) <7698D7E2-ECE9-3551-AD03-381DF65EE388> /usr/lib/libapp_launch_measurement.dylib
    0x7fff2715d000 -     0x7fff271a5fff  com.apple.CoreAutoLayout (1.0 - 21.10.1) <14614F40-5A4F-31C0-90DC-B1FB3D8ECE66> /System/Library/PrivateFrameworks/CoreAutoLayout.framework/Versions/A/CoreAutoLayout
    0x7fff271a6000 -     0x7fff27288fff  libxml2.2.dylib (34.8) <667639AF-E0DB-3BFD-B641-5D0BFBCBF6A3> /usr/lib/libxml2.2.dylib
    0x7fff27289000 -     0x7fff272d5fff  com.apple.CoreVideo (1.8 - 408.4) <652F979C-432A-304C-964C-6AE3231398F3> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff272d6000 -     0x7fff272d8fff  com.apple.loginsupport (1.0 - 1) <F748E027-FC2A-3492-BBBB-3ED232B2BD1A> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fff27302000 -     0x7fff2731ffff  com.apple.UserManagement (1.0 - 1) <3677EF4B-F11A-3485-9DB5-D6251E690B77> /System/Library/PrivateFrameworks/UserManagement.framework/Versions/A/UserManagement
    0x7fff274c0000 -     0x7fff27542fff  com.apple.CloudDocs (1.0 - 726) <5D3CA1B8-6177-3972-8B1E-85BF64DB6B33> /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs
    0x7fff278e9000 -     0x7fff2823bfff  libwebrtc.dylib (7610.2.11.51.8) <4BAB3712-FFF7-3165-A2DB-E016D491166E> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/Frameworks/libwebrtc.dylib
    0x7fff282b9000 -     0x7fff282c9fff  libsystem_containermanager.dylib (318.41.1) <BF178091-2151-3462-AB4F-A2E111650BA2> /usr/lib/system/libsystem_containermanager.dylib
    0x7fff282ca000 -     0x7fff282dbfff  com.apple.IOSurface (289.3 - 289.3) <457DD2AD-E48D-3BD3-9549-9CD9CA6B4F51> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff282dc000 -     0x7fff282e8fff  com.apple.IOAccelerator (439.35.4 - 439.35.4) <1FC8B98E-D5A3-3C7B-919B-D187D7A6F76B> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
    0x7fff282e9000 -     0x7fff2840efff  com.apple.Metal (244.32.6 - 244.32.6) <6BB79960-68EA-3CB9-89D9-E8A11B8C9491> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
    0x7fff2840f000 -     0x7fff2842bfff  com.apple.audio.caulk (1.0 - 70) <DCBC8033-421D-39D1-938A-BDDFF9998179> /System/Library/PrivateFrameworks/caulk.framework/Versions/A/caulk
    0x7fff2842c000 -     0x7fff28516fff  com.apple.CoreMedia (1.0 - 2757.5) <B547DA4C-81F0-3793-BCDC-4F454674CBC0> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff28517000 -     0x7fff28673fff  libFontParser.dylib (305.1.0.5) <A233E765-948B-3954-99C2-A9122040E41B> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
    0x7fff28674000 -     0x7fff28973fff  com.apple.HIToolbox (2.1.1 - 1060.0.1) <97A715C9-6C47-388D-8801-A44FB84E5C4D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff28974000 -     0x7fff28987fff  com.apple.framework.DFRFoundation (1.0 - 264) <C38F9EBB-14D6-354F-8C25-0FB09B110384> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
    0x7fff28988000 -     0x7fff2898bfff  com.apple.dt.XCTTargetBootstrap (1.0 - 17500) <71F236E8-7169-3A4B-A1CA-94D7F967971D> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/Versions/A/XCTTargetBootstrap
    0x7fff2898c000 -     0x7fff289b5fff  com.apple.CoreSVG (1.0 - 149) <B105E089-D8AE-3BEF-BE0B-409009959692> /System/Library/PrivateFrameworks/CoreSVG.framework/Versions/A/CoreSVG
    0x7fff289b6000 -     0x7fff28beffff  com.apple.ImageIO (3.3.0 - 2130.1.2) <E6C736F9-05FF-313E-9707-EBE4EB81BF03> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff28bf0000 -     0x7fff28f6bfff  com.apple.CoreImage (15.0.0 - 1110.11) <AA028F01-5695-36EA-85EE-EB39CF889102> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff28f6c000 -     0x7fff28fc7fff  com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <A929F704-8938-3F9F-8B35-9ABDA03F4D37> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSCore.framework/Versions/A/MPSCore
    0x7fff28fc8000 -     0x7fff28fcbfff  libsystem_configuration.dylib (1109.40.9) <EA408233-7EA5-33B5-B099-E9609DD3A0FF> /usr/lib/system/libsystem_configuration.dylib
    0x7fff28fcc000 -     0x7fff28fd0fff  libsystem_sandbox.dylib (1441.40.38) <349F71A1-4C7C-3AE0-8A1B-B95CCBB2327F> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff28fd1000 -     0x7fff28fd2fff  com.apple.AggregateDictionary (1.0 - 1) <59A5FE13-BE12-3393-BC0F-40007817F8D7> /System/Library/PrivateFrameworks/AggregateDictionary.framework/Versions/A/AggregateDictionary
    0x7fff28fd3000 -     0x7fff28fd6fff  com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <4CE6C43E-92B6-3933-BEE1-079336A0D6A1> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
    0x7fff28fd7000 -     0x7fff28fd8fff  liblangid.dylib (136) <EB65D90D-45E3-326D-9F1E-3E9E068E64C5> /usr/lib/liblangid.dylib
    0x7fff28fd9000 -     0x7fff29079fff  com.apple.CoreNLP (1.0 - 245) <AC95402C-105B-3830-8A5B-DA9BCE1AB68B> /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP
    0x7fff2907a000 -     0x7fff29080fff  com.apple.LinguisticData (1.0 - 399) <5C2C56E5-6298-32D3-B374-362D7C7F4A85> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
    0x7fff29081000 -     0x7fff2973dfff  libBNNS.dylib (288.40.19) <C5CF6455-A81A-3B09-94F2-C8F7307E5A58> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
    0x7fff2973e000 -     0x7fff29911fff  libvDSP.dylib (760.40.6) <CA559095-DE79-3932-B718-7EFE7770CDF4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff29912000 -     0x7fff29924fff  com.apple.CoreEmoji (1.0 - 128) <7F9AAA77-3D73-3164-8961-F0BFE55D7AE8> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
    0x7fff29925000 -     0x7fff2992ffff  com.apple.IOMobileFramebuffer (343.0.0 - 343.0.0) <94F7D4E1-88DF-3445-90EF-A0EBC9AF7961> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/Versions/A/IOMobileFramebuffer
    0x7fff29930000 -     0x7fff29a02fff  com.apple.framework.CoreWLAN (16.0 - 1657) <F8A977ED-F434-33CD-8039-5679152B7971> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff29a03000 -     0x7fff29c02fff  com.apple.CoreUtils (6.4 - 640.15) <D53B6F40-B920-3A30-A216-440FD2B7AF24> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x7fff29c03000 -     0x7fff29c25fff  com.apple.MobileKeyBag (2.0 - 1.0) <841C6DAF-1AF1-304E-9EBD-49FC945B235A> /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag
    0x7fff29c26000 -     0x7fff29c36fff  com.apple.AssertionServices (1.0 - 505.40.18) <12D5EA20-2B9C-3C83-A132-70F77B172775> /System/Library/PrivateFrameworks/AssertionServices.framework/Versions/A/AssertionServices
    0x7fff29c37000 -     0x7fff29cc3fff  com.apple.securityfoundation (6.0 - 55240.40.4) <AC9A369B-6E9B-3267-B56E-2746853615A0> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff29cc4000 -     0x7fff29ccdfff  com.apple.coreservices.BackgroundTaskManagement (1.0 - 104) <A59DD866-92E0-3B0E-AE10-36E86878132C> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
    0x7fff29cce000 -     0x7fff29cd2fff  com.apple.xpc.ServiceManagement (1.0 - 1) <D522DFA0-C2D9-31EC-BC6F-8B034DACA54D> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff29cd3000 -     0x7fff29cd5fff  libquarantine.dylib (119.40.2) <3DD7F9EE-9B9A-3896-A8CC-4D5BE49385AE> /usr/lib/system/libquarantine.dylib
    0x7fff29cd6000 -     0x7fff29ce1fff  libCheckFix.dylib (31) <E66C5541-5A04-3295-BE25-CC251EC627AE> /usr/lib/libCheckFix.dylib
    0x7fff29ce2000 -     0x7fff29cf9fff  libcoretls.dylib (169) <32CA60AD-6EEF-335D-8FB0-A2695D455939> /usr/lib/libcoretls.dylib
    0x7fff29cfa000 -     0x7fff29d0afff  libbsm.0.dylib (68.40.1) <7530532D-8655-34D7-8C1A-273E196A0DE4> /usr/lib/libbsm.0.dylib
    0x7fff29d0b000 -     0x7fff29d54fff  libmecab.dylib (929) <533290ED-7500-37B4-9212-D9BA773228F8> /usr/lib/libmecab.dylib
    0x7fff29d55000 -     0x7fff29d5afff  libgermantok.dylib (24) <14D82EB1-0212-3E80-90F5-842233FFA740> /usr/lib/libgermantok.dylib
    0x7fff29d5b000 -     0x7fff29d70fff  libLinearAlgebra.dylib (1336.40.1) <CF200364-E4AF-36A8-AB57-1ADFB6BF28B5> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fff29d71000 -     0x7fff29f98fff  com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) <C08BA44C-9764-363E-A35C-B21AEEFA424B> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork
    0x7fff29f99000 -     0x7fff29fe8fff  com.apple.MetalPerformanceShaders.MPSRayIntersector (1.0 - 1) <E7D2B0C7-FAE3-398A-B949-70A0F6CDAD75> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSRayIntersector.framework/Versions/A/MPSRayIntersector
    0x7fff29fe9000 -     0x7fff2a12ffff  com.apple.MLCompute (1.0 - 1) <0621E469-4210-3C45-AC4E-023B25E0D1CE> /System/Library/Frameworks/MLCompute.framework/Versions/A/MLCompute
    0x7fff2a130000 -     0x7fff2a166fff  com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <328CA407-7A75-3FE6-9AC1-0D6CE0FF2B0A> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix
    0x7fff2a167000 -     0x7fff2a1a4fff  com.apple.MetalPerformanceShaders.MPSNDArray (1.0 - 1) <0CE771E3-E262-3BFC-BF02-888D7EBB0FE3> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSNDArray.framework/Versions/A/MPSNDArray
    0x7fff2a1a5000 -     0x7fff2a235fff  com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) <4130FBE4-C36C-3E1D-BB0B-63D1A64B28E2> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSImage.framework/Versions/A/MPSImage
    0x7fff2a236000 -     0x7fff2a245fff  com.apple.AppleFSCompression (125 - 1.0) <5BE26EB2-6012-33E5-AF38-D8C5F4DF64CA> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fff2a246000 -     0x7fff2a253fff  libbz2.1.0.dylib (44) <F171593B-230C-390E-8EF7-D0659D2F6B54> /usr/lib/libbz2.1.0.dylib
    0x7fff2a254000 -     0x7fff2a258fff  libsystem_coreservices.dylib (127) <670DDFEB-8100-3C51-BC96-76BD46A21DF6> /usr/lib/system/libsystem_coreservices.dylib
    0x7fff2a259000 -     0x7fff2a286fff  com.apple.CoreServices.OSServices (1122.5.1 - 1122.5.1) <4F03F324-1072-38B8-8BC5-837601C2DBA9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff2a287000 -     0x7fff2a3b8fff  com.apple.AuthKit (1.0 - 1) <50C7FC9C-283A-3BB0-8D30-BC39975A2318> /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit
    0x7fff2a45c000 -     0x7fff2a46efff  libz.1.dylib (76) <0AF4F195-1F20-3F59-B09F-31E7249890D5> /usr/lib/libz.1.dylib
    0x7fff2a46f000 -     0x7fff2a4b6fff  libsystem_m.dylib (3186.40.2) <0276200D-C6F2-3E79-AFDC-E4D7F60A7837> /usr/lib/system/libsystem_m.dylib
    0x7fff2a4b7000 -     0x7fff2a4b7fff  libcharset.1.dylib (59) <56962263-B7B8-3B84-9C2F-F493D9D2630A> /usr/lib/libcharset.1.dylib
    0x7fff2a4b8000 -     0x7fff2a4bdfff  libmacho.dylib (973.4) <F2E3F7A6-B15A-30ED-A6AD-4EFEC37CF3E7> /usr/lib/system/libmacho.dylib
    0x7fff2a4be000 -     0x7fff2a4d9fff  libkxld.dylib (7195.50.7) <6FFE0801-7BDA-34EE-89E9-EAEC21A7394C> /usr/lib/system/libkxld.dylib
    0x7fff2a4da000 -     0x7fff2a4e5fff  libcommonCrypto.dylib (60178.40.2) <66E10FDF-896D-35F4-B9A8-8EE9400AC23A> /usr/lib/system/libcommonCrypto.dylib
    0x7fff2a4e6000 -     0x7fff2a4f0fff  libunwind.dylib (200.10) <BD13DE19-15F8-3982-ACCB-CD8C036D5D2B> /usr/lib/system/libunwind.dylib
    0x7fff2a4f1000 -     0x7fff2a4f8fff  liboah.dylib (203.1.3) <5EC28751-3BE8-3BB7-9DBE-305225CBD41B> /usr/lib/liboah.dylib
    0x7fff2a4f9000 -     0x7fff2a503fff  libcopyfile.dylib (173.40.2) <17A9CD2E-0527-3FF7-9CFA-57B30133DFB5> /usr/lib/system/libcopyfile.dylib
    0x7fff2a504000 -     0x7fff2a50bfff  libcompiler_rt.dylib (102.2) <FE958653-7FEC-3ADD-9AC0-A386E47208CF> /usr/lib/system/libcompiler_rt.dylib
    0x7fff2a50c000 -     0x7fff2a50efff  libsystem_collections.dylib (1439.40.11) <31C10DA5-F9B8-36E4-B859-8F6B845FF65D> /usr/lib/system/libsystem_collections.dylib
    0x7fff2a50f000 -     0x7fff2a511fff  libsystem_secinit.dylib (87.40.10) <BB2A70F5-BECC-34BD-90FE-14D31C5FD80D> /usr/lib/system/libsystem_secinit.dylib
    0x7fff2a512000 -     0x7fff2a514fff  libremovefile.dylib (49.40.3) <24CE2291-AEB3-30C9-94E8-535AA6E9C6F2> /usr/lib/system/libremovefile.dylib
    0x7fff2a515000 -     0x7fff2a515fff  libkeymgr.dylib (31) <B47F66C0-27F4-3B77-BAA0-85E895A7421D> /usr/lib/system/libkeymgr.dylib
    0x7fff2a516000 -     0x7fff2a51dfff  libsystem_dnssd.dylib (1310.40.42) <F54EC6FB-DEC3-3DA8-A749-4892F50D1F08> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff2a51e000 -     0x7fff2a523fff  libcache.dylib (83) <C83C4423-D12A-32A0-875D-81450DF40F42> /usr/lib/system/libcache.dylib
    0x7fff2a524000 -     0x7fff2a525fff  libSystem.B.dylib (1292.50.1) <14E3BB7B-B95F-3700-8D12-B9B2012C0AF8> /usr/lib/libSystem.B.dylib
    0x7fff2a526000 -     0x7fff2a529fff  libfakelink.dylib (3) <6E8ABD0B-6BC7-3E2C-B36B-2A7DA4ED0804> /usr/lib/libfakelink.dylib
    0x7fff2a52a000 -     0x7fff2a52afff  com.apple.SoftLinking (1.0 - 1) <23011830-946E-312B-A4BA-1725568F5E76> /System/Library/PrivateFrameworks/SoftLinking.framework/Versions/A/SoftLinking
    0x7fff2a52b000 -     0x7fff2a562fff  libpcap.A.dylib (98.40.1) <F2D9427C-C7D7-35F9-8A65-AE2C76D73E4B> /usr/lib/libpcap.A.dylib
    0x7fff2a563000 -     0x7fff2a653fff  libiconv.2.dylib (59) <BFC929D5-6E2C-3A49-9760-870BC89FC558> /usr/lib/libiconv.2.dylib
    0x7fff2a654000 -     0x7fff2a665fff  libcmph.dylib (8) <ABEA25CF-8895-31DA-B884-F4012007E7E9> /usr/lib/libcmph.dylib
    0x7fff2a666000 -     0x7fff2a6d7fff  libarchive.2.dylib (83.40.4) <54E0F2AE-C7F5-34A6-8B09-82FED0643886> /usr/lib/libarchive.2.dylib
    0x7fff2a6d8000 -     0x7fff2a73ffff  com.apple.SearchKit (1.4.1 - 1.4.1) <E51D4AB5-0576-3392-B45F-E9CA02D22ED5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff2a740000 -     0x7fff2a741fff  libThaiTokenizer.dylib (3) <41BFE684-D7B8-3DBB-A3F6-E25DB819E86A> /usr/lib/libThaiTokenizer.dylib
    0x7fff2a742000 -     0x7fff2a769fff  com.apple.applesauce (1.0 - 16.26) <0AFF7A71-EE52-36E6-82B5-459459D99D68> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
    0x7fff2a76a000 -     0x7fff2a781fff  libapple_nghttp2.dylib (1.41) <94E600F0-740B-308D-9475-8720FFB1923E> /usr/lib/libapple_nghttp2.dylib
    0x7fff2a782000 -     0x7fff2a794fff  libSparseBLAS.dylib (1336.40.1) <7A917514-DD2C-3A97-A29B-F41BDCA18852> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
    0x7fff2a795000 -     0x7fff2a796fff  com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <CC090B4C-48B8-3DE1-84FA-807642C38DF9> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
    0x7fff2a797000 -     0x7fff2a79bfff  libpam.2.dylib (28.40.1) <4C7D4B94-5CBA-3480-9BA0-D52B5C675D2A> /usr/lib/libpam.2.dylib
    0x7fff2a79c000 -     0x7fff2a7b4fff  libcompression.dylib (96.40.6) <C84DBB3A-EDEB-3871-BB2F-AB682A0653F8> /usr/lib/libcompression.dylib
    0x7fff2a7b5000 -     0x7fff2a7bafff  libQuadrature.dylib (7) <C13CA095-EE2D-3C50-98E5-A3570323776F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
    0x7fff2a7bb000 -     0x7fff2ab57fff  libLAPACK.dylib (1336.40.1) <5A406319-C3A7-3D73-93C2-9968ACC81241> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff2ab58000 -     0x7fff2aba6fff  com.apple.DictionaryServices (1.2 - 341) <CBFBB0CC-093A-39AC-99E3-C032029AC7C3> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff2aba7000 -     0x7fff2abbffff  liblzma.5.dylib (16) <7AEA0ACB-B03C-323B-AD4F-C5BD0584D780> /usr/lib/liblzma.5.dylib
    0x7fff2abc0000 -     0x7fff2abc1fff  libcoretls_cfhelpers.dylib (169) <86671710-F263-3ED2-8B7D-0052264682CF> /usr/lib/libcoretls_cfhelpers.dylib
    0x7fff2abc2000 -     0x7fff2acbcfff  com.apple.APFS (1677.50.1 - 1677.50.1) <CBABD7ED-84C7-3F72-80EB-5F8AED435566> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
    0x7fff2acbd000 -     0x7fff2accafff  libxar.1.dylib (452) <8999C952-D05A-3BFA-A673-1EB0B27EBB73> /usr/lib/libxar.1.dylib
    0x7fff2accb000 -     0x7fff2accefff  libutil.dylib (58.40.2) <ECE0C079-2434-3B7E-89EE-B2E538E7BBAD> /usr/lib/libutil.dylib
    0x7fff2accf000 -     0x7fff2acf7fff  libxslt.1.dylib (17.2) <7C79FCBB-B6B4-33A4-BD4B-34D674C2866F> /usr/lib/libxslt.1.dylib
    0x7fff2acf8000 -     0x7fff2ad02fff  libChineseTokenizer.dylib (37) <F2ECD480-D020-3141-A3B0-D32C8EDA159F> /usr/lib/libChineseTokenizer.dylib
    0x7fff2ad03000 -     0x7fff2adc1fff  libvMisc.dylib (760.40.6) <3CA6964F-742A-33C1-90BB-C8B2D1BF0A4D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff2adc2000 -     0x7fff2ae5afff  libate.dylib (3.0.4) <7D10CB14-3612-31A3-82F2-232602CA4E86> /usr/lib/libate.dylib
    0x7fff2ae5b000 -     0x7fff2ae62fff  libIOReport.dylib (64) <AD8D1B4C-F575-316A-9B59-D24C7C15775E> /usr/lib/libIOReport.dylib
    0x7fff2ae63000 -     0x7fff2ae91fff  com.apple.CrashReporterSupport (10.13 - 15045.1) <2BF44063-CC0D-3CF0-807A-F70E0487E079> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff2af2a000 -     0x7fff2af47fff  com.apple.SharedWebCredentials (928.0.1 - 928.0.1) <D69E41FE-6D92-3BA2-B2AA-C8DA9583E25B> /System/Library/PrivateFrameworks/SharedWebCredentials.framework/Versions/A/SharedWebCredentials
    0x7fff2af7d000 -     0x7fff2af84fff  libMatch.1.dylib (38) <93E36D5B-9452-3D8E-BC00-DF3E29E9573F> /usr/lib/libMatch.1.dylib
    0x7fff2af85000 -     0x7fff2b010fff  libCoreStorage.dylib (554) <7918C52C-BD4A-3661-9735-E7C6B907D48E> /usr/lib/libCoreStorage.dylib
    0x7fff2b011000 -     0x7fff2b064fff  com.apple.AppleVAFramework (6.1.3 - 6.1.3) <5F9D3C05-FBF9-345D-B49F-95ED20451F0E> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff2b065000 -     0x7fff2b07efff  libexpat.1.dylib (26) <AE175A8E-4D38-3080-A0A8-201ACBE332DE> /usr/lib/libexpat.1.dylib
    0x7fff2b07f000 -     0x7fff2b088fff  libheimdal-asn1.dylib (597.40.10) <1316D27D-F0EA-34C6-A347-BEE21CB6AFA6> /usr/lib/libheimdal-asn1.dylib
    0x7fff2b089000 -     0x7fff2b09dfff  com.apple.IconFoundation (479.2 - 479.2) <80665902-A372-3C2A-A5EB-25CEDDA30A66> /System/Library/PrivateFrameworks/IconFoundation.framework/Versions/A/IconFoundation
    0x7fff2b09e000 -     0x7fff2b10bfff  com.apple.IconServices (479.2 - 479.2) <3E085586-2251-350B-84CE-4CFE7873F9A0> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fff2b10c000 -     0x7fff2b1a9fff  com.apple.MediaExperience (1.0 - 1) <86D052FE-4200-311A-B53D-3C6EF5240A69> /System/Library/PrivateFrameworks/MediaExperience.framework/Versions/A/MediaExperience
    0x7fff2b1aa000 -     0x7fff2b1d3fff  com.apple.persistentconnection (1.0 - 1.0) <EA6A7841-EC57-39FC-9F2A-11752F6A972C> /System/Library/PrivateFrameworks/PersistentConnection.framework/Versions/A/PersistentConnection
    0x7fff2b1d4000 -     0x7fff2b1e2fff  com.apple.GraphVisualizer (1.0 - 100.1) <B9A37FA5-AB1B-3645-9F36-50C48732692D> /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer
    0x7fff2b1e3000 -     0x7fff2b5fefff  com.apple.vision.FaceCore (4.3.2 - 4.3.2) <54C42FE9-18BE-3284-A0F5-24F8BD8EE6AE> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff2b5ff000 -     0x7fff2b649fff  com.apple.OTSVG (1.0 - 677.1.0.7) <918A1463-4534-3D72-A06E-0531915C4F37> /System/Library/PrivateFrameworks/OTSVG.framework/Versions/A/OTSVG
    0x7fff2b64a000 -     0x7fff2b650fff  com.apple.xpc.AppServerSupport (1.0 - 2038.40.38) <A437306B-6D63-308B-AC69-468F1A70C8A6> /System/Library/PrivateFrameworks/AppServerSupport.framework/Versions/A/AppServerSupport
    0x7fff2b651000 -     0x7fff2b662fff  libhvf.dylib (1.0 - $[CURRENT_PROJECT_VERSION]) <D4873860-7D4B-3ACC-8940-2B0956DFB41B> /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib
    0x7fff2b663000 -     0x7fff2b665fff  libspindump.dylib (295) <5B9254B7-7BAB-308E-9182-ECA60A0BA09A> /usr/lib/libspindump.dylib
    0x7fff2b666000 -     0x7fff2b726fff  com.apple.Heimdal (4.0 - 2.0) <9382C6FC-4234-3D13-A598-0A13C04D9528> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff2b727000 -     0x7fff2b741fff  com.apple.login (3.0 - 3.0) <9C424BA4-9280-30CE-858E-F18587C7E721> /System/Library/PrivateFrameworks/login.framework/Versions/A/login
    0x7fff2b8c4000 -     0x7fff2b92efff  com.apple.bom (14.0 - 233) <F2B16396-0757-3E1B-8A67-5979B9317EF3> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x7fff2b92f000 -     0x7fff2b978fff  com.apple.AppleJPEG (1.0 - 1) <37C198D5-DF3F-3ED5-8DD3-5B1FBF7B3059> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x7fff2b979000 -     0x7fff2ba57fff  libJP2.dylib (2130.1.2) <F4C74378-8FD9-3A9D-9E14-86F7213D468A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff2ba58000 -     0x7fff2ba5bfff  com.apple.WatchdogClient.framework (1.0 - 98.40.5) <30521EFA-509E-335C-9D32-5FD6CA769A5A> /System/Library/PrivateFrameworks/WatchdogClient.framework/Versions/A/WatchdogClient
    0x7fff2ba5c000 -     0x7fff2ba8ffff  com.apple.MultitouchSupport.framework (4400.28 - 4400.28) <7A065BB2-13BA-3DB4-93BB-FD4B034EE493> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff2ba90000 -     0x7fff2bbe2fff  com.apple.VideoToolbox (1.0 - 2757.5) <286CE415-4B19-3F7E-A8E4-0CE8C85C7EBF> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x7fff2bbe3000 -     0x7fff2bc15fff  libAudioToolboxUtility.dylib (1180.19.2) <EE687E3D-BA7B-306F-95FC-35A97B7E373B> /usr/lib/libAudioToolboxUtility.dylib
    0x7fff2bc16000 -     0x7fff2bc3cfff  libPng.dylib (2130.1.2) <C1D8DC7E-D118-3984-80B1-61D7FA89DC7C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff2bc3d000 -     0x7fff2bc9afff  libTIFF.dylib (2130.1.2) <47BC22DE-0058-3402-90EB-8EC81BEBC244> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff2bc9b000 -     0x7fff2bcb7fff  com.apple.IOPresentment (50.10 - 37) <A84FB6B2-8ED1-31DC-AC7C-726E7915F541> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
    0x7fff2bcb8000 -     0x7fff2bcbefff  com.apple.GPUWrangler (6.1.27 - 6.1.27) <89405160-B919-372E-B63A-BA35C9D62EFF> /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler
    0x7fff2bcbf000 -     0x7fff2bcc2fff  libRadiance.dylib (2130.1.2) <6A2BF16D-8AF3-32AD-B42F-DA8029A8462E> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff2bcc3000 -     0x7fff2bcc8fff  com.apple.DSExternalDisplay (3.1 - 380) <9BF3CCC3-DB7C-30B3-879B-9650918C73FF> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
    0x7fff2bcc9000 -     0x7fff2bcedfff  libJPEG.dylib (2130.1.2) <E7902D69-99C3-3D7C-9244-86EA0D1A9617> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff2bcee000 -     0x7fff2bd1dfff  com.apple.ATSUI (1.0 - 1) <39A55921-5BA9-3BA0-9C71-FD598BE2E80C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATSUI.framework/Versions/A/ATSUI
    0x7fff2bd1e000 -     0x7fff2bd22fff  libGIF.dylib (2130.1.2) <BEE81025-0B18-37BD-BB5F-6E8FD2262336> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff2bd23000 -     0x7fff2bd2cfff  com.apple.CMCaptureCore (1.0 - 79.12.3) <43F3557A-D353-36B5-B5D6-3D352478EC2F> /System/Library/PrivateFrameworks/CMCaptureCore.framework/Versions/A/CMCaptureCore
    0x7fff2bd2d000 -     0x7fff2bd74fff  com.apple.print.framework.PrintCore (16 - 531) <0EB74D87-B560-380C-8B88-EDAED20D0D99> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff2bd75000 -     0x7fff2be41fff  com.apple.TextureIO (3.10.9 - 3.10.9) <44F02506-287C-3733-9ED2-01B36F97ABBF> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
    0x7fff2be42000 -     0x7fff2be4afff  com.apple.InternationalSupport (1.0 - 60) <D92C8AC5-6D8C-33C9-B011-DE275FA5BB88> /System/Library/PrivateFrameworks/InternationalSupport.framework/Versions/A/InternationalSupport
    0x7fff2be4b000 -     0x7fff2bec6fff  com.apple.datadetectorscore (8.0 - 674) <43D2CEDD-8A10-3A9F-BFE1-CFBBC35149C1> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff2bec7000 -     0x7fff2bf25fff  com.apple.UserActivity (434 - 434) <9FDA9333-95A0-3301-B75C-B6ABD7F94E09> /System/Library/PrivateFrameworks/UserActivity.framework/Versions/A/UserActivity
    0x7fff2bf26000 -     0x7fff2c68cfff  com.apple.MediaToolbox (1.0 - 2757.5) <722521DC-E21A-36EA-8381-4E34B182D806> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x7fff2cb6e000 -     0x7fff2cb9ffff  libSessionUtility.dylib (76.7) <CA11B08D-BE35-3763-A358-E76B6341B089> /System/Library/PrivateFrameworks/AudioSession.framework/libSessionUtility.dylib
    0x7fff2cba0000 -     0x7fff2cccffff  com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <6D66F9E9-C3ED-3015-AB27-BA6D2689A002> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff2ccd0000 -     0x7fff2cd37fff  com.apple.audio.AudioSession (1.0 - 76.7) <19D0DDAE-D4D2-363A-A6EE-D450E254427D> /System/Library/PrivateFrameworks/AudioSession.framework/Versions/A/AudioSession
    0x7fff2cd38000 -     0x7fff2cd4afff  libAudioStatistics.dylib (25) <2310E5CF-38EC-338C-9C8D-FB79EC9B5C98> /usr/lib/libAudioStatistics.dylib
    0x7fff2cd4b000 -     0x7fff2cd5afff  com.apple.speech.synthesis.framework (9.0.48.1 - 9.0.48.1) <92283C03-C35F-3F97-8F81-383FB38CB66B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff2cd5b000 -     0x7fff2cdc6fff  com.apple.ApplicationServices.ATS (377 - 516) <25751B9A-D1FD-3D90-8EB1-67D3DE9F6163> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff2cdc7000 -     0x7fff2cddffff  libresolv.9.dylib (68) <6C18FE1C-EB05-3E02-925D-DE09157C55F9> /usr/lib/libresolv.9.dylib
    0x7fff2ce5f000 -     0x7fff2ce92fff  com.apple.securityinterface (10.0 - 55149.40.3) <D62DF510-1ADF-3332-ABA1-E01C4A0DB1DD> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
    0x7fff2cf12000 -     0x7fff2cff1fff  libSMC.dylib (20) <2E125E1A-D5D6-3054-8384-E1A7A23DD0FE> /usr/lib/libSMC.dylib
    0x7fff2cff2000 -     0x7fff2d051fff  libcups.2.dylib (494) <F27A4527-C76D-34FE-B268-1C57A127C542> /usr/lib/libcups.2.dylib
    0x7fff2d052000 -     0x7fff2d061fff  com.apple.LangAnalysis (1.7.0 - 254) <B4F48E46-CEF9-3674-903C-609CA77E78B5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff2d062000 -     0x7fff2d06cfff  com.apple.NetAuth (6.2 - 6.2) <54EC7F7F-0DBB-38E4-9BBA-0DB0404E2C9D> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff2d06d000 -     0x7fff2d074fff  com.apple.ColorSyncLegacy (4.13.0 - 1) <A34CD7EB-977C-3FF7-A422-9EC40D79A2BD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy
    0x7fff2d075000 -     0x7fff2d080fff  com.apple.QD (4.0 - 416) <39777BBB-6781-36B5-AF36-E3452D222E09> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff2d081000 -     0x7fff2d6effff  com.apple.audio.AudioResourceArbitration (1.0 - 1) <513ADF72-F3C7-3381-A926-FD1F6683EB09> /System/Library/PrivateFrameworks/AudioResourceArbitration.framework/Versions/A/AudioResourceArbitration
    0x7fff2d6f0000 -     0x7fff2d6fcfff  com.apple.perfdata (1.0 - 67.40.1) <9C94952B-AA5F-3541-A326-649EFEAFE8B1> /System/Library/PrivateFrameworks/perfdata.framework/Versions/A/perfdata
    0x7fff2d6fd000 -     0x7fff2d70bfff  libperfcheck.dylib (41) <32799FC7-F2BF-3440-8853-378EE0E0445A> /usr/lib/libperfcheck.dylib
    0x7fff2d70c000 -     0x7fff2d71bfff  com.apple.Kerberos (3.0 - 1) <2529747E-275C-35E6-AB6E-1D14DA5835D2> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff2d71c000 -     0x7fff2d76bfff  com.apple.GSS (4.0 - 2.0) <DC8F40C2-966E-3F86-8A21-47B426965E85> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff2d76c000 -     0x7fff2d77cfff  com.apple.CommonAuth (4.0 - 2.0) <815F69EE-F251-3125-A094-C95B25804469> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff2d7cf000 -     0x7fff2d7f1fff  com.apple.security.KeychainCircle.KeychainCircle (1.0 - 1) <AD781B2F-DEB0-3E13-9420-C0B6449EDE7A> /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle
    0x7fff2d7f2000 -     0x7fff2d7fafff  com.apple.CorePhoneNumbers (1.0 - 1) <8922ABCB-0302-382B-A0DD-984668BFA8E3> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers
    0x7fff2d7fb000 -     0x7fff2d886fff  libTelephonyUtilDynamic.dylib (5344) <F3F3A598-FEBD-3C6F-AF22-747DF6A004BD> /usr/lib/libTelephonyUtilDynamic.dylib
    0x7fff2d94f000 -     0x7fff2d94ffff  liblaunch.dylib (2038.40.38) <D71781B5-4034-3349-BBE5-4B796CD3629A> /usr/lib/system/liblaunch.dylib
    0x7fff2d950000 -     0x7fff2d955fff  libffi.dylib (27) <526FD43A-CFE3-3DFC-B57C-F8BC5A1F6F34> /usr/lib/libffi.dylib
    0x7fff2e141000 -     0x7fff2e287fff  com.apple.Sharing (1570.6 - 1570.6) <B76CAA48-84E4-309A-AE4D-FBB5E2D17CAD> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff2e288000 -     0x7fff2e3a8fff  com.apple.Bluetooth (8.0.1 - 8.0.1f5) <7136F7B5-F009-3139-BD52-D51815F7D9A4> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fff2e3a9000 -     0x7fff2e3bdfff  com.apple.AppContainer (4.0 - 509.40.16) <705EFE05-0522-33E1-9139-F9D5B59AEFB7> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
    0x7fff2e3be000 -     0x7fff2e3c1fff  com.apple.SecCodeWrapper (4.0 - 509.40.16) <74BF3804-694F-3AE3-95A8-31B1DF5D9468> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
    0x7fff2e3c2000 -     0x7fff2e41bfff  com.apple.ProtectedCloudStorage (1.0 - 1) <F5C02479-9D92-3CB6-8C21-9AA229D411D4> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
    0x7fff2fb66000 -     0x7fff2fb91fff  com.apple.RemoteViewServices (2.0 - 163) <09228BBD-D1F6-388C-AD09-9AD113C44271> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff2fb92000 -     0x7fff2fba1fff  com.apple.SpeechRecognitionCore (6.1.12 - 6.1.12) <275341D7-157B-3B5A-A81D-382CEF408262> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
    0x7fff2fba2000 -     0x7fff2fba9fff  com.apple.speech.recognition.framework (6.0.3 - 6.0.3) <66CCAAEC-B04B-326F-BB83-6A9E668111BC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff2fded000 -     0x7fff2fdedfff  libsystem_product_info_filter.dylib (8.40.1) <FF59B842-1290-3C4A-9015-AC972563406E> /usr/lib/system/libsystem_product_info_filter.dylib
    0x7fff2fec8000 -     0x7fff2fec8fff  com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <BBCF1D0C-F727-3B9B-801E-FCEA6C9C1103> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff2feef000 -     0x7fff2feeffff  com.apple.CoreServices (1122.5.1 - 1122.5.1) <070D2800-D014-34E3-AAA9-CB7199EFC728> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff301bd000 -     0x7fff301bdfff  com.apple.Accelerate (1.11 - Accelerate 1.11) <5D5F6FDF-38E5-363A-A73C-3C21A2D11574> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff301fe000 -     0x7fff30209fff  com.apple.MediaAccessibility (1.0 - 130) <D7556226-D396-3EA8-B10D-F73C074ABFAD> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
    0x7fff3020a000 -     0x7fff30229fff  com.apple.networking.AlgosScoreFramework (1.0 - 1) <8C52B479-2985-3112-8C95-38C082EC6DF4> /System/Library/PrivateFrameworks/AlgosScoreFramework.framework/Versions/A/AlgosScoreFramework
    0x7fff30a21000 -     0x7fff30ab6fff  com.apple.CoreBluetooth (1.0 - 1) <0F11E92C-6CFC-3912-BB82-B4CE7BA16FC7> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fff30ab7000 -     0x7fff30ac0fff  com.apple.SymptomDiagnosticReporter (1.0 - 79.40.12) <3FF67454-E235-33D7-AB87-02496A234188> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/Versions/A/SymptomDiagnosticReporter
    0x7fff30ac1000 -     0x7fff30ad4fff  com.apple.PowerLog (1.0 - 1) <E34CC7ED-0ADB-3D16-87B4-1489D6D7918C> /System/Library/PrivateFrameworks/PowerLog.framework/Versions/A/PowerLog
    0x7fff30ad5000 -     0x7fff30ae1fff  com.apple.AppleIDAuthSupport (1.0 - 1) <7103A610-7E5A-34F7-BE69-5E25B334E66A> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport
    0x7fff30ae2000 -     0x7fff30b8afff  com.apple.DiscRecording (9.0.3 - 9030.4.5) <12CEDA8E-D339-3022-BFD9-135458523B3E> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x7fff30b8b000 -     0x7fff30bbefff  com.apple.MediaKit (16 - 927.40.2) <E5571EB2-2864-372E-BE83-DDE90F1A05CC> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x7fff30bbf000 -     0x7fff30caafff  com.apple.DiskManagement (14.0 - 1733.40.24) <7B3D0853-7B34-331A-902C-D2ED8004FD39> /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManagement
    0x7fff30cab000 -     0x7fff31065fff  com.apple.CoreAUC (321.2.0 - 321.2.0) <CF62493C-B5DE-3C08-B9B3-4B7B4D1AEA84> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x7fff31066000 -     0x7fff31069fff  com.apple.Mangrove (1.0 - 25) <9E1C3E05-5B1A-3025-9DF5-BA2B40453CE5> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
    0x7fff3106a000 -     0x7fff31097fff  com.apple.CoreAVCHD (6.1.0 - 6100.4.1) <FA8FC4B3-851C-3082-AD2A-DF86089EB3C9> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x7fff31098000 -     0x7fff311b8fff  com.apple.FileProvider (325 - 325) <B02BE1B5-92B4-371F-AEBA-087BB58272D4> /System/Library/Frameworks/FileProvider.framework/Versions/A/FileProvider
    0x7fff311b9000 -     0x7fff311dcfff  com.apple.GenerationalStorage (2.0 - 322) <3400BD70-40AE-3FC5-BC7F-B6AB44B6134D> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fff31a25000 -     0x7fff31a64fff  com.apple.AppleVPAFramework (3.20.4 - 3.20.4) <9E22EFBC-493A-32A3-B7C2-0F56B4072D17> /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA
    0x7fff31b35000 -     0x7fff31b71fff  com.apple.DebugSymbols (195.1 - 195.1) <93BEC865-279E-3A6E-A24B-487C51FF6459> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff31b72000 -     0x7fff31c2ffff  com.apple.CoreSymbolication (12.2 - 64541.4) <D9F608E4-437D-3A1C-83E7-7BD6CF830589> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff32ab0000 -     0x7fff32b13fff  com.apple.framework.Apple80211 (17.0 - 1728) <E5DB3BA3-DA6B-33B2-A111-852B5041DE4E> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff32b14000 -     0x7fff32c66fff  com.apple.CoreWiFi (3.0 - 341) <4B9C6F89-74B7-35F0-AC61-7ECD993B8139> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fff32ed3000 -     0x7fff32ee2fff  com.apple.xpc.RemoteServiceDiscovery (1.0 - 2038.40.38) <7F2CB942-65FF-3A6B-AA1E-717BB18DEE80> /System/Library/PrivateFrameworks/RemoteServiceDiscovery.framework/Versions/A/RemoteServiceDiscovery
    0x7fff32ee3000 -     0x7fff32efafff  com.apple.xpc.RemoteXPC (1.0 - 2038.40.38) <118A75E2-58FB-3E30-B0F0-064E42BD3A9B> /System/Library/PrivateFrameworks/RemoteXPC.framework/Versions/A/RemoteXPC
    0x7fff32f42000 -     0x7fff32f45fff  com.apple.help (1.3.8 - 71) <FFC118DA-4302-3A44-B166-8810A045B492> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff32f46000 -     0x7fff32f4dfff  com.apple.EFILogin (2.0 - 2) <4EE8F2C6-F75A-3545-93C7-9EC7DB7E4337> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
    0x7fff32f4e000 -     0x7fff32f59fff  libcsfde.dylib (554) <DB193672-8501-3F7B-BEB4-4F59C8887512> /usr/lib/libcsfde.dylib
    0x7fff33183000 -     0x7fff33183fff  com.apple.ApplicationServices (48 - 50) <BF6B5DC5-22AF-3926-8D21-7F4CFDB03644> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff3337f000 -     0x7fff333d6fff  com.apple.CorePrediction (1.0 - 1) <1B480865-0608-339B-B2B9-B47CC02DC11A> /System/Library/PrivateFrameworks/CorePrediction.framework/Versions/A/CorePrediction
    0x7fff33483000 -     0x7fff33483fff  libHeimdalProxy.dylib (79) <D67CF959-658D-3E1C-9900-5DC0A507D02A> /System/Library/Frameworks/Kerberos.framework/Versions/A/Libraries/libHeimdalProxy.dylib
    0x7fff33536000 -     0x7fff33536fff  com.apple.audio.units.AudioUnit (1.14 - 1.14) <106AE4DA-6F73-393B-889D-5D048ECDDDE1> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff34212000 -     0x7fff344d5fff  com.apple.spotlight.index (10.7.0 - 2149.9) <504A625F-1553-3F96-B4C3-4E5D1C794BD6> /System/Library/PrivateFrameworks/SpotlightIndex.framework/Versions/A/SpotlightIndex
    0x7fff344ee000 -     0x7fff3453efff  com.apple.ChunkingLibrary (334 - 334) <996DC3E2-CC2E-376D-9A31-2D5093C078C5> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x7fff34c08000 -     0x7fff34dabfff  com.apple.WebKitLegacy (16610 - 16610.2.11.51.8) <D7FC9C8D-2879-3C77-83B4-440E858A174F> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy.framework/Versions/A/WebKitLegacy
    0x7fff34f34000 -     0x7fff34f37fff  com.apple.Cocoa (6.11 - 23) <D673DE75-8885-39F1-9847-81D602E69229> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff35fc6000 -     0x7fff36273fff  libAWDSupportFramework.dylib (3815) <97908B15-8276-384F-A241-88D93A20F1A3> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libAWDSupportFramework.dylib
    0x7fff3634e000 -     0x7fff36369fff  com.apple.openscripting (1.7 - 190) <EA384453-7A25-36CD-B6D5-FE58AB36334B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff3636a000 -     0x7fff3636dfff  com.apple.securityhi (9.0 - 55008) <E11B58BC-4B25-3991-B243-C2A5C797DE60> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff3636e000 -     0x7fff36371fff  com.apple.ink.framework (10.15 - 227) <1C0F3697-754A-307E-83B4-2D133D80E7B3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff36372000 -     0x7fff36375fff  com.apple.CommonPanels (1.2.6 - 101) <50B28EBC-6852-3843-8BB6-93800D8EE7D6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff36376000 -     0x7fff3637dfff  com.apple.ImageCapture (1707 - 1707) <F8BA52A6-2076-3439-9F02-8EFABDFADC87> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff3637e000 -     0x7fff374aefff  com.apple.JavaScriptCore (16610 - 16610.2.11.51.8) <6EB4E7CB-EE31-3ED9-BD58-7FCDCEE0AC9B> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff391d8000 -     0x7fff391dbfff  com.apple.OSAServicesClient (1.0 - 1) <7193D631-42B0-3F65-AD4D-161DF0DC2633> /System/Library/PrivateFrameworks/OSAServicesClient.framework/Versions/A/OSAServicesClient
    0x7fff3920f000 -     0x7fff39216fff  com.apple.URLFormatting (146 - 146.5) <08E3B50A-2F33-3582-8ED1-A43EAFE92B25> /System/Library/PrivateFrameworks/URLFormatting.framework/Versions/A/URLFormatting
    0x7fff39217000 -     0x7fff39226fff  com.apple.accessibility.AXCoreUtilities (1.0 - 1) <9B92B766-96D3-34EF-9807-68AAD55E779C> /System/Library/PrivateFrameworks/AXCoreUtilities.framework/Versions/A/AXCoreUtilities
    0x7fff39227000 -     0x7fff3923efff  libAccessibility.dylib (2877.16) <363A532F-8A72-3CD4-B58C-E316E9FB34EB> /usr/lib/libAccessibility.dylib
    0x7fff3923f000 -     0x7fff3b77cfff  com.apple.WebCore (16610 - 16610.2.11.51.8) <5B4CAFC9-A457-355E-811C-04A1BA740380> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
    0x7fff3b845000 -     0x7fff3b854fff  com.apple.NetFS (6.0 - 4.0) <C399C0C7-673C-375E-B30A-8C91312EC482> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff3bd98000 -     0x7fff3bde3fff  com.apple.Safari.SafeBrowsing (16610 - 16610.2.11.51.8) <A52DC583-6F27-3644-B9CC-8D31189055CB> /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/Versions/A/SafariSafeBrowsing
    0x7fff3bde4000 -     0x7fff3c55dfff  com.apple.WebKit (16610 - 16610.2.11.51.8) <699AD68C-88FF-352B-A38C-5757D8BF99D6> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x7fff3c708000 -     0x7fff3c70bfff  com.apple.print.framework.Print (15 - 271) <47A826E5-8E5F-3B20-9131-58D9F94C58B6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff3c70c000 -     0x7fff3c70ffff  com.apple.Carbon (160 - 164) <DE2A89F4-03DF-3E98-8C90-48C095DA3FDC> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff3c98a000 -     0x7fff3c9a9fff  com.apple.private.SystemPolicy (1.0 - 1) <10BDB417-5EFA-348A-9DB7-154F4BC4136D> /System/Library/PrivateFrameworks/SystemPolicy.framework/Versions/A/SystemPolicy
    0x7fff3cf9e000 -     0x7fff3cfa2fff  com.apple.CoreOptimization (1.0 - 1) <301E6496-255F-39F3-A92A-9C96FA2E600B> /System/Library/PrivateFrameworks/CoreOptimization.framework/Versions/A/CoreOptimization
    0x7fff3d2ce000 -     0x7fff3d2d9fff  com.apple.MallocStackLogging (1.0 - 1) <F9CA682E-FCC0-371F-90EA-B5CE51ABF8AC> /System/Library/PrivateFrameworks/MallocStackLogging.framework/Versions/A/MallocStackLogging
    0x7fff3d2ef000 -     0x7fff3d301fff  libmis.dylib (274.40.12) <CF45C71D-4237-369F-9FE1-91C0B9C77C06> /usr/lib/libmis.dylib
    0x7fff3d82e000 -     0x7fff3d831fff  com.apple.WebInspectorUI (16610 - 16610.2.11.51.8) <2DA5189B-3C89-3A58-B295-90AB21844F93> /System/Library/PrivateFrameworks/WebInspectorUI.framework/Versions/A/WebInspectorUI
    0x7fff40ea3000 -     0x7fff40ec1fff  libCGInterfaces.dylib (543) <B19C6E0A-C7B5-3CCC-A77F-9751CC30523E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
    0x7fff4778a000 -     0x7fff477d8fff  com.apple.osanalytics.OSAnalytics (1.0 - 1) <5B713D10-3346-3AAD-A977-7095220E3C03> /System/Library/PrivateFrameworks/OSAnalytics.framework/Versions/A/OSAnalytics
    0x7fff4b814000 -     0x7fff4b817fff  com.apple.FinderSyncPriv (1.2 - 1350.1.1) <F0893C0A-334A-3AE8-9152-0614DF2D1017> /System/Library/PrivateFrameworks/FinderSyncPriv.framework/Versions/A/FinderSyncPriv
    0x7fff5125a000 -     0x7fff512ebfff  com.apple.Symbolication (12.2 - 64541.5.1) <640AAE2D-353D-3009-A7A2-55AE3F965398> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fff6b3cb000 -     0x7fff6b3d1fff  libCoreFSCache.dylib (177.22) <F2BD275B-0979-3426-BC9D-60C22E4FDE1C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
    0x7fff6b3d2000 -     0x7fff6b3d6fff  libCoreVMClient.dylib (177.22) <57E480B5-F430-3150-A5D9-D255A2F761E5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff6b3d7000 -     0x7fff6b3e6fff  com.apple.opengl (18.0.50 - 18.0.50) <245D7013-B161-397D-9989-500B639ECDF3> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff6b3e7000 -     0x7fff6b3e9fff  libCVMSPluginSupport.dylib (18.0.50) <58937D53-04AE-36EA-AF04-A2C6EBD8D8EE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff6b3ea000 -     0x7fff6b3f2fff  libGFXShared.dylib (18.0.50) <8BCF166B-60FA-3321-83BB-24A3527B60A3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff6b3f3000 -     0x7fff6b426fff  libGLImage.dylib (18.0.50) <BD69E573-1813-3078-BF27-C9183B515647> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff6b427000 -     0x7fff6b463fff  libGLU.dylib (18.0.50) <21591978-F81A-3C62-9281-CD0ACDF8EEAC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff6b5f9000 -     0x7fff6b603fff  libGL.dylib (18.0.50) <D2379B83-F70E-375A-AD7A-B612D767ABE6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff6ca3a000 -     0x7fff6ca92fff  com.apple.opencl (4.5 - 4.5) <4387AA57-D726-3378-8376-E5D6813E219F> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff6dd12000 -     0x7fff6dd19fff  com.apple.agl (3.3.4 - AGL-3.3.3) <9A62C140-2B9B-341C-A4F2-B90BB88DE758> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x7fff6dd59000 -     0x7fff6dd6afff  com.apple.AppleScriptObjC (1.4 - 36) <4C76809A-EE1A-3192-B684-F171584C8B49> /System/Library/Frameworks/AppleScriptObjC.framework/Versions/A/AppleScriptObjC
    0x7fff6f06a000 -     0x7fff6f0ecfff  com.apple.applescript (2.7 - 401) <FB41FB6C-64A4-33A3-8E28-3FB75B51DD6B> /System/Library/PrivateFrameworks/AppleScript.framework/Versions/A/AppleScript
    0x7fff783a4000 -     0x7fff783abfff  libRosetta.dylib (203.1.3) <5EC28751-3BE8-3BB7-9DBE-305225CBD41B> /usr/lib/libRosetta.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: 16761
    thread_create: 0
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=814.1M resident=0K(0%) swapped_out_or_unallocated=814.1M(100%)
Writable regions: Total=1.6G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=1.6G(100%)
 
                                  VIRTUAL   REGION 
REGION TYPE                          SIZE    COUNT (non-coalesced) 
===========                       =======  ======= 
Accelerate framework                 256K        2 
Activity Tracing                     256K        1 
CG backing stores                   3240K        6 
CG image                              64K        5 
CoreAnimation                       16.1M       13 
CoreGraphics                          12K        2 
CoreServices                         624K        2 
CoreUI image data                   1400K       11 
Foundation                            16K        1 
JS JIT generated code                  8K        2 
JS JIT generated code (reserved)     1.0G        1         reserved VM address space (unallocated)
Kernel Alloc Once                      8K        1 
MALLOC                             225.9M       82 
MALLOC guard page                     32K        7 
MALLOC_NANO (reserved)             384.0M        1         reserved VM address space (unallocated)
STACK GUARD                         56.0M       10 
Stack                               12.6M       10 
VM_ALLOCATE                         10.4M     1253 
WebKit Malloc                       1184K        3 
__CTF                                 759        1 
__DATA                              16.1M      373 
__DATA_CONST                        16.5M      203 
__DATA_DIRTY                         818K      116 
__FONT_DATA                            4K        1 
__LINKEDIT                         497.0M       41 
__OBJC_RO                           61.0M        1 
__OBJC_RW                           2468K        2 
__TEXT                             317.2M      372 
__UNICODE                            588K        1 
mapped file                         77.7M       26 
shared memory                         44K        5 
===========                       =======  ======= 
TOTAL                                2.7G     2555 
TOTAL, minus reserved VM space       1.3G     2555 

.

 

Does not scrobble iTunes Radio

iTunes 11.1 GM was released last week. I've been holding out on reporting this to verify if it still doesn't work.

The applescript for OSX to get the current track on iTunes Radio doesn't work. For some reason, and this may need to be filed as a radar, current track cannot be dereferenced when stored in a variable.

So, as written currently in /plugins/iTunes/scripts/currentTrack.scpt, the set t to current track is fine under normal circumstances, but when current track is an iTunes Radio, the get <property> of <variable> fails. Replacing <variable> in all the get statements with current track returns the expected results.

"Device scrobbling disabled - incompatible iTunes plugin - please update"

I am getting a message saying "Device scrobbling disabled - incompatible iTunes plugin - please update".

However if I click on "please update", nothing happens.

Device scrobbling is indeed disabled.

I am running version 2.1.36 with iTunes 11.1 (but this message came up on previous iTunes versions as well) and Mac OS X 10.8.5.

Compilation errors on Debian Jessie

Hi!

After running make -j4 I get an ambiguous overload in RadioService.cpp;


Services/RadioService/RadioService.cpp: In member function ‘void RadioService::onPhononStateChanged(Phonon::State, Phonon::State)’:
Services/RadioService/RadioService.cpp:310:14: error: ambiguous overload for ‘operator<<’ (operand types are ‘StampedDebug’ and ‘Phonon::State’)
     qDebug() << oldstate << " -> " << newstate;
              ^
Services/RadioService/RadioService.cpp:310:14: note: candidates are:
In file included from /usr/include/qt4/QtCore/QtDebug:1:0,
                 from /usr/include/qt4/phonon/objectdescription.h:29,
                 from /usr/include/qt4/phonon/path.h:27,
                 from /usr/include/qt4/phonon/medianode.h:29,
                 from /usr/include/qt4/phonon/mediaobject.h:25,
                 from Services/RadioService/RadioService.cpp:26:
/usr/include/qt4/QtCore/qdebug.h:95:20: note: QDebug& QDebug::operator<<(QChar)
     inline QDebug &operator<<(QChar t) { stream->ts << '\'' << t << '\''; return maybeSpace(); }
                    ^
/usr/include/qt4/QtCore/qdebug.h:97:20: note: QDebug& QDebug::operator<<(bool)
     inline QDebug &operator<<(bool t) { stream->ts << (t ? "true" : "false"); return maybeSpace(); }
                    ^
/usr/include/qt4/QtCore/qdebug.h:98:20: note: QDebug& QDebug::operator<<(char)
     inline QDebug &operator<<(char t) { stream->ts << t; return maybeSpace(); }
                    ^
/usr/include/qt4/QtCore/qdebug.h:99:20: note: QDebug& QDebug::operator<<(short int)
     inline QDebug &operator<<(signed short t) { stream->ts << t; return maybeSpace(); }
                    ^
/usr/include/qt4/QtCore/qdebug.h:100:20: note: QDebug& QDebug::operator<<(short unsigned int)
     inline QDebug &operator<<(unsigned short t) { stream->ts << t; return maybeSpace(); }
                    ^
/usr/include/qt4/QtCore/qdebug.h:101:20: note: QDebug& QDebug::operator<<(int)
     inline QDebug &operator<<(signed int t) { stream->ts << t; return maybeSpace(); }
                    ^
/usr/include/qt4/QtCore/qdebug.h:102:20: note: QDebug& QDebug::operator<<(unsigned int)
     inline QDebug &operator<<(unsigned int t) { stream->ts << t; return maybeSpace(); }
                    ^
/usr/include/qt4/QtCore/qdebug.h:103:20: note: QDebug& QDebug::operator<<(long int)
     inline QDebug &operator<<(signed long t) { stream->ts << t; return maybeSpace(); }
                    ^
/usr/include/qt4/QtCore/qdebug.h:104:20: note: QDebug& QDebug::operator<<(long unsigned int)
     inline QDebug &operator<<(unsigned long t) { stream->ts << t; return maybeSpace(); }
                    ^
/usr/include/qt4/QtCore/qdebug.h:105:20: note: QDebug& QDebug::operator<<(qint64)
     inline QDebug &operator<<(qint64 t)
                    ^
/usr/include/qt4/QtCore/qdebug.h:107:20: note: QDebug& QDebug::operator<<(quint64)
     inline QDebug &operator<<(quint64 t)
                    ^
/usr/include/qt4/QtCore/qdebug.h:109:20: note: QDebug& QDebug::operator<<(float)
     inline QDebug &operator<<(float t) { stream->ts << t; return maybeSpace(); }
                    ^
/usr/include/qt4/QtCore/qdebug.h:110:20: note: QDebug& QDebug::operator<<(double)
     inline QDebug &operator<<(double t) { stream->ts << t; return maybeSpace(); }
                    ^
In file included from /usr/include/qt4/QtCore/qlocale.h:45:0,
                 from /usr/include/qt4/QtCore/qtextstream.h:48,
                 from /usr/include/qt4/QtCore/qdebug.h:50,
                 from /usr/include/qt4/QtCore/QtDebug:1,
                 from /usr/include/qt4/phonon/objectdescription.h:29,
                 from /usr/include/qt4/phonon/path.h:27,
                 from /usr/include/qt4/phonon/medianode.h:29,
                 from /usr/include/qt4/phonon/mediaobject.h:25,
                 from Services/RadioService/RadioService.cpp:26:
/usr/include/qt4/QtCore/qvariant.h:606:22: note: QDebug operator<<(QDebug, const QVariant&)
 Q_CORE_EXPORT QDebug operator<<(QDebug, const QVariant &);
                      ^
In file included from /usr/include/qt4/QtGui/qpixmap.h:46:0,
                 from /usr/include/qt4/QtGui/qicon.h:48,
                 from /usr/include/qt4/QtGui/qsystemtrayicon.h:49,
                 from /usr/include/qt4/QtGui/QSystemTrayIcon:1,
                 from Services/RadioService/../../Application.h:26,
                 from Services/RadioService/RadioService.cpp:33:
/usr/include/qt4/QtGui/qcolor.h:60:21: note: QDebug operator<<(QDebug, const QColor&)
 Q_GUI_EXPORT QDebug operator<<(QDebug, const QColor &);
                     ^
In file included from /usr/include/qt4/QtGui/qmatrix.h:45:0,
                 from /usr/include/qt4/QtGui/qtransform.h:44,
                 from /usr/include/qt4/QtGui/qimage.h:45,
                 from /usr/include/qt4/QtGui/qpixmap.h:50,
                 from /usr/include/qt4/QtGui/qicon.h:48,
                 from /usr/include/qt4/QtGui/qsystemtrayicon.h:49,
                 from /usr/include/qt4/QtGui/QSystemTrayIcon:1,
                 from Services/RadioService/../../Application.h:26,
                 from Services/RadioService/RadioService.cpp:33:
/usr/include/qt4/QtGui/qpolygon.h:102:21: note: QDebug operator<<(QDebug, const QPolygon&)
 Q_GUI_EXPORT QDebug operator<<(QDebug, const QPolygon &);
                     ^
/usr/include/qt4/QtGui/qpolygon.h:168:21: note: QDebug operator<<(QDebug, const QPolygonF&)
 Q_GUI_EXPORT QDebug operator<<(QDebug, const QPolygonF &);
                     ^
In file included from /usr/include/qt4/QtGui/qtransform.h:44:0,
                 from /usr/include/qt4/QtGui/qimage.h:45,
                 from /usr/include/qt4/QtGui/qpixmap.h:50,
                 from /usr/include/qt4/QtGui/qicon.h:48,
                 from /usr/include/qt4/QtGui/qsystemtrayicon.h:49,
                 from /usr/include/qt4/QtGui/QSystemTrayIcon:1,
                 from Services/RadioService/../../Application.h:26,
                 from Services/RadioService/RadioService.cpp:33:
/usr/include/qt4/QtGui/qmatrix.h:193:21: note: QDebug operator<<(QDebug, const QMatrix&)
 Q_GUI_EXPORT QDebug operator<<(QDebug, const QMatrix &);
                     ^
In file included from /usr/include/qt4/QtGui/qimage.h:45:0,
                 from /usr/include/qt4/QtGui/qpixmap.h:50,
                 from /usr/include/qt4/QtGui/qicon.h:48,
                 from /usr/include/qt4/QtGui/qsystemtrayicon.h:49,
                 from /usr/include/qt4/QtGui/QSystemTrayIcon:1,
                 from Services/RadioService/../../Application.h:26,
                 from Services/RadioService/RadioService.cpp:33:
/usr/include/qt4/QtGui/qtransform.h:360:21: note: QDebug operator<<(QDebug, const QTransform&)
 Q_GUI_EXPORT QDebug operator<<(QDebug, const QTransform &);
                     ^
In file included from /usr/include/qt4/QtGui/qwidget.h:58:0,
                 from /usr/include/qt4/QtGui/qmainwindow.h:45,
                 from /usr/include/qt4/QtGui/QMainWindow:1,
                 from ../../../lastfm-desktop/lib/unicorn/UnicornApplication.h:30,
                 from Services/RadioService/../../Application.h:32,
                 from Services/RadioService/RadioService.cpp:33:
/usr/include/qt4/QtGui/qkeysequence.h:222:21: note: QDebug operator<<(QDebug, const QKeySequence&)
 Q_GUI_EXPORT QDebug operator<<(QDebug, const QKeySequence &);
                     ^
In file included from Services/RadioService/RadioService.cpp:34:0:
Services/RadioService/RadioService.h:140:15: note: QDebug operator<<(QDebug, Phonon::State)
 inline QDebug operator<<( QDebug d, Phonon::State s )
               ^
In file included from /usr/include/qt4/phonon/mediasource.h:27:0,
                 from /usr/include/qt4/phonon/mediaobject.h:26,
                 from Services/RadioService/RadioService.cpp:26:
/usr/include/qt4/phonon/phononnamespace.h:307:26: note: QDebug Phonon::operator<<(QDebug, const Phonon::State&)
     PHONON_EXPORT QDebug operator <<(QDebug dbg, const Phonon::State &);
                          ^
Makefile:1276: recipe for target '_build/RadioService.o' failed
make[1]: *** [_build/RadioService.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory '/home/martijn/packages/lastfm-desktop/app/client'
Makefile:188: recipe for target 'sub-app-client-make_default-ordered' failed
make: *** [sub-app-client-make_default-ordered] Error 2

I couldn't find in the issues if this was an old problem, but I wont let me finish compiling.

3.14-2-rt-amd64 Debian Jessie

Can't compile with ffmpeg >= 2.0

When compiling on a current Archlinux install with ffmpeg 2.0.1 I get errors in LAV_Source.cpp because AVCODEC_MAX_AUDIO_FRAME_SIZE is not declared.

Googling for AVCODEC_MAX_AUDIO_FRAME_SIZE gets me this:
xbmc/xbmc#3006

So I guess the lastfm client is not compatible with the ffmpeg 2.0 release.

Now Playing Tab Doesn't Work on Linux

The Now Playing tab does not work on Linux when playing music from third party players. I can see info when using the radio but not for example Spotify/Banshee, regardless of whether I enable their scrobblers or not in the third party player or whether or not I enable Fingerprinting in the Scrobbler.

Using the Scrobbler on Mac the Now Playing tab correctly reports information about the currently playing song on iTunes/Spotify using fingerprinting.

Compile error on Qt 4.8.5

Hi!
Qt 4.8.5
Archlinux x64
Kernel 3.11.5

...
compiling Services/RadioService/RadioService.cpp
Services/RadioService/RadioService.cpp: In member function ‘void RadioService::onPhononStateChanged(Phonon::State, Phonon::State)’:
Services/RadioService/RadioService.cpp:310:14: error: ambiguous overload for ‘operator<<’ (operand types are ‘StampedDebug’ and ‘Phonon::State’)
     qDebug() << oldstate << " -> " << newstate;
              ^
Services/RadioService/RadioService.cpp:310:14: note: candidates are:
In file included from /usr/include/qt4/QtCore/QtDebug:1:0,
                 from /usr/include/qt4/phonon/objectdescription.h:29,
                 from /usr/include/qt4/phonon/path.h:27,
                 from /usr/include/qt4/phonon/medianode.h:29,
                 from /usr/include/qt4/phonon/mediaobject.h:25,
                 from Services/RadioService/RadioService.cpp:26:
/usr/include/qt4/QtCore/qdebug.h:95:20: note: QDebug& QDebug::operator<<(QChar)
     inline QDebug &operator<<(QChar t) { stream->ts << '\'' << t << '\''; return maybeSpace(); }
                    ^
/usr/include/qt4/QtCore/qdebug.h:97:20: note: QDebug& QDebug::operator<<(bool)
     inline QDebug &operator<<(bool t) { stream->ts << (t ? "true" : "false"); return maybeSpace(); }
                    ^
/usr/include/qt4/QtCore/qdebug.h:98:20: note: QDebug& QDebug::operator<<(char)
     inline QDebug &operator<<(char t) { stream->ts << t; return maybeSpace(); }
                    ^
/usr/include/qt4/QtCore/qdebug.h:99:20: note: QDebug& QDebug::operator<<(short int)
     inline QDebug &operator<<(signed short t) { stream->ts << t; return maybeSpace(); }
                    ^
/usr/include/qt4/QtCore/qdebug.h:100:20: note: QDebug& QDebug::operator<<(short unsigned int)
     inline QDebug &operator<<(unsigned short t) { stream->ts << t; return maybeSpace(); }
                    ^
/usr/include/qt4/QtCore/qdebug.h:101:20: note: QDebug& QDebug::operator<<(int)
     inline QDebug &operator<<(signed int t) { stream->ts << t; return maybeSpace(); }
                    ^
/usr/include/qt4/QtCore/qdebug.h:102:20: note: QDebug& QDebug::operator<<(unsigned int)
     inline QDebug &operator<<(unsigned int t) { stream->ts << t; return maybeSpace(); }
                    ^
/usr/include/qt4/QtCore/qdebug.h:103:20: note: QDebug& QDebug::operator<<(long int)
     inline QDebug &operator<<(signed long t) { stream->ts << t; return maybeSpace(); }
                    ^
/usr/include/qt4/QtCore/qdebug.h:104:20: note: QDebug& QDebug::operator<<(long unsigned int)
     inline QDebug &operator<<(unsigned long t) { stream->ts << t; return maybeSpace(); }
                    ^
/usr/include/qt4/QtCore/qdebug.h:105:20: note: QDebug& QDebug::operator<<(qint64)
     inline QDebug &operator<<(qint64 t)
                    ^
/usr/include/qt4/QtCore/qdebug.h:107:20: note: QDebug& QDebug::operator<<(quint64)
     inline QDebug &operator<<(quint64 t)
                    ^
/usr/include/qt4/QtCore/qdebug.h:109:20: note: QDebug& QDebug::operator<<(float)
     inline QDebug &operator<<(float t) { stream->ts << t; return maybeSpace(); }
                    ^
/usr/include/qt4/QtCore/qdebug.h:110:20: note: QDebug& QDebug::operator<<(double)
     inline QDebug &operator<<(double t) { stream->ts << t; return maybeSpace(); }
                    ^
In file included from /usr/include/qt4/QtCore/qlocale.h:45:0,
                 from /usr/include/qt4/QtCore/qtextstream.h:48,
                 from /usr/include/qt4/QtCore/qdebug.h:50,
                 from /usr/include/qt4/QtCore/QtDebug:1,
                 from /usr/include/qt4/phonon/objectdescription.h:29,
                 from /usr/include/qt4/phonon/path.h:27,
                 from /usr/include/qt4/phonon/medianode.h:29,
                 from /usr/include/qt4/phonon/mediaobject.h:25,
                 from Services/RadioService/RadioService.cpp:26:
/usr/include/qt4/QtCore/qvariant.h:606:22: note: QDebug operator<<(QDebug, const QVariant&)
 Q_CORE_EXPORT QDebug operator<<(QDebug, const QVariant &);
                      ^
In file included from /usr/include/qt4/QtGui/qpixmap.h:46:0,
                 from /usr/include/qt4/QtGui/qicon.h:48,
                 from /usr/include/qt4/QtGui/qsystemtrayicon.h:49,
                 from /usr/include/qt4/QtGui/QSystemTrayIcon:1,
                 from Services/RadioService/../../Application.h:26,
                 from Services/RadioService/RadioService.cpp:33:
/usr/include/qt4/QtGui/qcolor.h:60:21: note: QDebug operator<<(QDebug, const QColor&)
 Q_GUI_EXPORT QDebug operator<<(QDebug, const QColor &);
                     ^
In file included from /usr/include/qt4/QtGui/qmatrix.h:45:0,
                 from /usr/include/qt4/QtGui/qtransform.h:44,
                 from /usr/include/qt4/QtGui/qimage.h:45,
                 from /usr/include/qt4/QtGui/qpixmap.h:50,
                 from /usr/include/qt4/QtGui/qicon.h:48,
                 from /usr/include/qt4/QtGui/qsystemtrayicon.h:49,
                 from /usr/include/qt4/QtGui/QSystemTrayIcon:1,
                 from Services/RadioService/../../Application.h:26,
                 from Services/RadioService/RadioService.cpp:33:
/usr/include/qt4/QtGui/qpolygon.h:102:21: note: QDebug operator<<(QDebug, const QPolygon&)
 Q_GUI_EXPORT QDebug operator<<(QDebug, const QPolygon &);
                     ^
/usr/include/qt4/QtGui/qpolygon.h:168:21: note: QDebug operator<<(QDebug, const QPolygonF&)
 Q_GUI_EXPORT QDebug operator<<(QDebug, const QPolygonF &);
                     ^
In file included from /usr/include/qt4/QtGui/qtransform.h:44:0,
                 from /usr/include/qt4/QtGui/qimage.h:45,
                 from /usr/include/qt4/QtGui/qpixmap.h:50,
                 from /usr/include/qt4/QtGui/qicon.h:48,
                 from /usr/include/qt4/QtGui/qsystemtrayicon.h:49,
                 from /usr/include/qt4/QtGui/QSystemTrayIcon:1,
                 from Services/RadioService/../../Application.h:26,
                 from Services/RadioService/RadioService.cpp:33:
/usr/include/qt4/QtGui/qmatrix.h:193:21: note: QDebug operator<<(QDebug, const QMatrix&)
 Q_GUI_EXPORT QDebug operator<<(QDebug, const QMatrix &);
                     ^
In file included from /usr/include/qt4/QtGui/qimage.h:45:0,
                 from /usr/include/qt4/QtGui/qpixmap.h:50,
                 from /usr/include/qt4/QtGui/qicon.h:48,
                 from /usr/include/qt4/QtGui/qsystemtrayicon.h:49,
                 from /usr/include/qt4/QtGui/QSystemTrayIcon:1,
                 from Services/RadioService/../../Application.h:26,
                 from Services/RadioService/RadioService.cpp:33:
/usr/include/qt4/QtGui/qtransform.h:360:21: note: QDebug operator<<(QDebug, const QTransform&)
 Q_GUI_EXPORT QDebug operator<<(QDebug, const QTransform &);
                     ^
In file included from /usr/include/qt4/QtGui/qwidget.h:58:0,
                 from /usr/include/qt4/QtGui/qmainwindow.h:45,
                 from /usr/include/qt4/QtGui/QMainWindow:1,
                 from ../../../lastfm-desktop/lib/unicorn/UnicornApplication.h:30,
                 from Services/RadioService/../../Application.h:32,
                 from Services/RadioService/RadioService.cpp:33:
/usr/include/qt4/QtGui/qkeysequence.h:222:21: note: QDebug operator<<(QDebug, const QKeySequence&)
 Q_GUI_EXPORT QDebug operator<<(QDebug, const QKeySequence &);
                     ^
In file included from Services/RadioService/RadioService.cpp:34:0:
Services/RadioService/RadioService.h:140:15: note: QDebug operator<<(QDebug, Phonon::State)
 inline QDebug operator<<( QDebug d, Phonon::State s )
               ^
In file included from /usr/include/qt4/phonon/mediasource.h:27:0,
                 from /usr/include/qt4/phonon/mediaobject.h:26,
                 from Services/RadioService/RadioService.cpp:26:
/usr/include/qt4/phonon/phononnamespace.h:307:26: note: QDebug Phonon::operator<<(QDebug, const Phonon::State&)
     PHONON_EXPORT QDebug operator <<(QDebug dbg, const Phonon::State &);
                          ^
Makefile:1276: recipe for target '_build/RadioService.o' failed
make[1]: *** [_build/RadioService.o] Error 1
make[1]: Leaving directory '/tmp/yaourt-tmp-ikovalenko/aur-lastfm-git/src/lastfm-desktop/app/client'
Makefile:188: recipe for target 'sub-app-client-make_default-ordered' failed
make: *** [sub-app-client-make_default-ordered] Error 2

Thanks.

Support for iTunes Radio

I would like that songs that I listen to via iTunes Radio to be scrobbled as well.

Currently only song name "Beats1" is displayed in Windows client with artist name empty.

App uses far too much memory

  • Last.fm 2.1.35
  • Mac OS X 10.8.2
  • iTunes 11.0.2
  • Spotify 0.8.5.1333.g822e0de8

I've been noticing the newer app uses a lot more memory than the old version. Right now, it's sitting at 221MB Real Memory / 184,6MB Private Memory which seems unreasonably high. I vaguely remember the old version used something between 20 to 40MB Real Memory.

Please let me know if there's more information I can contribute.

Error when compiling: glib.h, glist.h, IpodDevice_linux.cpp

compiling Fingerprinter/Fingerprinter.cpp
compiling Services/AnalyticsService/AnalyticsService.cpp
compiling Services/AnalyticsService/PersistentCookieJar.cpp
compiling Widgets/ProxyWidget.cpp
compiling Dialogs/ProxyDialog.cpp
compiling Fingerprinter/LAV_Source.cpp
compiling MediaDevices/IpodDevice_linux.cpp
In file included from MediaDevices/IpodDevice_linux.cpp:37:0:
/usr/include/glib-2.0/glib/glist.h:28:2: error: #error "Only <glib.h> can be included directly."
make[1]: *** [_build/IpodDevice_linux.o] Ошибка 1
make[1]: Выход из каталога `/home/zenitur/Загрузки/lastfm-desktop-2.1.30/app/client'
make: *** [sub-app-client-make_default-ordered] Ошибка 2
zenitur@zenithar:~/Загрузки/lastfm-desktop-2.1.30>

opensuse 12.2 x86_64, libgpod 0.8.2-9.1.2

Compilation error due to disallowed pointer arith

Application.cpp:433:25: error: ordered comparison between pointer and zero ('void *' and 'int')                                                                                                                                                                      
    if( m_raiseHotKeyId >= 0 )                                                                                                                                                                                                                                       
        ~~~~~~~~~~~~~~~ ^  ~                                                                                                                                                                                                                                         
1 error generated.                                                                                                                                                                                                                                                   

The actual problem is that (void*)-1 is used as a magic value to denote (an unassigned?) key.

Application::Application(int& argc, char** argv) 
    :unicorn::Application( "fm.last.Scrobbler", argc, argv )
    , m_raiseHotKeyId( (void*)-1 )

I'd guess that itself is an undefined bahavior.

Crash after initial set-up on PowerPC: `KERN_PROTECTION_FAILURE at address: 0x00000000`

I got lastfm-desktop 2.1.39 built from source on PowerPC, it runs initially, I authorize it via the browser, go though initial set-up, but after clicking Finish it just crashes:

Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_PROTECTION_FAILURE at address: 0x00000000
0x00fe52a8 in strncmp ()
(gdb) where
#0  0x00fe52a8 in strncmp ()
#1  0x0651d2ac in __xmlParserInputBufferCreateFilename ()
#2  0x064f13d4 in xmlNewInputFromFile ()
#3  0x064f55c8 in xmlCreateURLParserCtxt ()
#4  0x06508b0c in xmlReadFile ()
#5  0x115e4c7c in TTerminology::ScanScriptingDefinition ()
#6  0x115e58e4 in GetAppTerminology ()
#7  0x115ecbc8 in TUASApplication::Terminology ()
#8  0x115c42e0 in ASCompile ()
#9  0x115bbbc4 in AppleScriptComponent ()
#10 0x09801f94 in OSACompile ()
#11 0x00222818 in AppleScript::compile ()
#12 0x002228e4 in AppleScript::exec ()
#13 0x002b7c30 in ITunesListener::getPlayerAppId ()
#14 0x002b9a8c in ITunesListener::ITunesListener ()
#15 0x0002f300 in ScrobbleService::ScrobbleService ()
#16 0x0002f960 in ScrobbleService::instance ()
#17 0x0000fdb0 in audioscrobbler::Application::init ()
#18 0x00020aa4 in main ()

Any idea what could be the cause for this?

Scrobbling doesn't complete - no error messages

OS: Ubuntu 18.04
Media Player: Google Play Music via MellowPlayer
Lastfm-desktop version: Latest master release

During the make command I get a similar error as here #62, but when I run the program it starts fine, without any error messages.

When I start playing a track, it gets instantly recognized and scrobbling starts, then it abruptly gets removed from scrobbles, while still remaining in Now Playing. No error messages are being put out.

Erratic scrobbling

  • Mac OS X 10.8.2
  • iTunes 11.0.1
  • Last.fm 2.1.33
  • German locale

I recently updated to the newer app and I have been forced to revert to the ancient version because the new one fails pretty badly at its number one feature: scrobbling.

I've set Last.fm.app to only scrobble when a track has been played in its entirety (100%). The outcome is pretty erratic:

  • most tracks aren't scrobbled at all
  • some are scrobbled despite the fact I've only played them for a few seconds
  • some don't get properly reported - correct track name, wrong artist name (see screenshot, the song is "Dura" by Ratatat, not The Hives)

I've been unable to find any recurring pattern in the way the app scrobbles/misbehaves. Some thoughts:

  • I like to switch tracks in iTunes using the default hotkeys on a Mac keyboard, might that be part of the problem?
  • I have some music videos in iTunes.
  • Obviously, in iTunes tracks don't need to be played to their full extent to be recorded as "played", iTunes only needs to "hit" the end of a song but I don't think this fact accounts for many of the differences you can see between the songs iTunes has recorded as played and the songs scrobbled by the app.

I'm attaching a screenshot of iTunes with tracks sorted by "last played" (red boxes indicate tracks which haven't been scrobbled) and a screenshot from my online Last.fm profile for comparison - "erratic" is the word. The scrobbles are from iTunes unless otherwise specified.
Last fm scrobbled tracks
iTunes tracks sorted by last played

Please let me know if there's more information I can contribute.

i18n - Norwegian translation

Do you take translations via GitHub? I've done a translation to Norwegian about 25%, but figured I'd ask before I did the rest because of fear of rejection :(

Last.fm scrobbler on Debian Jessie (testing)

I tried adding the Last.fm testing repo, but it won't install, because it requires an older libavformat.

➜  ~  apt-get install lastfm-scrobbler 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 lastfm-scrobbler : Depends: libavformat53 (>= 6:0.8.3-1~) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
➜  ~  apt-show-versions |grep libavformat
libavformat54:amd64/jessie 10:1.2.6-dmo2 upgradeable to 10:1.2.6-dmo3
libavformat55:amd64/jessie 10:2.1.4-dmo1 upgradeable to 10:2.2.1-dmo1

Have not tried building this from source (yet), because my Audacious plugin works fine, I just wanted to check this out.

Is this the same as the Debian lastfm package?

Release 2.1.37

Apparently there exists release 2.1.37 of the desktop app, that the app is updating itself to when automatic updates are enabled.

It is present on Last.fm CDN:
https://cdn.last.fm/client/Mac/Last.fm-2.1.37.zip

But there is no such release here in GitHub, and download button on Last.fm site downloads version 2.1.36 from same CDN.

What on Earth is going on here?

SIGSEGV when using the iTunes plugin

Scrobbling using iTunes yields the following crash. I’ve tested with the latest release of last.fm scrobbler.

The problem seems to be here (or the following line). Either cfBsdUnit or cfPartId is NULL.

Process:         iTunes [1189]
Path:            /Applications/iTunes.app/Contents/MacOS/iTunes
Identifier:      com.apple.iTunes
Version:         11.1.5 (11.1.5)
Build Info:      iTunes-1115011001005005~2
Code Type:       X86-64 (Native)
Parent Process:  launchd [282]
Responsible:     iTunes [1189]
User ID:         502

PlugIn Path:       /Users/USER/Library/iTunes/iTunes Plug-ins/AudioScrobbler.bundle/Contents/MacOS/AudioScrobbler
PlugIn Identifier: fm.last.iTunes Scrobbler
PlugIn Version:    6.0.5 (6.0.5.4)

Date/Time:       2014-03-27 12:15:28.180 +0100
OS Version:      Mac OS X 10.9.2 (13C64)
Report Version:  11
Anonymous UUID:  6F24E2D2-B36D-7990-01CE-0B6E9B15A0D2

Sleep/Wake UUID: 3FA77B21-4FA3-4DEB-A444-125F673F5AF6

Crashed Thread:  6

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000

VM Regions Near 0:
--> 
    __TEXT                 00000001088bd000-0000000109f68000 [ 22.7M] r-x/rwx SM=COW  /Applications/iTunes.app/Contents/MacOS/iTunes

Thread 0:: iTunes main  Dispatch queue: com.apple.main-thread
0   com.apple.iTunes                0x0000000108932c25 0x1088bd000 + 482341
1   com.apple.iTunes                0x0000000108932b5d 0x1088bd000 + 482141
2   com.apple.iTunes                0x00000001089327f3 0x1088bd000 + 481267
3   com.apple.iTunes                0x000000010892f3ee 0x1088bd000 + 467950
4   com.apple.iTunes                0x000000010892e951 0x1088bd000 + 465233
5   com.apple.iTunes                0x000000010892e522 0x1088bd000 + 464162
6   com.apple.iTunes                0x000000010892e297 0x1088bd000 + 463511
7   com.apple.iTunes                0x00000001089c671c 0x1088bd000 + 1087260
8   com.apple.iTunes                0x00000001089505ab 0x1088bd000 + 603563
9   com.apple.iTunes                0x0000000109273643 0x1088bd000 + 10184259
10  com.apple.iTunes                0x00000001088c91fe 0x1088bd000 + 49662
11  com.apple.iTunes                0x00000001088c904b 0x1088bd000 + 49227
12  com.apple.iTunes                0x0000000108a2b8a9 0x1088bd000 + 1501353
13  com.apple.iTunes                0x0000000108c4875d 0x1088bd000 + 3716957
14  com.apple.iTunes                0x00000001088c68d2 0x1088bd000 + 39122
15  com.apple.iTunes                0x00000001088c4f44 0x1088bd000 + 32580
16  com.apple.iTunes                0x00000001088c4491 0x1088bd000 + 29841
17  com.apple.iTunes                0x00000001088c61c7 0x1088bd000 + 37319
18  com.apple.iTunes                0x0000000108c48677 0x1088bd000 + 3716727
19  com.apple.iTunes                0x00000001093ba501 0x1088bd000 + 11523329
20  com.apple.iTunes                0x00000001093d4c4b 0x1088bd000 + 11631691
21  com.apple.iTunes                0x000000010955a3a7 0x1088bd000 + 13226919
22  com.apple.iTunes                0x000000010955a5f0 0x1088bd000 + 13227504
23  com.apple.iTunes                0x0000000108f0ea61 0x1088bd000 + 6625889
24  com.apple.iTunes                0x0000000108f0eac3 0x1088bd000 + 6625987
25  com.apple.iTunes                0x0000000108a037c0 0x1088bd000 + 1337280
26  com.apple.iTunes                0x0000000108a03496 0x1088bd000 + 1336470
27  com.apple.AppKit                0x00007fff8ffc065b -[NSWindow sendEvent:] + 1843
28  com.apple.iTunes                0x00000001088d9d3c 0x1088bd000 + 118076
29  com.apple.AppKit                0x00007fff8ff61c42 -[NSApplication sendEvent:] + 3395
30  com.apple.iTunes                0x00000001088d98ca 0x1088bd000 + 116938
31  com.apple.AppKit                0x00007fff8fdb1b89 -[NSApplication run] + 646
32  com.apple.iTunes                0x00000001091c9212 0x1088bd000 + 9486866
33  com.apple.iTunes                0x0000000108c4d934 0x1088bd000 + 3737908

Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0   libsystem_kernel.dylib          0x00007fff8fc3d662 kevent64 + 10
1   libdispatch.dylib               0x00007fff87cf743d _dispatch_mgr_invoke + 239
2   libdispatch.dylib               0x00007fff87cf7152 _dispatch_mgr_thread + 52

Thread 2:: Dispatch queue: com.apple.root.default-priority
0   libsystem_kernel.dylib          0x00007fff8fc38a1a mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff8fc37d18 mach_msg + 64
2   com.apple.CoreFoundation        0x00007fff8c327155 __CFRunLoopServiceMachPort + 181
3   com.apple.CoreFoundation        0x00007fff8c326779 __CFRunLoopRun + 1161
4   com.apple.CoreFoundation        0x00007fff8c3260b5 CFRunLoopRunSpecific + 309
5   com.apple.CoreFoundation        0x00007fff8c3db811 CFRunLoopRun + 97
6   com.apple.mobiledevice          0x000000011002c701 __thr_AMRegisterForCallbacks + 217
7   libdispatch.dylib               0x00007fff87cf52ad _dispatch_client_callout + 8
8   libdispatch.dylib               0x00007fff87cf709e _dispatch_root_queue_drain + 326
9   libdispatch.dylib               0x00007fff87cf8193 _dispatch_worker_thread2 + 40
10  libsystem_pthread.dylib         0x00007fff87b23ef8 _pthread_wqthread + 314
11  libsystem_pthread.dylib         0x00007fff87b26fb9 start_wqthread + 13

Thread 3:
0   libsystem_kernel.dylib          0x00007fff8fc38a1a mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff8fc37d18 mach_msg + 64
2   com.apple.CoreFoundation        0x00007fff8c327155 __CFRunLoopServiceMachPort + 181
3   com.apple.CoreFoundation        0x00007fff8c326779 __CFRunLoopRun + 1161
4   com.apple.CoreFoundation        0x00007fff8c3260b5 CFRunLoopRunSpecific + 309
5   com.apple.CoreFoundation        0x00007fff8c3db811 CFRunLoopRun + 97
6   com.apple.iTunes                0x00000001088d8403 0x1088bd000 + 111619
7   com.apple.iTunes                0x00000001088c208d 0x1088bd000 + 20621
8   libsystem_pthread.dylib         0x00007fff87b22899 _pthread_body + 138
9   libsystem_pthread.dylib         0x00007fff87b2272a _pthread_start + 137
10  libsystem_pthread.dylib         0x00007fff87b26fc9 thread_start + 13

Thread 4:: com.apple.CFSocket.private
0   libsystem_kernel.dylib          0x00007fff8fc3c9aa __select + 10
1   com.apple.CoreFoundation        0x00007fff8c372b83 __CFSocketManager + 867
2   libsystem_pthread.dylib         0x00007fff87b22899 _pthread_body + 138
3   libsystem_pthread.dylib         0x00007fff87b2272a _pthread_start + 137
4   libsystem_pthread.dylib         0x00007fff87b26fc9 thread_start + 13

Thread 5:
0   libsystem_kernel.dylib          0x00007fff8fc38a1a mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff8fc37d18 mach_msg + 64
2   com.apple.CoreFoundation        0x00007fff8c327155 __CFRunLoopServiceMachPort + 181
3   com.apple.CoreFoundation        0x00007fff8c326779 __CFRunLoopRun + 1161
4   com.apple.CoreFoundation        0x00007fff8c3260b5 CFRunLoopRunSpecific + 309
5   com.apple.CoreFoundation        0x00007fff8c3db811 CFRunLoopRun + 97
6   com.apple.iTunes                0x0000000108de97f0 0x1088bd000 + 5425136
7   com.apple.iTunes                0x00000001088c208d 0x1088bd000 + 20621
8   libsystem_pthread.dylib         0x00007fff87b22899 _pthread_body + 138
9   libsystem_pthread.dylib         0x00007fff87b2272a _pthread_start + 137
10  libsystem_pthread.dylib         0x00007fff87b26fc9 thread_start + 13

Thread 6 Crashed:
0   com.apple.CoreFoundation        0x00007fff8c2de3f3 CFNumberGetValue + 131
1   fm.last.iTunes Scrobbler        0x000000011081c3fd IPodDetector::onDeviceNodeAdded(void*, unsigned int) + 197
2   com.apple.framework.IOKit       0x00007fff84cd518d IODispatchCalloutFromCFMessage + 160
3   com.apple.CoreFoundation        0x00007fff8c335b44 __CFMachPortPerform + 388
4   com.apple.CoreFoundation        0x00007fff8c3359a9 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 41
5   com.apple.CoreFoundation        0x00007fff8c33591e __CFRunLoopDoSource1 + 478
6   com.apple.CoreFoundation        0x00007fff8c326a16 __CFRunLoopRun + 1830
7   com.apple.CoreFoundation        0x00007fff8c3260b5 CFRunLoopRunSpecific + 309
8   com.apple.CoreFoundation        0x00007fff8c3db811 CFRunLoopRun + 97
9   fm.last.iTunes Scrobbler        0x000000011081e032 IPodDetector::threadEntry(void*) + 332
10  libsystem_pthread.dylib         0x00007fff87b22899 _pthread_body + 138
11  libsystem_pthread.dylib         0x00007fff87b2272a _pthread_start + 137
12  libsystem_pthread.dylib         0x00007fff87b26fc9 thread_start + 13

Thread 7:
0   libsystem_kernel.dylib          0x00007fff8fc3c716 __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fff87b24c3b _pthread_cond_wait + 727
2   com.apple.iTunes                0x00000001088c13cb 0x1088bd000 + 17355
3   com.apple.iTunes                0x00000001088c1325 0x1088bd000 + 17189
4   com.apple.iTunes                0x0000000108b312f6 0x1088bd000 + 2573046
5   com.apple.iTunes                0x0000000108b312cd 0x1088bd000 + 2573005
6   com.apple.iTunes                0x00000001088c208d 0x1088bd000 + 20621
7   libsystem_pthread.dylib         0x00007fff87b22899 _pthread_body + 138
8   libsystem_pthread.dylib         0x00007fff87b2272a _pthread_start + 137
9   libsystem_pthread.dylib         0x00007fff87b26fc9 thread_start + 13

Thread 8:
0   libsystem_kernel.dylib          0x00007fff8fc38a1a mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff8fc37d18 mach_msg + 64
2   com.apple.iTunes                0x00000001088c1483 0x1088bd000 + 17539
3   libsystem_pthread.dylib         0x00007fff87b22899 _pthread_body + 138
4   libsystem_pthread.dylib         0x00007fff87b2272a _pthread_start + 137
5   libsystem_pthread.dylib         0x00007fff87b26fc9 thread_start + 13

Thread 9:
0   libsystem_kernel.dylib          0x00007fff8fc3be02 __accept + 10
1   com.apple.iTunes                0x0000000109502fbd 0x1088bd000 + 12869565
2   com.apple.iTunes                0x00000001094e9fe3 0x1088bd000 + 12767203
3   com.apple.iTunes                0x00000001094e9f26 0x1088bd000 + 12767014
4   com.apple.iTunes                0x00000001088c208d 0x1088bd000 + 20621
5   libsystem_pthread.dylib         0x00007fff87b22899 _pthread_body + 138
6   libsystem_pthread.dylib         0x00007fff87b2272a _pthread_start + 137
7   libsystem_pthread.dylib         0x00007fff87b26fc9 thread_start + 13

Thread 10:
0   libsystem_kernel.dylib          0x00007fff8fc3be02 __accept + 10
1   com.apple.iTunes                0x0000000109502fbd 0x1088bd000 + 12869565
2   com.apple.iTunes                0x00000001094e9fe3 0x1088bd000 + 12767203
3   com.apple.iTunes                0x00000001094e9f26 0x1088bd000 + 12767014
4   com.apple.iTunes                0x00000001088c208d 0x1088bd000 + 20621
5   libsystem_pthread.dylib         0x00007fff87b22899 _pthread_body + 138
6   libsystem_pthread.dylib         0x00007fff87b2272a _pthread_start + 137
7   libsystem_pthread.dylib         0x00007fff87b26fc9 thread_start + 13

Thread 11:
0   libsystem_kernel.dylib          0x00007fff8fc38a1a mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff8fc37d18 mach_msg + 64
2   com.apple.CoreFoundation        0x00007fff8c327155 __CFRunLoopServiceMachPort + 181
3   com.apple.CoreFoundation        0x00007fff8c326779 __CFRunLoopRun + 1161
4   com.apple.CoreFoundation        0x00007fff8c3260b5 CFRunLoopRunSpecific + 309
5   com.apple.CoreFoundation        0x00007fff8c3db811 CFRunLoopRun + 97
6   com.apple.iTunes                0x00000001088d8403 0x1088bd000 + 111619
7   com.apple.iTunes                0x00000001088c208d 0x1088bd000 + 20621
8   libsystem_pthread.dylib         0x00007fff87b22899 _pthread_body + 138
9   libsystem_pthread.dylib         0x00007fff87b2272a _pthread_start + 137
10  libsystem_pthread.dylib         0x00007fff87b26fc9 thread_start + 13

Thread 12:
0   libsystem_kernel.dylib          0x00007fff8fc38a1a mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff8fc37d18 mach_msg + 64
2   com.apple.CoreFoundation        0x00007fff8c327155 __CFRunLoopServiceMachPort + 181
3   com.apple.CoreFoundation        0x00007fff8c326779 __CFRunLoopRun + 1161
4   com.apple.CoreFoundation        0x00007fff8c3260b5 CFRunLoopRunSpecific + 309
5   com.apple.CoreFoundation        0x00007fff8c3db811 CFRunLoopRun + 97
6   com.apple.iTunes                0x00000001088d8403 0x1088bd000 + 111619
7   com.apple.iTunes                0x00000001088c208d 0x1088bd000 + 20621
8   libsystem_pthread.dylib         0x00007fff87b22899 _pthread_body + 138
9   libsystem_pthread.dylib         0x00007fff87b2272a _pthread_start + 137
10  libsystem_pthread.dylib         0x00007fff87b26fc9 thread_start + 13

Thread 13:: com.apple.NSURLConnectionLoader
0   libsystem_kernel.dylib          0x00007fff8fc38a1a mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff8fc37d18 mach_msg + 64
2   com.apple.CoreFoundation        0x00007fff8c327155 __CFRunLoopServiceMachPort + 181
3   com.apple.CoreFoundation        0x00007fff8c326779 __CFRunLoopRun + 1161
4   com.apple.CoreFoundation        0x00007fff8c3260b5 CFRunLoopRunSpecific + 309
5   com.apple.Foundation            0x00007fff8a5b1967 +[NSURLConnection(Loader) _resourceLoadLoop:] + 348
6   com.apple.Foundation            0x00007fff8a5b176b __NSThread__main__ + 1318
7   libsystem_pthread.dylib         0x00007fff87b22899 _pthread_body + 138
8   libsystem_pthread.dylib         0x00007fff87b2272a _pthread_start + 137
9   libsystem_pthread.dylib         0x00007fff87b26fc9 thread_start + 13

Thread 14:
0   libsystem_kernel.dylib          0x00007fff8fc38a1a mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff8fc37d18 mach_msg + 64
2   com.apple.CoreFoundation        0x00007fff8c327155 __CFRunLoopServiceMachPort + 181
3   com.apple.CoreFoundation        0x00007fff8c326779 __CFRunLoopRun + 1161
4   com.apple.CoreFoundation        0x00007fff8c3260b5 CFRunLoopRunSpecific + 309
5   com.apple.AppKit                0x00007fff8ff5e16e _NSEventThread + 144
6   libsystem_pthread.dylib         0x00007fff87b22899 _pthread_body + 138
7   libsystem_pthread.dylib         0x00007fff87b2272a _pthread_start + 137
8   libsystem_pthread.dylib         0x00007fff87b26fc9 thread_start + 13

Thread 15:
0   libsystem_kernel.dylib          0x00007fff8fc38a1a mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff8fc37d18 mach_msg + 64
2   com.apple.CoreFoundation        0x00007fff8c327155 __CFRunLoopServiceMachPort + 181
3   com.apple.CoreFoundation        0x00007fff8c326779 __CFRunLoopRun + 1161
4   com.apple.CoreFoundation        0x00007fff8c3260b5 CFRunLoopRunSpecific + 309
5   com.apple.CoreFoundation        0x00007fff8c3db811 CFRunLoopRun + 97
6   com.apple.iTunes                0x00000001088d8403 0x1088bd000 + 111619
7   com.apple.iTunes                0x00000001088c208d 0x1088bd000 + 20621
8   libsystem_pthread.dylib         0x00007fff87b22899 _pthread_body + 138
9   libsystem_pthread.dylib         0x00007fff87b2272a _pthread_start + 137
10  libsystem_pthread.dylib         0x00007fff87b26fc9 thread_start + 13

Thread 16:
0   libsystem_kernel.dylib          0x00007fff8fc38a1a mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff8fc37d18 mach_msg + 64
2   com.apple.CoreFoundation        0x00007fff8c327155 __CFRunLoopServiceMachPort + 181
3   com.apple.CoreFoundation        0x00007fff8c326779 __CFRunLoopRun + 1161
4   com.apple.CoreFoundation        0x00007fff8c3260b5 CFRunLoopRunSpecific + 309
5   com.apple.CoreFoundation        0x00007fff8c3db811 CFRunLoopRun + 97
6   com.apple.iTunes                0x00000001088d8403 0x1088bd000 + 111619
7   com.apple.iTunes                0x00000001088c208d 0x1088bd000 + 20621
8   libsystem_pthread.dylib         0x00007fff87b22899 _pthread_body + 138
9   libsystem_pthread.dylib         0x00007fff87b2272a _pthread_start + 137
10  libsystem_pthread.dylib         0x00007fff87b26fc9 thread_start + 13

Thread 17:
0   libsystem_kernel.dylib          0x00007fff8fc38a1a mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff8fc37d18 mach_msg + 64
2   com.apple.CoreFoundation        0x00007fff8c327155 __CFRunLoopServiceMachPort + 181
3   com.apple.CoreFoundation        0x00007fff8c326779 __CFRunLoopRun + 1161
4   com.apple.CoreFoundation        0x00007fff8c3260b5 CFRunLoopRunSpecific + 309
5   com.apple.CoreFoundation        0x00007fff8c3db811 CFRunLoopRun + 97
6   com.apple.iTunes                0x00000001088d8403 0x1088bd000 + 111619
7   com.apple.iTunes                0x00000001088c208d 0x1088bd000 + 20621
8   libsystem_pthread.dylib         0x00007fff87b22899 _pthread_body + 138
9   libsystem_pthread.dylib         0x00007fff87b2272a _pthread_start + 137
10  libsystem_pthread.dylib         0x00007fff87b26fc9 thread_start + 13

Thread 18:
0   libsystem_kernel.dylib          0x00007fff8fc38a1a mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff8fc37d18 mach_msg + 64
2   com.apple.CoreFoundation        0x00007fff8c327155 __CFRunLoopServiceMachPort + 181
3   com.apple.CoreFoundation        0x00007fff8c326779 __CFRunLoopRun + 1161
4   com.apple.CoreFoundation        0x00007fff8c3260b5 CFRunLoopRunSpecific + 309
5   com.apple.CoreFoundation        0x00007fff8c3db811 CFRunLoopRun + 97
6   com.apple.iTunes                0x00000001088d8403 0x1088bd000 + 111619
7   com.apple.iTunes                0x00000001088c208d 0x1088bd000 + 20621
8   libsystem_pthread.dylib         0x00007fff87b22899 _pthread_body + 138
9   libsystem_pthread.dylib         0x00007fff87b2272a _pthread_start + 137
10  libsystem_pthread.dylib         0x00007fff87b26fc9 thread_start + 13

Thread 19:
0   libsystem_kernel.dylib          0x00007fff8fc38a1a mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff8fc37d18 mach_msg + 64
2   com.apple.CoreFoundation        0x00007fff8c327155 __CFRunLoopServiceMachPort + 181
3   com.apple.CoreFoundation        0x00007fff8c326779 __CFRunLoopRun + 1161
4   com.apple.CoreFoundation        0x00007fff8c3260b5 CFRunLoopRunSpecific + 309
5   com.apple.CoreFoundation        0x00007fff8c3db811 CFRunLoopRun + 97
6   com.apple.iTunes                0x00000001088d8403 0x1088bd000 + 111619
7   com.apple.iTunes                0x00000001088c208d 0x1088bd000 + 20621
8   libsystem_pthread.dylib         0x00007fff87b22899 _pthread_body + 138
9   libsystem_pthread.dylib         0x00007fff87b2272a _pthread_start + 137
10  libsystem_pthread.dylib         0x00007fff87b26fc9 thread_start + 13

Thread 20:
0   libsystem_kernel.dylib          0x00007fff8fc38a1a mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff8fc37d18 mach_msg + 64
2   com.apple.CoreFoundation        0x00007fff8c327155 __CFRunLoopServiceMachPort + 181
3   com.apple.CoreFoundation        0x00007fff8c326779 __CFRunLoopRun + 1161
4   com.apple.CoreFoundation        0x00007fff8c3260b5 CFRunLoopRunSpecific + 309
5   com.apple.CoreFoundation        0x00007fff8c3db811 CFRunLoopRun + 97
6   com.apple.iTunes                0x00000001088d8403 0x1088bd000 + 111619
7   com.apple.iTunes                0x00000001088c208d 0x1088bd000 + 20621
8   libsystem_pthread.dylib         0x00007fff87b22899 _pthread_body + 138
9   libsystem_pthread.dylib         0x00007fff87b2272a _pthread_start + 137
10  libsystem_pthread.dylib         0x00007fff87b26fc9 thread_start + 13

Thread 21:
0   libsystem_kernel.dylib          0x00007fff8fc38a1a mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff8fc37d18 mach_msg + 64
2   com.apple.CoreFoundation        0x00007fff8c327155 __CFRunLoopServiceMachPort + 181
3   com.apple.CoreFoundation        0x00007fff8c326779 __CFRunLoopRun + 1161
4   com.apple.CoreFoundation        0x00007fff8c3260b5 CFRunLoopRunSpecific + 309
5   com.apple.CoreFoundation        0x00007fff8c3db811 CFRunLoopRun + 97
6   com.apple.iTunes                0x00000001088d8403 0x1088bd000 + 111619
7   com.apple.iTunes                0x00000001088c208d 0x1088bd000 + 20621
8   libsystem_pthread.dylib         0x00007fff87b22899 _pthread_body + 138
9   libsystem_pthread.dylib         0x00007fff87b2272a _pthread_start + 137
10  libsystem_pthread.dylib         0x00007fff87b26fc9 thread_start + 13

Thread 22:
0   libsystem_kernel.dylib          0x00007fff8fc38a1a mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff8fc37d18 mach_msg + 64
2   com.apple.CoreFoundation        0x00007fff8c327155 __CFRunLoopServiceMachPort + 181
3   com.apple.CoreFoundation        0x00007fff8c326779 __CFRunLoopRun + 1161
4   com.apple.CoreFoundation        0x00007fff8c3260b5 CFRunLoopRunSpecific + 309
5   com.apple.CoreFoundation        0x00007fff8c3db811 CFRunLoopRun + 97
6   com.apple.iTunes                0x00000001088d8403 0x1088bd000 + 111619
7   com.apple.iTunes                0x00000001088c208d 0x1088bd000 + 20621
8   libsystem_pthread.dylib         0x00007fff87b22899 _pthread_body + 138
9   libsystem_pthread.dylib         0x00007fff87b2272a _pthread_start + 137
10  libsystem_pthread.dylib         0x00007fff87b26fc9 thread_start + 13

Thread 23:
0   libsystem_kernel.dylib          0x00007fff8fc38a1a mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff8fc37d18 mach_msg + 64
2   com.apple.CoreFoundation        0x00007fff8c327155 __CFRunLoopServiceMachPort + 181
3   com.apple.CoreFoundation        0x00007fff8c326779 __CFRunLoopRun + 1161
4   com.apple.CoreFoundation        0x00007fff8c3260b5 CFRunLoopRunSpecific + 309
5   com.apple.CoreFoundation        0x00007fff8c3db811 CFRunLoopRun + 97
6   com.apple.iTunes                0x00000001088d8403 0x1088bd000 + 111619
7   com.apple.iTunes                0x00000001088c208d 0x1088bd000 + 20621
8   libsystem_pthread.dylib         0x00007fff87b22899 _pthread_body + 138
9   libsystem_pthread.dylib         0x00007fff87b2272a _pthread_start + 137
10  libsystem_pthread.dylib         0x00007fff87b26fc9 thread_start + 13

Thread 24:: JavaScriptCore::BlockFree
0   libsystem_kernel.dylib          0x00007fff8fc3c716 __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fff87b24c3b _pthread_cond_wait + 727
2   com.apple.JavaScriptCore        0x00007fff8dc6d9c5 JSC::BlockAllocator::blockFreeingThreadMain() + 261
3   com.apple.JavaScriptCore        0x00007fff8dc62c5f WTF::wtfThreadEntryPoint(void*) + 15
4   libsystem_pthread.dylib         0x00007fff87b22899 _pthread_body + 138
5   libsystem_pthread.dylib         0x00007fff87b2272a _pthread_start + 137
6   libsystem_pthread.dylib         0x00007fff87b26fc9 thread_start + 13

Thread 25:: JavaScriptCore::Marking
0   libsystem_kernel.dylib          0x00007fff8fc3c716 __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fff87b24c3b _pthread_cond_wait + 727
2   com.apple.JavaScriptCore        0x00007fff8dc6e437 JSC::GCThread::waitForNextPhase() + 119
3   com.apple.JavaScriptCore        0x00007fff8dc6e2c8 JSC::GCThread::gcThreadMain() + 88
4   com.apple.JavaScriptCore        0x00007fff8dc62c5f WTF::wtfThreadEntryPoint(void*) + 15
5   libsystem_pthread.dylib         0x00007fff87b22899 _pthread_body + 138
6   libsystem_pthread.dylib         0x00007fff87b2272a _pthread_start + 137
7   libsystem_pthread.dylib         0x00007fff87b26fc9 thread_start + 13

Thread 26:: JavaScriptCore::Marking
0   libsystem_kernel.dylib          0x00007fff8fc3c716 __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fff87b24c3b _pthread_cond_wait + 727
2   com.apple.JavaScriptCore        0x00007fff8dc6e437 JSC::GCThread::waitForNextPhase() + 119
3   com.apple.JavaScriptCore        0x00007fff8dc6e2c8 JSC::GCThread::gcThreadMain() + 88
4   com.apple.JavaScriptCore        0x00007fff8dc62c5f WTF::wtfThreadEntryPoint(void*) + 15
5   libsystem_pthread.dylib         0x00007fff87b22899 _pthread_body + 138
6   libsystem_pthread.dylib         0x00007fff87b2272a _pthread_start + 137
7   libsystem_pthread.dylib         0x00007fff87b26fc9 thread_start + 13

Thread 27:: JavaScriptCore::Marking
0   libsystem_kernel.dylib          0x00007fff8fc3c716 __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fff87b24c3b _pthread_cond_wait + 727
2   com.apple.JavaScriptCore        0x00007fff8dc6e437 JSC::GCThread::waitForNextPhase() + 119
3   com.apple.JavaScriptCore        0x00007fff8dc6e2c8 JSC::GCThread::gcThreadMain() + 88
4   com.apple.JavaScriptCore        0x00007fff8dc62c5f WTF::wtfThreadEntryPoint(void*) + 15
5   libsystem_pthread.dylib         0x00007fff87b22899 _pthread_body + 138
6   libsystem_pthread.dylib         0x00007fff87b2272a _pthread_start + 137
7   libsystem_pthread.dylib         0x00007fff87b26fc9 thread_start + 13

Thread 28:: WebCore: LocalStorage
0   libsystem_kernel.dylib          0x00007fff8fc3c716 __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fff87b24c3b _pthread_cond_wait + 727
2   com.apple.JavaScriptCore        0x00007fff8dc6dddd WTF::ThreadCondition::timedWait(WTF::Mutex&, double) + 61
3   com.apple.WebCore               0x00007fff8eb916a8 WTF::PassOwnPtr<WTF::Function<void ()> > WTF::MessageQueue<WTF::Function<void ()> >::waitForMessageFilteredWithTimeout<bool (WTF::Function<void ()>*)>(WTF::MessageQueueWaitResult&, bool (&)(WTF::Function<void ()>*), double) + 168
4   com.apple.WebCore               0x00007fff8eb90d73 WebCore::StorageThread::threadEntryPoint() + 179
5   com.apple.JavaScriptCore        0x00007fff8dc62c5f WTF::wtfThreadEntryPoint(void*) + 15
6   libsystem_pthread.dylib         0x00007fff87b22899 _pthread_body + 138
7   libsystem_pthread.dylib         0x00007fff87b2272a _pthread_start + 137
8   libsystem_pthread.dylib         0x00007fff87b26fc9 thread_start + 13

Thread 29:: WebCore: LocalStorage
0   libsystem_kernel.dylib          0x00007fff8fc3c716 __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fff87b24c3b _pthread_cond_wait + 727
2   com.apple.JavaScriptCore        0x00007fff8dc6dddd WTF::ThreadCondition::timedWait(WTF::Mutex&, double) + 61
3   com.apple.WebCore               0x00007fff8eb916a8 WTF::PassOwnPtr<WTF::Function<void ()> > WTF::MessageQueue<WTF::Function<void ()> >::waitForMessageFilteredWithTimeout<bool (WTF::Function<void ()>*)>(WTF::MessageQueueWaitResult&, bool (&)(WTF::Function<void ()>*), double) + 168
4   com.apple.WebCore               0x00007fff8eb90d73 WebCore::StorageThread::threadEntryPoint() + 179
5   com.apple.JavaScriptCore        0x00007fff8dc62c5f WTF::wtfThreadEntryPoint(void*) + 15
6   libsystem_pthread.dylib         0x00007fff87b22899 _pthread_body + 138
7   libsystem_pthread.dylib         0x00007fff87b2272a _pthread_start + 137
8   libsystem_pthread.dylib         0x00007fff87b26fc9 thread_start + 13

Thread 30:
0   libsystem_kernel.dylib          0x00007fff8fc38a1a mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff8fc37d18 mach_msg + 64
2   com.apple.CoreFoundation        0x00007fff8c327155 __CFRunLoopServiceMachPort + 181
3   com.apple.CoreFoundation        0x00007fff8c326779 __CFRunLoopRun + 1161
4   com.apple.CoreFoundation        0x00007fff8c3260b5 CFRunLoopRunSpecific + 309
5   com.apple.CoreFoundation        0x00007fff8c3db811 CFRunLoopRun + 97
6   com.apple.iTunes                0x00000001088d8403 0x1088bd000 + 111619
7   com.apple.iTunes                0x00000001088c208d 0x1088bd000 + 20621
8   libsystem_pthread.dylib         0x00007fff87b22899 _pthread_body + 138
9   libsystem_pthread.dylib         0x00007fff87b2272a _pthread_start + 137
10  libsystem_pthread.dylib         0x00007fff87b26fc9 thread_start + 13

Thread 31:
0   libsystem_kernel.dylib          0x00007fff8fc3c716 __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fff87b24c3b _pthread_cond_wait + 727
2   com.apple.iTunes                0x00000001088c13cb 0x1088bd000 + 17355
3   com.apple.iTunes                0x0000000108d37d57 0x1088bd000 + 4697431
4   com.apple.iTunes                0x0000000108d38486 0x1088bd000 + 4699270
5   com.apple.iTunes                0x00000001088c208d 0x1088bd000 + 20621
6   libsystem_pthread.dylib         0x00007fff87b22899 _pthread_body + 138
7   libsystem_pthread.dylib         0x00007fff87b2272a _pthread_start + 137
8   libsystem_pthread.dylib         0x00007fff87b26fc9 thread_start + 13

Thread 32:
0   libsystem_kernel.dylib          0x00007fff8fc3c9aa __select + 10
1   com.apple.AirTrafficHost        0x0000000116a7e0de _readDictionary + 246
2   com.apple.AirTrafficHost        0x0000000116a7e892 ATProcessLinkCopyMessageFromChild + 182
3   com.apple.AirTrafficHost        0x0000000116a7d63a ATHostConnectionReadMessage + 82
4   com.apple.iTunes                0x0000000108c8f1ba 0x1088bd000 + 4006330
5   com.apple.iTunes                0x00000001088c208d 0x1088bd000 + 20621
6   libsystem_pthread.dylib         0x00007fff87b22899 _pthread_body + 138
7   libsystem_pthread.dylib         0x00007fff87b2272a _pthread_start + 137
8   libsystem_pthread.dylib         0x00007fff87b26fc9 thread_start + 13

Thread 33:: com.apple.CoreAnimation.render-server
0   libsystem_kernel.dylib          0x00007fff8fc38a1a mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff8fc37d18 mach_msg + 64
2   com.apple.QuartzCore            0x00007fff8b072377 CA::Render::Server::server_thread(void*) + 195
3   com.apple.QuartzCore            0x00007fff8b0722ad thread_fun + 25
4   libsystem_pthread.dylib         0x00007fff87b22899 _pthread_body + 138
5   libsystem_pthread.dylib         0x00007fff87b2272a _pthread_start + 137
6   libsystem_pthread.dylib         0x00007fff87b26fc9 thread_start + 13

Thread 34:: com.apple.coremedia.readcache
0   libsystem_kernel.dylib          0x00007fff8fc3c716 __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fff87b24c3b _pthread_cond_wait + 727
2   com.apple.CoreMedia             0x00007fff86410b56 WaitOnCondition + 11
3   com.apple.CoreMedia             0x00007fff8641096a FigSemaphoreWaitRelative + 133
4   com.apple.MediaToolbox          0x00007fff8aa983a0 0x7fff8a9c4000 + 869280
5   com.apple.CoreMedia             0x00007fff864114aa figThreadMain + 382
6   libsystem_pthread.dylib         0x00007fff87b22899 _pthread_body + 138
7   libsystem_pthread.dylib         0x00007fff87b2272a _pthread_start + 137
8   libsystem_pthread.dylib         0x00007fff87b26fc9 thread_start + 13

Thread 35:
0   libsystem_kernel.dylib          0x00007fff8fc3c9aa __select + 10
1   com.apple.AirTrafficHost        0x0000000116a7e0de _readDictionary + 246
2   com.apple.AirTrafficHost        0x0000000116a7e892 ATProcessLinkCopyMessageFromChild + 182
3   com.apple.AirTrafficHost        0x0000000116a7d63a ATHostConnectionReadMessage + 82
4   com.apple.iTunes                0x0000000108c8f1ba 0x1088bd000 + 4006330
5   com.apple.iTunes                0x00000001088c208d 0x1088bd000 + 20621
6   libsystem_pthread.dylib         0x00007fff87b22899 _pthread_body + 138
7   libsystem_pthread.dylib         0x00007fff87b2272a _pthread_start + 137
8   libsystem_pthread.dylib         0x00007fff87b26fc9 thread_start + 13

Thread 36:
0   libsystem_kernel.dylib          0x00007fff8fc38a1a mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff8fc37d18 mach_msg + 64
2   com.apple.CoreFoundation        0x00007fff8c327155 __CFRunLoopServiceMachPort + 181
3   com.apple.CoreFoundation        0x00007fff8c326779 __CFRunLoopRun + 1161
4   com.apple.CoreFoundation        0x00007fff8c3260b5 CFRunLoopRunSpecific + 309
5   com.apple.CoreFoundation        0x00007fff8c3db811 CFRunLoopRun + 97
6   com.apple.DiscRecording         0x00007fff859c715e DRWorkLoop::WorkLoop() + 228
7   com.apple.DiscRecording         0x00007fff859c7067 DRWorkLoop::WorkLoopEntry(DRWorkLoop*) + 9
8   com.apple.DiscRecording         0x00007fff859c6d77 DRThreadObject::StartRoutine(DRThreadObject*) + 125
9   com.apple.DiscRecording         0x00007fff859c6c11 DRThreadObject::SymbolRoutine(DRThreadObject*) + 9
10  libsystem_pthread.dylib         0x00007fff87b22899 _pthread_body + 138
11  libsystem_pthread.dylib         0x00007fff87b2272a _pthread_start + 137
12  libsystem_pthread.dylib         0x00007fff87b26fc9 thread_start + 13

Thread 37:
0   libsystem_kernel.dylib          0x00007fff8fc3ce6a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff87b23f08 _pthread_wqthread + 330
2   libsystem_pthread.dylib         0x00007fff87b26fb9 start_wqthread + 13

Thread 38:
0   libsystem_kernel.dylib          0x00007fff8fc3c8ea __read_nocancel + 10
1   libsystem_c.dylib               0x00007fff91c148c9 _sread + 16
2   libsystem_c.dylib               0x00007fff91c13edb __srefill1 + 24
3   libsystem_c.dylib               0x00007fff91c0d916 fgets + 99
4   fm.last.iTunes Scrobbler        0x0000000110822b01 ITunesTrack::scriptResult(char const*, std::string const&) + 605
5   fm.last.iTunes Scrobbler        0x0000000110822d44 ITunesTrack::playCount() const + 34
6   fm.last.iTunes Scrobbler        0x0000000110822daa ExtendedITunesTrack::playCountDifference() const + 24
7   fm.last.iTunes Scrobbler        0x00000001108196ad ITunesPlaysDatabase::sync(void*) + 191
8   libsystem_pthread.dylib         0x00007fff87b22899 _pthread_body + 138
9   libsystem_pthread.dylib         0x00007fff87b2272a _pthread_start + 137
10  libsystem_pthread.dylib         0x00007fff87b26fc9 thread_start + 13

Thread 39:
0   libsystem_kernel.dylib          0x00007fff8fc3c8ea __read_nocancel + 10
1   libsystem_c.dylib               0x00007fff91c148c9 _sread + 16
2   libsystem_c.dylib               0x00007fff91c13edb __srefill1 + 24
3   libsystem_c.dylib               0x00007fff91c0d916 fgets + 99
4   fm.last.iTunes Scrobbler        0x0000000110822b01 ITunesTrack::scriptResult(char const*, std::string const&) + 605
5   fm.last.iTunes Scrobbler        0x0000000110822d44 ITunesTrack::playCount() const + 34
6   fm.last.iTunes Scrobbler        0x0000000110822daa ExtendedITunesTrack::playCountDifference() const + 24
7   fm.last.iTunes Scrobbler        0x0000000110819a2f ITunesPlaysDatabase::syncOld(void*) + 191
8   libsystem_pthread.dylib         0x00007fff87b22899 _pthread_body + 138
9   libsystem_pthread.dylib         0x00007fff87b2272a _pthread_start + 137
10  libsystem_pthread.dylib         0x00007fff87b26fc9 thread_start + 13

Thread 40:: CVDisplayLink
0   libsystem_kernel.dylib          0x00007fff8fc3c716 __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fff87b24c3b _pthread_cond_wait + 727
2   com.apple.CoreVideo             0x00007fff8fbfca38 CVDisplayLink::runIOThread() + 656
3   com.apple.CoreVideo             0x00007fff8fbfc78f startIOThread(void*) + 147
4   libsystem_pthread.dylib         0x00007fff87b22899 _pthread_body + 138
5   libsystem_pthread.dylib         0x00007fff87b2272a _pthread_start + 137
6   libsystem_pthread.dylib         0x00007fff87b26fc9 thread_start + 13

Thread 41:
0   libsystem_kernel.dylib          0x00007fff8fc3ce6a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff87b23f08 _pthread_wqthread + 330
2   libsystem_pthread.dylib         0x00007fff87b26fb9 start_wqthread + 13

Thread 6 crashed with X86 Thread State (64-bit):
  rax: 0xc0006a1343d06871  rbx: 0x0000000000000000  rcx: 0x0000000000000040  rdx: 0x0000000111340b1c
  rdi: 0x0000000000000000  rsi: 0x0000000000000009  rbp: 0x00000001113406b0  rsp: 0x0000000111340580
   r8: 0x0000000000000000   r9: 0x0000000000000000  r10: 0x0000000000000040  r11: 0x0000000000000206
  r12: 0x00007fff76b6e420  r13: 0x0000000000000000  r14: 0x0000000000000009  r15: 0x0000000111340b1c
  rip: 0x00007fff8c2de3f3  rfl: 0x0000000000010246  cr2: 0x0000000000000000

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


Binary Images:
       0x1088bd000 -        0x109f67ff7  com.apple.iTunes (11.1.5 - 11.1.5) <3598851A-8792-30BD-861C-7E5BC8C141B1> /Applications/iTunes.app/Contents/MacOS/iTunes
       0x10a343000 -        0x10a3c3ff7  com.apple.iTunes.iPodUpdater (10.7 - 10.7) <2709E6B0-39E2-3D75-92E3-E9F27C307C4A> /Applications/iTunes.app/Contents/Frameworks/iPodUpdater.framework/Versions/A/iPodUpdater
       0x10a405000 -        0x10a430ff7  com.apple.avfoundationcf (2.0 - 138.1) <AB1DD559-FD70-39FE-8AE1-632CCA8040A2> /System/Library/PrivateFrameworks/AVFoundationCF.framework/Versions/A/AVFoundationCF
       0x10a469000 -        0x10a787fe7  com.apple.iad.iAdCore (1.0 - 1) <9E8CC242-A900-3BD1-B044-F07F592B9B3D> /Applications/iTunes.app/Contents/Frameworks/iAdCore.framework/Versions/A/iAdCore
       0x10a854000 -        0x10a858fff  com.apple.agl (3.2.3 - AGL-3.2.3) <1B85306F-D2BF-3FE3-9915-165237B491EB> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
       0x10a866000 -        0x10a869fff  com.apple.iPod (1.7 - 20) <9B9FD104-A8EE-3884-8610-B06700AC344E> /System/Library/PrivateFrameworks/iPod.framework/Versions/A/iPod
       0x10a872000 -        0x10ab9eff7 +libgnsdk_dsp.1.9.5.dylib (1.9.5) <14636B08-4D26-54CA-3EE8-247B2B708AF0> /Applications/iTunes.app/Contents/MacOS/libgnsdk_dsp.1.9.5.dylib
       0x10abca000 -        0x10ac01ff7 +libgnsdk_musicid.1.9.5.dylib (1.9.5) <C034C2ED-6A46-315F-89C8-8D54A937B255> /Applications/iTunes.app/Contents/MacOS/libgnsdk_musicid.1.9.5.dylib
       0x10ac15000 -        0x10acebfe7 +libgnsdk_sdkmanager.1.9.5.dylib (1.9.5) <D144E870-FABC-E19E-452E-A33D19595B19> /Applications/iTunes.app/Contents/MacOS/libgnsdk_sdkmanager.1.9.5.dylib
       0x10ad0a000 -        0x10ad4dff7 +libgnsdk_submit.1.9.5.dylib (1.9.5) <6689251D-098B-0F8D-08CC-785271E98540> /Applications/iTunes.app/Contents/MacOS/libgnsdk_submit.1.9.5.dylib
       0x10ade6000 -        0x10ade8fff +com.surteesstudios.BartenderHelper (1.3 - 1.3) <70CF5070-B37F-3ED8-B9E1-47D8F989138E> /Library/ScriptingAdditions/BartenderHelper.osax/Contents/MacOS/BartenderHelper
       0x10af3d000 -        0x10af3dffd  com.apple.applescript.component (2.3.1 - 348.2) <C57B9228-F9A6-3F3C-836E-F294807494CD> /System/Library/Components/AppleScript.component/Contents/MacOS/AppleScript
       0x10af44000 -        0x10af44ffb +cl_kernels (???) <A1260B2D-1165-48CA-AC73-8797CF09CE18> cl_kernels
       0x10aff6000 -        0x10aff8ff7  com.apple.textencoding.unicode (2.6 - 2.6) <0EEF0283-1ACA-3147-89B4-B4E014BFEC52> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
       0x10affd000 -        0x10b001ffd  com.apple.audio.AppleHDAHALPlugIn (2.6.0 - 2.6.0f1) <82D2F703-F961-3298-B06F-14B772D23C7B> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
       0x10b006000 -        0x10b009ff7  com.apple.QuartzComposer.iTunesPlugIn (1.4 - 18) <08330444-D369-3B4F-AE16-8E48F771CEEB> /Library/iTunes/iTunes Plug-ins/Quartz Composer Visualizer.bundle/Contents/MacOS/Quartz Composer Visualizer
       0x10b16f000 -        0x10b194ff7 +com.joesoft.hal (1.1.1 - 1.1.1.637) <C14109C7-744D-FDEC-8A83-E7816DC43A67> /Library/Audio/Plug-Ins/HAL/Hear.plugin/Contents/MacOS/Hear
       0x10b506000 -        0x10b506ff9 +cl_kernels (???) <5BD76C68-B706-4924-B263-3B3B565FB63F> cl_kernels
       0x10b7b6000 -        0x10b7bcff7  com.apple.BookKit (1.0.1 - 158) <34C7F87F-63B6-3E53-A7B1-8A6656405F41> /System/Library/PrivateFrameworks/BookKit.framework/BookKit
       0x10bce0000 -        0x10bce3ff7  com.apple.iokit.SCSITaskLib (3.6.6 - 3.6.6) <B7B79231-A899-3C2E-8FA8-97D9F9BF8A9A> /System/Library/Extensions/IOSCSIArchitectureModelFamily.kext/Contents/PlugIns/SCSITaskUserClient.kext/Contents/PlugIns/SCSITaskLib.plugin/Contents/MacOS/SCSITaskLib
       0x10bd8e000 -        0x10bd8fffa +cl_kernels (???) <2A90EB5F-C36A-40A1-A009-6AB12A1A4E58> cl_kernels
       0x10bdc0000 -        0x10bdc4ff7  libgermantok.dylib (14) <33B11365-E59E-38C1-952E-AFFFEFEE427F> /usr/lib/libgermantok.dylib
       0x10d4b2000 -        0x10e227fff  com.apple.CoreFP (2.5.16 - 2.5.16) <1C390A93-4187-37E7-8A7E-4417876F069B> /System/Library/PrivateFrameworks/CoreFP.framework/CoreFP
       0x10f6d2000 -        0x10f806ff7  com.apple.CoreADI (1.34.0 - 1.34.0) <33B6ECA7-680E-3517-A1C1-9785BA022516> /System/Library/PrivateFrameworks/CoreADI.framework/CoreADI
       0x10f80d000 -        0x10f9defff  com.apple.audio.units.Components (1.10 - 1.10) <7AB53801-51BD-347E-B267-BCF71C15C023> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
       0x10ff34000 -        0x10ff35ff4 +cl_kernels (???) <E4534604-6B1C-4FD7-A184-482F21CB5366> cl_kernels
       0x10ffa7000 -        0x110098ff7  com.apple.mobiledevice (710.5 - 710.5) <C250816A-3B97-329D-9F6B-38DACA981CED> /System/Library/PrivateFrameworks/MobileDevice.framework/MobileDevice
       0x110143000 -        0x110153fff +com.surteesstudios.BartenderHelperSixtySeven (1.3 - 1.3) <6053DCF2-2DF1-3921-9B48-D9BB0A84BE0B> /Applications/Utilities/Bartender.app/Contents/Resources/BartenderHelperSixtySeven.bbundle/Contents/MacOS/BartenderHelperSixtySeven
       0x11015c000 -        0x110160fff  com.apple.qldisplay.Generic (5.0 - 622.7) <F9ED257D-2C3B-3738-AC0A-4031D5A17617> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/PlugIns/Generic.qldisplay/Contents/MacOS/Generic
       0x110203000 -        0x1103f9fff  com.apple.audio.codecs.Components (4.0 - 4.0) <604485EE-4446-308F-9460-0A6CE9C2D98C> /System/Library/Components/AudioCodecs.component/Contents/MacOS/AudioCodecs
       0x110817000 -        0x1108a5ff7 +fm.last.iTunes Scrobbler (6.0.5 - 6.0.5.4) <84DD655C-01F5-3B29-8CEA-A1C558739CC9> /Users/USER/Library/iTunes/iTunes Plug-ins/AudioScrobbler.bundle/Contents/MacOS/AudioScrobbler
       0x111436000 -        0x111441fff  libGPUSupport.dylib (9.6) <039FC0EF-1B2C-3465-907B-A1856DCF5ADF> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupport.dylib
       0x111bc0000 -        0x111bdbff9  com.apple.security.csparser (3.0 - 55471.14) <5D9AC0E2-2F0D-3D39-9991-DF2C1D4DD0CF> /System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/MacOS/csparser
       0x1128dc000 -        0x112961ff5  com.apple.applescript (2.3.1 - 348.2) <9FDDA73E-744B-3A58-9DC4-C15BF0B5CC2E> /System/Library/PrivateFrameworks/AppleScript.framework/Versions/A/AppleScript
       0x112ab3000 -        0x112c66ffb  libCMaps.A.dylib (599.20.11) <51378607-E6E2-3E1B-8A42-223877465412> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCMaps.A.dylib
       0x112e85000 -        0x112e97ff7  com.apple.webcontentfilter.framework (5.1 - 5.1) <81289FEE-C191-3434-9394-543B00B24522> /System/Library/PrivateFrameworks/WebContentAnalysis.framework/WebContentAnalysis
       0x114297000 -        0x11429dff7  com.apple.AppleIntelHDGraphicsVADriver (8.24.11 - 8.2.4) <916E6E0E-5197-334B-98D8-17519168EF79> /System/Library/Extensions/AppleIntelHDGraphicsVADriver.bundle/Contents/MacOS/AppleIntelHDGraphicsVADriver
       0x1142a5000 -        0x1142a5ffe +cl_kernels (???) <4EBC8E10-714A-4E1E-9200-801943DC815D> cl_kernels
       0x1142aa000 -        0x1142aaffc +cl_kernels (???) <C94D2BF3-2AF5-446E-B348-2DA31494BF66> cl_kernels
       0x11434e000 -        0x11434eff3 +cl_kernels (???) <891378D6-BE13-4464-B309-2315E74004C1> cl_kernels
       0x11435b000 -        0x11435cffc +cl_kernels (???) <C9C5B532-A8AC-4C64-AE7D-8BCCA2B3A0EB> cl_kernels
       0x114361000 -        0x114362ff3 +cl_kernels (???) <C4FBB7E4-3FAE-4550-AAEF-656BB09F62F8> cl_kernels
       0x114a79000 -        0x114a79ff5 +cl_kernels (???) <C47F8658-FF47-4ADF-96CD-590BBE7C0E8E> cl_kernels
       0x114a7d000 -        0x114a7dffd +cl_kernels (???) <45227438-3DCD-40D4-A192-43146CFDF317> cl_kernels
       0x115567000 -        0x115cb1ff7  libclh.dylib (4.0.3 - 4.0.3) <5FAE3A43-C0DC-340F-B94A-2E3E2A767619> /System/Library/Extensions/GeForceTeslaGLDriver.bundle/Contents/MacOS/libclh.dylib
       0x115d55000 -        0x115d7aff9  com.apple.osax.standardadditions (2.3.1 - 348.2) <D02BABD8-8E4B-369D-8248-7919C7AA73D3> /System/Library/ScriptingAdditions/StandardAdditions.osax/Contents/MacOS/StandardAdditions
       0x115f76000 -        0x11606eff7  sfixed14_rgba.dylib (2.3.58) <2DD46FE2-0F2C-32F0-BE59-6D38E39A9320> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/sfixed14_rgba.dylib
       0x1160b0000 -        0x116196fef  unorm8_bgra.dylib (2.3.58) <6E7397EF-CC78-3C15-8B21-05E7FB47F645> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib
       0x1164a0000 -        0x1164b3fff  com.apple.MediaLibrary (1.0.1 - 637.4) <BEFCD118-85B1-3BD2-B9E2-47F939E757D5> /System/Library/Frameworks/MediaLibrary.framework/MediaLibrary
       0x116a7b000 -        0x116bfcfff  com.apple.AirTrafficHost (351.6 - 351.6) <64B45992-C1BA-35B5-9158-732748DF6B5D> /System/Library/PrivateFrameworks/AirTrafficHost.framework/AirTrafficHost
       0x11796b000 -        0x117a17ff7  com.apple.AppleGVAFramework (7.1.10 - 7.1.10) <3FD3AD06-ADCA-3F90-931C-9B8011328C87> /System/Library/PrivateFrameworks/AppleGVA.framework/AppleGVA
       0x117a2a000 -        0x117ad8fff  com.apple.GeForceTeslaVADriver (8.24.11 - 8.2.4) <CCEC7AE2-1587-3F07-946A-3E1C7065A571> /System/Library/Extensions/GeForceTeslaVADriver.bundle/Contents/MacOS/GeForceTeslaVADriver
       0x119ae6000 -        0x119b1eff7  com.apple.LookupFramework (1.1 - 132) <943587D3-3F31-329F-BB5A-893F81ECDE6A> /System/Library/PrivateFrameworks/Lookup.framework/Lookup
       0x1202ad000 -        0x1202ecff7  com.apple.AppleShareClientCore (4.0 - 3.0) <C8CF9884-B092-348E-BCCD-2821FDB7B517> /System/Library/Frameworks/AppleShareClientCore.framework/Versions/A/AppleShareClientCore
       0x13b680000 -        0x13b760ff7  unorm8_rgba.dylib (2.3.58) <A7948EC2-646C-3F16-91D5-EBFCEA7BB864> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_rgba.dylib
    0x123400000000 -     0x123400353ff7  com.apple.driver.AppleIntelHDGraphicsGLDriver (8.24.11 - 8.2.4) <362D53C7-6E67-3D8B-9C03-4CA35A29919A> /System/Library/Extensions/AppleIntelHDGraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHDGraphicsGLDriver
    0x123440000000 -     0x12344086dfff  com.apple.GeForceTeslaGLDriver (8.24.11 - 8.2.4) <AA787258-3655-3558-AC34-C5834A007A39> /System/Library/Extensions/GeForceTeslaGLDriver.bundle/Contents/MacOS/GeForceTeslaGLDriver
    0x7fff6c8da000 -     0x7fff6c90d817  dyld (239.4) <2B17750C-ED1B-3060-B64E-21897D08B28B> /usr/lib/dyld
    0x7fff84422000 -     0x7fff84433fff  com.apple.idsfoundation (10.0 - 1000) <D3E6646B-4118-30D3-B4F7-DA9A28B396E4> /System/Library/PrivateFrameworks/IDSFoundation.framework/Versions/A/IDSFoundation
    0x7fff84434000 -     0x7fff84434fff  com.apple.Carbon (154 - 157) <45A9A40A-78FF-3EA0-8FAB-A4F81052FA55> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff84435000 -     0x7fff84439fff  com.apple.ServerInformation (2.0 - 1) <85F3EFCA-246B-30A1-8757-ECC97533D38D> /System/Library/PrivateFrameworks/ServerInformation.framework/Versions/A/ServerInformation
    0x7fff8443c000 -     0x7fff84468ff7  com.apple.framework.SystemAdministration (1.0 - 1.0) <6FD03EF6-32B6-397D-B9D7-D68E89A462F5> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/SystemAdministration
    0x7fff84469000 -     0x7fff844c1ff7  com.apple.Symbolication (1.4 - 129) <16D42516-7B5E-357C-898A-FAA9EE7642B3> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fff844c2000 -     0x7fff845b1fff  libFontParser.dylib (111.1) <835A8253-6AB9-3AAB-9CBF-171440DEC486> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff84615000 -     0x7fff84672fff  com.apple.imfoundation (10.0 - 1000) <122D84B9-871D-3885-9D8D-840CD529028F> /System/Library/PrivateFrameworks/IMFoundation.framework/Versions/A/IMFoundation
    0x7fff84678000 -     0x7fff84691ff7  com.apple.Kerberos (3.0 - 1) <F108AFEB-198A-3BAF-BCA5-9DFCE55EFF92> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff84698000 -     0x7fff8477cfff  com.apple.coreui (2.1 - 231) <432DB40C-6B7E-39C8-9FB5-B95917930056> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff8477d000 -     0x7fff84787ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <2D27B498-BB9C-3D88-B05A-76908A8A26F3> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff847e0000 -     0x7fff847e1ff7  com.apple.print.framework.Print (9.0 - 260) <EE00FAE1-DA03-3EC2-8571-562518C46994> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff847ec000 -     0x7fff8480afff  com.apple.facetimeservices (10.0 - 1000) <DED6A966-DF0E-3E58-BD34-D85ED82A99D7> /System/Library/PrivateFrameworks/FTServices.framework/Versions/A/FTServices
    0x7fff8480b000 -     0x7fff848dcff1  com.apple.DiskImagesFramework (10.9 - 371.1) <D456ED08-4C1D-341F-BAB8-85E34A7275C5> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x7fff848dd000 -     0x7fff848edffb  libsasl2.2.dylib (170) <C8E25710-68B6-368A-BF3E-48EC7273177B> /usr/lib/libsasl2.2.dylib
    0x7fff848ee000 -     0x7fff84a5eff8  com.apple.CFNetwork (673.2.1 - 673.2.1) <AE407146-CCF2-33DD-AAEA-6887FD6F45BA> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff84a5f000 -     0x7fff84a8bfff  com.apple.CoreServicesInternal (184.9 - 184.9) <4DEA54F9-81D6-3EDB-AA3C-1F9C497B3379> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff84a8c000 -     0x7fff84b4eff5  com.apple.CoreText (352.0 - 367.19) <24848DF1-67EC-3D41-9548-1F14C6DFBBF9> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff84b5b000 -     0x7fff84b5eff7  com.apple.LoginUICore (3.0 - 3.0) <1ECBDA90-D6ED-3333-83EB-9C8232DFAD7C> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore.framework/Versions/A/LoginUICore
    0x7fff84b5f000 -     0x7fff84b63ff7  libheimdal-asn1.dylib (323.15) <B8BF2B7D-E913-3544-AA6D-CAC119F81C7C> /usr/lib/libheimdal-asn1.dylib
    0x7fff84b64000 -     0x7fff84bc3fff  com.apple.framework.CoreWLAN (4.3.2 - 432.47) <AE6FAE44-918C-301C-A0AA-C65CAB6B5668> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff84bc4000 -     0x7fff84c54fff  com.apple.Metadata (10.7.0 - 800.23) <BFEE576F-D779-300B-B685-26A3A008710A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff84c55000 -     0x7fff84c55fff  com.apple.ApplicationServices (48 - 48) <3E3F01A8-314D-378F-835E-9CC4F8820031> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff84c56000 -     0x7fff84c57ffb  libremovefile.dylib (33) <3543F917-928E-3DB2-A2F4-7AB73B4970EF> /usr/lib/system/libremovefile.dylib
    0x7fff84c58000 -     0x7fff84c9efff  com.apple.DiskManagement (6.1 - 744.1) <3DD4CD10-4476-334C-8C4B-991A85AAC272> /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManagement
    0x7fff84c9f000 -     0x7fff84cc3fff  com.apple.quartzfilters (1.8.0 - 1.7.0) <39C08086-9866-372F-9420-81F5689149DF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
    0x7fff84cc4000 -     0x7fff84cd0ff7  com.apple.OpenDirectory (10.9 - 173.90.1) <E5EF8E1A-7214-36D0-AF0D-8D030DF6C2FC> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff84cd1000 -     0x7fff84d3bff7  com.apple.framework.IOKit (2.0.1 - 907.90.2) <A779DE46-BB7E-36FD-9348-694F9B09718F> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff85103000 -     0x7fff85110fff  com.apple.Sharing (132.2 - 132.2) <F983394A-226D-3244-B511-FA51FDB6ADDA> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff85111000 -     0x7fff853e5fc7  com.apple.vImage (7.0 - 7.0) <D241DBFA-AC49-31E2-893D-EAAC31890C90> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff853e6000 -     0x7fff853e7fff  libunc.dylib (28) <62682455-1862-36FE-8A04-7A6B91256438> /usr/lib/system/libunc.dylib
    0x7fff853e8000 -     0x7fff85426ff7  libGLImage.dylib (9.6) <DCF2E131-A65E-33B2-B32D-28FF01605AB1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff85427000 -     0x7fff85427fff  com.apple.AOSMigrate (1.0 - 1) <ABA8F3F2-BC96-3F89-AAF4-1AA459A0BCBD> /System/Library/PrivateFrameworks/AOSMigrate.framework/Versions/A/AOSMigrate
    0x7fff85428000 -     0x7fff85431fff  com.apple.speech.synthesis.framework (4.7.1 - 4.7.1) <383FB557-E88E-3239-82B8-15F9F885B702> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff85435000 -     0x7fff8553bff7  com.apple.ImageIO.framework (3.3.0 - 1042) <6101F33E-CACC-3070-960A-9A2EA4BC5F44> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff8553c000 -     0x7fff85560fff  libxpc.dylib (300.90.2) <AB40CD57-F454-3FD4-B415-63B3C0D5C624> /usr/lib/system/libxpc.dylib
    0x7fff85561000 -     0x7fff85563fff  libRadiance.dylib (1042) <B91D4B97-7BF3-3285-BCB7-4948BAAC23EE> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff85564000 -     0x7fff85593fd2  libsystem_m.dylib (3047.16) <B7F0E2E4-2777-33FC-A787-D6430B630D54> /usr/lib/system/libsystem_m.dylib
    0x7fff855c6000 -     0x7fff855ddff7  com.apple.CFOpenDirectory (10.9 - 173.90.1) <38A25261-C622-3F11-BFD3-7AFFC44D57B8> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff855de000 -     0x7fff8570dfef  com.apple.MediaControlSender (2.0 - 200.34.4) <FC24EC8D-2E46-3F76-AF63-749F30857B96> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/MediaControlSender
    0x7fff8570e000 -     0x7fff85713fff  com.apple.DiskArbitration (2.6 - 2.6) <A4165553-770E-3D27-B217-01FC1F852B87> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff85714000 -     0x7fff85724fff  libbsm.0.dylib (33) <2CAC00A2-1352-302A-88FA-C567D4D69179> /usr/lib/libbsm.0.dylib
    0x7fff858e4000 -     0x7fff85909ff7  com.apple.ChunkingLibrary (2.0 - 155.1) <B845DC7A-D1EA-31E2-967C-D1FE0C628036> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x7fff8590a000 -     0x7fff85927ff7  com.apple.framework.Apple80211 (9.3.1 - 931.58) <D5B2DD15-3DCC-31F6-9320-3A20A887C5D5> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff85928000 -     0x7fff859c3fff  com.apple.PDFKit (2.9.1 - 2.9.1) <F4DFF4F2-6DA3-3B1B-823E-D9ED271A1522> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
    0x7fff859c4000 -     0x7fff85a7cff7  com.apple.DiscRecording (8.0 - 8000.4.6) <CDAAAD04-A1D0-3C67-ABCC-EFC9E8D44E7E> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x7fff85a7d000 -     0x7fff85ab6ff7  com.apple.QD (3.50 - 298) <C1F20764-DEF0-34CF-B3AB-AB5480D64E66> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff85ab7000 -     0x7fff85d48ff7  com.apple.AOSKit (1.06 - 176) <35525B2F-B02F-31FD-A3B2-FD6AE6D32C11> /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit
    0x7fff85d49000 -     0x7fff85d98ff7  com.apple.framework.internetaccounts (2.1 - 210) <D7175985-03A5-315B-B788-FBDC0019B0EA> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/InternetAccounts
    0x7fff85d99000 -     0x7fff85ecfff6  com.apple.WebKit (9537 - 9537.74.9) <CA0C0387-8A66-34D4-8B1C-F5CDDBDA76BB> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x7fff85ed5000 -     0x7fff85ed7fff  com.apple.marco (10.0 - 1000) <FC7EF8C7-5EDF-3720-BAEC-281F12A7A3F8> /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco
    0x7fff85ed8000 -     0x7fff8630bffb  com.apple.vision.FaceCore (3.0.0 - 3.0.0) <F42BFC9C-0B16-35EF-9A07-91B7FDAB7FC5> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff8630c000 -     0x7fff863a2ff7  com.apple.PackageKit (3.0 - 332) <70BE1C7F-0609-32D3-9FA3-3C2CCF7FE999> /System/Library/PrivateFrameworks/PackageKit.framework/Versions/A/PackageKit
    0x7fff863ee000 -     0x7fff86437fff  com.apple.CoreMedia (1.0 - 1273.49) <D91EC90A-BFF1-300D-A353-68001705811C> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff86438000 -     0x7fff86503fff  libvDSP.dylib (423.32) <3BF732BE-DDE0-38EB-8C54-E4E3C64F77A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff86504000 -     0x7fff8652dff7  libc++abi.dylib (49.1) <21A807D3-6732-3455-B77F-743E9F916DF0> /usr/lib/libc++abi.dylib
    0x7fff8652e000 -     0x7fff86533ff7  com.apple.MediaAccessibility (1.0 - 43) <D309D83D-5FAE-37A4-85ED-FFBDA8B66B82> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
    0x7fff86534000 -     0x7fff8656ffff  com.apple.bom (14.0 - 193.1) <EF24A562-6D3C-379E-8B9B-FAE0E4A0EF7C> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x7fff86570000 -     0x7fff86951ffe  libLAPACK.dylib (1094.5) <7E7A9B8D-1638-3914-BAE0-663B69865986> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff86952000 -     0x7fff8696efff  com.apple.frameworks.preferencepanes (16.0 - 16.0) <059E99D8-67C2-3B59-B5E7-850DD7A92D75> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
    0x7fff8696f000 -     0x7fff8728eaf3  com.apple.CoreGraphics (1.600.0 - 599.20.11) <06212100-8069-31A1-9C44-F6C4B1695230> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff8728f000 -     0x7fff872abfff  libresolv.9.dylib (54) <11C2C826-F1C6-39C6-B4E8-6E0C41D4FA95> /usr/lib/libresolv.9.dylib
    0x7fff872ac000 -     0x7fff87464ff3  libicucore.A.dylib (511.31) <167DDD0A-A935-31AF-B5B9-940268EC3A3C> /usr/lib/libicucore.A.dylib
    0x7fff87465000 -     0x7fff8749affb  com.apple.datadetectors (5.0 - 246.0) <1C4C33FE-F364-3DBA-A1BC-4A53E594CFD3> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetectors
    0x7fff8749b000 -     0x7fff879befff  com.apple.QuartzComposer (5.1 - 319) <8B90921F-911B-3240-A1D5-3C084F3E6A36> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
    0x7fff879bf000 -     0x7fff879effff  com.apple.IconServices (25 - 25.17) <4751127E-FBD5-3ED5-8510-08D4E4166EFE> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fff879fd000 -     0x7fff879fdfff  com.apple.CoreServices (59 - 59) <7A697B5E-F179-30DF-93F2-8B503CEEEFD5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff879fe000 -     0x7fff87a27fff  GLRendererFloat (9.6) <16871296-2EB9-3FF6-AB00-3E2E55A45A63> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
    0x7fff87a71000 -     0x7fff87a87fff  com.apple.CoreMediaAuthoring (2.2 - 947) <B01FBACC-DDD5-30A8-BCCF-57CE24ABA329> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
    0x7fff87a88000 -     0x7fff87a8bfff  com.apple.TCC (1.0 - 1) <32A075D9-47FD-3E71-95BC-BFB0D583F41C> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff87b21000 -     0x7fff87b28ff7  libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib
    0x7fff87b29000 -     0x7fff87b5dfff  libssl.0.9.8.dylib (50) <B15F967C-B002-36C2-9621-3456D8509F50> /usr/lib/libssl.0.9.8.dylib
    0x7fff87b5e000 -     0x7fff87b6aff7  com.apple.KerberosHelper (4.0 - 1.0) <6D64703B-D7A3-3EF7-89AB-16F7F89333FC> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosHelper
    0x7fff87b6b000 -     0x7fff87c2fff7  com.apple.backup.framework (1.5.2 - 1.5.2) <A3C552F0-670B-388F-93FA-D917F96ACE1B> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff87c30000 -     0x7fff87c3bff7  com.apple.NetAuth (5.0 - 5.0) <C811E662-9EC3-3B74-808A-A75D624F326B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff87c3c000 -     0x7fff87c6bff5  com.apple.GSS (4.0 - 2.0) <62046C17-5D09-346C-B08E-A664DBC18411> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff87c6c000 -     0x7fff87cadfff  com.apple.PerformanceAnalysis (1.47 - 47) <784ED7B8-FAE4-36CE-8C76-B7D300316C9F> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff87cf4000 -     0x7fff87d0efff  libdispatch.dylib (339.90.1) <F3CBFE1B-FCE8-3F33-A53D-9092AB382DBB> /usr/lib/system/libdispatch.dylib
    0x7fff87d0f000 -     0x7fff87d3efff  com.apple.DebugSymbols (106 - 106) <E1BDED08-523A-36F4-B2DA-9D5C712F0AC7> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff87d41000 -     0x7fff87d69ffb  libxslt.1.dylib (13) <C9794936-633C-3F0C-9E71-30190B9B41C1> /usr/lib/libxslt.1.dylib
    0x7fff87d6a000 -     0x7fff87e3bfff  com.apple.QuickLookUIFramework (5.0 - 622.7) <13841701-34C2-353D-868D-3E08D020C90F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x7fff87e3c000 -     0x7fff87e6bff7  com.apple.CoreAVCHD (5.7.0 - 5700.4.3) <404369C0-ED9F-3010-8D2F-BC55285F7808> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x7fff87e8c000 -     0x7fff87e91fff  com.apple.NetFSServer (2.0 - 1) <9B7BAA23-4D4D-30A2-8538-DFD3B1E347A6> /System/Library/PrivateFrameworks/NetFSServer.framework/Versions/A/NetFSServer
    0x7fff87e92000 -     0x7fff87ef9ff7  com.apple.CoreUtils (2.0 - 200.34.4) <E53B97FE-E067-33F6-A9C1-D4EC2A20FB9F> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x7fff87efa000 -     0x7fff8825aff7  com.apple.FinderKit (1.2.2 - 1.2.2) <DDFA6886-82DC-32F4-BC8F-09BFD8EB5B85> /System/Library/PrivateFrameworks/FinderKit.framework/Versions/A/FinderKit
    0x7fff88303000 -     0x7fff88309ff7  libsystem_platform.dylib (24.90.1) <3C3D3DA8-32B9-3243-98EC-D89B9A1670B3> /usr/lib/system/libsystem_platform.dylib
    0x7fff88334000 -     0x7fff8838fffb  com.apple.AE (665.5 - 665.5) <BBA230F9-144C-3CAB-A77A-0621719244CD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff88390000 -     0x7fff883a7fff  com.apple.PackageKit.PackageUIKit (3.0 - 332) <419D2A01-3A7A-3EB4-B4E5-55DEEB786572> /System/Library/PrivateFrameworks/PackageKit.framework/Frameworks/PackageUIKit.framework/Versions/A/PackageUIKit
    0x7fff883a8000 -     0x7fff883d2ff7  libsandbox.1.dylib (278.11) <9E5654BF-DCD3-3B15-9C63-209B2B2D2803> /usr/lib/libsandbox.1.dylib
    0x7fff883ed000 -     0x7fff88439ffe  com.apple.CoreMediaIO (407.0 - 4561) <BC8222A6-516C-380C-AB7D-DE78B23574DC> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x7fff8843a000 -     0x7fff884eaff7  libvMisc.dylib (423.32) <049C0735-1808-39B9-943F-76CB8021744F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff8852c000 -     0x7fff8852dfff  com.apple.TrustEvaluationAgent (2.0 - 25) <334A82F4-4AE4-3719-A511-86D0B0723E2B> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff8852e000 -     0x7fff88531ffa  libCGXType.A.dylib (599.20.11) <C0B41DDE-0988-3652-B03B-9E5EB0DABAEB> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x7fff88571000 -     0x7fff88593fff  com.apple.speech.LatentSemanticMappingFramework (2.11.6 - 2.11.6) <C2687C2C-239A-3EB4-857C-BA107F34A5E8> /System/Library/Frameworks/LatentSemanticMapping.framework/Versions/A/LatentSemanticMapping
    0x7fff88594000 -     0x7fff886fafff  libGLProgrammability.dylib (9.6) <8807FAD2-11E2-3293-89D8-397B87334138> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
    0x7fff886fb000 -     0x7fff88703ff3  libCGCMS.A.dylib (599.20.11) <BB1E8D63-9FA1-3588-AC5D-1980576ED62C> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS.A.dylib
    0x7fff88704000 -     0x7fff8894afff  com.apple.AddressBook.framework (8.0 - 1369) <3D1A8D58-6A9E-366C-BDB8-ECC6F279DB24> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x7fff8894b000 -     0x7fff8894dfff  com.apple.SecCodeWrapper (3.0 - 1) <DE7CA981-2B8B-34AC-845D-06D5C8F10441> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
    0x7fff8894e000 -     0x7fff88adbff7  GLEngine (9.6) <51D58F76-B9B3-3B4F-B65A-F6D213C2EED7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine
    0x7fff88adc000 -     0x7fff88ae0ff7  libsystem_stats.dylib (93.90.3) <1A55AF8A-B6C4-3163-B557-3AD25DA643A8> /usr/lib/system/libsystem_stats.dylib
    0x7fff88af4000 -     0x7fff88af5ffb  libScreenReader.dylib (333.10) <B8857530-E7BC-3C40-B10E-23C815801074> /usr/lib/libScreenReader.dylib
    0x7fff88ffd000 -     0x7fff89027ff7  libpcap.A.dylib (42) <91D3FF51-D6FE-3C05-98C9-1182E0EC3D58> /usr/lib/libpcap.A.dylib
    0x7fff89028000 -     0x7fff89035ff4  com.apple.Librarian (1.2 - 1) <F1A2744D-8536-32C7-8218-9972C6300DAE> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
    0x7fff89036000 -     0x7fff89072ff7  com.apple.ids (10.0 - 1000) <632F7192-0399-34C8-B6BB-463D2F4370E0> /System/Library/PrivateFrameworks/IDS.framework/Versions/A/IDS
    0x7fff89073000 -     0x7fff890b5ff7  libauto.dylib (185.5) <F45C36E8-B606-3886-B5B1-B6745E757CA8> /usr/lib/libauto.dylib
    0x7fff890e7000 -     0x7fff890f6fff  com.apple.AppleScriptObjC (1.3 - 26) <F908F685-68F8-3939-85EC-2F3783548B07> /System/Library/Frameworks/AppleScriptObjC.framework/Versions/A/AppleScriptObjC
    0x7fff890f7000 -     0x7fff89149ff7  com.apple.Suggestions (3.0 - 137.1) <B7E5B685-C6A4-35DB-BA0A-8DBA2BF4ADF6> /System/Library/PrivateFrameworks/Suggestions.framework/Versions/A/Suggestions
    0x7fff8914a000 -     0x7fff89152ff7  com.apple.AppleSRP (5.0 - 1) <ABC7F088-1FD5-3768-B9F3-847F355E90B3> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
    0x7fff89153000 -     0x7fff8915cffb  libCGInterfaces.dylib (271) <68EFBEFE-7506-3235-99A2-5B69EDBFD7B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Resources/libCGInterfaces.dylib
    0x7fff8918f000 -     0x7fff89217ff7  com.apple.CorePDF (4.0 - 4) <92D15ED1-D2E1-3ECB-93FF-42888219A99F> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x7fff89218000 -     0x7fff89348ff7  com.apple.desktopservices (1.8.2 - 1.8.2) <76D6ED93-9D5A-3941-8B88-A1773290AE74> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff89349000 -     0x7fff8938effe  com.apple.HIServices (1.22 - 467.2) <B7FCF008-C241-3862-BC63-E6EF4006A6E4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff8938f000 -     0x7fff89398ffb  com.apple.CommonAuth (4.0 - 2.0) <70FDDA03-7B44-37EC-B78E-3EC3C8505C76> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff89399000 -     0x7fff893adfff  com.apple.aps.framework (4.0 - 4.0) <23BC5746-0914-3102-B84F-BEAB31A77AEC> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService
    0x7fff89411000 -     0x7fff89484fff  com.apple.securityfoundation (6.0 - 55122.1) <1939DE0B-BC38-3E50-8A8C-3471C8AC4CD6> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff89485000 -     0x7fff8954efff  com.apple.LaunchServices (572.26 - 572.26) <EF8A4A15-0861-35C5-9744-5E1BC5C26DD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff8956c000 -     0x7fff89574ffc  libGFXShared.dylib (9.6) <E276D384-3616-3511-B5F2-92621D6372D6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff8959c000 -     0x7fff895aafff  com.apple.opengl (9.6.0 - 9.6.0) <709F4A02-73A0-303C-86B5-85C596C8B707> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff895ab000 -     0x7fff895dcff7  libtidy.A.dylib (15.12) <BF757E3C-733A-3B6B-809A-A3949D46466E> /usr/lib/libtidy.A.dylib
    0x7fff8a211000 -     0x7fff8a220ff8  com.apple.LangAnalysis (1.7.0 - 1.7.0) <8FE131B6-1180-3892-98F5-C9C9B79072D4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff8a221000 -     0x7fff8a221fff  com.apple.Accelerate (1.9 - Accelerate 1.9) <509BB27A-AE62-366D-86D8-0B06D217CF56> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff8a222000 -     0x7fff8a23dfff  com.apple.DistributionKit (700 - 846) <E4562C9C-9367-3C8E-87C2-80C6C0C7B187> /System/Library/PrivateFrameworks/Install.framework/Frameworks/DistributionKit.framework/Versions/A/DistributionKit
    0x7fff8a23e000 -     0x7fff8a28cfff  com.apple.opencl (2.3.59 - 2.3.59) <8C2ACCC6-B0BA-3FE7-98A1-5C67284DEA4E> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff8a28d000 -     0x7fff8a2c2ffc  com.apple.LDAPFramework (2.4.28 - 194.5) <4ADD0595-25B9-3F09-897E-3FB790AD2C5A> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff8a2c3000 -     0x7fff8a2c3fff  com.apple.Cocoa (6.8 - 20) <E90E99D7-A425-3301-A025-D9E0CD11918E> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff8a2c4000 -     0x7fff8a2cbff3  libcopyfile.dylib (103) <5A881779-D0D6-3029-B371-E3021C2DDA5E> /usr/lib/system/libcopyfile.dylib
    0x7fff8a2f9000 -     0x7fff8a43afff  com.apple.QTKit (7.7.3 - 2826.17) <ADA1EF77-57D2-3E7E-8526-8F0B732C1218> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fff8a43b000 -     0x7fff8a446fff  libkxld.dylib (2422.90.20) <EF476345-7A69-3AC0-95ED-0196FB8910CB> /usr/lib/system/libkxld.dylib
    0x7fff8a44a000 -     0x7fff8a478ff7  com.apple.securityinterface (9.0 - 55047) <0346D8A9-2CAA-38F3-A741-5FBA5E9F1E7C> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
    0x7fff8a479000 -     0x7fff8a479ffd  com.apple.audio.units.AudioUnit (1.10 - 1.10) <486A97CD-C1F7-324D-87BC-B07F7A415B68> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff8a54b000 -     0x7fff8a849fff  com.apple.Foundation (6.9 - 1056.13) <2EE9AB07-3EA0-37D3-B407-4A520F2CB497> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff8a84a000 -     0x7fff8a851ff8  liblaunch.dylib (842.90.1) <38D1AB2C-A476-385F-8EA8-7AB604CA1F89> /usr/lib/system/liblaunch.dylib
    0x7fff8a852000 -     0x7fff8a876ff7  libJPEG.dylib (1042) <33648F26-A1DA-3C30-B15B-E9FFD41DB25C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff8a877000 -     0x7fff8a884ff7  libxar.1.dylib (202) <5572AA71-E98D-3FE1-9402-BB4A84E0E71E> /usr/lib/libxar.1.dylib
    0x7fff8a885000 -     0x7fff8a886ff7  libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff8a887000 -     0x7fff8a8a9fff  com.apple.framework.familycontrols (4.1 - 410) <4FDBCD10-CAA2-3A9C-99F2-06DCB8E81DEE> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x7fff8a8aa000 -     0x7fff8a8b2fff  libsystem_dnssd.dylib (522.90.2) <A0B7CF19-D9F2-33D4-8107-A62184C9066E> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff8a8b3000 -     0x7fff8a8caffa  libAVFAudio.dylib (32.2) <52DA516B-DE79-322C-9E1B-2658019289D7> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAudio.dylib
    0x7fff8a8cb000 -     0x7fff8a8e3ff7  com.apple.openscripting (1.4 - 157) <B3B037D7-1019-31E6-9D17-08E699AF3701> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff8a8e4000 -     0x7fff8a9c3fff  libcrypto.0.9.8.dylib (50) <B95B9DBA-39D3-3EEF-AF43-44608B28894E> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff8a9c4000 -     0x7fff8acfafff  com.apple.MediaToolbox (1.0 - 1273.49) <AB8ED666-6D15-3367-A033-F4A8AD33C4E0> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x7fff8acfb000 -     0x7fff8ae69ff7  libBLAS.dylib (1094.5) <DE93A590-5FA5-32A2-A16C-5D7D7361769F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff8ae6a000 -     0x7fff8b017f27  libobjc.A.dylib (551.1) <AD7FD984-271E-30F4-A361-6B20319EC73B> /usr/lib/libobjc.A.dylib
    0x7fff8b018000 -     0x7fff8b03fff7  com.apple.shortcut (2.6 - 2.6) <A62BC973-6782-3893-B014-EC6503AB7EAD> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x7fff8b040000 -     0x7fff8b04aff7  com.apple.AppSandbox (3.0 - 1) <9F27DC25-C566-3AEF-92D3-DCFE7836916D> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
    0x7fff8b04b000 -     0x7fff8b1e7ff3  com.apple.QuartzCore (1.8 - 332.3) <80F1068F-4A34-34FB-9E05-A2DC0700D2F2> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff8b1e8000 -     0x7fff8b1eeff7  libCGXCoreImage.A.dylib (599.20.11) <A787F160-6963-38B5-AF86-D5541E0492F1> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x7fff8b1ef000 -     0x7fff8b499ff5  com.apple.HIToolbox (2.1 - 697.4) <DF5635DD-C255-3A8E-8B49-F6D2FB61FF95> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff8b49a000 -     0x7fff8b72bfff  com.apple.RawCamera.bundle (5.04 - 736) <0C8A3629-BEAC-34A7-A3A3-B9AF4B3AB4B4> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff8b7d6000 -     0x7fff8b7e9ff7  com.apple.AppContainer (3.0 - 1) <BD342039-430E-39FE-BC2D-8F97B557548E> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
    0x7fff8b7ea000 -     0x7fff8ba73fff  com.apple.CommerceKit (1.2.0 - 232.6) <9ED26CEE-45AA-3C0B-95F5-AD9D2ADA8898> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/CommerceKit
    0x7fff8ba74000 -     0x7fff8ba77fff  com.apple.AppleSystemInfo (3.0 - 3.0) <61FE171D-3D88-313F-A832-280AEC8F4AB7> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
    0x7fff8ba78000 -     0x7fff8ba7afff  com.apple.loginsupport (1.0 - 1) <4FBB283B-5BBD-3918-AC89-3A7286CFA145> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fff8ba7b000 -     0x7fff8ba81fff  com.apple.AddressBook.ContactsFoundation (8.0 - 1369) <A5D1D494-2F84-3A97-A229-04DB308D4481> /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/ContactsFoundation
    0x7fff8ba82000 -     0x7fff8bcdbff9  com.apple.security (7.0 - 55471.14) <3F7100A0-FE46-333D-9A4B-396580F1B4FE> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff8bd47000 -     0x7fff8bdbefff  com.apple.CoreServices.OSServices (600.4 - 600.4) <36B2B009-C35E-3F21-824E-E0D00E7808C7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff8bdbf000 -     0x7fff8bdecff2  com.apple.frameworks.CoreDaemon (1.3 - 1.3) <43A137C4-3E72-37DC-945F-92569C12AAD4> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
    0x7fff8c004000 -     0x7fff8c04bff7  libcups.2.dylib (372.2) <37802F24-BCC2-3721-8E12-82B29B61B2AA> /usr/lib/libcups.2.dylib
    0x7fff8c04c000 -     0x7fff8c084ff7  com.apple.RemoteViewServices (2.0 - 94) <3F34D630-3DDB-3411-BC28-A56A9B55EBDA> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff8c085000 -     0x7fff8c0acff7  libsystem_network.dylib (241.3) <8B1E1F1D-A5CC-3BAE-8B1E-ABC84337A364> /usr/lib/system/libsystem_network.dylib
    0x7fff8c0ad000 -     0x7fff8c0fafff  com.apple.AppleVAFramework (5.0.27 - 5.0.27) <D01B7D87-4BDC-3E48-A79B-951D05075F9D> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff8c0fb000 -     0x7fff8c102fff  com.apple.NetFS (6.0 - 4.0) <8E26C099-CE9D-3819-91A2-64EA929C6137> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff8c103000 -     0x7fff8c12cfff  com.apple.DictionaryServices (1.2 - 208) <A539A058-BA57-35EE-AA08-D0B0E835127D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff8c12d000 -     0x7fff8c136ff7  libcldcpuengine.dylib (2.3.58) <C8785704-6195-3129-86CA-20F0F3C20F15> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
    0x7fff8c1ed000 -     0x7fff8c234fff  libFontRegistry.dylib (127) <A77A0480-AA5D-3CC8-8B68-69985CD546DC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff8c235000 -     0x7fff8c2b5fff  com.apple.CoreSymbolication (3.0 - 141) <B018335C-698B-3F87-AF1C-6115C4FA8954> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff8c2b6000 -     0x7fff8c49bfff  com.apple.CoreFoundation (6.9 - 855.14) <617B8A7B-FAB2-3271-A09B-C542E351C532> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff8c49c000 -     0x7fff8c49fffc  com.apple.IOSurface (91 - 91) <07CA8A59-1E32-3FB6-B506-18DAF58A8CE0> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff8c4a0000 -     0x7fff8c505ff5  com.apple.Heimdal (4.0 - 2.0) <523EC6C4-BD9B-3840-9376-E617BA627F59> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff8c506000 -     0x7fff8c557fff  com.apple.QuickLookFramework (5.0 - 622.7) <17685CEC-C94B-3F83-ADE1-B24840B35E44> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x7fff8c558000 -     0x7fff8c5a6ff9  libstdc++.6.dylib (60) <0241E6A4-1368-33BE-950B-D0A175C41F54> /usr/lib/libstdc++.6.dylib
    0x7fff8c5a7000 -     0x7fff8c5affff  libMatch.1.dylib (19) <021293AB-407D-309A-87F5-8E782F46753E> /usr/lib/libMatch.1.dylib
    0x7fff8c5d4000 -     0x7fff8c727ff7  com.apple.audio.toolbox.AudioToolbox (1.10 - 1.10) <3511ABFE-22E1-3B91-B86A-5E3A78CE33FD> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff8c728000 -     0x7fff8c7c5fff  com.apple.imcore (10.0 - 1000) <DF924E35-74AB-389C-9279-1828518218F8> /System/Library/PrivateFrameworks/IMCore.framework/Versions/A/IMCore
    0x7fff8c7c6000 -     0x7fff8ca0eff7  com.apple.CoreData (107 - 481.01) <DA339795-5D97-35B5-9B04-629830013720> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff8ca7b000 -     0x7fff8cadbfff  com.apple.ISSupport (1.9.9 - 57) <E1E343D7-222C-3458-9D1F-FC600B7F1C50> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x7fff8cadc000 -     0x7fff8cae6ff7  com.apple.CrashReporterSupport (10.9 - 538) <B487466B-3AA1-3854-A808-A61F049FA794> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff8cae7000 -     0x7fff8caeeff7  com.apple.phonenumbers (1.1.1 - 105) <767A63EB-244C-34F1-9FFA-D1A6BED60C31> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers
    0x7fff8caef000 -     0x7fff8cdd9fff  com.apple.CoreServices.CarbonCore (1077.17 - 1077.17) <3A2E92FD-DEE2-3D45-9619-11500801A61C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff8cdda000 -     0x7fff8cfcaffd  com.apple.WebKit2 (9537 - 9537.74.9) <3F7B257F-D0DA-3AA8-BE8B-0C5474FE9806> /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2
    0x7fff8cfcd000 -     0x7fff8cfd0ff7  libdyld.dylib (239.4) <CF03004F-58E4-3BB6-B3FD-BE4E05F128A0> /usr/lib/system/libdyld.dylib
    0x7fff8cff3000 -     0x7fff8cffeff7  com.apple.DirectoryService.Framework (10.9 - 173.90.1) <A9866D67-C5A8-36D1-A1DB-E2FA60328698> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
    0x7fff8cfff000 -     0x7fff8d44dfff  com.apple.VideoToolbox (1.0 - 1273.49) <27177077-9107-3E06-ADAD-92B80E80CDCD> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x7fff8d46a000 -     0x7fff8d46aff7  libkeymgr.dylib (28) <3AA8D85D-CF00-3BD3-A5A0-E28E1A32A6D8> /usr/lib/system/libkeymgr.dylib
    0x7fff8d46b000 -     0x7fff8d46bfff  com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) <F8D0CC77-98AC-3B58-9FE6-0C25421827B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff8d46c000 -     0x7fff8d4abfff  libGLU.dylib (9.6) <EE4907CA-219C-34BD-A84E-B85695F64C05> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff8d4ac000 -     0x7fff8d4acfff  com.apple.quartzframework (1.5 - 1.5) <3B2A72DB-39FC-3C5B-98BE-605F37777F37> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x7fff8d4ad000 -     0x7fff8d4c8ff7  libCRFSuite.dylib (34) <FFAE75FA-C54E-398B-AA97-18164CD9789D> /usr/lib/libCRFSuite.dylib
    0x7fff8d4c9000 -     0x7fff8d4dbfff  com.apple.login (3.0 - 3.0) <8342C3B7-8363-36BE-B5B6-CD81166AEC24> /System/Library/PrivateFrameworks/login.framework/Versions/A/login
    0x7fff8d643000 -     0x7fff8d691fff  libcorecrypto.dylib (161.1) <F3973C28-14B6-3006-BB2B-00DD7F09ABC7> /usr/lib/system/libcorecrypto.dylib
    0x7fff8d692000 -     0x7fff8dc02fff  com.apple.CoreAUC (6.22.08 - 6.22.08) <F306D552-2220-3160-88EA-C916193C5EFD> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x7fff8dc03000 -     0x7fff8dc04ff7  libSystem.B.dylib (1197.1.1) <BFC0DC97-46C6-3BE0-9983-54A98734897A> /usr/lib/libSystem.B.dylib
    0x7fff8dc59000 -     0x7fff8dfd0ffa  com.apple.JavaScriptCore (9537 - 9537.74.4) <0942FE6B-3152-30FC-B92A-92A1C29C5295> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff8dfd1000 -     0x7fff8ee1ffff  com.apple.WebCore (9537 - 9537.74.11) <9683BA7C-A04B-3E33-B195-DCF1C2CABF95> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
    0x7fff8ee27000 -     0x7fff8ee2fff7  com.apple.speech.recognition.framework (4.2.4 - 4.2.4) <98BBB3E4-6239-3EF1-90B2-84EA0D3B8D61> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff8ee30000 -     0x7fff8ee49ff7  com.apple.Ubiquity (1.3 - 289) <C7F1B734-CE81-334D-BE41-8B20D95A1F9B> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x7fff8eea9000 -     0x7fff8eeb7fff  com.apple.CommerceCore (1.0 - 42) <ACC2CE3A-913A-39E0-8344-B76F8F694EF5> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
    0x7fff8eeb8000 -     0x7fff8efdaff1  com.apple.avfoundation (2.0 - 651.12) <5261E6EA-7476-32B2-A12A-D42598A9B2EA> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x7fff8f72b000 -     0x7fff8f72ffff  com.apple.CommonPanels (1.2.6 - 96) <6B434AFD-50F8-37C7-9A56-162C17E375B3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff8f730000 -     0x7fff8fa00ffc  com.apple.CoreImage (9.2.7) <BF88A02E-994E-3970-AC62-04248CA8DC46> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff8fa19000 -     0x7fff8fa1bff7  com.apple.diagnosticlogcollection (10.0 - 1000) <5CA6D8A2-DEA6-33C3-91BC-F3B076C0500B> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/Versions/A/DiagnosticLogCollection
    0x7fff8fa1c000 -     0x7fff8fa34ff7  com.apple.GenerationalStorage (2.0 - 160.2) <79629AC7-896F-3302-8AC1-4939020F08C3> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fff8fa35000 -     0x7fff8fb1ffff  libsqlite3.dylib (158) <00269BF9-43BE-39E0-9C85-24585B9923C8> /usr/lib/libsqlite3.dylib
    0x7fff8fb62000 -     0x7fff8fb64ff7  libquarantine.dylib (71) <7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38> /usr/lib/system/libquarantine.dylib
    0x7fff8fb65000 -     0x7fff8fb6aff7  libunwind.dylib (35.3) <78DCC358-2FC1-302E-B395-0155B47CB547> /usr/lib/system/libunwind.dylib
    0x7fff8fb6b000 -     0x7fff8fb6dffb  libutil.dylib (34) <DAC4A6CF-A1BB-3874-9569-A919316D30E8> /usr/lib/libutil.dylib
    0x7fff8fb6e000 -     0x7fff8fbfaff7  com.apple.ink.framework (10.9 - 207) <8A50B893-AD03-3826-8555-A54FEAF08F47> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff8fbfb000 -     0x7fff8fc20ff7  com.apple.CoreVideo (1.8 - 117.2) <4674339E-26D0-35FA-9958-422832B39B12> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff8fc21000 -     0x7fff8fc24fff  libCoreVMClient.dylib (58.1) <EBC36C69-C896-3C3D-8589-3E9023E7E56F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff8fc25000 -     0x7fff8fc26fff  com.apple.AddressBook.ContactsData (8.0 - 1369) <BAF434EC-32B6-3F1C-8ABE-4419A15829FF> /System/Library/PrivateFrameworks/ContactsData.framework/Versions/A/ContactsData
    0x7fff8fc27000 -     0x7fff8fc43ff7  libsystem_kernel.dylib (2422.90.20) <20E00C54-9222-359F-BD98-CB79ABED769A> /usr/lib/system/libsystem_kernel.dylib
    0x7fff8fc5d000 -     0x7fff8fd4bfff  libJP2.dylib (1042) <01D988D4-E36F-3120-8BA4-EF6282ECB010> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff8fd4c000 -     0x7fff8fd59ff0  libbz2.1.0.dylib (29) <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib
    0x7fff8fd95000 -     0x7fff8fd99ff7  libcache.dylib (62) <BDC1E65B-72A1-3DA3-A57C-B23159CAAD0B> /usr/lib/system/libcache.dylib
    0x7fff8fd9a000 -     0x7fff90910fff  com.apple.AppKit (6.9 - 1265.19) <12647F2F-3FE2-3D77-B3F0-33EFAFF2CEA7> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff90911000 -     0x7fff909f8ff7  libxml2.2.dylib (26) <A1DADD11-89E5-3DE4-8802-07186225967F> /usr/lib/libxml2.2.dylib
    0x7fff909f9000 -     0x7fff90a05ff7  com.apple.HelpData (2.1.4 - 90) <BEA1C549-40D3-35BF-9204-CB679FCB0648> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x7fff90a0f000 -     0x7fff90a18ff3  libsystem_notify.dylib (121) <52571EC3-6894-37E4-946E-064B021ED44E> /usr/lib/system/libsystem_notify.dylib
    0x7fff90a19000 -     0x7fff90a1bfff  com.apple.Mangrove (1.0 - 1) <72F5CBC7-4E78-374E-98EA-C3700136904E> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
    0x7fff90a1c000 -     0x7fff90a22fff  com.apple.AOSNotification (1.7.0 - 760.3) <7901B867-60F7-3645-BB3E-18C51A6FBCC6> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotification
    0x7fff90e9f000 -     0x7fff90ef1fff  libc++.1.dylib (120) <4F68DFC5-2077-39A8-A449-CAC5FDEE7BDE> /usr/lib/libc++.1.dylib
    0x7fff90f7c000 -     0x7fff90fdfff7  com.apple.SystemConfiguration (1.13 - 1.13) <63B985ED-E7E4-3095-8D12-63C9F1DB0F3D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff90feb000 -     0x7fff9124cfff  com.apple.imageKit (2.5 - 774) <AACDE16E-ED9F-3B3F-A792-69BA1942753B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
    0x7fff91282000 -     0x7fff9128cfff  libcommonCrypto.dylib (60049) <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib
    0x7fff9128d000 -     0x7fff9128efff  liblangid.dylib (117) <9546E641-F730-3AB0-B3CD-E0E2FDD173D9> /usr/lib/liblangid.dylib
    0x7fff912a9000 -     0x7fff912aaff7  libsystem_sandbox.dylib (278.11) <5E5A6E09-33A9-391A-AB34-E57D93BB1551> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff91329000 -     0x7fff9133aff7  libz.1.dylib (53) <42E0C8C6-CA38-3CA4-8619-D24ED5DD492E> /usr/lib/libz.1.dylib
    0x7fff9133b000 -     0x7fff9133cff7  libodfde.dylib (20) <C00A4EBA-44BC-3C53-BFD0-819B03FFD462> /usr/lib/libodfde.dylib
    0x7fff9133d000 -     0x7fff91341fff  libpam.2.dylib (20) <B93CE8F5-DAA8-30A1-B1F6-F890509513CB> /usr/lib/libpam.2.dylib
    0x7fff91359000 -     0x7fff91360fff  libcompiler_rt.dylib (35) <4CD916B2-1B17-362A-B403-EF24A1DAC141> /usr/lib/system/libcompiler_rt.dylib
    0x7fff913a0000 -     0x7fff913a5fff  libmacho.dylib (845) <1D2910DF-C036-3A82-A3FD-44FF73B5FF9B> /usr/lib/system/libmacho.dylib
    0x7fff915d7000 -     0x7fff915e8ff7  libsystem_asl.dylib (217.1.4) <655FB343-52CF-3E2F-B14D-BEBF5AAEF94D> /usr/lib/system/libsystem_asl.dylib
    0x7fff915e9000 -     0x7fff915eaff7  libsystem_blocks.dylib (63) <FB856CD1-2AEA-3907-8E9B-1E54B6827F82> /usr/lib/system/libsystem_blocks.dylib
    0x7fff915eb000 -     0x7fff9165aff1  com.apple.ApplicationServices.ATS (360 - 363.3) <546E89D9-2AE7-3111-B2B8-2366650D22F0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff9165b000 -     0x7fff91682ffb  libsystem_info.dylib (449.1.3) <7D41A156-D285-3849-A2C3-C04ADE797D98> /usr/lib/system/libsystem_info.dylib
    0x7fff91683000 -     0x7fff9168dff7  libcsfde.dylib (380) <3A54B430-EC05-3DE9-86C3-00C1BEAC7F9B> /usr/lib/libcsfde.dylib
    0x7fff91738000 -     0x7fff91785ff2  com.apple.print.framework.PrintCore (9.0 - 428) <8D8253E3-302F-3DB2-9C5C-572CB974E8B3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff91786000 -     0x7fff917d1fff  com.apple.ImageCaptureCore (5.0 - 5.0) <F529EDDC-E2F5-30CA-9938-AF23296B5C5B> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
    0x7fff917d2000 -     0x7fff91838fff  com.apple.framework.CoreWiFi (2.0 - 200.21.1) <5491896D-78C5-30B6-96E9-D8DDECF3BE73> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fff91839000 -     0x7fff918c3fff  com.apple.SoftwareUpdate.framework (6 - 574.2) <5F447EBB-E877-3A78-A9B3-F6A966990755> /System/Library/PrivateFrameworks/SoftwareUpdate.framework/Versions/A/SoftwareUpdate
    0x7fff918c4000 -     0x7fff918c6fff  libCVMSPluginSupport.dylib (9.6) <FFDA2811-060E-3591-A280-4A726AA82436> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff918c7000 -     0x7fff918e2ff7  libsystem_malloc.dylib (23.10.1) <A695B4E4-38E9-332E-A772-29D31E3F1385> /usr/lib/system/libsystem_malloc.dylib
    0x7fff918e3000 -     0x7fff918e9ff7  com.apple.XPCService (2.0 - 1) <2CE632D7-FE57-36CF-91D4-C57D0F2E0BFE> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
    0x7fff918ea000 -     0x7fff918eeff7  libGIF.dylib (1042) <C57840F6-1C11-3273-B4FC-956950B94034> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff918ef000 -     0x7fff91946fff  com.apple.ViewBridge (1.0 - 46.2) <4AF3CB98-7691-39A2-8DC3-ABE5CC55CE7F> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
    0x7fff91947000 -     0x7fff9194afff  com.apple.help (1.3.3 - 46) <AE763646-D07A-3F9A-ACD4-F5CBD734EE36> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff9195a000 -     0x7fff919adfff  com.apple.ScalableUserInterface (1.0 - 1) <CF745298-7373-38D2-B3B1-727D5A569E48> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
    0x7fff919ae000 -     0x7fff919affff  libffi.dylib (18.1) <FEB76C94-97BA-39BC-B713-D086B9757BA5> /usr/lib/libffi.dylib
    0x7fff919b0000 -     0x7fff919b2ff3  libsystem_configuration.dylib (596.13) <B51C8C22-C455-36AC-952D-A319B6545884> /usr/lib/system/libsystem_configuration.dylib
    0x7fff919b3000 -     0x7fff919b5fff  com.apple.EFILogin (2.0 - 2) <C360E8AF-E9BB-3BBA-9DF0-57A92CEF00D4> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
    0x7fff919b6000 -     0x7fff919bffff  com.apple.DisplayServicesFW (2.8 - 360.8.14) <816A9CED-1BC0-3C76-8103-1B9BE0F723BB> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
    0x7fff919ff000 -     0x7fff91a0bff3  com.apple.AppleFSCompression (56 - 1.0) <5652B0D0-EB08-381F-B23A-6DCF96991FB5> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fff91a0c000 -     0x7fff91a65fff  libTIFF.dylib (1042) <51D02EEC-0D0C-34C1-91C8-D316473A3FEA> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff91a66000 -     0x7fff91acafff  com.apple.datadetectorscore (5.0 - 354.3) <B92E87D1-2045-3AB2-AE3F-8F948B30518A> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff91acb000 -     0x7fff91bbcff9  libiconv.2.dylib (41) <BB44B115-AC32-3877-A0ED-AEC6232A4563> /usr/lib/libiconv.2.dylib
    0x7fff91bbd000 -     0x7fff91bcffff  com.apple.ImageCapture (9.0 - 9.0) <BE0B65DA-3031-359B-8BBA-B9803D4ADBF4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff91bd0000 -     0x7fff91bd0ffd  libOpenScriptingUtil.dylib (157) <19F0E769-0989-3062-9AFB-8976E90E9759> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff91bd1000 -     0x7fff91c5aff7  libsystem_c.dylib (997.90.3) <6FD3A400-4BB2-3B95-B90C-BE6E9D0D78FA> /usr/lib/system/libsystem_c.dylib
    0x7fff91c5b000 -     0x7fff91c6dff7  com.apple.MultitouchSupport.framework (245.13 - 245.13) <D5E7416D-45AB-3690-86C6-CC4B5FCEA2D2> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff91c6e000 -     0x7fff91c70ff7  com.apple.securityhi (9.0 - 55005) <405E2BC6-2B6F-3B6B-B48E-2FD39214F052> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff91c9c000 -     0x7fff91d09fff  com.apple.SearchKit (1.4.0 - 1.4.0) <B9B8D510-A27E-36B0-93E9-17146D9E9045> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff91dc4000 -     0x7fff91ddfff7  libPng.dylib (1042) <36FF1DDA-9804-33C5-802E-3FCA9879F0E6> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff91de0000 -     0x7fff91e08ffb  libRIP.A.dylib (599.20.11) <D79461A6-2E24-3531-ADA2-EAC972384A7D> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x7fff91e59000 -     0x7fff91e8afff  com.apple.MediaKit (15 - 709) <23E33409-5C39-3F93-9E73-2B0E9EE8883E> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x7fff91f88000 -     0x7fff92013fff  libCoreStorage.dylib (380) <AE14C2F3-0EF1-3DCD-BF2B-A24D97D3B372> /usr/lib/libCoreStorage.dylib
    0x7fff92014000 -     0x7fff92065ff3  com.apple.audio.CoreAudio (4.2.0 - 4.2.0) <BF4C2FE3-8BC8-30D1-8347-2A7221268794> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff92066000 -     0x7fff92071fff  libGL.dylib (9.6) <A2EF4E15-EA08-396D-A1D4-29E1CED6876A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff92072000 -     0x7fff920fbfff  com.apple.ColorSync (4.9.0 - 4.9.0) <B756B908-9AD1-3F5D-83F9-7A0B068387D2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff920fc000 -     0x7fff92141fff  libcurl.4.dylib (78.90.1) <818543D6-0CCE-3F18-9BF1-4D18B81018F3> /usr/lib/libcurl.4.dylib

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

VM Region Summary:
ReadOnly portion of Libraries: Total=316.3M resident=147.0M(46%) swapped_out_or_unallocated=169.3M(54%)
Writable regions: Total=2.6G written=811.5M(31%) resident=799.5M(31%) swapped_out=150.8M(6%) unallocated=1.8G(69%)

REGION TYPE                        VIRTUAL
===========                        =======
CG backing stores                    9828K
CG image                             25.3M
CG raster data                       52.8M
CG shared images                      308K
CoreAnimation                        14.1M
CoreGraphics                           32K
CoreImage                              24K
Foundation                              4K
IOKit                                7628K
IOKit (reserved)                        4K        reserved VM address space (unallocated)
Image IO                             31.9M
JS JIT generated code               256.0M
JS JIT generated code (reserved)    768.0M        reserved VM address space (unallocated)
JS VM register file                  4096K
JS garbage collector                 20.4M
Kernel Alloc Once                       8K
MALLOC                                1.2G
MALLOC (admin)                         48K
MALLOC_LARGE (reserved)               128K        reserved VM address space (unallocated)
Memory Tag 241                        196K
Memory Tag 242                         12K
Memory Tag 249                        192K
Memory Tag 251                         80K
OpenCL                                104K
OpenGL GLSL                          1664K
SQLite page cache                    3072K
STACK GUARD                          56.2M
Stack                                29.8M
VM_ALLOCATE                          81.8M
WebCore purgeable data                364K
WebKit Malloc                        78.0M
__DATA                               59.9M
__IMAGE                               528K
__LINKEDIT                           71.2M
__TEXT                              245.1M
__UNICODE                             544K
mapped file                         128.7M
shared memory                          68K
===========                        =======
TOTAL                                 3.1G
TOTAL, minus reserved VM space        2.4G

Scrobbler crashes on OS X: "uncaught exception 'NSInvalidArgumentException'"

This crash occurred at least 12 times between 15 November and 12 December, I have 12 almost identical crash reports.
From the full crash log (https://gist.github.com/RobFog/3fca603a1d64551b6900):

*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[QNSListener notificationHandler:]: unrecognized selector sent to instance 0x608000052690'
terminating with uncaught exception of type NSException
abort() called

[…]

Thread 10 Crashed:: Dispatch queue: com.apple.root.default-priority
0 libsystem_kernel.dylib 0x00007fff895bb866 __pthread_kill + 10
1 libsystem_pthread.dylib 0x00007fff9512735c pthread_kill + 92
2 libsystem_c.dylib 0x00007fff8aaa2b1a abort + 125
3 libc++abi.dylib 0x00007fff95ad1f31 abort_message + 257
4 libc++abi.dylib 0x00007fff95af7952 default_terminate_handler() + 264
5 libobjc.A.dylib 0x00007fff9315b30d _objc_terminate() + 103
6 libc++abi.dylib 0x00007fff95af51d1 std::__terminate(void (*)()) + 8
7 libc++abi.dylib 0x00007fff95af5246 std::terminate() + 54
8 libobjc.A.dylib 0x00007fff9315b0b0 objc_terminate + 9
9 libdispatch.dylib 0x00007fff8b22c2a1 _dispatch_client_callout + 28
10 libdispatch.dylib 0x00007fff8b22e082 _dispatch_root_queue_drain + 326
11 libdispatch.dylib 0x00007fff8b22f177 _dispatch_worker_thread2 + 40
12 libsystem_pthread.dylib 0x00007fff95127ef8 _pthread_wqthread + 314
13 libsystem_pthread.dylib 0x00007fff9512afb9 start_wqthread + 13

Raise/Hide Last.fm checkbox does not work in Advanced Settings

The Raise/Hide checkbox in the Advanced pane of the application Preferences is checked and disabled. This checkbox should enable or disable the function of the system-wide hotkey which raises the Last.fm Scrobbler client window to front.

There is a Last.fm forum entry complaining about the hotkey keyboard shortcut here:

Implementing the raise/hide checkbox functionality should make some of these people less grumpy.

Here's how the hotkey is implemented in the current codebase:

Some useful links for how to implement system-wide HotKeys (Mac OS X-specific):

Unable to install following the instructions

Unable to install following the instructions:

  1. brew tap lastfm/lastfmdesktop
  2. brew install qt kde-phonon
  3. brew install --HEAD vlc
  4. brew install phonon-vlc
Deilan-MBA:~ deilan$ brew tap lastfm/lastfmdesktop
==> Tapping lastfm/lastfmdesktop
Cloning into '/usr/local/Homebrew/Library/Taps/lastfm/homebrew-lastfmdesktop'...
remote: Counting objects: 6, done.
remote: Compressing objects: 100% (6/6), done.
remote: Total 6 (delta 0), reused 5 (delta 0), pack-reused 0
Unpacking objects: 100% (6/6), done.
Error: Invalid formula: /usr/local/Homebrew/Library/Taps/lastfm/homebrew-lastfmdesktop/kde-phonon.rb
Calling Formula.md5 is disabled!
Use Formula.sha256 instead.
/usr/local/Homebrew/Library/Taps/lastfm/homebrew-lastfmdesktop/kde-phonon.rb:6:in `<class:KdePhonon>'
Please report this to the lastfm/lastfmdesktop tap!
Or, even better, submit a PR to fix it!
Error: Invalid formula: /usr/local/Homebrew/Library/Taps/lastfm/homebrew-lastfmdesktop/phonon-vlc.rb
Calling Formula.md5 is disabled!
Use Formula.sha256 instead.
/usr/local/Homebrew/Library/Taps/lastfm/homebrew-lastfmdesktop/phonon-vlc.rb:5:in `<class:PhononVlc>'
Please report this to the lastfm/lastfmdesktop tap!
Or, even better, submit a PR to fix it!
Error: Cannot tap lastfm/lastfmdesktop: invalid syntax in tap!
Deilan-MBA:~ deilan$ brew install qt kde-phonon
Error: No available formula with the name "kde-phonon" 
==> Searching for a previously deleted formula (in the last month)...
Warning: homebrew/core is shallow clone. To get complete history run:
  git -C "$(brew --repo homebrew/core)" fetch --unshallow

Error: No previously deleted formula found.
==> Searching for similarly named formulae...
==> Searching local taps...
Error: No similarly named formulae found.
==> Searching taps...
==> Searching taps on GitHub...
Error: No formulae found in taps.
Deilan-MBA:~ deilan$ brew install qt kde-phonon
Error: No available formula with the name "kde-phonon" 
==> Searching for a previously deleted formula (in the last month)...
Warning: homebrew/core is shallow clone. To get complete history run:
  git -C "$(brew --repo homebrew/core)" fetch --unshallow

Error: No previously deleted formula found.
==> Searching for similarly named formulae...
==> Searching local taps...
Error: No similarly named formulae found.
==> Searching taps...
==> Searching taps on GitHub...
Error: No formulae found in taps.
Deilan-MBA:~ deilan$ brew install --HEAD vlc
Error: No available formula with the name "vlc" 
==> Searching for a previously deleted formula (in the last month)...
Warning: homebrew/core is shallow clone. To get complete history run:
  git -C "$(brew --repo homebrew/core)" fetch --unshallow

Error: No previously deleted formula found.
==> Searching for similarly named formulae...
==> Searching local taps...
Error: No similarly named formulae found.
==> Searching taps...
==> Searching taps on GitHub...
Error: No formulae found in taps.
Deilan-MBA:~ deilan$ brew install phonon-vlc
Error: No available formula with the name "phonon-vlc" 
==> Searching for a previously deleted formula (in the last month)...
Warning: homebrew/core is shallow clone. To get complete history run:
  git -C "$(brew --repo homebrew/core)" fetch --unshallow

Error: No previously deleted formula found.
==> Searching for similarly named formulae...
==> Searching local taps...
Error: No similarly named formulae found.
==> Searching taps...
==> Searching taps on GitHub...
Error: No formulae found in taps.

cannot compile 2.1.39 on Linux

Debian jessie vagrant. (host machine has qmake qt5, so cannot generate makefile)

sudo apt-get install libavformat-dev libgpod-nogtk-dev liblastfm-dev libqt4-dev libqtwebkit-dev pkg-config zlib1g-dev libqt4-sql-sqlite git g++ make libphonon-dev
git clone https://github.com/lastfm/lastfm-desktop.git
cd lastfm-desktop/
git checkout 2.1.39
qmake -r
make -j4

Error:

compiling Mpris2/MediaPlayer2Player.cpp
Mpris2/MediaPlayer2Player.cpp:27:38: fatal error: ../Services/RadioService.h: No such file or directory
 #include "../Services/RadioService.h"
                                      ^
compilation terminated.
Makefile:1608: recipe for target '_build/MediaPlayer2Player.o' failed
make[1]: *** [_build/MediaPlayer2Player.o] Error 1

i.e. You cleaned RadioService in wrong way.

Last.fm client constantly scans Wi-Fi networks

Running the Last.fm app 2.1.36 on OS X, with "fingerprint my tracks" unchecked, I see it asking for the current wifi network every minute.

4/15/14 7:39:50.000 PM kernel[0]: IO80211ScanManager::getScanResult: All scan results returned for 'Last.fm Scrobble' (pid 1679).
4/15/14 7:40:00.000 PM kernel[0]: IO80211ScanManager::startScan: Broadcast scan request received from 'Last.fm Scrobble' (pid 1679) ().
4/15/14 7:40:00.000 PM kernel[0]: IO80211ScanManager::getScanResult: All scan results returned for 'Last.fm Scrobble' (pid 1679).
4/15/14 7:40:10.000 PM kernel[0]: IO80211ScanManager::startScan: Broadcast scan request received from 'Last.fm Scrobble' (pid 1679) ().
4/15/14 7:40:13.000 PM kernel[0]: IO80211ScanManager::getScanResult: All scan results returned for 'Last.fm Scrobble' (pid 1679).

This could be a serious battery drain issue - "sudo systemstats -J today" for me shows Last.fm causing the most CPU wakeups behind only kernel processes.

OS X's battery menu list of power draining apps only shows apps with dock icons, so I wouldn't see this show up without looking.

libavcodec is deprecated

I´m trying to compile the program with opensuse 42.2, but can not since libavcodec is deprecated in its programming:

compiling LAV_Source.cpp
LAV_Source.cpp: In member function ‘uint8_t* LAV_SourcePrivate::decodeOneFrame(int&, int&, int&)’:
LAV_Source.cpp:116:49: error: ‘avcodec_alloc_frame’ was not declared in this scope
AVFrame *decodedFrame = avcodec_alloc_frame();
^
LAV_Source.cpp:292:37: error: ‘avcodec_free_frame’ was not declared in this scope
avcodec_free_frame(&decodedFrame);
^
LAV_Source.cpp: In member function ‘void LAV_Source::release()’:
LAV_Source.cpp:409:62: error: ‘CODEC_ID_NONE’ was not declared in this scope
if ( d->inCodecContext && d->inCodecContext->codec_id != CODEC_ID_NONE )
^
Makefile:252: recipe for target '_build/LAV_Source.o' failed
make[1]: *** [_build/LAV_Source.o] Error 1
make[1]: Leaving directory '/home/soyasi/Descargas/lastfm-desktop-master/app/fingerprinter'
Makefile:224: recipe for target 'sub-app-fingerprinter-make_default-ordered' failed
make: *** [sub-app-fingerprinter-make_default-ordered] Error 2

Is there any intention of putting this program up to date in linux?

Minimize and zoom does not work in OSX

I've tried to set trough Preferences the common OSX shortcut for minimizing the window ⌘+M for the minime option in Windows
Screen Shot 2012-12-12 at 20 00 46 but it seems that this menu options does not really work.

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.