Code Monkey home page Code Monkey logo

isoul's Introduction

iSoul

What is iSoul

iSoul, a fork of SolarSeek, is an open-source Mac application for connecting to the SoulSeek peer to peer network. Even though the term 'beta' is sometime used, iSoul is still in its 'alpha' stage and I am bale get hands on it only during my spare time.

What is SoulSeek

Soulseek as a protocol support group chats, individual user chats, browsing of other users files, downloading, uploading, and anything else you might find in other peer to peer networks. Soulseek is great for discovering and downloading hard to find music.

How to Get iSoul

You can download the most recent version of iSoul from the Downloads page.

Building iSoul from Source

iSoul is free, open source software hosted at https://github.com/arranger1044/iSoul. If you wish to build iSoul yourself you can do so by cloning the iSoul code to your computer using the Github app for Mac. Once cloned, open the project file in Xcode and issue command+b to build the app or command+r to build and run it.

Getting help

If you run into any trouble using iSoul, you can either check the support group or create an issue in the issue tracker.

isoul's People

Contributors

aburgm avatar arranger1044 avatar breakster avatar cedricgustin avatar chris-davis avatar cpatulea avatar darkk avatar djbe avatar fancycode avatar garrison avatar ghazel avatar giantchen avatar giuseppe avatar hart-ntp avatar hfiguiere avatar jweyrich avatar kev009 avatar kroki avatar mansourmoufid avatar murraycu avatar nirs avatar nmathewson avatar peda-r avatar provos avatar rosslagerwall avatar shahn avatar simonperreault avatar sorc1 avatar trondn avatar zackw 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

isoul's Issues

Download items reappear when deleted.

And this only happens when the file has encoding errors. So one deletes an item from downloads, switch to another pane and back to downloads and there the 'deleted' item reappears. Character encoding seems a tough problem at slsk.

the UI doesn't update

Had this bug several times these last days. The UI works but every progress is frozen and I can't make a new search. Everything seems unresponsive. The dock badges are frozen too. But I'm still downloading files. The UI is just kinda dead.

I have to relaunch to make it works again.

Maybe it's my big upload queue (around 200 files) that produces the bug ?

(nightly 16/05/2012 version)

bug: "Cannot remove an observer...because it is not registered as an observer" error

DESCRIPTION:

Tried for a search, then opened a new search before that had completed. The searches section is frozen/unresponsive (other sections remain clickable).
Also, when I attempt to remove the search, the results number in the search pill (on sidebar) starts skyrocketing to a large number (6000ish).

SYSTEM:

Macbook Pro. 10.7.3. 0.5.0 b1.

CONSOLE:

2012-03-03 14:24:28.016 iSoul[36499:807] Cannot remove an observer <SearchViewController 0x1004676e0> for the key path "files" from <Ticket 0x10f576980> because it is not registered as an observer.
2012-03-03 14:24:28.030 iSoul[36499:807](0 CoreFoundation 0x00007fff924cffc6 __exceptionPreprocess + 198
1 libobjc.A.dylib 0x00007fff8805bd5e objc_exception_throw + 43
2 CoreFoundation 0x00007fff924cfdfa +[NSException raise:format:arguments:] + 106
3 CoreFoundation 0x00007fff924cfd84 +[NSException raise:format:] + 116
4 Foundation 0x00007fff893e8eee -[NSObject%28NSKeyValueObserverRegistration%29 _removeObserver:forProperty:] + 619
5 Foundation 0x00007fff893e8c2c -[NSObject%28NSKeyValueObserverRegistration%29 removeObserver:forKeyPath:] + 121
6 iSoul 0x00000001000361d0 -[SearchViewController setCurrentTickets:] + 448
7 Foundation 0x00007fff893bbcca _NSSetUsingKeyValueSetter + 62
8 Foundation 0x00007fff893bb7fd -[NSObject%28NSKeyValueCoding%29 setValue:forKey:] + 400
9 iSoul 0x0000000100024b27 -[MainWindowController changeView:] + 423
10 iSoul 0x00000001000215f2 -[MainWindowController finishedEditing:] + 434
11 Foundation 0x00007fff89394d32 __-[NSNotificationCenter addObserver:selector:name:object:]_block_invoke_1 + 47
12 CoreFoundation 0x00007fff92478aaa _CFXNotificationPost + 2634
13 Foundation 0x00007fff89380fe7 -[NSNotificationCenter postNotificationName:object:userInfo:] + 65
14 AppKit 0x00007fff9311e36f -[NSTableView textDidEndEditing:] + 366
15 Foundation 0x00007fff89394d32 __-[NSNotificationCenter addObserver:selector:name:object:]_block_invoke_1 + 47
16 CoreFoundation 0x00007fff92478aaa _CFXNotificationPost + 2634
17 Foundation 0x00007fff89380fe7 -[NSNotificationCenter postNotificationName:object:userInfo:] + 65
18 AppKit 0x00007fff93196123 -[NSTextView%28NSPrivate%29 _giveUpFirstResponder:] + 438
19 AppKit 0x00007fff93179ffe -[NSTextView%28NSKeyBindingCommands%29 insertNewline:] + 537
20 CoreFoundation 0x00007fff924bf75d -[NSObject performSelector:withObject:] + 61
21 AppKit 0x00007fff93094659 -[NSResponder doCommandBySelector:] + 62
22 AppKit 0x00007fff9316f6ce -[NSTextView doCommandBySelector:] + 198
23 AppKit 0x00007fff92fc8c93 -[NSKeyBindingManager%28NSKeyBindingManager_MultiClients%29 interpretEventAsCommand:forClient:] + 1799
24 AppKit 0x00007fff9331c382 -[NSTextInputContext handleEvent:] + 747
25 AppKit 0x00007fff931e6d2a -[NSView interpretKeyEvents:] + 248
26 AppKit 0x00007fff9315fa25 -[NSTextView keyDown:] + 691
27 AppKit 0x00007fff92c3db44 -[NSWindow sendEvent:] + 7430
28 AppKit 0x00007fff92bd616d -[NSApplication sendEvent:] + 5593
29 AppKit 0x00007fff92b6c1f2 -[NSApplication run] + 555
30 AppKit 0x00007fff92deab88 NSApplicationMain + 867
31 iSoul 0x00000001000012e2 main + 34
32 iSoul 0x00000001000012b4 start + 52
33 ??? 0x0000000000000002 0x0 + 2)

Is the project still active?

I know this isn't strictly an issue, but is the project still active? It would be good if it is, I would love to share some UI enhancements based on my own experience and that of the users on the iSoul channel, though I cannot code in C/Obj-C.
Please let me know.
Cheers.

Bug: failed upload falsely reported as complete

When an upload queue contains failed uploads, it is still reported as "complete" and the progress bar turns green. I propose it reports "problem uploading" or similar and the bar turns red or orange to indicate the problem.

Network icon is screwed up in Snow Leopard

The little icon next to "Network" is screwed up in 0.5.0b1 in Snow Leopard. It is over lapping the "k" in "Network". I have a screen shot, but apparently no way to upload it here. The same icon appears to be OK in Lion.

Compile errors

I'm trying to compile the project in Xcode 4.1 on Lion, but i'm getting errors already when cleaning the project:

    File /Users/username/Library/Developer/Xcode/DerivedData/iSoul-ervmuugfdxbpmohhmtpcemztfvyw/Build/Products/Release/libevent.framework depends on itself.  This target might include its own product.
    File /Users/username/Library/Developer/Xcode/DerivedData/iSoul-ervmuugfdxbpmohhmtpcemztfvyw/Build/Products/Release/libXMLFramework.framework depends on itself.  This target might include its own product.

I've cloned the repository, opened iSoul/iSoul.xcodeproj in XCode and cleaned the project.

Are there any other initial steps before the project can be built?

After reconnect, side issues can't be removed.

Title says it all and below log points an observer not being connected.

Hope someone can fix it. Perhaps a related issue, sometimes when you remove an upload item and switch to downloads and back again to uploads, the deleted item reappears.. might file a separate issue for this.

ae

2012-07-05 11:39:38.696 iSoul[23135:60b] -[MainWindowController removeSideItem:]@987: Removing side item
2012-07-05 11:39:38.697 iSoul[23135:60b] Cannot remove an observer <ChatViewController 0x100367850> for the key path "messages" from <Room 0x107c18000> because it is not registered as an observer.
2012-07-05 11:39:38.698 iSoul[23135:60b](0 CoreFoundation 0x00007fff975cff56 __exceptionPreprocess + 198
1 libobjc.A.dylib 0x00007fff8ba7bd5e objc_exception_throw + 43
2 CoreFoundation 0x00007fff975cfd8a +[NSException raise:format:arguments:] + 106
3 CoreFoundation 0x00007fff975cfd14 +[NSException raise:format:] + 116
4 Foundation 0x00007fff90e52eca -[NSObject%28NSKeyValueObserverRegistration%29 _removeObserver:forProperty:] + 619
5 Foundation 0x00007fff90e52c08 -[NSObject%28NSKeyValueObserverRegistration%29 removeObserver:forKeyPath:] + 121
6 iSoul 0x000000010000bb94 -[ChatViewController leaveRoom:private:] + 149
7 iSoul 0x00000001000164ec -[MainWindowController removeSideItem:] + 686
8 CoreFoundation 0x00007fff975bf70d -[NSObject performSelector:withObject:] + 61
9 AppKit 0x00007fff91a37f7e -[NSApplication sendAction:to:from:] + 139
10 AppKit 0x00007fff91a37eb2 -[NSControl sendAction:to:] + 88
11 AppKit 0x00007fff91a37ddd -[NSCell _sendActionFrom:] + 137
12 AppKit 0x00007fff91a372a0 -[NSCell trackMouse:inRect:ofView:untilMouseUp:] + 2014
13 AppKit 0x00007fff91ab6fc4 -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 489
14 AppKit 0x00007fff91a35eaa -[NSControl mouseDown:] + 786
15 AppKit 0x00007fff91a01348 -[NSWindow sendEvent:] + 6306
16 AppKit 0x00007fff9199aa55 -[NSApplication sendEvent:] + 5593
17 AppKit 0x00007fff919310c6 -[NSApplication run] + 555
18 AppKit 0x00007fff91bad244 NSApplicationMain + 867
19 iSoul 0x0000000100001324 start + 52
20 ??? 0x0000000000000002 0x0 + 2)
2012-07-05 11:39:57.814 iSoul[23135:60b] -[MainWindowController changeView:] [Line 1213] switching view to Transfers
2012-07-05 11:40:11.308 iSoul[23135:60b] -[DownloadViewController updateQueuePositions:] [Line 193] requesting 0 queue updates
2012-07-05 11:40:14.727 iSoul[23135:60b] -[MainWindowController changeView:] [Line 1213] switching view to Transfers
2012-07-05 11:40:28.896 iSoul[23135:60b] -[DataStore addMessage:toRoom:forUser:isPrivate:isEvent:]@462: iSoul
2012-07-05 11:40:28.896 iSoul[23135:60b] -[MuseekdConnectionController userJoinedRoom:] [Line 1360] user bleble joined room iSoul
2012-07-05 11:40:34.641 iSoul[23135:60b] -[MainWindowController changeView:] [Line 1213] switching view to Transfers

How do I soulsseek

I have a mac and when I try to download soulsseek everything goes threw and then when I double click it has it crossed out , how do I fix this

museek daemon 100% cpu usage

On version 0.5.0, I got again 100% cpu usage. Now I found it is actually the museek daemon. If you need more info, let me know.

Suggestion: User Image chooser in Preferences

I think a small UI element to make it more apparent that a user can set a user image in Preferences/Account would be beneficial. I didn't realize that this was even possible until I had read something about it in a commit. Upon going to the Account Preferences, it wasn't immediately obvious that a user can do so; I randomly tried dragging and dropping and it worked. I'm not sure what the Apple HID would say about this, but I think it'd be beneficial nonetheless as it is a nice feature.

As an example, in OS X's System Preferences/Users & Groups there is a little down arrow that become visible on hover that makes this obvious. Also, in iChat/Messages, there is a "Choose" button that when clicked, drops down a dialog where one can choose and crop a picture. Two different ways of achieving the same thing, but helps.

What do you guys think?

Version number is incorrect

In version 0.5.0b1 the version number still reads 0.4.3b1 if you go to "About iSoul". This should be updated to reflect the correct version number.

can't build from source

I downloaded latest source in zip archive and I'm trying to compile it in Xcode 4.2 running on 10.6.8 on 32-bit machine.
I adjusted project and target settings to use 10.6 SDK and produce 32-bit code only. When I try to build it, it fails with following error during libevent compilation:

libevent/libevent/bufferevent_ratelim.c:832:7:{832:7-832:19}{832:5-832:6}: error: implicit conversion from 'long long' to 'ssize_t' (aka 'long') changes value from 9223372036854775807 to -1 [-Werror,-Wconstant-conversion,3]

libevent/libevent/bufferevent_ratelim.c:851:7:{851:7-851:19}{851:5-851:6}: error: implicit conversion from 'long long' to 'ssize_t' (aka 'long') changes value from 9223372036854775807 to -1 [-Werror,-Wconstant-conversion,3]

Flesh out the wiki

Create some wiki pages explaining a couple of things:

  • basic use of the app
  • how to compile (should be easy :-P )
  • faq
  • ...?

Setting download folder doesn't work for partials.

I have set a new folder for the downloads, but the incomplete downloads remain in ~/Downloads/iSoul/incomplete/

Is this for a specific reason?

Duh, overlooked the separate setting for the incomplete folder.. issue closed.

auto-reconnect when errors happen?

I often have connexion errors in my downloads. It will be nice to have iSoul trying to reconnect when it happens. Make it try several times before giving up.

BrowseView content stays locked

There are 2 separate issues here, probably connected.

  1. BrowseView displays duplicate items (same files from the same user) for selected wishlist search. When the searched files are found first time their count in the sidebar and the content of the BrowseView is displayed correctly. After some time (I don't know what is the exact frequency for wishlist search) same files are found again, and they are added to file count in the sidebar (file count is usually duplicated) and also they are displayed in BrowseView. If the files are found again in the next wishlist search update they are added again...After second wishlist search update if the same files are found again, usually only item count in sidebar updates (first count x 3) and content of BrowseView stays locked.
  2. If this happens BrowseView only displays the results of last wishlist search update (and only that one that has duplicated files), and it doesn't change if you select different search item, regular or from the wishlist, in sidebar. You can actually start new search but you can not see the results of it even if the item count in the sidebar is updated.

It's difficult issue to describe. Sorry if description is not clear enough.

Create a readme

Create a nice readme for the project and link form it to the wiki page(s).

All my download queue completely disappeared

Hi, all of a sudden, after restarting the app, all my download queue completely disappeared. This might be related to running out of HD space. Is there any log that can be checked to see what happened? Is there any way of restoring my queue?
Thanks in advance.

0.5.0 b1 not auto adding to iTunes

I'm running iSoul 0.5.0 b1 on Mac OS X 10.7.3 with iTunes 10.5.3 and have turned on the option to auto add files
(audio and video) to iTunes once they are downloaded.

Although any of the files that are downloaded are being added to iTunes.

By looking at the logs at ~/Library/Logs/rainbow.log I see the following error message:

2012-02-20 20:53:55.195 iSoul[7754:4f3b] Could not connect to the iTunes library

My iTunes library is located at ~/Music/iTunes/ with the following library files and directory within it (besides the unrelated files/directories):

  • iTunes Library.itl
  • iTunes Music Library.xml
  • iTunes Media/

All of these files and directory are set with proper permission bits (0644 and 0755 respectively).

Bug/feature: resume uploads

Bug: When one tries to resume a stalled or "cannot connect" upload, the queued file is transferred to the download queue.. After that it disrupts the queue; i.e. one cannot delete an item in the queue any longer, it just reappears.

Feature: To resolve that problem, allow resuming of stalled uploads.

some characters are not supported

Some special characters (like this one: โ€™) or some languages glyphs (like japanese) are not supported. When browsing my own files these characters are replaced with "รฏยฟยฝรฏยฟยฝรฏยฟยฝ" chains. The problematic thing is I can't upload these files. I see errors of files being not present (don't remember the exact error name right now).

Mismatch type from NSImage to NSData in Users' icons

Recently I get this kind of exceptions:
2012-03-05 08:54:19.028 iSoul[3738:807] Unacceptable type of value for attribute: property = "picture"; desired type =NSData; given type = NSImage; value = <NSImage 0x1051562f0 Size={560, 560} Reps=(
"NSBitmapImageRep 0x105163e40 Size={560, 560} ColorSpace=iMac colorspace BPS=8 BPP=24 Pixels=560x560 Alpha=NO Planar=NO Format=0 CurrentBacking=<CGImageRef: 0x105144700> CGImageSource=0x105165ef0"
)>.
2012-03-05 08:54:19.030 iSoul[3738:807](0 CoreFoundation 0x00007fff8e024fc6 __exceptionPreprocess + 198
1 libobjc.A.dylib 0x00007fff91ae3d5e objc_exception_throw + 43
2 CoreData 0x00007fff8b9c7c94 _PFManagedObject_coerceValueForKeyWithDescription + 868
3 CoreData 0x00007fff8b99d54f _sharedIMPL_setvfk_core + 175
4 iSoul 0x000000010002c9f4 -[MuseekdConnectionController readUserInfo:] + 1300
5 iSoul 0x000000010002ffc9 -[MuseekdConnectionController processMessage:] + 857
6 CoreFoundation 0x00007fff8e01475d -[NSObject performSelector:withObject:] + 61
7 iSoul 0x0000000100031cb8 -[MuseekReader readMessage] + 824
8 iSoul 0x0000000100031d8b -[MuseekReader stream:handleEvent:] + 171
9 CoreFoundation 0x00007fff8dfe381b _signalEventSync + 107
10 CoreFoundation 0x00007fff8e0294a7 _cfstream_shared_signalEventSync + 615
11 CoreFoundation 0x00007fff8df936e1 CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION + 17
12 CoreFoundation 0x00007fff8df92f4d __CFRunLoopDoSources0 + 253
13 CoreFoundation 0x00007fff8dfb9d39 __CFRunLoopRun + 905
14 CoreFoundation 0x00007fff8dfb9676 CFRunLoopRunSpecific + 230
15 HIToolbox 0x00007fff9141a31f RunCurrentEventLoopInMode + 277
16 HIToolbox 0x00007fff914215c9 ReceiveNextEventCommon + 355
17 HIToolbox 0x00007fff91421456 BlockUntilNextEventMatchingListInMode + 62
18 AppKit 0x00007fff87aebf5d _DPSNextEvent + 659
19 AppKit 0x00007fff87aeb861 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
20 AppKit 0x00007fff87ae819d -[NSApplication run] + 470
21 AppKit 0x00007fff87d66b88 NSApplicationMain + 867
22 iSoul 0x0000000100001d12 main + 34
23 iSoul 0x0000000100001ce4 start + 52
24 ??? 0x0000000000000002 0x0 + 2)

Checking the model it seems that the User class requires NSData but everywhere else in the code it requires an NSImage. I remember it worked in the past, when this discrepancy could have happened?

music wont download

when i double click the music i want, it just says " queued remotely " and dosent download. what does that mean and how do i get it to work?

Incomplete chat room list

When I connect to the soulseek network with SoulseeX you have the option to "Reload" the chat room list and when you do it the total number of available chats largely increases. With iSoul we can only, at the moment, get the initial chat list. I guess it is the soulseek protocol that limits the initial amount of chat rooms at the first request. We shall dig deep into it.

heavy cpu load

I'm on Lion (10.7) and will get some heavy cpu load when running the latest iSoul binary (around 67,3%). Any suggestions?

iSoul believes same name = same file

It's an old bug and it's my biggest gripe with isoul. If I try to download different files with the same name iSoul will think it's one file. It will results in a corrupted patchwork file.

I'd love to see this fixed. That will be great.

Suggestion: iTunes-like filter field

Problem: When you have a load of search results, it's not always easy to find the file you want, it requires quite some digging. An iTunes-like filter field in the bar above is a real time saver. Perhaps move the search field then to the left bar.

some suggestions for chat/PM

  1. I really miss not having dates for messages. I often don't know if the message have been posted seconds ago or an hour ago. And it's abit frustrating.
  2. I'd love to have a bouncing icon (or even growl notification) only for Personnal Messages.

Ignore feature.

Hi. I don't know how to open a request, so... Here I am.

Is there any possible way to have the ignore feature in iSoul in the futur ? Can you do this ?

Cheers.

iSoul not launching - all versions - lion 10.7.3

i just tried isoul again to see its progress and every time i launch it, its icon keeps bouncing on the dock. if i left click on it, isoul just quits, if i wait long enough it eventually stops bouncing but right clicking on it says "app not responding". a left click still quits it. happens from 0.3.4 to the latest beta on lion 10.7.3. fixing disk permissions and rebooting doesn't fix it. did the 10.7.3 update break anything? thanks.

Sparkle Update Error

Am getting the following error when checking for updates in the app...

"Update Error!

An error occurred in retrieving update information. Please try again later."

Also, I found this in the Console...

2012-04-16 18:05:46.760 iSoul[15276:60b] Sparkle Error: An error occurred in retrieving update information. Please try again later.
2012-04-16 18:05:46.760 iSoul[15276:60b] Sparkle Error (continued): An error occurred while parsing the update feed.

Crash report + log

Ok, this is a reproducible crash. Do a search, have a search results list. Now delete the search results ([-] in left bar). Then do the same search again from the top bar; crash.

Process: iSoul [32875]
Path: /Users/USER/*/iSoul.app/Contents/MacOS/iSoul
Identifier: com.bdp.iSoul
Version: 0.5.0 (0.5.0)
Code Type: X86-64 (Native)
Parent Process: launchd [213]

Date/Time: 2012-05-15 23:30:32.318 +0200
OS Version: Mac OS X 10.7.4 (11E53)
Report Version: 9

Interval Since Last Report: 181541 sec
Crashes Since Last Report: 6
Per-App Interval Since Last Report: 181474 sec
Per-App Crashes Since Last Report: 1
Anonymous UUID: 0A3FBF3D-CDE4-421F-A47D-53BCFA00AA2C

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

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

VM Regions Near 0x1098422f:
-->
__TEXT 0000000100000000-000000010003e000 [ 248K] r-x/rwx SM=COW /Users/USER/*/iSoul.app/Contents/MacOS/iSoul

Application Specific Information:
objc_msgSend() selector name: retain
objc[32875]: garbage collection is OFF

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 libobjc.A.dylib 0x00007fff8d5d3350 objc_msgSend_vtable13 + 16
1 com.apple.Foundation 0x00007fff857a0e86 NSKVOPendingNotificationCreate + 398
2 com.apple.Foundation 0x00007fff857a0cd0 NSKeyValuePushPendingNotificationPerThread + 103
3 com.apple.Foundation 0x00007fff8577fa6d NSKeyValueWillChange + 489
4 com.apple.Foundation 0x00007fff8574df37 -[NSObject(NSKeyValueObserverNotification) willChangeValueForKey:] + 241
5 com.apple.CoreData 0x00007fff89290810 _sharedIMPL_setvfk_core + 128
6 com.bdp.iSoul 0x000000010001c70a -[MuseekdConnectionController readSearchReply:] + 260
7 com.apple.CoreFoundation 0x00007fff8bc3770d -[NSObject performSelector:withObject:] + 61
8 com.bdp.iSoul 0x000000010001e1d8 -[MuseekReader readMessage] + 538
9 com.apple.CoreFoundation 0x00007fff8bc0652b _signalEventSync + 107
10 com.apple.CoreFoundation 0x00007fff8bc4c437 _cfstream_shared_signalEventSync + 615
11 com.apple.CoreFoundation 0x00007fff8bbb64f1 CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION + 17
12 com.apple.CoreFoundation 0x00007fff8bbb5d5d __CFRunLoopDoSources0 + 253
13 com.apple.CoreFoundation 0x00007fff8bbdcb49 __CFRunLoopRun + 905
14 com.apple.CoreFoundation 0x00007fff8bbdc486 CFRunLoopRunSpecific + 230
15 com.apple.HIToolbox 0x00007fff84ae94d3 RunCurrentEventLoopInMode + 277
16 com.apple.HIToolbox 0x00007fff84af0781 ReceiveNextEventCommon + 355
17 com.apple.HIToolbox 0x00007fff84af060e BlockUntilNextEventMatchingListInMode + 62
18 com.apple.AppKit 0x00000001000d2e31 _DPSNextEvent + 659
19 com.apple.AppKit 0x00000001000d2735 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
20 com.apple.AppKit 0x00000001000cf071 -[NSApplication run] + 470
21 com.apple.AppKit 0x000000010034b244 NSApplicationMain + 867
22 com.bdp.iSoul 0x0000000100001614 start + 52

Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0 libsystem_c.dylib 0x00007fff8413510b szone_free + 98
1 libdispatch.dylib 0x00007fff8d6dd6d5 _dispatch_cache_cleanup + 33
2 libdispatch.dylib 0x00007fff8d6de3d1 _dispatch_mgr_thread2 + 52
3 libdispatch.dylib 0x00007fff8d6de736 _dispatch_mgr_invoke + 839
4 libdispatch.dylib 0x00007fff8d6dd31a _dispatch_mgr_thread + 54

Thread 2:: com.apple.CFSocket.private
0 libsystem_kernel.dylib 0x00007fff871d9df2 __select + 10
1 com.apple.CoreFoundation 0x00007fff8bc25c8b __CFSocketManager + 1355
2 libsystem_c.dylib 0x00007fff8411b8bf _pthread_start + 335
3 libsystem_c.dylib 0x00007fff8411eb75 thread_start + 13

Thread 3:
0 libsystem_kernel.dylib 0x00007fff871da192 __workq_kernreturn + 10
1 libsystem_c.dylib 0x00007fff8411d594 _pthread_wqthread + 758
2 libsystem_c.dylib 0x00007fff8411eb85 start_wqthread + 13

Thread 4:
0 libsystem_kernel.dylib 0x00007fff871da192 __workq_kernreturn + 10
1 libsystem_c.dylib 0x00007fff8411d594 _pthread_wqthread + 758
2 libsystem_c.dylib 0x00007fff8411eb85 start_wqthread + 13

Thread 5:
0 libsystem_kernel.dylib 0x00007fff871da192 __workq_kernreturn + 10
1 libsystem_c.dylib 0x00007fff8411d594 _pthread_wqthread + 758
2 libsystem_c.dylib 0x00007fff8411eb85 start_wqthread + 13

Thread 6:: Dispatch queue: com.apple.root.default-overcommit-priority
0 libdispatch.dylib 0x00007fff8d6dd8fd _dispatch_worker_thread2 + 151
1 libsystem_c.dylib 0x00007fff8411d3da _pthread_wqthread + 316
2 libsystem_c.dylib 0x00007fff8411eb85 start_wqthread + 13

Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x0000000010984217 rbx: 0x0000000000000001 rcx: 0x0000000000000011 rdx: 0x0000000101b1c710
rdi: 0x00000001077e3850 rsi: 0x00007fff72ef8710 rbp: 0x00007fff5fbfe140 rsp: 0x00007fff5fbfe0f8
r8: 0x00000000000000c8 r9: 0x00007fff72f0c2d0 r10: 0x0000000000000040 r11: 0x0000000000000004
r12: 0x0000000108e01980 r13: 0x00007fff72ef8710 r14: 0x00000001034158e0 r15: 0x00000001031d4ad0
rip: 0x00007fff8d5d3350 rfl: 0x0000000000010246 cr2: 0x000000001098422f
Logical CPU: 2

Binary Images:
0x100000000 - 0x10003dff7 +com.bdp.iSoul (0.5.0 - 0.5.0) /Users/USER//iSoul.app/Contents/MacOS/iSoul
0x100066000 - 0x100077ff7 +de.codingmonkeys.TCMPortMapper (1.3.2 - 1.3.2) <0BA807CF-16FD-321C-A1B5-082F8906E260> /Users/USER/
/iSoul.app/Contents/Frameworks/TCMPortMapper.framework/Versions/A/TCMPortMapper
0x100082000 - 0x10008eff7 +com.growl.growlframework (1.2.1 - 1.2.1) <07C81561-C93B-503F-4666-A8F8D8DD4305> /Users/USER//iSoul.app/Contents/Frameworks/Growl.framework/Versions/A/Growl
0x10009a000 - 0x1000b1fff +org.andymatuschak.Sparkle (1.5 Beta 6 - 313) <9253F8F7-250B-1114-7AE9-A10A54EB2298> /Users/USER/
/iSoul.app/Contents/Frameworks/Sparkle.framework/Versions/A/Sparkle
0x1000ca000 - 0x100cd0ff7 com.apple.AppKit (6.7.3 - 1138.47) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x101355000 - 0x10163eff7 com.apple.security (7.0 - 55148.1) /System/Library/Frameworks/Security.framework/Versions/A/Security
0x101758000 - 0x1017c1fff com.apple.coreui (1.2.2 - 165.10) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x101800000 - 0x101810ff7 com.apple.opengl (1.7.7 - 1.7.7) <0CA11278-746C-353A-923B-BCC0047190C3> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x101818000 - 0x10184bff7 com.apple.GSS (2.2 - 2.0) <971395D0-B9D0-3FDE-B23F-6F9D0A2FB95F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x101863000 - 0x1018b5ff7 libGLU.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x1018c4000 - 0x1018cafff libGFXShared.dylib (??? - ???) <8A61FA67-EB3C-319D-AE3C-64936FB26BAC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x1018d0000 - 0x10190fff7 libGLImage.dylib (??? - ???) <49BB4404-68F1-3839-A5C9-983405B59F52> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x101917000 - 0x101919fff libCVMSPluginSupport.dylib (??? - ???) <1C73D331-6F6C-3872-A011-1C41FBF49F2A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x10191e000 - 0x101921fff libCoreVMClient.dylib (??? - ???) <934D0D11-C34F-3C06-A352-21BB8FFE9774> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x101926000 - 0x101953ff7 com.apple.opencl (1.50.69 - 1.50.69) <57939F7D-3626-30E2-883D-8A7CCB3F8763> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x10195f000 - 0x101a42fff libcrypto.0.9.7.dylib (0.9.7 - compatibility 0.9.7) <358B5B40-43B2-3F92-9FD3-DAA68806E1FF> /usr/lib/libcrypto.0.9.7.dylib
0x101e72000 - 0x101e72ff1 +cl_kernels (??? - ???) <49245EE9-3234-4B50-A2A7-94A3118047F7> cl_kernels
0x101fe5000 - 0x101fe8ff7 libCoreFSCache.dylib (??? - ???) <70D5EB80-24F5-3837-9302-EBD4CFCE5CBA> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
0x10376a000 - 0x103771fff com.apple.URLMount.AFPPlugin (4.0.1 - 4.0.1) /System/Library/Filesystems/NetFSPlugins/afp.bundle/Contents/MacOS/afp
0x103778000 - 0x103783ff7 com.apple.AppleSRP (1.0 - 1) /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
0x10379f000 - 0x1037a0ff3 +cl_kernels (??? - ???) cl_kernels
0x1037bb000 - 0x1037c1fef libcldcpuengine.dylib (1.50.69 - compatibility 1.0.0) <303313AD-2D57-37A5-922B-3194C5DCD007> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
0x1037e5000 - 0x1037e5ff5 +cl_kernels (??? - ???) <0021C623-B348-4C7A-B08F-D19216C52085> cl_kernels
0x1037f3000 - 0x1037f3ffd +cl_kernels (??? - ???) <621882AD-DB72-4126-B16B-CA7B06A8AF39> cl_kernels
0x1037f8000 - 0x1037f8ff5 +cl_kernels (??? - ???) <04386AA3-4EE1-4C7D-A280-CE5FF156A066> cl_kernels
0x105b2f000 - 0x105b2fffd +cl_kernels (??? - ???) <2634AD2E-8727-4414-A584-C6D5ADBC1FEA> cl_kernels
0x105b35000 - 0x105b36ff3 +cl_kernels (??? - ???) cl_kernels
0x105d52000 - 0x105de5ff7 unorm8_argb.dylib (1.50.69 - compatibility 1.0.0) <62C3F70B-9B04-39BD-BE29-582A1DE89A90> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_argb.dylib
0x105e57000 - 0x105e5afff libLatinSuppConverter.dylib (54.0.0 - compatibility 1.0.0) <7E087B67-5698-34B6-9F16-1E0C1C3FF0DD> /System/Library/CoreServices/Encodings/libLatinSuppConverter.dylib
0x107a00000 - 0x107a93ff7 unorm8_bgra.dylib (1.50.69 - compatibility 1.0.0) <5FB796A4-1AD0-3B4D-AA83-F8A46E039224> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra.dylib
0x107ab2000 - 0x107afeff7 com.apple.AppleShareClientCore (2.5.1 - 2.5.1) <1E2C6C2C-F18C-3BC5-99A1-A7C3AAD42B9A> /System/Library/Frameworks/AppleShareClientCore.framework/Versions/A/AppleShareClientCore
0x107b1b000 - 0x107bacff7 unorm8_rgba.dylib (1.50.69 - compatibility 1.0.0) <2683BD70-B7EE-3A60-A39C-2360B3C2A301> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_rgba.dylib
0x1093ef000 - 0x1093f0ff3 +cl_kernels (??? - ???) <014E4E13-DAA6-49E1-8B9B-98CF792240B6> cl_kernels
0x1093f6000 - 0x1093f7ffc +cl_kernels (??? - ???) cl_kernels
0x7fff6816e000 - 0x7fff681a2baf dyld (195.6 - ???) <0CD1B35B-A28F-32DA-B72E-452EAD609613> /usr/lib/dyld
0x7fff82960000 - 0x7fff82a60fff com.apple.QuickLookUIFramework (3.2 - 500.16) <0BACF8C4-5A7B-31EE-B4AA-3CCF8615C9A8> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x7fff82a61000 - 0x7fff82a80fff libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib
0x7fff82a81000 - 0x7fff82e9eff7 com.apple.SceneKit (125.3 - 125.4) <12AD6DBE-F3A3-34D6-BA01-B211BEAFD48F> /System/Library/PrivateFrameworks/SceneKit.framework/Versions/A/SceneKit
0x7fff836ad000 - 0x7fff836d3fff com.apple.framework.familycontrols (3.0 - 300) <93828BC1-3D83-3A93-99A5-F0E7951AFC6C> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x7fff836d4000 - 0x7fff8385efff com.apple.QTKit (7.7.1 - 2330) <4B5363D4-4854-342F-8B95-DE6559075B46> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x7fff8385f000 - 0x7fff83864fff libcache.dylib (47.0.0 - compatibility 1.0.0) <3D114C8A-AD1F-3C78-9E8C-B8F3810740E5> /usr/lib/system/libcache.dylib
0x7fff83865000 - 0x7fff83866ff7 libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib
0x7fff83867000 - 0x7fff839cefff com.apple.CFNetwork (520.4.3 - 520.4.3) <31D7A595-375E-341A-8E97-21E73CC62E4A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff839cf000 - 0x7fff839deff7 libxar-nossl.dylib (??? - ???) /usr/lib/libxar-nossl.dylib
0x7fff839df000 - 0x7fff839e7fff libsystem_dnssd.dylib (??? - ???) /usr/lib/system/libsystem_dnssd.dylib
0x7fff83a1e000 - 0x7fff83a24fff com.apple.DiskArbitration (2.4.1 - 2.4.1) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff83a53000 - 0x7fff83ae9ff7 libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff83aea000 - 0x7fff83aedfff com.apple.AppleSystemInfo (1.0 - 1) /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
0x7fff83aee000 - 0x7fff83af3fff com.apple.OpenDirectory (10.7 - 146) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff83af4000 - 0x7fff83af7ff7 com.apple.securityhi (4.0 - 1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fff83cc2000 - 0x7fff83cc8fff libmacho.dylib (800.0.0 - compatibility 1.0.0) <548BAEB6-8C4C-3B0F-AB0C-7E1C960BCAB5> /usr/lib/system/libmacho.dylib
0x7fff83d79000 - 0x7fff83e80fe7 libsqlite3.dylib (9.6.0 - compatibility 9.0.0) /usr/lib/libsqlite3.dylib
0x7fff83e81000 - 0x7fff83e81fff com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff83e82000 - 0x7fff83f61ff7 com.apple.ImageIO.framework (3.1.2 - 3.1.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff83f62000 - 0x7fff83f8ffe7 libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <7BEBB139-50BB-3112-947A-F4AA168F991C> /usr/lib/libSystem.B.dylib
0x7fff84039000 - 0x7fff840ccff7 com.apple.PDFKit (2.6.3 - 2.6.3) <49BF9CDC-E902-3CAC-9C04-3302545907D5> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x7fff840cd000 - 0x7fff841aafef libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib
0x7fff841ab000 - 0x7fff841affff libdyld.dylib (195.5.0 - compatibility 1.0.0) /usr/lib/system/libdyld.dylib
0x7fff84321000 - 0x7fff84323fff com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x7fff84324000 - 0x7fff84363fff com.apple.AE (527.7 - 527.7) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff84398000 - 0x7fff8445fff7 com.apple.ColorSync (4.7.4 - 4.7.4) <590AFCDA-F10E-31FE-9B01-DA5FFE74C2BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff844a5000 - 0x7fff844d4fff com.apple.shortcut (2.1 - 2.1) <43C186C0-6B0F-39FA-976A-C307CC410495> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
0x7fff844d5000 - 0x7fff844d6ff7 libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib
0x7fff844d7000 - 0x7fff844e4fff libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <528BAA66-C38C-3093-84B5-92A7832CE7BC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x7fff844e5000 - 0x7fff84509fff com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff84550000 - 0x7fff84874fff com.apple.AddressBook.framework (6.1.2 - 1090) <65FE6A36-F3F8-37FE-8B88-50F20F278779> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
0x7fff84875000 - 0x7fff84ae3ff7 com.apple.QuartzComposer (5.0 - 236.7) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
0x7fff84ae4000 - 0x7fff84ae6ff7 com.apple.print.framework.Print (7.4 - 247.3) <626C58D5-2841-3329-8C32-9F4A8353F3E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x7fff84ae7000 - 0x7fff84e13ff7 com.apple.HIToolbox (1.9 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff84e18000 - 0x7fff84e45fff com.apple.quartzfilters (1.7.0 - 1.7.0) <65DCAA1D-6958-3031-91C8-EC10BB1B948F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
0x7fff84f4d000 - 0x7fff84f93fff libcurl.4.dylib (7.0.0 - compatibility 7.0.0) <2C442396-1006-3765-92D2-60869D4641CE> /usr/lib/libcurl.4.dylib
0x7fff84f94000 - 0x7fff85728fef com.apple.CoreAUC (6.16.11 - 6.16.11) <3D40FEA5-AFE7-3752-A52E-D0F80304320A> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x7fff85729000 - 0x7fff85736fff com.apple.KerberosHelper (3.0 - 1.0) <5223379A-8854-36CF-B15C-44E0107EEE4C> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosHelper
0x7fff85737000 - 0x7fff85a50fff com.apple.Foundation (6.7.2 - 833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff85a94000 - 0x7fff85aa6ff7 libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib
0x7fff85bfc000 - 0x7fff85c1cfff libPng.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff85c1d000 - 0x7fff86050ff7 com.apple.VideoToolbox (1.0 - 705.78) <7F115540-88CF-3087-951A-7073F7D58F4D> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x7fff86051000 - 0x7fff862c6ff7 com.apple.imageKit (2.1.2 - 1.0) <5BAA52A9-F359-31E4-8109-74EBCEB626B4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0x7fff862c7000 - 0x7fff862d2ff7 com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <6540EAF2-E3BF-3D2E-B4C1-F106180D6F20> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fff862d3000 - 0x7fff862dafff libCGXCoreImage.A.dylib (600.0.0 - compatibility 64.0.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
0x7fff862db000 - 0x7fff8635fff7 com.apple.ApplicationServices.ATS (317.11.0 - ???) <082DEAFE-8A93-3AF2-B4E5-30012E725929> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff86365000 - 0x7fff863a3fff com.apple.bom (11.0 - 183) <14A5A4D8-4639-3F87-A096-5A830D54E9FF> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
0x7fff863a4000 - 0x7fff863cffff libpcre.0.dylib (1.1.0 - compatibility 1.0.0) <7D3CDB0A-840F-3856-8F84-B4A50E66431B> /usr/lib/libpcre.0.dylib
0x7fff863d0000 - 0x7fff863edff7 com.apple.openscripting (1.3.3 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fff863ee000 - 0x7fff86428fe7 com.apple.DebugSymbols (2.1 - 87) /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fff868e3000 - 0x7fff868effff com.apple.DirectoryService.Framework (10.7 - 146) <65C78AE3-89B8-3372-8359-31FD520781D5> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x7fff868f6000 - 0x7fff869ebfff libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib
0x7fff86a2c000 - 0x7fff86a2dfff libunc.dylib (24.0.0 - compatibility 1.0.0) <0482C762-746D-37EB-A8C9-E1048CF70462> /usr/lib/system/libunc.dylib
0x7fff86be7000 - 0x7fff86be7fff libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib
0x7fff86c07000 - 0x7fff86c07fff com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff86c08000 - 0x7fff86c33ff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) /usr/lib/libxslt.1.dylib
0x7fff86c37000 - 0x7fff86c3bfff libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) /usr/lib/system/libmathCommon.A.dylib
0x7fff86c3c000 - 0x7fff86f58fff com.apple.CoreServices.CarbonCore (960.24 - 960.24) <6F99A26B-788F-37B9-860F-508906EC06D7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff870c6000 - 0x7fff870c6fff com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff870c7000 - 0x7fff871c1ff7 com.apple.DiskImagesFramework (10.7.4 - 331.6) /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
0x7fff871c2000 - 0x7fff871c2fff com.apple.Carbon (153 - 153) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fff871c3000 - 0x7fff871e3fff libsystem_kernel.dylib (1699.26.8 - compatibility 1.0.0) <1DDC0B0F-DB2A-34D6-895D-E5B2B5618946> /usr/lib/system/libsystem_kernel.dylib
0x7fff871e4000 - 0x7fff87246ff7 com.apple.Symbolication (1.3 - 91) /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x7fff87247000 - 0x7fff87280fe7 libssl.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <79AAEC98-1258-3DA4-B1C0-4120049D390B> /usr/lib/libssl.0.9.8.dylib
0x7fff87281000 - 0x7fff875d4fff com.apple.FinderKit (1.0.3 - 1.0.3) /System/Library/PrivateFrameworks/FinderKit.framework/Versions/A/FinderKit
0x7fff875d5000 - 0x7fff8767afff com.apple.ink.framework (1.4 - 110) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fff876dc000 - 0x7fff87757ff7 com.apple.print.framework.PrintCore (7.1 - 366.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff87758000 - 0x7fff877f2ff7 com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff87807000 - 0x7fff87823fff com.apple.ScriptingBridge (1.2.1 - ???) <3E99B861-E011-3594-A9C4-E39B7EFE2F3F> /System/Library/Frameworks/ScriptingBridge.framework/Versions/A/ScriptingBridge
0x7fff87824000 - 0x7fff87864fff libtidy.A.dylib (??? - ???) /usr/lib/libtidy.A.dylib
0x7fff87865000 - 0x7fff8786afff libpam.2.dylib (3.0.0 - compatibility 3.0.0) /usr/lib/libpam.2.dylib
0x7fff8786b000 - 0x7fff87871fff IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff87872000 - 0x7fff87876fff libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <2B1215A0-1B43-39C3-B4F4-392D71D08FFA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x7fff87877000 - 0x7fff8792aff7 com.apple.CoreText (220.20.0 - ???) <0E979362-15E4-3955-BF54-B5961361D1CC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff8792b000 - 0x7fff87947ff7 com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x7fff87948000 - 0x7fff8798cff7 com.apple.MediaKit (12 - 602) <0C2CBEDA-412F-3DDF-9C74-44114E5E0DB9> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x7fff8798d000 - 0x7fff87a99fff libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib
0x7fff87aa4000 - 0x7fff87af8ff7 com.apple.ScalableUserInterface (1.0 - 1) /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
0x7fff87af9000 - 0x7fff87afeff7 libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib
0x7fff87b7b000 - 0x7fff87bbbff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <5328C0AB-F169-3786-A3EC-9E82E960CAAF> /usr/lib/libcups.2.dylib
0x7fff87bbc000 - 0x7fff87bd1fff com.apple.FileSync.framework (6.0.1 - 502.2) <65A5CD1B-766D-33F8-8AC1-0984499838E9> /System/Library/PrivateFrameworks/FileSync.framework/Versions/A/FileSync
0x7fff87bd2000 - 0x7fff87bd5fff com.apple.help (1.3.2 - 42) <416BA8D2-9A2F-3F07-9E6B-E1231A92AAC0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fff87bf6000 - 0x7fff87c79fef com.apple.Metadata (10.7.0 - 627.32) <38735923-2EB5-3133-BE36-BDD65A7E47DB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff87c7a000 - 0x7fff87c7afff com.apple.ApplicationServices (41 - 41) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff87c7b000 - 0x7fff87c92fff com.apple.MultitouchSupport.framework (231.4 - 231.4) <10A978D1-8781-33F0-BE45-60C9171F7278> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff87c93000 - 0x7fff87ccefff com.apple.LDAPFramework (3.2 - 120.2) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x7fff87ccf000 - 0x7fff87d18ff7 com.apple.framework.CoreWLAN (2.1.2 - 212.2) <5E421E2D-50EA-340E-A5EE-C848DD6FC34F> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x7fff87d25000 - 0x7fff87d27fff libquarantine.dylib (36.6.0 - compatibility 1.0.0) <0EBF714B-4B69-3E1F-9A7D-6BBC2AACB310> /usr/lib/system/libquarantine.dylib
0x7fff87d28000 - 0x7fff87d2efff com.apple.phonenumbers (1.0 - 47) <0398EEEE-DBA1-36B6-AE0E-AABBDC17AF4F> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers
0x7fff87d8a000 - 0x7fff88251fff FaceCoreLight (1.4.7 - compatibility 1.0.0) /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
0x7fff882a6000 - 0x7fff886d3fff libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff886d4000 - 0x7fff886d4fff com.apple.audio.units.AudioUnit (1.7.2 - 1.7.2) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff886d5000 - 0x7fff88735fff libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff88736000 - 0x7fff88938fff libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <38CD6ED3-C8E4-3CCD-89AC-9C3198803101> /usr/lib/libicucore.A.dylib
0x7fff88c1c000 - 0x7fff88c87ff7 com.apple.framework.IOKit (2.0 - ???) <6C604894-7F61-3130-8499-20791D14577F> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff88c88000 - 0x7fff8912dfff com.apple.RawCamera.bundle (3.12.0 - 615) <10CCCC87-4A1E-3343-BF09-1C6640B56F45> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x7fff8912e000 - 0x7fff8915eff7 com.apple.DictionaryServices (1.2.1 - 158.2) <3FC86118-7553-38F7-8916-B329D2E94476> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff8915f000 - 0x7fff891b6fff com.apple.Suggestions (1.1 - 85.1) /System/Library/PrivateFrameworks/Suggestions.framework/Versions/A/Suggestions
0x7fff891b7000 - 0x7fff891d1fff com.apple.CoreMediaAuthoring (2.0 - 891) /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
0x7fff891d2000 - 0x7fff891e9fff com.apple.CFOpenDirectory (10.7 - 144) <99A746A5-870A-33DB-9E4F-30A0D755A8F6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff891ea000 - 0x7fff8923dfff com.apple.AppleVAFramework (5.0.14 - 5.0.14) /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x7fff8924c000 - 0x7fff89476fe7 com.apple.CoreData (104.1 - 358.14) <6BB64605-8DA7-337D-A2AB-A3346A421CBD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff89477000 - 0x7fff896eafff com.apple.CoreImage (7.98 - 1.0.1) <73485E4E-1407-3913-AB3C-B54986A3E01C> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff89725000 - 0x7fff89732ff7 libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <8EDE3492-D916-37B2-A066-3E0F054411FD> /usr/lib/libbz2.1.0.dylib
0x7fff89733000 - 0x7fff8984cfff com.apple.DesktopServices (1.6.3 - 1.6.3) <20812ECE-CACC-3D44-8108-025EF6B45C14> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff8984d000 - 0x7fff8989eff7 com.apple.CoreMediaIO (212.0 - 3199.1.1) /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
0x7fff899a2000 - 0x7fff899c9fff com.apple.framework.internetaccounts (1.2 - 3) <483427CA-8140-355D-B668-78F5A5F1A1D6> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/InternetAccounts
0x7fff899d9000 - 0x7fff89adefff libFontParser.dylib (??? - ???) <759645F2-8CB1-358C-AF41-BA3797CD0F60> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff8a6e4000 - 0x7fff8a785ff7 com.apple.LaunchServices (480.33 - 480.33) <45EF2044-3396-3910-9B5B-C8F7777D5F56> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff8a78a000 - 0x7fff8a800fff com.apple.ISSupport (1.9.8 - 56) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
0x7fff8a801000 - 0x7fff8a843ff7 libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) /usr/lib/system/libcommonCrypto.dylib
0x7fff8a844000 - 0x7fff8a8a1ff7 com.apple.QuickLookFramework (3.2 - 500.16) <46017A4B-9E2B-329C-A8D9-2C11DE6C1A47> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x7fff8a8a2000 - 0x7fff8a8a7fff libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib
0x7fff8a8a8000 - 0x7fff8a8d1fff com.apple.datadetectors (3.3 - 172.6) <4C5A759B-7CB7-3C0E-8C50-DC2CCE92F5F7> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetectors
0x7fff8ac2d000 - 0x7fff8acbfff7 com.apple.CorePDF (3.1 - 3.1) /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
0x7fff8acc0000 - 0x7fff8acc1fff libffi.dylib (??? - ???) /usr/lib/libffi.dylib
0x7fff8acc2000 - 0x7fff8acd7fff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <1158319D-3B16-3000-94D8-E4234CEC6152> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff8acd8000 - 0x7fff8ace6ff7 com.apple.AppleFSCompression (37 - 1.0) /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x7fff8ad59000 - 0x7fff8ad67ff7 libkxld.dylib (??? - ???) /usr/lib/system/libkxld.dylib
0x7fff8ad68000 - 0x7fff8ae65ff7 com.apple.avfoundation (2.0 - 180.40) /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
0x7fff8ae66000 - 0x7fff8ae6bfff libGIF.dylib (??? - ???) <8763F67F-A881-30B6-B20E-D395B4D9FD58> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff8ae6c000 - 0x7fff8bba3fff com.apple.WebCore (7534.56 - 7534.56.5) <4E63291C-539E-32E3-8B1C-EA8E546B3159> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x7fff8bba4000 - 0x7fff8bd78ff7 com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff8bd79000 - 0x7fff8be1bfff com.apple.securityfoundation (5.0 - 55116) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff8be24000 - 0x7fff8bf08fff com.apple.CoreServices.OSServices (478.46 - 478.46) <70BEE269-8F4D-3FDC-B1AD-A591C0CB37E5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff8c114000 - 0x7fff8c130fff com.apple.frameworks.preferencepanes (15.0 - 15.0) /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
0x7fff8c131000 - 0x7fff8c145ff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff8c146000 - 0x7fff8c16ffff libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff8c18c000 - 0x7fff8c18dff7 libsystem_sandbox.dylib (??? - ???) <96D38E74-F18F-3CCB-A20B-E8E3ADC4E166> /usr/lib/system/libsystem_sandbox.dylib
0x7fff8c18e000 - 0x7fff8c199fff com.apple.CommonAuth (2.2 - 2.0) <77E6F0D0-85B6-30B5-B99C-F57104DD2EBA> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff8c19a000 - 0x7fff8c1deff7 libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <22B2A10A-34B5-3787-88C9-B2722FE79504> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x7fff8c1df000 - 0x7fff8c233fff libFontRegistry.dylib (??? - ???) <822DD341-C735-36C9-9521-E8E98807D09D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff8c234000 - 0x7fff8c2aafff libc++.1.dylib (28.1.0 - compatibility 1.0.0) /usr/lib/libc++.1.dylib
0x7fff8c3c4000 - 0x7fff8c412fff libauto.dylib (??? - ???) /usr/lib/libauto.dylib
0x7fff8c413000 - 0x7fff8c4fdfff com.apple.backup.framework (1.3.3 - 1.3.3) <6C49FBCF-D6AF-3351-BBBF-A98A622CA517> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x7fff8c4fe000 - 0x7fff8c634fff com.apple.vImage (5.1 - 5.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff8c635000 - 0x7fff8c63cfff com.apple.NetFS (4.0 - 4.0) /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff8c63d000 - 0x7fff8c695fff libTIFF.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff8c696000 - 0x7fff8c697fff libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib
0x7fff8c698000 - 0x7fff8c6d3fff libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib
0x7fff8c6d4000 - 0x7fff8c9f6fe7 com.apple.JavaScriptCore (7534.56 - 7534.56.6) <675725F8-37C4-3B80-ADB0-7B6AE908A908> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x7fff8ca0a000 - 0x7fff8ca32fff com.apple.PerformanceAnalysis (1.11 - 11) <8D4C6382-DD92-37A2-BCFC-E89951320848> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fff8ca33000 - 0x7fff8ca34fff libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff8ca35000 - 0x7fff8ca3bff7 libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib
0x7fff8ca51000 - 0x7fff8caadff7 com.apple.HIServices (1.21 - ???) <9645CFA8-63BE-3A0D-A636-56D9827E6C8C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff8caaf000 - 0x7fff8cb25fff com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fff8cb26000 - 0x7fff8cb26fff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff8cb27000 - 0x7fff8cc34fff libJP2.dylib (??? - ???) <5BE8CFA7-00C2-3BDE-BC20-5FF6DC18B415> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff8cc35000 - 0x7fff8cdbfff7 com.apple.WebKit (7534.56 - 7534.56.5) /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x7fff8d4f0000 - 0x7fff8d558ff7 com.apple.audio.CoreAudio (4.0.2 - 4.0.2) /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff8d567000 - 0x7fff8d5aeff7 com.apple.CoreMedia (1.0 - 705.78) /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x7fff8d5af000 - 0x7fff8d5c5ff7 com.apple.ImageCapture (7.0.1 - 7.0.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x7fff8d5c6000 - 0x7fff8d5c7fff liblangid.dylib (??? - ???) /usr/lib/liblangid.dylib
0x7fff8d5c8000 - 0x7fff8d6ace5f libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib
0x7fff8d6ad000 - 0x7fff8d6d6fff com.apple.CoreVideo (1.7 - 70.3) <9A9D4058-9935-3B0A-B1A6-27EB78D02249> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff8d6d7000 - 0x7fff8d6dafff libRadiance.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff8d6db000 - 0x7fff8d6e9fff libdispatch.dylib (187.9.0 - compatibility 1.0.0) <1D5BE322-A9B9-3BCE-8FAC-076FB07CF54A> /usr/lib/system/libdispatch.dylib
0x7fff8d783000 - 0x7fff8d7ddff7 com.apple.ImageCaptureCore (3.0.3 - 3.0.3) <12C722EE-3A13-3937-ABDF-EDC922F4C299> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
0x7fff8d7de000 - 0x7fff8d7e5fff libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <65602684-33B1-32DE-802B-050CE07659AC> /usr/lib/system/libcopyfile.dylib
0x7fff8d7e6000 - 0x7fff8d8e8fff libxml2.2.dylib (10.3.0 - compatibility 10.0.0) /usr/lib/libxml2.2.dylib
0x7fff8d8ec000 - 0x7fff8d902fff libGL.dylib (??? - ???) <6A473BF9-4D35-34C6-9F8B-86B68091A9AF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff8d90f000 - 0x7fff8def3fff libBLAS.dylib (??? - ???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff8def4000 - 0x7fff8defbff7 com.apple.CommerceCore (1.0 - 17) <95285481-4162-308B-85E9-E0A47D4F3766> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
0x7fff8defc000 - 0x7fff8e2a5fef com.apple.MediaToolbox (1.0 - 705.78) /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x7fff8e53e000 - 0x7fff8e5aefff com.apple.datadetectorscore (3.0 - 179.4) <9C01D16F-75A9-3BDD-B91A-F0F32261A2E7> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff8e652000 - 0x7fff8e664ff7 libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib
0x7fff8e66c000 - 0x7fff8e670ff7 com.apple.CommonPanels (1.2.5 - 94) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x7fff8e671000 - 0x7fff8e7cafff com.apple.audio.toolbox.AudioToolbox (1.7.2 - 1.7.2) <0AD8197C-1BA9-30CD-98F1-4CA2C6559BA8> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff8e7cb000 - 0x7fff8e7ddff7 libsasl2.2.dylib (3.15.0 - compatibility 3.0.0) <6245B497-784B-355C-98EF-2DC6B45BF05C> /usr/lib/libsasl2.2.dylib
0x7fff8e7de000 - 0x7fff8e97dff7 com.apple.QuartzCore (1.7 - 270.4) <97E20A5F-652B-3E85-8C46-DCB777248ECD> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff8e97e000 - 0x7fff8ea03ff7 com.apple.Heimdal (2.2 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff8ea04000 - 0x7fff8ea0fff7 libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib
0x7fff8ebf2000 - 0x7fff8ec1bff7 com.apple.framework.Apple80211 (7.2.1 - 721.3) <4BA49D6F-373B-3F4E-A2B3-453C2ED66318> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x7fff8ec1c000 - 0x7fff8ec39fff libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib
0x7fff8ec78000 - 0x7fff8eca3ff7 com.apple.CoreServicesInternal (113.17 - 113.17) /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x7fff8eca4000 - 0x7fff8ecb2fff com.apple.HelpData (2.1.2 - 72.2) <363E36C5-F7C0-34A6-83D3-97C8FB6511F0> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
0x7fff8ecb3000 - 0x7fff8ed26fff libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib
0x7fff8ed27000 - 0x7fff8ed31ff7 liblaunch.dylib (392.38.0 - compatibility 1.0.0) <6ECB7F19-B384-32C1-8652-2463C1CF4815> /usr/lib/system/liblaunch.dylib
0x7fff8ed3e000 - 0x7fff8ee1cfff com.apple.DiscRecording (6.0.4 - 6040.4.1) /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x7fff8ee1d000 - 0x7fff8ee52fff com.apple.securityinterface (5.0 - 55022.4) <09EC371E-0B6E-3849-A6C9-F8E9DB17BBCD> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
0x7fff8ee53000 - 0x7fff8ee53fff com.apple.Cocoa (6.6 - ???) <9E3D4787-A2CE-38E0-BEF8-E5DA63B6E6A1> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x7fff8ee5a000 - 0x7fff8ee63ff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) /usr/lib/system/libsystem_notify.dylib
0x7fff8ee64000 - 0x7fff8ee72fff com.apple.NetAuth (1.0 - 3.0) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff8ee73000 - 0x7fff8eeb4fff com.apple.QD (3.40 - ???) <47674D2C-BE88-388E-B1B0-03F08BFFE5FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff8eeb5000 - 0x7fff8ef01ff7 com.apple.SystemConfiguration (1.11.3 - 1.11) <0A7F1982-B4EA-3424-A0C7-FE46C6224F03> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff8ef02000 - 0x7fff8ef0dff7 com.apple.DisplayServicesFW (2.5.4 - 323.3) <5E7F7A88-9313-3C31-87BD-80F3361DA338> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
0x7fff8ef2a000 - 0x7fff8ef2afff com.apple.quartzframework (1.5 - 1.5) /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x7fff8ef54000 - 0x7fff8ef78fff com.apple.RemoteViewServices (1.4 - 44.1) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fff8ef79000 - 0x7fff8f916c9f com.apple.CoreGraphics (1.600.0 - ???) <1DB9C92C-DFA8-36ED-B513-998134462148> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff8f917000 - 0x7fff8f92aff7 libCRFSuite.dylib (??? - ???) <322486D1-359C-3059-BF53-D4B038621E18> /usr/lib/libCRFSuite.dylib

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

VM Region Summary:
ReadOnly portion of Libraries: Total=218.0M resident=90.1M(41%) swapped_out_or_unallocated=128.0M(59%)
Writable regions: Total=266.8M written=137.9M(52%) resident=179.0M(67%) swapped_out=20.8M(8%) unallocated=87.8M(33%)

REGION TYPE VIRTUAL
=========== =======
CG backing stores 7408K
CG image 5888K
CG raster data 676K
CG shared images 3544K
CoreGraphics 16K
CoreImage 72K
CoreServices 3376K
MALLOC 222.0M
MALLOC guard page 48K
Memory tag=240 4K
Memory tag=242 12K
Memory tag=251 68K
OpenCL 88K
STACK GUARD 56.0M
Stack 10.6M
VM_ALLOCATE 16.4M
__CI_BITMAP 80K
__DATA 20.8M
__IMAGE 528K
__LINKEDIT 53.7M
__RC_CAMERAS 244K
__TEXT 164.3M
__UNICODE 544K
mapped file 46.7M
shared memory 31.8M
=========== =======
TOTAL 644.3M

Model: MacBookAir4,2, BootROM MBA41.0077.B0F, 2 processors, Intel Core i5, 1.7 GHz, 4 GB, SMC 1.73f63
Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In, 384 MB
Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80CE, 0x4D34373142353737334448302D4348392020
Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80CE, 0x4D34373142353737334448302D4348392020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xE9), Broadcom BCM43xx 1.0 (5.106.198.4.20)
Bluetooth: Version 4.0.5f11, 2 service, 18 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
Serial ATA Device: APPLE SSD SM256C, 251 GB
USB Device: hub_device, 0x0424 (SMSC), 0x2513, 0xfa100000 / 3
USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x024d, 0xfa120000 / 5
USB Device: BRCM20702 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0xfa110000 / 4
USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x821f, 0xfa113000 / 8
USB Device: FaceTime Camera (Built-in), apple_vendor_id, 0x850a, 0xfa200000 / 2
USB Device: hub_device, 0x0424 (SMSC), 0x2513, 0xfd100000 / 2
USB Device: My Book, 0x1058 (Western Digital Technologies, Inc.), 0x1104, 0xfd120000 / 4
USB Device: Internal Memory Card Reader, apple_vendor_id, 0x8404, 0xfd110000 / 3

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.