Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stonesense + DFHack not shutting down cleanly #51

Open
Simons-Mith opened this issue May 2, 2017 · 16 comments
Open

Stonesense + DFHack not shutting down cleanly #51

Simons-Mith opened this issue May 2, 2017 · 16 comments
Assignees

Comments

@Simons-Mith
Copy link

Mac OS 10.9.5, dfhack 43.05.beta2

This is a cut and paste of DFHack/dfhack#1084
(This is with the fresh dylib version as supplied today to fix dfhack issue 1083)

What I do:

run dfhack
load fortress (created in 43.05), which starts out paused.
Run 'ssense' or 'stonesense' from dfhack command line

stonesense window comes up correctly centred on wherever in the fortress the cursor was set.

admire fortress

close Stonesense window.

Save game.

Select Quit from dwarf Fortress main menu

Dwarf Fortress still has the Stonesense icon, and it won't shut down until Force Quit.
At that point DF is forcibly removed and the dfhack terminal window reports this:

Stonesense launched
Using allegro version 5.2.2 r1
Stonesense shutdown.
Clearing all animal hospitals
[DFHack]# /Applications/Games/Dwarf Fortress/dfhack: line 15: 2031 Killed: 9 DYLD_INSERT_LIBRARIES=./hack/libdfhack.dylib ./dwarfort.exe "$@"

logout

[Process completed]

@lethosor
Copy link
Member

lethosor commented May 2, 2017

Do you have a crash report?

@Simons-Mith
Copy link
Author

Simons-Mith commented May 3, 2017

No crash report is generated. Last few lines from the log file are [Edit - I added a few more]:

...
Invoking: tweak max-wheelbarrow
Enabled tweak max-wheelbarrow (max_wheelbarrow_hook::render)
Enabled tweak max-wheelbarrow (max_wheelbarrow_hook::feed)
Invoking: tweak shift-8-scroll
Enabled tweak shift-8-scroll (shift_8_scroll_hook::feed)
Invoking: tweak title-start-rename
Enabled tweak title-start-rename (title_start_rename_hook::feed)
Enabled tweak title-start-rename (title_start_rename_hook::render)
Invoking: tweak tradereq-pet-gender
Enabled tweak tradereq-pet-gender (pet_gender_hook::render)
Invoking: enable title-version
Invoking: enable manipulator
Invoking: enable search
Invoking: enable automaterial
Invoking: enable confirm dwarfmonitor mousequery autogems automelt autotrade buildingplan resume trackstop zone stocks autochop stockpiles
Invoking: embark-tools enable sticky sand mouse
Invoking: modtools/extra-gamelog enable
Invoking: enable gui/extended-status
Invoking: view-item-info enable
Invoking: gui/load-screen enable
UNKNOWN CLASS 'ack21dfhack_lua_viewscreenE': vtable = 0x1026484d0
Invoking: gui/prerelease-warning
loaded map in prerelease build
Invoking: stonesense
Client connection established.
Client connection established.
Shutting down client connection.

But nothing else because the kill -9 just brutally butchers the game before it can log anything more. As I said, you select quit and the game just sits at that point. It isn't hanging completely because it continues playing its guitar music, but having selected quit no further interaction is possible save for Force-quitting the non-responsive Dwarf Fortress window.

@lethosor
Copy link
Member

lethosor commented May 3, 2017

Ah, that makes more sense. Can you still run commands in the console, like die?

@RosaryMala
Copy link
Member

This sounds rather similar to the issue Stonesense was having on windows, until very recently.
I never did figure out what was causing it, but it seemed to have solved itself after upgrading stonesense.

@lethosor
Copy link
Member

lethosor commented May 3, 2017

Do you mean upgrading Allegro? This is using Allegro 5.2.2. I think I've seen it before (occasionally) with Allegro 5.0.9, though.

@Simons-Mith
Copy link
Author

Simons-Mith commented May 3, 2017

Well I just accidentally typed gg in the dfhack console and here's the results:

Logfile:
Invoking: gui/load-screen enable
UNKNOWN CLASS 'ack21dfhack_lua_viewscreenE': vtable = 0x1026484d0
Invoking: gui/prerelease-warning
loaded map in prerelease build
Invoking: ssense
Client connection established.
Client connection established.
Shutting down client connection.
Invoking: gg

Terminal:
Stonesense shutdown.
Clearing all animal hospitals
[DFHack]# gg
/Applications/Games/Dwarf Fortress/dfhack: line 15: 4013 Segmentation fault: 11 DYLD_INSERT_LIBRARIES=./hack/libdfhack.dylib ./dwarfort.exe "$@"

logout

[Process completed]

When I type ls - this is /after/ selecting Quit I got the usual output from ls followed by a similar segmentation fault:

Terminal:
...
reload PLUGIN|-all [...] - Reload a plugin or all loaded plugins.
enable/disable PLUGIN [...] - Enable or disable a plugin if supported.
type COMMAND - Display information about where a command is implemented

plugins:
/Applications/Games/Dwarf Fortress/dfhack: line 15: 4077 Segmentation fault: 11 DYLD_INSERT_LIBRARIES=./hack/libdfhack.dylib ./dwarfort.exe "$@"

logout

[Process completed]

Invoking die kills it cleanly:

Logfile:
Client connection established.
Client connection established.
Shutting down client connection.
Invoking: die

Terminal:
[DFHack]# ssense
Stonesense launched
Using allegro version 5.2.2 r1
Stonesense shutdown.
Clearing all animal hospitals
[DFHack]# die

logout

[Process completed]

@RosaryMala
Copy link
Member

Yeah, sorry, I meant upgrading Allegro.

I used to see the exact same issue on Windows all the time, and was never able to solve it.

@lethosor
Copy link
Member

lethosor commented May 3, 2017

@Simons-Mith Interesting. Do you get a crash report from that? If not, try running this:

lua ~df.reinterpret_cast('char',1)

I'm hoping that any crash reports you can get might include a backtrace from whatever thread(s) have hung.

@JapaMala is it possible that the two "Client connection established." lines followed by just one "Shutting down client connection." line are related?

@Simons-Mith
Copy link
Author

Typing that lua command from the dfhack terminal does nothing. The terminal just sits there. The log appears as below. I can't try it after any of the other commands because all of them terminate with a logout and a process completed.

Invoking: gui/prerelease-warning
loaded map in prerelease build
Invoking: stonesense
Client connection established.
Client connection established.
Shutting down client connection.
Invoking: lua ~df.reinterpret_cast('char',1)

When I Force Quit i get the same killed: 9 message as before:

Invoking: gui/prerelease-warning
loaded map in prerelease build
Invoking: stonesense
Client connection established.
Client connection established.
Shutting down client connection.
Invoking: lua ~df.reinterpret_cast('char',1)

/Applications/Games/Dwarf Fortress/dfhack: line 15: 4368 Killed: 9 DYLD_INSERT_LIBRARIES=./hack/libdfhack.dylib ./dwarfort.exe "$@"

logout

[Process completed]

@lethosor
Copy link
Member

lethosor commented May 3, 2017

Huh, the Lua command should have crashed.

Anyway, DF definitely crashed when you ran "gg" and "ls" - did those give you crash reports? (If not, do you have crash reports turned off?)

@Simons-Mith
Copy link
Author

Simons-Mith commented May 3, 2017

Oh whoops, they were just stashed in a different area of the logfiles. This one says thread zero crashed, as do all except two of the others. Will post the two others (thread 7 and thread 15) separately. On double-checking the timestamps, Thread 15 seems to be the Lua crash.

Process: dwarfort.exe [1994]
Path: /Applications/Games/*/dwarfort.exe
Identifier: dwarfort.exe
Version: ???
Code Type: X86-64 (Native)
Parent Process: sh [1988]
Responsible: Terminal [320]
User ID: 501

Date/Time: 2017-05-02 19:41:04.466 +0100
OS Version: Mac OS X 10.9.5 (13F1911)
Report Version: 11
Anonymous UUID: AFF5D849-19DC-2EFE-A08D-A8800595682D

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

Exception Type: EXC_CRASH (SIGSEGV)
Exception Codes: 0x0000000000000000, 0x0000000000000000

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 libsystem_kernel.dylib 0x00007fff871faa1a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff871f9d18 mach_msg + 64
2 com.apple.CoreGraphics 0x00007fff89f991ca CGSCaptureImageProviderBytePointer + 114
3 com.apple.CoreGraphics 0x00007fff89f62341 CGDataProviderGetBytePtr + 77
4 com.apple.AppKit 0x00007fff8868e69e -[_NSFullScreenTransition _getWindowSnapshotImageForWindowIDs:withShadow:] + 138
5 com.apple.AppKit 0x00007fff8868eb20 -[_NSFullScreenTransition _takeEndingWindowSnapshots:withShadow:] + 72
6 com.apple.AppKit 0x00007fff8868fca7 -[_NSFullScreenTransition captureCurrentAfterScreenShotsIncludingShadow:] + 56
7 com.apple.AppKit 0x00007fff88691898 -[_NSWindowFullScreenTransition captureCurrentAfterScreenShotsIncludingShadow:] + 75
8 com.apple.AppKit 0x00007fff8868edc5 -[_NSFullScreenTransition _startFullScreenTransitionForCGWindow:targetFrame:duration:completionHandler:] + 272
9 com.apple.AppKit 0x00007fff88691f29 -[_NSWindowFullScreenTransition _exitFullScreenModeForWindow:duration:completionHandler:] + 182
10 com.apple.AppKit 0x00007fff880cff02 __76-[_NSWindowFullScreenTransition exitFullScreenTransitionForWindow:animated:]_block_invoke + 450
11 libxpc.dylib 0x00007fff8cfe2ca2 _xpc_connection_reply_callout + 47
12 libxpc.dylib 0x00007fff8cfe2c2e _xpc_connection_call_reply + 36
13 libdispatch.dylib 0x00007fff8b90028d _dispatch_client_callout + 8
14 libdispatch.dylib 0x00007fff8b907ef0 _dispatch_main_queue_callback_4CF + 333
15 com.apple.CoreFoundation 0x00007fff858b54f9 CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE + 9
16 com.apple.CoreFoundation 0x00007fff85870714 __CFRunLoopRun + 1636
17 com.apple.CoreFoundation 0x00007fff8586fe75 CFRunLoopRunSpecific + 309
18 com.apple.HIToolbox 0x00007fff8d50da0d RunCurrentEventLoopInMode + 226
19 com.apple.HIToolbox 0x00007fff8d50d7b7 ReceiveNextEventCommon + 479
20 com.apple.HIToolbox 0x00007fff8d50d5bc _BlockUntilNextEventMatchingListInModeWithFilter + 65
21 com.apple.AppKit 0x00007fff87dcd24e _DPSNextEvent + 1434
22 com.apple.AppKit 0x00007fff87dcc89b -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
23 SDL 0x0000000102b4543c 0x102b1f000 + 156732
24 SDL 0x0000000102b24efd SDL_PumpEvents + 38
25 SDL 0x0000000102b24f31 SDL_PollEvent + 14
26 libdfhack.1.0.0.dylib 0x00000001023ddb0e DFH_SDL_PollEvent + 62
27 dwarfort.exe 0x000000010100059c 0x100000000 + 16778652
28 dwarfort.exe 0x0000000101001362 0x100000000 + 16782178
29 dwarfort.exe 0x0000000101135bbf 0x100000000 + 18045887

Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0 libsystem_kernel.dylib 0x00007fff871ff662 kevent64 + 10
1 libdispatch.dylib 0x00007fff8b902421 _dispatch_mgr_invoke + 239
2 libdispatch.dylib 0x00007fff8b902136 _dispatch_mgr_thread + 52

Thread 2:
0 libsystem_kernel.dylib 0x00007fff871fe716 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff86a6ac3b _pthread_cond_wait + 727
2 SDL 0x0000000102b4d52e SDL_CondWaitTimeout + 158
3 SDL 0x0000000102b4d811 SDL_SemWaitTimeout + 93
4 dwarfort.exe 0x0000000100fff5be 0x100000000 + 16774590
5 dwarfort.exe 0x0000000100fff8a0 0x100000000 + 16775328
6 SDL 0x0000000102b4231a 0x102b1f000 + 144154
7 SDL 0x0000000102b4d967 0x102b1f000 + 190823
8 libsystem_pthread.dylib 0x00007fff86a68899 _pthread_body + 138
9 libsystem_pthread.dylib 0x00007fff86a6872a _pthread_start + 137
10 libsystem_pthread.dylib 0x00007fff86a6cfc9 thread_start + 13

Thread 3:: com.apple.audio.IOThread.client
0 libsystem_kernel.dylib 0x00007fff871faa1a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff871f9d18 mach_msg + 64
2 com.apple.audio.CoreAudio 0x00007fff889837fc HALB_MachPort::SendMessageWithReply(unsigned int, unsigned int, unsigned int, unsigned int, mach_msg_header_t*, bool, unsigned int) + 98
3 com.apple.audio.CoreAudio 0x00007fff8898378a HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int) + 42
4 com.apple.audio.CoreAudio 0x00007fff88981efc HALC_ProxyIOContext::IOWorkLoop() + 1140
5 com.apple.audio.CoreAudio 0x00007fff889819dd HALC_ProxyIOContext::IOThreadEntry(void*) + 97
6 com.apple.audio.CoreAudio 0x00007fff8898189d HALB_IOThread::Entry(void*) + 75
7 libsystem_pthread.dylib 0x00007fff86a68899 _pthread_body + 138
8 libsystem_pthread.dylib 0x00007fff86a6872a _pthread_start + 137
9 libsystem_pthread.dylib 0x00007fff86a6cfc9 thread_start + 13

Thread 4:
0 libsystem_kernel.dylib 0x00007fff871fea3a __semwait_signal + 10
1 libsystem_c.dylib 0x00007fff8eaa8dcc nanosleep + 200
2 libsystem_c.dylib 0x00007fff8eaa8cbe usleep + 54
3 libfmodex.dylib 0x00000001029e4a40 0x1029e0000 + 19008
4 libfmodex.dylib 0x0000000102a65995 FMOD::SystemI::createSoundInternal(char const*, unsigned int, unsigned int, unsigned int, FMOD_CREATESOUNDEXINFO*, FMOD::File**, bool, FMOD::SoundI**) + 23205
5 libsystem_pthread.dylib 0x00007fff86a68899 _pthread_body + 138
6 libsystem_pthread.dylib 0x00007fff86a6872a _pthread_start + 137
7 libsystem_pthread.dylib 0x00007fff86a6cfc9 thread_start + 13

Thread 5:
0 libsystem_kernel.dylib 0x00007fff871faa1a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff871f9d18 mach_msg + 64
2 com.apple.CoreFoundation 0x00007fff85870f15 __CFRunLoopServiceMachPort + 181
3 com.apple.CoreFoundation 0x00007fff85870539 __CFRunLoopRun + 1161
4 com.apple.CoreFoundation 0x00007fff8586fe75 CFRunLoopRunSpecific + 309
5 com.apple.AppKit 0x00007fff87f6d05e _NSEventThread + 144
6 libsystem_pthread.dylib 0x00007fff86a68899 _pthread_body + 138
7 libsystem_pthread.dylib 0x00007fff86a6872a _pthread_start + 137
8 libsystem_pthread.dylib 0x00007fff86a6cfc9 thread_start + 13

Thread 6:
0 libsystem_kernel.dylib 0x00007fff871fe746 __psynch_mutexwait + 10
1 libsystem_pthread.dylib 0x00007fff86a6b779 _pthread_mutex_lock + 372
2 ruby.plug.dylib 0x000000010be3092c df_rubythread(void*) + 2972
3 ruby.plug.dylib 0x000000010be344ba tthread::thread::wrapper_function(void*) + 10
4 libsystem_pthread.dylib 0x00007fff86a68899 _pthread_body + 138
5 libsystem_pthread.dylib 0x00007fff86a6872a _pthread_start + 137
6 libsystem_pthread.dylib 0x00007fff86a6cfc9 thread_start + 13

Thread 7:
0 libsystem_kernel.dylib 0x00007fff871ff94a poll + 10
1 org.ruby-lang.ruby 0x000000010bf630de 0x10be3f000 + 1196254
2 libsystem_pthread.dylib 0x00007fff86a68899 _pthread_body + 138
3 libsystem_pthread.dylib 0x00007fff86a6872a _pthread_start + 137
4 libsystem_pthread.dylib 0x00007fff86a6cfc9 thread_start + 13

Thread 8:
0 libsystem_kernel.dylib 0x00007fff871fe9aa __select + 10
1 libdfhack.1.0.0.dylib 0x00000001023dae48 DFHack::Private::prompt_loop(tthread::recursive_mutex*, DFHack::CommandHistory&) + 536
2 libdfhack.1.0.0.dylib 0x00000001023da05c DFHack::Console::lineedit(std::string const&, std::string&, DFHack::CommandHistory&) + 364
3 libdfhack.1.0.0.dylib 0x0000000102155966 fIOthread(void*) + 582
4 libdfhack.1.0.0.dylib 0x00000001024188ea tthread::thread::wrapper_function(void*) + 10
5 libsystem_pthread.dylib 0x00007fff86a68899 _pthread_body + 138
6 libsystem_pthread.dylib 0x00007fff86a6872a _pthread_start + 137
7 libsystem_pthread.dylib 0x00007fff86a6cfc9 thread_start + 13

Thread 9:
0 libsystem_kernel.dylib 0x00007fff871fe716 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff86a6ac3b _pthread_cond_wait + 727
2 libdfhack.1.0.0.dylib 0x0000000102154583 fHKthread(void*) + 131
3 libdfhack.1.0.0.dylib 0x00000001024188ea tthread::thread::wrapper_function(void*) + 10
4 libsystem_pthread.dylib 0x00007fff86a68899 _pthread_body + 138
5 libsystem_pthread.dylib 0x00007fff86a6872a _pthread_start + 137
6 libsystem_pthread.dylib 0x00007fff86a6cfc9 thread_start + 13

Thread 10:
0 libsystem_kernel.dylib 0x00007fff871fde02 __accept + 10
1 libdfhack.1.0.0.dylib 0x000000010240d7b5 CPassiveSocket::Accept() + 293
2 libdfhack.1.0.0.dylib 0x0000000102256909 DFHack::ServerMain::threadFn(void*) + 377
3 libdfhack.1.0.0.dylib 0x00000001024188ea tthread::thread::wrapper_function(void*) + 10
4 libsystem_pthread.dylib 0x00007fff86a68899 _pthread_body + 138
5 libsystem_pthread.dylib 0x00007fff86a6872a _pthread_start + 137
6 libsystem_pthread.dylib 0x00007fff86a6cfc9 thread_start + 13

Thread 11:
0 libsystem_kernel.dylib 0x00007fff871fe292 __kill + 10
1 libsystem_platform.dylib 0x00007fff8a9765aa _sigtramp + 26
2 liballegro.5.2.2.dylib 0x000000010c592d57 _draw_tinted_rotated_scaled_bitmap_region + 999
3 liballegro.5.2.2.dylib 0x000000010c592f89 al_draw_tinted_scaled_bitmap + 89

Thread 12:
0 libsystem_kernel.dylib 0x00007fff871fea3a __semwait_signal + 10
1 libsystem_c.dylib 0x00007fff8eaa8dcc nanosleep + 200
2 liballegro.5.2.2.dylib 0x000000010c609d21 al_rest + 65
3 liballegro.5.2.2.dylib 0x000000010c5ce49b timer_thread_proc + 219
4 liballegro.5.2.2.dylib 0x000000010c609e6b thread_proc_trampoline + 11
5 libsystem_pthread.dylib 0x00007fff86a68899 _pthread_body + 138
6 libsystem_pthread.dylib 0x00007fff86a6872a _pthread_start + 137
7 libsystem_pthread.dylib 0x00007fff86a6cfc9 thread_start + 13

Thread 13:
0 libsystem_kernel.dylib 0x00007fff871fe91a __recvfrom + 10
1 libdfhack.1.0.0.dylib 0x000000010240c54c CSimpleSocket::Receive(int, unsigned char*) + 300
2 ??? 0x0000000102ed4000 0 + 4344070144

Thread 14:
0 libsystem_kernel.dylib 0x00007fff871fe716 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff86a6ac3b _pthread_cond_wait + 727
2 libdfhack.1.0.0.dylib 0x000000010214c39b DFHack::Core::Suspend() + 283
3 stonesense.plug.dylib 0x000000010c479f4d read_segment(void*) + 77
4 ??? 0x000000015fc34f08 0 + 5901602568

Thread 15:: CVDisplayLink
0 libsystem_kernel.dylib 0x00007fff871fe716 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff86a6ac3b _pthread_cond_wait + 727
2 com.apple.CoreVideo 0x00007fff8bab5a38 CVDisplayLink::runIOThread() + 656
3 com.apple.CoreVideo 0x00007fff8bab578f startIOThread(void*) + 147
4 libsystem_pthread.dylib 0x00007fff86a68899 _pthread_body + 138
5 libsystem_pthread.dylib 0x00007fff86a6872a _pthread_start + 137
6 libsystem_pthread.dylib 0x00007fff86a6cfc9 thread_start + 13

Thread 16:
0 libsystem_kernel.dylib 0x00007fff871fee6a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff86a69f08 _pthread_wqthread + 330
2 libsystem_pthread.dylib 0x00007fff86a6cfb9 start_wqthread + 13

Thread 17:
0 libsystem_kernel.dylib 0x00007fff871fee6a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff86a69f08 _pthread_wqthread + 330
2 libsystem_pthread.dylib 0x00007fff86a6cfb9 start_wqthread + 13

Thread 18:
0 libsystem_kernel.dylib 0x00007fff871fee6a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff86a69f08 _pthread_wqthread + 330
2 libsystem_pthread.dylib 0x00007fff86a6cfb9 start_wqthread + 13

Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x0000000010004005 rbx: 0x0000000000000002 rcx: 0x00007fff5fbecb68 rdx: 0x0000000000000000
rdi: 0x00007fff5fbf4bc8 rsi: 0x0000000000000002 rbp: 0x00007fff5fbecbb0 rsp: 0x00007fff5fbecb68
r8: 0x000000000001086b r9: 0x0000000000000000 r10: 0x0000000000008000 r11: 0x0000000000200202
r12: 0x0000000000008000 r13: 0x0000000000000000 r14: 0x00007fff5fbf4bc8 r15: 0x000000000001086b
rip: 0x00007fff871faa1a rfl: 0x0000000000200202 cr2: 0x000000010949c000

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

Binary Images:
0x100000000 - 0x1012c8fff +dwarfort.exe (???) /Applications/Games//dwarfort.exe
0x102145000 - 0x102571fef +libdfhack.1.0.0.dylib (0) <5547D40B-B7ED-3B27-AAD0-5BC7B4F4B1AD> /Applications/Games/
/libdfhack.1.0.0.dylib
0x1029e0000 - 0x102ac4ff7 +libfmodex.dylib (1) <9BAFC1DE-619D-2294-56AD-DC481D9DEC73> /Applications/Games//libfmodex.dylib
0x102b1f000 - 0x102b76fff +SDL (1.2.14 - 1.2.14) /Applications/Games/
/SDL.framework/Versions/A/SDL
0x102b89000 - 0x102bc0fff +org.libsdl.SDL-image (1.2.12 - 1.2.12) <2635DCDC-CE72-316B-89CB-E1D5AAD770C4> /Applications/Games//SDL_image.framework/Versions/A/SDL_image
0x102bc8000 - 0x102bcbfff +org.libsdl.SDL-ttf (2.0.11 - 2.0.11) <9ACD8102-0778-39B4-B755-AE0BDC93252A> /Applications/Games/
/SDL_ttf.framework/Versions/A/SDL_ttf
0x102bce000 - 0x102c77fe7 +libstdc++.6.dylib (7.19) /Applications/Games//libstdc++.6.dylib
0x102d76000 - 0x102d89fe1 +libgcc_s.1.dylib (1) <87EC950D-7C3D-ECE5-829B-5C4AD5895901> /Applications/Games/
/libgcc_s.1.dylib
0x102d95000 - 0x102e30ff7 +freetype (2.6.3) <876EF565-AB93-3A07-AFAD-603F070320C1> /Applications/Games//SDL_ttf.framework/Versions/A/Frameworks/freetype.framework/Versions/2.6.3/freetype
0x102e45000 - 0x102e6cfff +libprotobuf-lite.dylib (0) <48AE7164-06E6-3612-BF44-5A48B58B7431> /Applications/Games/
/libprotobuf-lite.dylib
0x102e82000 - 0x102ec7fe7 +liblua.dylib (0) <945ECD6A-CD56-345E-B57F-394165147D55> /Applications/Games//liblua.dylib
0x102ff0000 - 0x102ff4ffd com.apple.audio.AppleHDAHALPlugIn (2.6.3 - 2.6.3f7) <61937EC9-7F0C-37F3-8BFF-466184B39C63> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
0x10643c000 - 0x106442fff +add-spatter.plug.dylib (0) <78EE795E-7A47-39A5-9AAC-56FF464702A5> /Applications/Games/
/add-spatter.plug.dylib
0x106447000 - 0x10644aff7 +changevein.plug.dylib (0) <60C95916-93CA-37B7-B19C-96F197917B1A> /Applications/Games//changevein.plug.dylib
0x107a25000 - 0x107bf6fff com.apple.audio.units.Components (1.10 - 1.10) /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
0x10a4ed000 - 0x10a4f5fff +autodump.plug.dylib (0) /Applications/Games/
/autodump.plug.dylib
0x10a4fb000 - 0x10a4fdfff +title-version.plug.dylib (0) <3D32C7E2-826B-3D4A-9ECF-0D09861FEA97> /Applications/Games//title-version.plug.dylib
0x10afe7000 - 0x10afeaff7 +cleanconst.plug.dylib (0) <3D3F00EB-DCC6-38F8-9CA0-4D7DE50D4283> /Applications/Games/
/cleanconst.plug.dylib
0x10b07c000 - 0x10b08fff7 +3dveins.plug.dylib (0) <02E060E3-EFA1-3D0F-A04D-A34D606160F7> /Applications/Games//3dveins.plug.dylib
0x10b099000 - 0x10b0a8ff7 +autochop.plug.dylib (0) <410F1E33-91D9-37EF-B5F9-A63D1CD455BC> /Applications/Games/
/autochop.plug.dylib
0x10b0b0000 - 0x10b0b5fff +autogems.plug.dylib (0) <5E9755AC-EC58-38A9-8207-4FC751705183> /Applications/Games//autogems.plug.dylib
0x10b0ba000 - 0x10b0c3fff +autohauler.plug.dylib (0) /Applications/Games/
/autohauler.plug.dylib
0x10b0c9000 - 0x10b0d7fe7 +autolabor.plug.dylib (0) <1C44EACA-0E9A-33F2-98B7-5E33E170B4F9> /Applications/Games//autolabor.plug.dylib
0x10b0de000 - 0x10b0edff7 +automaterial.plug.dylib (0) <4F68ECED-500C-3729-8C55-A1ED8F91BF4E> /Applications/Games/
/automaterial.plug.dylib
0x10b0f6000 - 0x10b0faff7 +cleaners.plug.dylib (0) /Applications/Games//cleaners.plug.dylib
0x10b400000 - 0x10b407fff +automelt.plug.dylib (0) <5D7C9791-CBE9-3B56-99BC-75C9C94B1291> /Applications/Games/
/automelt.plug.dylib
0x10b40d000 - 0x10b414fff +autotrade.plug.dylib (0) <09E45BB2-341D-3D18-B1B4-FDBF3BFD8FF1> /Applications/Games//autotrade.plug.dylib
0x10b41a000 - 0x10b424fff +blueprint.plug.dylib (0) /Applications/Games/
/blueprint.plug.dylib
0x10b42b000 - 0x10b434fef +building-hacks.plug.dylib (0) <44B4807A-47CE-3460-8F78-6A34AD7E1D69> /Applications/Games//building-hacks.plug.dylib
0x10b4a0000 - 0x10b4befff +buildingplan.plug.dylib (0) /Applications/Games/
/buildingplan.plug.dylib
0x10b4cd000 - 0x10b4d8fff +burrows.plug.dylib (0) <5FABA51D-3129-3E24-829B-9E595D16DFF3> /Applications/Games//burrows.plug.dylib
0x10b4e2000 - 0x10b4e8fff +changeitem.plug.dylib (0) <167A5542-D5F0-313F-8BBB-91D1F6A9396A> /Applications/Games/
/changeitem.plug.dylib
0x10b4ed000 - 0x10b4f3fff +changelayer.plug.dylib (0) <709B9DD0-D1CE-3FD8-9188-291F721A73E0> /Applications/Games//changelayer.plug.dylib
0x10b4f8000 - 0x10b4fbff7 +cleanowned.plug.dylib (0) <5705B498-72A6-3090-B391-8DBBC331A956> /Applications/Games/
/cleanowned.plug.dylib
0x10b4ff000 - 0x10b506fff +command-prompt.plug.dylib (0) <51B56AE3-941D-3CDE-9254-09D57B4E0720> /Applications/Games//command-prompt.plug.dylib
0x10b50d000 - 0x10b521fe7 +confirm.plug.dylib (0) <80EB5EE5-65B6-3D23-B49E-7FBA0950D157> /Applications/Games/
/confirm.plug.dylib
0x10b552000 - 0x10b558ff7 +createitem.plug.dylib (0) /Applications/Games//createitem.plug.dylib
0x10b55d000 - 0x10b561fff +cursecheck.plug.dylib (0) /Applications/Games/
/cursecheck.plug.dylib
0x10b565000 - 0x10b568ff7 +deramp.plug.dylib (0) <639ED343-5A5A-320A-AA48-F8B80900731D> /Applications/Games//deramp.plug.dylib
0x10b56c000 - 0x10b579ff7 +dig.plug.dylib (0) /Applications/Games/
/dig.plug.dylib
0x10b580000 - 0x10b586ff7 +digFlood.plug.dylib (0) <8E06DE29-37A5-3415-A897-B245C58CDAAF> /Applications/Games//digFlood.plug.dylib
0x10b58b000 - 0x10b5abff7 +dwarfmonitor.plug.dylib (0) <83BE35DB-5CA9-3733-96DE-08C13B7093F7> /Applications/Games/
/dwarfmonitor.plug.dylib
0x10b5fa000 - 0x10b5fdfff +fastdwarf.plug.dylib (0) /Applications/Games//fastdwarf.plug.dylib
0x10bb00000 - 0x10bb07fff +dwarfvet.plug.dylib (0) <9B0724EE-DACC-3751-AC16-A347D22A55C3> /Applications/Games/
/dwarfvet.plug.dylib
0x10bb0c000 - 0x10bb16fff +embark-tools.plug.dylib (0) <0386B73F-0C19-3A9A-8C8F-CEA882FFFF8D> /Applications/Games//embark-tools.plug.dylib
0x10bb1f000 - 0x10bb2afef +eventful.plug.dylib (0) /Applications/Games/
/eventful.plug.dylib
0x10bb56000 - 0x10bb5dff7 +filltraffic.plug.dylib (0) <335461B8-97E6-381D-A639-0A577B81508A> /Applications/Games//filltraffic.plug.dylib
0x10bb62000 - 0x10bb6cff7 +fix-armory.plug.dylib (0) <45874BF1-35AB-33A0-A174-1458B45ABBEB> /Applications/Games/
/fix-armory.plug.dylib
0x10bb74000 - 0x10bb78ff7 +fix-unit-occupancy.plug.dylib (0) <5182E0A3-D5EA-3847-A931-9756E4700996> /Applications/Games//fix-unit-occupancy.plug.dylib
0x10bb7c000 - 0x10bb81fff +fixveins.plug.dylib (0) <4AE9505B-C467-31B8-A16B-CEFFE5BE6527> /Applications/Games/
/fixveins.plug.dylib
0x10bb85000 - 0x10bb88fff +flows.plug.dylib (0) <9EE1C8EB-CC17-3742-8116-4CD3A65CBE51> /Applications/Games//flows.plug.dylib
0x10bb8c000 - 0x10bb8fff7 +follow.plug.dylib (0) <18DC5F43-C811-318C-B56C-A0F57498A81B> /Applications/Games/
/follow.plug.dylib
0x10bb93000 - 0x10bb99ff7 +forceequip.plug.dylib (0) <38E93EB4-2F8C-371B-83D6-CC08179E7A34> /Applications/Games//forceequip.plug.dylib
0x10bb9d000 - 0x10bbbdfef +fortplan.plug.dylib (0) /Applications/Games/
/fortplan.plug.dylib
0x10bbcb000 - 0x10bbd3fff +generated-creature-renamer.plug.dylib (0) <39966F9B-ABD7-331F-931B-17AE13D5C461> /Applications/Games//generated-creature-renamer.plug.dylib
0x10bbd8000 - 0x10bbddff7 +getplants.plug.dylib (0) /Applications/Games/
/getplants.plug.dylib
0x10bbe2000 - 0x10bbf1ff7 +hotkeys.plug.dylib (0) <4D6689C5-F706-3F2B-87ED-F126842FEDD2> /Applications/Games//hotkeys.plug.dylib
0x10bbf9000 - 0x10bbfdfff +infiniteSky.plug.dylib (0) <518313B3-F70E-3EA1-84A1-A79CE2419189> /Applications/Games/
/infiniteSky.plug.dylib
0x10bc01000 - 0x10bc11fef +isoworldremote.plug.dylib (0) <9C81FFC5-118F-30CE-A148-B99FF5B48C4A> /Applications/Games//isoworldremote.plug.dylib
0x10bc1d000 - 0x10bc23fff +jobutils.plug.dylib (0) <63992D8A-12F6-311D-90C1-8AA74F44634F> /Applications/Games/
/jobutils.plug.dylib
0x10bc29000 - 0x10bc3fff7 +labormanager.plug.dylib (0) <5A2D35AE-5706-30F0-A3BB-9D9C63D9D8DB> /Applications/Games//labormanager.plug.dylib
0x10bc49000 - 0x10bc4cff7 +lair.plug.dylib (0) <06769F06-65B9-3DC6-80EB-78393B2F1BC0> /Applications/Games/
/lair.plug.dylib
0x10bc50000 - 0x10bc5ffff +liquids.plug.dylib (0) <6631B529-799F-3712-A973-E0B12E498F3D> /Applications/Games//liquids.plug.dylib
0x10bc68000 - 0x10bc75fef +luasocket.plug.dylib (0) <49B2CE7E-7262-379C-B335-F4131706FEB7> /Applications/Games/
/luasocket.plug.dylib
0x10bc7f000 - 0x10bc9cfef +manipulator.plug.dylib (0) <1939FCAC-CF57-391E-AF21-59BC1F733F6D> /Applications/Games//manipulator.plug.dylib
0x10bcab000 - 0x10bcaefff +misery.plug.dylib (0) <5C39E57F-9C84-3BBA-90D1-79CFE97B368B> /Applications/Games/
/misery.plug.dylib
0x10bcb2000 - 0x10bcb6fff +mode.plug.dylib (0) /Applications/Games//mode.plug.dylib
0x10bcba000 - 0x10bcc3fff +mousequery.plug.dylib (0) <3EB0AFBD-6245-3125-A08B-1977DA49CA42> /Applications/Games/
/mousequery.plug.dylib
0x10bcc9000 - 0x10bcceff7 +petcapRemover.plug.dylib (0) /Applications/Games//petcapRemover.plug.dylib
0x10bcd3000 - 0x10bcd7fff +plants.plug.dylib (0) /Applications/Games/
/plants.plug.dylib
0x10bcdb000 - 0x10bcdffef +power-meter.plug.dylib (0) /Applications/Games//power-meter.plug.dylib
0x10bce5000 - 0x10bceeff7 +probe.plug.dylib (0) <42C94185-DF3A-3039-94A7-F3843B3A9CA4> /Applications/Games/
/probe.plug.dylib
0x10bcf4000 - 0x10bd00fff +prospector.plug.dylib (0) <98B4870E-93EA-3BEF-8E91-C45CA6938935> /Applications/Games//prospector.plug.dylib
0x10bd07000 - 0x10bd0afff +regrass.plug.dylib (0) /Applications/Games/
/regrass.plug.dylib
0x10bd0e000 - 0x10bd92fe7 +RemoteFortressReader.plug.dylib (0) <11BDDC1C-6183-3FC6-8BC9-64B2FE7ABFD0> /Applications/Games//RemoteFortressReader.plug.dylib
0x10bdd4000 - 0x10bde1ff7 +rename.plug.dylib (0) <8CE4012B-515D-33BA-979E-54341D835E4C> /Applications/Games/
/rename.plug.dylib
0x10bdec000 - 0x10be0aff7 +rendermax.plug.dylib (0) <1700B0D0-AF60-3422-A5E9-A7AC56A75993> /Applications/Games//rendermax.plug.dylib
0x10be19000 - 0x10be1cff7 +resume.plug.dylib (0) /Applications/Games/
/resume.plug.dylib
0x10be20000 - 0x10be27ff7 +reveal.plug.dylib (0) <8CD337B6-3296-317E-BA8D-FEB98CBEB578> /Applications/Games//reveal.plug.dylib
0x10be2c000 - 0x10be38fff +ruby.plug.dylib (0) /Applications/Games/
/ruby.plug.dylib
0x10be3f000 - 0x10bfd3fff org.ruby-lang.ruby (10.9 - 2.0.0-p481-104) <62B7973A-0825-3893-93C8-B7449D972D41> /System/Library/Frameworks/Ruby.framework/Ruby
0x10c1a6000 - 0x10c1b0ff7 +seedwatch.plug.dylib (0) /Applications/Games//seedwatch.plug.dylib
0x10c1b5000 - 0x10c1baff7 +showmood.plug.dylib (0) /Applications/Games/
/showmood.plug.dylib
0x10c1be000 - 0x10c1d2fe7 +siege-engine.plug.dylib (0) <9E32AC06-7389-362E-8C25-B26612B1AF31> /Applications/Games//siege-engine.plug.dylib
0x10c1e0000 - 0x10c1ebff7 +sort.plug.dylib (0) /Applications/Games/
/sort.plug.dylib
0x10c1f2000 - 0x10c1f8fff +stockflow.plug.dylib (0) <0B0FE2EA-DAA1-351E-9C20-0269870FD847> /Applications/Games//stockflow.plug.dylib
0x10c300000 - 0x10c330fe7 +search.plug.dylib (0) <88F4D9EE-9E5B-3263-A323-5374DD871829> /Applications/Games/
/search.plug.dylib
0x10c35d000 - 0x10c365fe7 +steam-engine.plug.dylib (0) <0695F461-5CA5-3C64-9C09-7CB97DC0F526> /Applications/Games//steam-engine.plug.dylib
0x10c36c000 - 0x10c3cdfe7 +stockpiles.plug.dylib (0) <1CBED263-19DB-3235-A27B-ECFADCE94657> /Applications/Games/
/stockpiles.plug.dylib
0x10c402000 - 0x10c414fef +stocks.plug.dylib (0) <5295B5C2-BDBB-34D5-9132-844F2BC49492> /Applications/Games//stocks.plug.dylib
0x10c41f000 - 0x10c535fef +stonesense.plug.dylib (0) <52BF2E59-AE68-3442-864C-6F468E862DB2> /Applications/Games/
/stonesense.plug.dylib
0x10c58f000 - 0x10c636ffb +liballegro.5.2.2.dylib (0) <921A2BE1-9BE0-3B56-AB23-8AC5C3A271E2> /Applications/Games//liballegro.5.2.2.dylib
0x10c6ab000 - 0x10c6bafff +liballegro_primitives.5.2.2.dylib (0) <6FE14362-4716-32EE-9761-2BEA47C787D0> /Applications/Games/
/liballegro_primitives.5.2.2.dylib
0x10c6c4000 - 0x10c6c9ffb +liballegro_font.5.2.2.dylib (0) <5FE38646-9A23-3793-87E5-F3BDFF4ED954> /Applications/Games//liballegro_font.5.2.2.dylib
0x10c6cf000 - 0x10c6d2fff +liballegro_color.5.2.2.dylib (0) /Applications/Games/
/liballegro_color.5.2.2.dylib
0x10c6d5000 - 0x10c6deffb +liballegro_image.5.2.2.dylib (0) /Applications/Games//liballegro_image.5.2.2.dylib
0x10c6e4000 - 0x10c6e9ff3 +liballegro_ttf.5.2.2.dylib (0) /Applications/Games/
/liballegro_ttf.5.2.2.dylib
0x10c6ee000 - 0x10c7b6ff7 +libfreetype.6.dylib (0) <542E5CB3-94A0-300F-998B-CACB0B3CED5B> /Applications/Games//libfreetype.6.dylib
0x10c7d2000 - 0x10c7dbfe7 +strangemood.plug.dylib (0) <68C1D248-B716-3732-8BB3-9F1AAAD8CBFF> /Applications/Games/
/strangemood.plug.dylib
0x10c7e1000 - 0x10c7f2fff +tiletypes.plug.dylib (0) /Applications/Games//tiletypes.plug.dylib
0x10c900000 - 0x10c903fff +title-folder.plug.dylib (0) /Applications/Games/
/title-folder.plug.dylib
0x10c907000 - 0x10c90bfff +trackstop.plug.dylib (0) <1B6DB195-297A-3177-9929-C74AD1BAF6C0> /Applications/Games//trackstop.plug.dylib
0x10c90f000 - 0x10c912fff +tubefill.plug.dylib (0) <4BC808C5-4D2B-3C68-B0BA-102E8A39C251> /Applications/Games/
/tubefill.plug.dylib
0x10c916000 - 0x10c92eff7 +tweak.plug.dylib (0) <6AD7CF0D-F6CF-35D5-96CE-7494A8E6FB7A> /Applications/Games//tweak.plug.dylib
0x10c93e000 - 0x10c94ffef +workflow.plug.dylib (0) <5AAE5457-3571-3D97-A097-03E7534B84FB> /Applications/Games/
/workflow.plug.dylib
0x10c959000 - 0x10c95bfff +workNow.plug.dylib (0) <2BF9B756-9614-332A-8C04-2A90758D8DB7> /Applications/Games//workNow.plug.dylib
0x10c95f000 - 0x10c987ff7 +zone.plug.dylib (0) <7622722A-B22D-368B-A240-B15B38F4C4AF> /Applications/Games/
/zone.plug.dylib
0x10cff9000 - 0x10cff9ff9 +cl_kernels (???) <79C7484E-9C17-4FC8-BAA7-4D39FE20ED00> cl_kernels
0x1103f1000 - 0x1103f2ff4 +cl_kernels (???) <98539F1D-9DCD-453A-B4ED-39319D504707> cl_kernels
0x1127e2000 - 0x1127edfff libGPUSupport.dylib (9.6.5) <7262B5E5-AA02-3916-9E78-071502F4F1BE> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupport.dylib
0x143cfa000 - 0x143cfaffe +cl_kernels (???) <69EF880F-CA53-41D2-B1C4-347DF5F08C28> cl_kernels
0x143cfe000 - 0x143cfeffc +cl_kernels (???) cl_kernels
0x14a26c000 - 0x14a26cff3 +cl_kernels (???) <40DD4C9B-6E56-4D38-B250-927A7389D589> cl_kernels
0x14a27c000 - 0x14a27dffc +cl_kernels (???) cl_kernels
0x14a282000 - 0x14a283ff3 +cl_kernels (???) <63A95B9B-FC01-4D99-A31B-C957674FF40E> cl_kernels
0x14a600000 - 0x14a6e6fef unorm8_bgra.dylib (2.3.58) /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib
0x14b000000 - 0x14b74aff7 libclh.dylib (4.0.3 - 4.0.3) <8D8CFC19-2C05-3D15-A76A-3F390DC03346> /System/Library/Extensions/GeForceTeslaGLDriver.bundle/Contents/MacOS/libclh.dylib
0x123440000000 - 0x12344086dfff com.apple.GeForceTeslaGLDriver (8.24.17 - 8.2.4) /System/Library/Extensions/GeForceTeslaGLDriver.bundle/Contents/MacOS/GeForceTeslaGLDriver
0x7fff68a7b000 - 0x7fff68aae887 dyld (239.5) <1D3130FE-FE7E-3C4C-8E74-EB51895B6BA5> /usr/lib/dyld
0x7fff8211a000 - 0x7fff8215fff6 com.apple.HIServices (1.23 - 468) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff82160000 - 0x7fff8218cfff com.apple.CoreServicesInternal (184.9 - 184.9) <4DEA54F9-81D6-3EDB-AA3C-1F9C497B3379> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x7fff8218d000 - 0x7fff821e5ff7 com.apple.Symbolication (1.4 - 129.0.2) <3DCCAB8A-6FA1-3BB9-B4D3-A3CBDB3BDF04> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x7fff82326000 - 0x7fff82326fff com.apple.Cocoa (6.8 - 20) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x7fff825c3000 - 0x7fff825c7fff 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
0x7fff82647000 - 0x7fff82699fff libc++.1.dylib (120) <4F68DFC5-2077-39A8-A449-CAC5FDEE7BDE> /usr/lib/libc++.1.dylib
0x7fff826b6000 - 0x7fff826bdfff com.apple.NetFS (6.0 - 4.0) <8E26C099-CE9D-3819-91A2-64EA929C6137> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff826be000 - 0x7fff8274eff7 com.apple.Metadata (10.7.0 - 800.30) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff8274f000 - 0x7fff827bcfff com.apple.SearchKit (1.4.0 - 1.4.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff827fc000 - 0x7fff82824ff3 libxslt.1.dylib (13.12) <38FD3D1E-5335-398F-A663-47298EDDA231> /usr/lib/libxslt.1.dylib
0x7fff8282f000 - 0x7fff82995fff libGLProgrammability.dylib (9.6.5) <53BCF254-3014-33DC-94EF-72C7270F14F2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x7fff82d6e000 - 0x7fff82d78ff7 com.apple.CrashReporterSupport (10.9 - 539) /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x7fff82d7a000 - 0x7fff82da6ff7 com.apple.framework.SystemAdministration (1.0 - 1.0) /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/SystemAdministration
0x7fff82da7000 - 0x7fff82dafff7 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
0x7fff82db0000 - 0x7fff82db0fff com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff82db1000 - 0x7fff82dbdffb com.apple.AppleFSCompression (56.92.2 - 1.0) <16542F97-9D21-317D-8A50-4C34AAD35F41> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x7fff82dbe000 - 0x7fff82f6bf27 libobjc.A.dylib (551.1) /usr/lib/libobjc.A.dylib
0x7fff82f6c000 - 0x7fff82f87ff7 libsystem_malloc.dylib (23.10.1) /usr/lib/system/libsystem_malloc.dylib
0x7fff82f88000 - 0x7fff82fc3fff com.apple.bom (14.0 - 193.1) /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
0x7fff8339c000 - 0x7fff8339dfff libunc.dylib (28) <62682455-1862-36FE-8A04-7A6B91256438> /usr/lib/system/libunc.dylib
0x7fff8339e000 - 0x7fff833c5ffb libsystem_info.dylib (449.1.4) <12CD9E42-8CEE-3A8D-B006-F8A6EB98804D> /usr/lib/system/libsystem_info.dylib
0x7fff836ad000 - 0x7fff836d1ff7 libJPEG.dylib (1052) <6836134F-8701-3A6B-82F3-19A0A72CE21C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff83711000 - 0x7fff8371eff7 libxar.1.dylib (202) <5572AA71-E98D-3FE1-9402-BB4A84E0E71E> /usr/lib/libxar.1.dylib
0x7fff83737000 - 0x7fff83b6affb com.apple.vision.FaceCore (3.0.0 - 3.0.0) /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
0x7fff83b6b000 - 0x7fff83ba0fff libssl.0.9.8.dylib (52.8.4) <3F8ADCC3-AE3F-371C-A4D5-FF219D33E507> /usr/lib/libssl.0.9.8.dylib
0x7fff83bbb000 - 0x7fff83bf3ff7 com.apple.RemoteViewServices (2.0 - 94) <3F34D630-3DDB-3411-BC28-A56A9B55EBDA> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fff83c10000 - 0x7fff83c37ff7 libsystem_network.dylib (241.4) <0D630D53-C772-3EC5-8257-EFB0ACCE3153> /usr/lib/system/libsystem_network.dylib
0x7fff83c38000 - 0x7fff83c68fff com.apple.IconServices (25 - 25.17) <4751127E-FBD5-3ED5-8510-08D4E4166EFE> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0x7fff83d25000 - 0x7fff83e0ffff libsqlite3.dylib (158) <00269BF9-43BE-39E0-9C85-24585B9923C8> /usr/lib/libsqlite3.dylib
0x7fff83e10000 - 0x7fff83f64ff3 com.apple.audio.toolbox.AudioToolbox (1.10 - 1.10) <69B273E8-5A8E-3FC7-B807-C16B657662FE> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff846fb000 - 0x7fff84704ffd com.apple.CommonAuth (4.0 - 2.0) /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff8473e000 - 0x7fff8474fff7 libz.1.dylib (53) <42E0C8C6-CA38-3CA4-8619-D24ED5DD492E> /usr/lib/libz.1.dylib
0x7fff84750000 - 0x7fff84751fff libsystem_sandbox.dylib (278.11.2) <0C93EB23-7364-3670-B511-212A7A524695> /usr/lib/system/libsystem_sandbox.dylib
0x7fff85734000 - 0x7fff857fffff libvDSP.dylib (423.32) <3BF732BE-DDE0-38EB-8C54-E4E3C64F77A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff85800000 - 0x7fff859e5fff com.apple.CoreFoundation (6.9 - 855.17) <729BD6DA-1F63-3E72-A148-26F21EBF52BB> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff85a0b000 - 0x7fff85a0fff7 libheimdal-asn1.dylib (323.92.2) <979AEAA0-59B3-3E99-94B1-9BB9C6C45273> /usr/lib/libheimdal-asn1.dylib
0x7fff85a10000 - 0x7fff85a20fff libbsm.0.dylib (33) <2CAC00A2-1352-302A-88FA-C567D4D69179> /usr/lib/libbsm.0.dylib
0x7fff85a8c000 - 0x7fff85ac1ffc com.apple.LDAPFramework (2.4.28 - 194.5) <5E501783-06E8-390C-AF34-A7FAD402F3E6> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x7fff85ac2000 - 0x7fff85b4eff7 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
0x7fff85b54000 - 0x7fff85b99fff libcurl.4.dylib (78.94.1) <88F27F9B-052E-3375-938D-2603E90D8AD5> /usr/lib/libcurl.4.dylib
0x7fff85c63000 - 0x7fff85cecfff com.apple.ColorSync (4.9.0 - 4.9.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff86050000 - 0x7fff8607ffd2 libsystem_m.dylib (3047.16) /usr/lib/system/libsystem_m.dylib
0x7fff8609f000 - 0x7fff86199fff libFontParser.dylib (111.1.6) <77253632-B3F6-3151-ABA0-C1EF458668A8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff8619a000 - 0x7fff86352ffb libicucore.A.dylib (511.36) <9AAC5980-2C1F-3B86-8A16-DB533F5E7C84> /usr/lib/libicucore.A.dylib
0x7fff86353000 - 0x7fff8635bfff libsystem_dnssd.dylib (522.92.3) <1418DF66-01BE-3A87-8553-09EAA945F4FE> /usr/lib/system/libsystem_dnssd.dylib
0x7fff8635c000 - 0x7fff86420ff7 com.apple.backup.framework (1.5.5 - 1.5.5) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x7fff86421000 - 0x7fff866f2ffc com.apple.CoreImage (9.4.1) <7B28C3F3-8EB3-3150-A55D-EBCDBDCA4977> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff868f9000 - 0x7fff86946ff2 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
0x7fff86947000 - 0x7fff8694aff7 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
0x7fff8694b000 - 0x7fff86992ffb libFontRegistry.dylib (127.0.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff86993000 - 0x7fff86993fff com.apple.CoreServices (59 - 59) <7A697B5E-F179-30DF-93F2-8B503CEEEFD5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff86994000 - 0x7fff86999fff libmacho.dylib (845) <1D2910DF-C036-3A82-A3FD-44FF73B5FF9B> /usr/lib/system/libmacho.dylib
0x7fff8699a000 - 0x7fff8699cff7 libquarantine.dylib (71) <7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38> /usr/lib/system/libquarantine.dylib
0x7fff8699d000 - 0x7fff869dfff7 libauto.dylib (185.5) /usr/lib/libauto.dylib
0x7fff869e0000 - 0x7fff869ecff7 com.apple.OpenDirectory (10.9 - 173.90.1) <383F96FF-1DF3-37E8-8540-03A697C873F6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff869ed000 - 0x7fff869f8fff libGL.dylib (9.6.5) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff869f9000 - 0x7fff86a66ff1 com.apple.ApplicationServices.ATS (360 - 363.6) <828C2711-4577-3F75-B436-3BDF328DFB11> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff86a67000 - 0x7fff86a6eff7 libsystem_pthread.dylib (53.1.4) /usr/lib/system/libsystem_pthread.dylib
0x7fff86ad6000 - 0x7fff86ae4fff com.apple.opengl (9.6.5 - 9.6.5) <4FAEADD8-EEB3-3FD9-ADC6-BA65806228CC> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff86ae5000 - 0x7fff86aefff7 libcsfde.dylib (380.70.2) <3ACB87D7-A81C-3C45-B648-AD27F1B9D841> /usr/lib/libcsfde.dylib
0x7fff86af0000 - 0x7fff86b09ff7 com.apple.Ubiquity (1.3 - 289) /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
0x7fff86b0a000 - 0x7fff86b81fff com.apple.CoreServices.OSServices (600.4 - 600.4) <6BC86B46-AFD3-3F06-8659-2C954CBEBD43> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff86bcd000 - 0x7fff86bd7ff7 com.apple.bsd.ServiceManagement (2.0 - 2.0) <2D27B498-BB9C-3D88-B05A-76908A8A26F3> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x7fff86fb4000 - 0x7fff87017ffb com.apple.SystemConfiguration (1.13.1 - 1.13.1) <339A2A90-DA25-33AF-88E5-2FB38A758FEE> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff8702f000 - 0x7fff870baff7 libCoreStorage.dylib (380.70.2) /usr/lib/libCoreStorage.dylib
0x7fff870bb000 - 0x7fff870bdfff libRadiance.dylib (1052) <82A880BE-DEFD-3445-9809-71043BC55AFC> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff870be000 - 0x7fff871afff9 libiconv.2.dylib (41) /usr/lib/libiconv.2.dylib
0x7fff871b0000 - 0x7fff871b1ff7 libodfde.dylib (20) /usr/lib/libodfde.dylib
0x7fff871b2000 - 0x7fff871dbfff GLRendererFloat (9.6.5) /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
0x7fff871e9000 - 0x7fff87205ff7 libsystem_kernel.dylib (2422.115.15) <34ABAF79-E147-3C34-B05D-46A566E689CC> /usr/lib/system/libsystem_kernel.dylib
0x7fff8735c000 - 0x7fff873aafff libcorecrypto.dylib (161.1) /usr/lib/system/libcorecrypto.dylib
0x7fff873ab000 - 0x7fff87488fff libcrypto.0.9.8.dylib (52.8.4) /usr/lib/libcrypto.0.9.8.dylib
0x7fff87489000 - 0x7fff874b8ff9 com.apple.GSS (4.0 - 2.0) <27FCA2B4-0767-3002-8755-862B19B5CF92> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff87537000 - 0x7fff87548ff7 libsystem_asl.dylib (217.1.4) <655FB343-52CF-3E2F-B14D-BEBF5AAEF94D> /usr/lib/system/libsystem_asl.dylib
0x7fff87549000 - 0x7fff87559ffb libsasl2.2.dylib (170) /usr/lib/libsasl2.2.dylib
0x7fff8755a000 - 0x7fff87562ffc libGFXShared.dylib (9.6.5) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff87593000 - 0x7fff87677ff7 com.apple.coreui (2.2 - 231.1) <187DF89C-8A64-366D-8782-F90315FA3CD7> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff87678000 - 0x7fff87678fff com.apple.ApplicationServices (48 - 48) <3E3F01A8-314D-378F-835E-9CC4F8820031> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff8767c000 - 0x7fff87950fc7 com.apple.vImage (7.0 - 7.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff87951000 - 0x7fff87d32ffe libLAPACK.dylib (1094.5) <7E7A9B8D-1638-3914-BAE0-663B69865986> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff87d3c000 - 0x7fff87da8fff com.apple.framework.IOKit (2.0.1 - 907.100.14) <10932113-9F7E-38A0-A158-A019A555CAC3> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff87da9000 - 0x7fff8891fff7 com.apple.AppKit (6.9 - 1265.21) <9DC13B27-841D-3839-93B2-3EDE66157BDE> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff88952000 - 0x7fff88954ff3 libsystem_configuration.dylib (596.15) <4998CB6A-9D54-390A-9F57-5D1AC53C135C> /usr/lib/system/libsystem_configuration.dylib
0x7fff88955000 - 0x7fff88956ff7 libSystem.B.dylib (1197.1.1) <72A98ACC-7606-3AD5-82AF-02D4EBBD4F02> /usr/lib/libSystem.B.dylib
0x7fff88957000 - 0x7fff8895affc com.apple.IOSurface (91.3 - 91.3) /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff8895b000 - 0x7fff889acff7 com.apple.audio.CoreAudio (4.2.1 - 4.2.1) <07F2B103-AE29-3118-BBC4-9A72E13B013B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff889ad000 - 0x7fff889adff7 libkeymgr.dylib (28) <3AA8D85D-CF00-3BD3-A5A0-E28E1A32A6D8> /usr/lib/system/libkeymgr.dylib
0x7fff88add000 - 0x7fff88ae2fff com.apple.DiskArbitration (2.6 - 2.6) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff88ae3000 - 0x7fff88afaff7 com.apple.CFOpenDirectory (10.9 - 173.90.1) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff88b06000 - 0x7fff88bd0ff7 com.apple.LaunchServices (572.32 - 572.32) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff88bdd000 - 0x7fff88ce4ff7 com.apple.ImageIO.framework (3.3.0 - 1052) <6BFA69B9-A607-39BC-B302-E2E92E5BC7F3> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff88ce5000 - 0x7fff88cebfff com.apple.AOSNotification (1.7.0 - 760.4) <8F042A51-E0A9-37E6-A601-0DD6A58A0AC8> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotification
0x7fff88cf9000 - 0x7fff88d37ff7 libGLImage.dylib (9.6.5) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff88d38000 - 0x7fff88d53ff7 libPng.dylib (1052) <6A2D3E6E-AA2E-3B6F-9E3B-8D08A5A3B9C1> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff88d54000 - 0x7fff88d55fff liblangid.dylib (117) <9546E641-F730-3AB0-B3CD-E0E2FDD173D9> /usr/lib/liblangid.dylib
0x7fff89f18000 - 0x7fff8a8415ab com.apple.CoreGraphics (1.600.0 - 599.35.15) /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff8a842000 - 0x7fff8a89bff7 libTIFF.dylib (1052) <909BF5F6-6FC5-3126-9028-593130CAEBE6> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff8a8de000 - 0x7fff8a8e9ff7 com.apple.NetAuth (5.0 - 5.0) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff8a8ea000 - 0x7fff8a8ebff7 libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff8a973000 - 0x7fff8a979ff7 libsystem_platform.dylib (24.90.1) <3C3D3DA8-32B9-3243-98EC-D89B9A1670B3> /usr/lib/system/libsystem_platform.dylib
0x7fff8a97a000 - 0x7fff8a989ff8 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
0x7fff8adb9000 - 0x7fff8aee9ff7 com.apple.desktopservices (1.8.3 - 1.8.3) <225BEC20-F8E0-3F22-9560-890A1A5B9050> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff8af1c000 - 0x7fff8af80fff com.apple.datadetectorscore (5.0 - 354.5) /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff8af81000 - 0x7fff8af99fff com.apple.openscripting (1.4.1 - 157.1) <2C6C6498-D88E-3D9B-B933-9873890F382E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fff8af9a000 - 0x7fff8af9cffb libutil.dylib (34) /usr/lib/libutil.dylib
0x7fff8af9d000 - 0x7fff8afa1ff7 libcache.dylib (62) /usr/lib/system/libcache.dylib
0x7fff8b4a9000 - 0x7fff8b4b4ff7 com.apple.DirectoryService.Framework (10.9 - 173.90.1) <22A0C230-CF1E-38F5-A947-5ACDAEEE0DB6> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x7fff8b6cc000 - 0x7fff8b705ff7 com.apple.QD (3.50 - 298) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff8b71a000 - 0x7fff8b74bfff com.apple.MediaKit (15 - 709) <23E33409-5C39-3F93-9E73-2B0E9EE8883E> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x7fff8b86f000 - 0x7fff8b898ff7 libc++abi.dylib (49.1) <21A807D3-6732-3455-B77F-743E9F916DF0> /usr/lib/libc++abi.dylib
0x7fff8b899000 - 0x7fff8b8feffb com.apple.Heimdal (4.0 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff8b8ff000 - 0x7fff8b919fff libdispatch.dylib (339.92.1) /usr/lib/system/libdispatch.dylib
0x7fff8b91a000 - 0x7fff8b935ff7 libCRFSuite.dylib (34) /usr/lib/libCRFSuite.dylib
0x7fff8b9ad000 - 0x7fff8ba2efff com.apple.CoreSymbolication (3.0.1 - 141.0.6) /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fff8ba2f000 - 0x7fff8ba38ff7 libcldcpuengine.dylib (2.3.58) <4433A688-94CA-3EE0-BE5B-D982C14EF6DB> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
0x7fff8ba39000 - 0x7fff8ba41ff3 libCGCMS.A.dylib (599.35.15) <930BAB0B-2D3F-3C90-94D9-CB02C9967964> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS.A.dylib
0x7fff8ba65000 - 0x7fff8ba67fff libCVMSPluginSupport.dylib (9.6.5) <9DE29AD9-5F59-3B9B-899C-4DED190CB817> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fff8bab2000 - 0x7fff8bab3ff7 com.apple.print.framework.Print (9.0 - 260) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x7fff8bab4000 - 0x7fff8bad9ff7 com.apple.CoreVideo (1.8 - 117.2) <4674339E-26D0-35FA-9958-422832B39B12> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff8bbaa000 - 0x7fff8bbb5fff libkxld.dylib (2422.115.15) <8850BC2B-EB64-3B0F-8047-DCC113021292> /usr/lib/system/libkxld.dylib
0x7fff8bbb6000 - 0x7fff8bbd2fff libresolv.9.dylib (54) <11C2C826-F1C6-39C6-B4E8-6E0C41D4FA95> /usr/lib/libresolv.9.dylib
0x7fff8c850000 - 0x7fff8c900ff7 libvMisc.dylib (423.32) <049C0735-1808-39B9-943F-76CB8021744F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff8c919000 - 0x7fff8c91aff7 libsystem_blocks.dylib (63) /usr/lib/system/libsystem_blocks.dylib
0x7fff8c91b000 - 0x7fff8cc1bff7 com.apple.Foundation (6.9 - 1056.17) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff8cfb5000 - 0x7fff8cfb8fff com.apple.help (1.3.3 - 46) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fff8cfb9000 - 0x7fff8cfbbff7 com.apple.securityhi (9.0 - 55005) <0CB82072-BA4B-357B-BE46-A96D317C1D91> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fff8cfbc000 - 0x7fff8cfcafff com.apple.CommerceCore (1.0 - 42) /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
0x7fff8cfd8000 - 0x7fff8cffcfff libxpc.dylib (300.90.2) /usr/lib/system/libxpc.dylib
0x7fff8cffd000 - 0x7fff8cffffff com.apple.EFILogin (2.0 - 2) /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
0x7fff8d2e9000 - 0x7fff8d2f6fff com.apple.Sharing (132.2 - 132.2) /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
0x7fff8d2f7000 - 0x7fff8d338fff com.apple.PerformanceAnalysis (1.47 - 47) <95435F84-C251-3C48-B6CD-9EE7A63D6E26> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fff8d35c000 - 0x7fff8d3cffff com.apple.securityfoundation (6.0 - 55122.3) <0AFCF575-97C3-3458-A72E-39DA07804EB9> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff8d3da000 - 0x7fff8d3ddff7 libdyld.dylib (239.5) /usr/lib/system/libdyld.dylib
0x7fff8d432000 - 0x7fff8d48dffb com.apple.AE (665.5 - 665.6) <9B17E7B7-D493-346A-827E-6DF1474E4977> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff8d48e000 - 0x7fff8d491ffa libCGXType.A.dylib (599.35.15) /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x7fff8d4df000 - 0x7fff8d789ff5 com.apple.HIToolbox (2.1.1 - 698) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff8d834000 - 0x7fff8dac8ff7 com.apple.RawCamera.bundle (5.07 - 760) /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x7fff8dac9000 - 0x7fff8dacafff com.apple.TrustEvaluationAgent (2.0 - 25) <334A82F4-4AE4-3719-A511-86D0B0723E2B> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x7fff8dacb000 - 0x7fff8dad8ff4 com.apple.Librarian (1.2 - 1) /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
0x7fff8dad9000 - 0x7fff8dae0fff libcompiler_rt.dylib (35) <4CD916B2-1B17-362A-B403-EF24A1DAC141> /usr/lib/system/libcompiler_rt.dylib
0x7fff8dae1000 - 0x7fff8dbc9fff libxml2.2.dylib (26.11) <282EF071-71D7-3C56-9FFD-543F2A083F18> /usr/lib/libxml2.2.dylib
0x7fff8dc19000 - 0x7fff8dceaff1 com.apple.DiskImagesFramework (10.9.6 - 373) <4EA5A3C8-13E2-309C-8FAB-C21A4C316802> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
0x7fff8de99000 - 0x7fff8de99ffd com.apple.audio.units.AudioUnit (1.10 - 1.10) <68B21135-55A6-3563-A3D6-3E692A7DEB7F> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff8de9a000 - 0x7fff8e0e2ff7 com.apple.CoreData (107 - 481.3) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff8e107000 - 0x7fff8e10cff7 libunwind.dylib (35.3) <78DCC358-2FC1-302E-B395-0155B47CB547> /usr/lib/system/libunwind.dylib
0x7fff8e10d000 - 0x7fff8e114ff8 liblaunch.dylib (842.92.1) /usr/lib/system/liblaunch.dylib
0x7fff8e157000 - 0x7fff8e2c5ff7 libBLAS.dylib (1094.5) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff8e31c000 - 0x7fff8e345fff com.apple.DictionaryServices (1.2 - 208) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff8e346000 - 0x7fff8e34ffff 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
0x7fff8e3d0000 - 0x7fff8e56bff8 com.apple.CFNetwork (673.6 - 673.6) /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff8e56c000 - 0x7fff8e5baff7 com.apple.opencl (2.3.59 - 2.3.59) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff8e5c1000 - 0x7fff8e5ceff0 libbz2.1.0.dylib (29) <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib
0x7fff8e5d6000 - 0x7fff8e6c4fff libJP2.dylib (1052) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff8e711000 - 0x7fff8e71affb libsystem_notify.dylib (121.20.1) <9B34B4FE-F5AD-3F09-A5F0-46AFF3571323> /usr/lib/system/libsystem_notify.dylib
0x7fff8e747000 - 0x7fff8e74afff com.apple.TCC (1.0 - 1) <32A075D9-47FD-3E71-95BC-BFB0D583F41C> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x7fff8e74b000 - 0x7fff8e8e7ff3 com.apple.QuartzCore (1.8 - 332.4) /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff8ea2d000 - 0x7fff8eab6fef libsystem_c.dylib (997.90.5) <889AA3F9-121C-3985-8B1D-5E908C5693BC> /usr/lib/system/libsystem_c.dylib
0x7fff8ebe9000 - 0x7fff8ebe9fff com.apple.Accelerate (1.9 - Accelerate 1.9) <509BB27A-AE62-366D-86D8-0B06D217CF56> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff8ec09000 - 0x7fff8ec13fff libcommonCrypto.dylib (60049) <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib
0x7fff8ec14000 - 0x7fff8ec43fff com.apple.DebugSymbols (106 - 106) /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fff8ec44000 - 0x7fff8ec83fff libGLU.dylib (9.6.5) <7463B411-2DB0-3338-BC8D-403293E2CA34> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff8ece7000 - 0x7fff8ece7fff com.apple.Carbon (154 - 157) <45A9A40A-78FF-3EA0-8FAB-A4F81052FA55> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fff8ed51000 - 0x7fff8ed81fff libncurses.5.4.dylib (42) /usr/lib/libncurses.5.4.dylib
0x7fff8ed82000 - 0x7fff8ed9aff7 com.apple.GenerationalStorage (2.0 - 160.3) <64749B08-0212-3AC8-9B49-73D662B09304> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x7fff8ed9b000 - 0x7fff8edbdfff com.apple.framework.familycontrols (4.1 - 410) <5D2414D4-D418-327F-9E3B-0B0889150828> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x7fff8ee4a000 - 0x7fff8f134fff 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
0x7fff8f141000 - 0x7fff8f148ffb libcopyfile.dylib (103.92.1) /usr/lib/system/libcopyfile.dylib
0x7fff8f149000 - 0x7fff8f19cfff com.apple.ScalableUserInterface (1.0 - 1) /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
0x7fff8f19d000 - 0x7fff8f40dffd com.apple.security (7.0 - 55471.14.40) <58F50B4A-FC1E-3AE0-A5DB-DD737E50AC17> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff8f40e000 - 0x7fff8f420ff7 com.apple.MultitouchSupport.framework (245.13.1 - 245.13.1) <38262B92-C63F-35A0-997D-AD2EBF2F8338> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff8f423000 - 0x7fff8f424ffb libremovefile.dylib (33) <3543F917-928E-3DB2-A2F4-7AB73B4970EF> /usr/lib/system/libremovefile.dylib
0x7fff8f598000 - 0x7fff8f59cff7 libGIF.dylib (1052) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff8f6a3000 - 0x7fff8f6c8ff7 com.apple.ChunkingLibrary (2.0 - 155.1) /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x7fff8f783000 - 0x7fff8f787ff7 libsystem_stats.dylib (93.90.3) <2304C7C2-BE45-35DE-BCC6-707D61B7AE7E> /usr/lib/system/libsystem_stats.dylib
0x7fff8f788000 - 0x7fff8f7a1ff7 com.apple.Kerberos (3.0 - 1) /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff8f81f000 - 0x7fff8f823fff libpam.2.dylib (20) /usr/lib/libpam.2.dylib
0x7fff8f824000 - 0x7fff8f824ffd libOpenScriptingUtil.dylib (157.1) /usr/lib/libOpenScriptingUtil.dylib
0x7fff8f860000 - 0x7fff8f922ffd com.apple.CoreText (367.23 - 367.23) /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff8f93c000 - 0x7fff8f9f4ff7 com.apple.DiscRecording (8.0 - 8000.4.6) /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x7fff8fc06000 - 0x7fff8fc4dff7 libcups.2.dylib (372.6) /usr/lib/libcups.2.dylib
0x7fff8fc4e000 - 0x7fff8fc76ffb libRIP.A.dylib (599.35.15) <408A708D-C1DA-3576-AADA-A44D5D5C6435> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x7fff8fc97000 - 0x7fff8fe37ff7 GLEngine (9.6.5) <30643C97-7EBB-36EE-BEEA-13844EA0F680> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine
0x7fff8fe38000 - 0x7fff8fe3bfff libCoreVMClient.dylib (58.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff8fe47000 - 0x7fff8fe59fff com.apple.ImageCapture (9.0 - 9.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture

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

VM Region Summary:
ReadOnly portion of Libraries: Total=226.4M resident=73.6M(33%) swapped_out_or_unallocated=152.8M(67%)
Writable regions: Total=1.5G written=1.2G(78%) resident=1.4G(93%) swapped_out=0K(0%) unallocated=100.2M(7%)

REGION TYPE VIRTUAL
=========== =======
CG backing stores 3108K
CG image 40K
CG raster data 20.2M
CG shared images 212K
CoreAnimation 4K
CoreImage 20K
Dispatch continuations 4096K
Foundation 4K
IOKit 188.6M
IOKit (reserved) 4K reserved VM address space (unallocated)
Kernel Alloc Once 8K
MALLOC 1.2G
MALLOC (admin) 32K
MALLOC_LARGE (reserved) 17.1M reserved VM address space (unallocated)
Memory Tag 242 12K
Memory Tag 249 156K
Memory Tag 251 8K
OpenCL 68K
OpenGL GLSL 1664K
STACK GUARD 56.1M
Stack 15.8M
VM_ALLOCATE 16.5M
VM_ALLOCATE (reserved) 40K reserved VM address space (unallocated)
__DATA 57.4M
__IMAGE 528K
__LINKEDIT 74.2M
__TEXT 152.1M
__UNICODE 544K
mapped file 53.0M
shared memory 68K
=========== =======
TOTAL 1.9G
TOTAL, minus reserved VM space 1.9G

@Simons-Mith
Copy link
Author

Process: dwarfort.exe [4345]
Path: /Applications/Games/*/dwarfort.exe
Identifier: dwarfort.exe
Version: ???
Code Type: X86-64 (Native)
Parent Process: sh [4339]
Responsible: Terminal [320]
User ID: 501

Date/Time: 2017-05-03 04:18:58.051 +0100
OS Version: Mac OS X 10.9.5 (13F1911)
Report Version: 11
Anonymous UUID: AFF5D849-19DC-2EFE-A08D-A8800595682D

Crashed Thread: 15

Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: EXC_I386_GPFLT

Thread 0:: Dispatch queue: com.apple.main-thread
0 libsystem_kernel.dylib 0x00007fff871fe716 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff86a6ac3b _pthread_cond_wait + 727
2 SDL 0x0000000102b4d52e SDL_CondWaitTimeout + 158
3 SDL 0x0000000102b4d811 SDL_SemWaitTimeout + 93
4 dwarfort.exe 0x0000000100ffffb2 0x100000000 + 16777138
5 dwarfort.exe 0x00000001010003c7 0x100000000 + 16778183
6 ??? 0x00007fff5fbfe9b0 0 + 140734799800752

Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0 libsystem_kernel.dylib 0x00007fff871ff662 kevent64 + 10
1 libdispatch.dylib 0x00007fff8b902421 _dispatch_mgr_invoke + 239
2 libdispatch.dylib 0x00007fff8b902136 _dispatch_mgr_thread + 52

Thread 2:
0 libsystem_kernel.dylib 0x00007fff871fee6a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff86a69f08 _pthread_wqthread + 330
2 libsystem_pthread.dylib 0x00007fff86a6cfb9 start_wqthread + 13

Thread 3:
0 libsystem_kernel.dylib 0x00007fff871fe716 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff86a6ac3b _pthread_cond_wait + 727
2 libdfhack.1.0.0.dylib 0x00000001021593cf DFHack::Core::Update() + 479
3 dwarfort.exe 0x0000000100fff5a3 0x100000000 + 16774563
4 dwarfort.exe 0x0000000100fff8a0 0x100000000 + 16775328
5 SDL 0x0000000102b4231a 0x102b1f000 + 144154
6 SDL 0x0000000102b4d967 0x102b1f000 + 190823
7 libsystem_pthread.dylib 0x00007fff86a68899 _pthread_body + 138
8 libsystem_pthread.dylib 0x00007fff86a6872a _pthread_start + 137
9 libsystem_pthread.dylib 0x00007fff86a6cfc9 thread_start + 13

Thread 4:: com.apple.audio.IOThread.client
0 libsystem_kernel.dylib 0x00007fff871faa1a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff871f9d18 mach_msg + 64
2 com.apple.audio.CoreAudio 0x00007fff889837fc HALB_MachPort::SendMessageWithReply(unsigned int, unsigned int, unsigned int, unsigned int, mach_msg_header_t*, bool, unsigned int) + 98
3 com.apple.audio.CoreAudio 0x00007fff8898378a HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int) + 42
4 com.apple.audio.CoreAudio 0x00007fff88981efc HALC_ProxyIOContext::IOWorkLoop() + 1140
5 com.apple.audio.CoreAudio 0x00007fff889819dd HALC_ProxyIOContext::IOThreadEntry(void*) + 97
6 com.apple.audio.CoreAudio 0x00007fff8898189d HALB_IOThread::Entry(void*) + 75
7 libsystem_pthread.dylib 0x00007fff86a68899 _pthread_body + 138
8 libsystem_pthread.dylib 0x00007fff86a6872a _pthread_start + 137
9 libsystem_pthread.dylib 0x00007fff86a6cfc9 thread_start + 13

Thread 5:
0 libsystem_kernel.dylib 0x00007fff871fea3a __semwait_signal + 10
1 libsystem_c.dylib 0x00007fff8eaa8dcc nanosleep + 200
2 libsystem_c.dylib 0x00007fff8eaa8cbe usleep + 54
3 libfmodex.dylib 0x00000001029e4a40 0x1029e0000 + 19008
4 libfmodex.dylib 0x0000000102a65995 FMOD::SystemI::createSoundInternal(char const*, unsigned int, unsigned int, unsigned int, FMOD_CREATESOUNDEXINFO*, FMOD::File**, bool, FMOD::SoundI**) + 23205
5 libsystem_pthread.dylib 0x00007fff86a68899 _pthread_body + 138
6 libsystem_pthread.dylib 0x00007fff86a6872a _pthread_start + 137
7 libsystem_pthread.dylib 0x00007fff86a6cfc9 thread_start + 13

Thread 6:
0 libsystem_kernel.dylib 0x00007fff871faa1a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff871f9d18 mach_msg + 64
2 com.apple.CoreFoundation 0x00007fff85870f15 __CFRunLoopServiceMachPort + 181
3 com.apple.CoreFoundation 0x00007fff85870539 __CFRunLoopRun + 1161
4 com.apple.CoreFoundation 0x00007fff8586fe75 CFRunLoopRunSpecific + 309
5 com.apple.AppKit 0x00007fff87f6d05e _NSEventThread + 144
6 libsystem_pthread.dylib 0x00007fff86a68899 _pthread_body + 138
7 libsystem_pthread.dylib 0x00007fff86a6872a _pthread_start + 137
8 libsystem_pthread.dylib 0x00007fff86a6cfc9 thread_start + 13

Thread 7:
0 libsystem_kernel.dylib 0x00007fff871fe746 __psynch_mutexwait + 10
1 libsystem_pthread.dylib 0x00007fff86a6b779 _pthread_mutex_lock + 372
2 ruby.plug.dylib 0x000000010be3092c df_rubythread(void*) + 2972
3 ruby.plug.dylib 0x000000010be344ba tthread::thread::wrapper_function(void*) + 10
4 libsystem_pthread.dylib 0x00007fff86a68899 _pthread_body + 138
5 libsystem_pthread.dylib 0x00007fff86a6872a _pthread_start + 137
6 libsystem_pthread.dylib 0x00007fff86a6cfc9 thread_start + 13

Thread 8:
0 libsystem_kernel.dylib 0x00007fff871ff94a poll + 10
1 org.ruby-lang.ruby 0x000000010bf630de 0x10be3f000 + 1196254
2 libsystem_pthread.dylib 0x00007fff86a68899 _pthread_body + 138
3 libsystem_pthread.dylib 0x00007fff86a6872a _pthread_start + 137
4 libsystem_pthread.dylib 0x00007fff86a6cfc9 thread_start + 13

Thread 9:
0 libsystem_kernel.dylib 0x00007fff871fe9aa __select + 10
1 libdfhack.1.0.0.dylib 0x00000001023dae48 DFHack::Private::prompt_loop(tthread::recursive_mutex*, DFHack::CommandHistory&) + 536
2 libdfhack.1.0.0.dylib 0x00000001023da05c DFHack::Console::lineedit(std::string const&, std::string&, DFHack::CommandHistory&) + 364
3 libdfhack.1.0.0.dylib 0x0000000102155966 fIOthread(void*) + 582
4 libdfhack.1.0.0.dylib 0x00000001024188ea tthread::thread::wrapper_function(void*) + 10
5 libsystem_pthread.dylib 0x00007fff86a68899 _pthread_body + 138
6 libsystem_pthread.dylib 0x00007fff86a6872a _pthread_start + 137
7 libsystem_pthread.dylib 0x00007fff86a6cfc9 thread_start + 13

Thread 10:
0 libsystem_kernel.dylib 0x00007fff871fe716 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff86a6ac3b _pthread_cond_wait + 727
2 libdfhack.1.0.0.dylib 0x0000000102154583 fHKthread(void*) + 131
3 libdfhack.1.0.0.dylib 0x00000001024188ea tthread::thread::wrapper_function(void*) + 10
4 libsystem_pthread.dylib 0x00007fff86a68899 _pthread_body + 138
5 libsystem_pthread.dylib 0x00007fff86a6872a _pthread_start + 137
6 libsystem_pthread.dylib 0x00007fff86a6cfc9 thread_start + 13

Thread 11:
0 libsystem_kernel.dylib 0x00007fff871fee6a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff86a69f08 _pthread_wqthread + 330
2 libsystem_pthread.dylib 0x00007fff86a6cfb9 start_wqthread + 13

Thread 12:
0 libsystem_kernel.dylib 0x00007fff871fe716 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff86a6ac3b _pthread_cond_wait + 727
2 liballegro.5.2.2.dylib 0x000000010c607fdd _al_cond_timedwait + 13
3 liballegro.5.2.2.dylib 0x000000010c5c415e do_wait_for_event + 94
4 liballegro.5.2.2.dylib 0x000000010c5c40f1 al_wait_for_event_timed + 97
5 stonesense.plug.dylib 0x000000010c4a6ccc stonesense_thread(ALLEGRO_THREAD*, void*) + 1724
6 liballegro.5.2.2.dylib 0x000000010c5cbaee thread_func_trampoline + 174
7 liballegro.5.2.2.dylib 0x000000010c607e6b thread_proc_trampoline + 11
8 libsystem_pthread.dylib 0x00007fff86a68899 _pthread_body + 138
9 libsystem_pthread.dylib 0x00007fff86a6872a _pthread_start + 137
10 libsystem_pthread.dylib 0x00007fff86a6cfc9 thread_start + 13

Thread 13:
0 libsystem_kernel.dylib 0x00007fff871fee6a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff86a69f08 _pthread_wqthread + 330
2 libsystem_pthread.dylib 0x00007fff86a6cfb9 start_wqthread + 13

Thread 14:
0 libsystem_kernel.dylib 0x00007fff871fea3a __semwait_signal + 10
1 libsystem_c.dylib 0x00007fff8eaa8dcc nanosleep + 200
2 liballegro.5.2.2.dylib 0x000000010c607d21 al_rest + 65
3 liballegro.5.2.2.dylib 0x000000010c5cc49b timer_thread_proc + 219
4 liballegro.5.2.2.dylib 0x000000010c607e6b thread_proc_trampoline + 11
5 libsystem_pthread.dylib 0x00007fff86a68899 _pthread_body + 138
6 libsystem_pthread.dylib 0x00007fff86a6872a _pthread_start + 137
7 libsystem_pthread.dylib 0x00007fff86a6cfc9 thread_start + 13

Thread 15 Crashed:
0 stonesense.plug.dylib 0x000000010c42514a Tile::tileMaterial() + 26
1 stonesense.plug.dylib 0x000000010c475fdd readMaterialToTile(Tile*, unsigned int, unsigned int, df::map_block*, DFHack::t_feature const&, DFHack::t_feature const&, std::vector<df::block_square_event_mineralst*, std::allocatordf::block_square_event_mineralst* > const&, std::vector<std::vector<short, std::allocator >, std::allocator<std::vector<short, std::allocator > > >*) + 621
2 ??? 0x000000012dbb40b0 0 + 5062213808

Thread 15 crashed with X86 Thread State (64-bit):
rax: 0xabababff4545457c rbx: 0x000000015f2bdda0 rcx: 0x0000000000000004 rdx: 0x00000000000000d7
rdi: 0x00000001604def80 rsi: 0x0000000000000006 rbp: 0x0000000000000005 rsp: 0x000000015f2bda18
r8: 0x000000015f2bdb60 r9: 0x000000015f2bdb80 r10: 0x0000000000000006 r11: 0x0000000000000000
r12: 0x00000001604def80 r13: 0x00000000000000a7 r14: 0x0000000000000004 r15: 0x0000000000000060
rip: 0x000000010c42514a rfl: 0x0000000000010283 cr2: 0x0000000110b04000

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

Binary Images:
0x100000000 - 0x1012c8fff +dwarfort.exe (???) /Applications/Games//dwarfort.exe
0x102145000 - 0x102571fef +libdfhack.1.0.0.dylib (0) <5547D40B-B7ED-3B27-AAD0-5BC7B4F4B1AD> /Applications/Games/
/libdfhack.1.0.0.dylib
0x1029e0000 - 0x102ac4ff7 +libfmodex.dylib (1) <9BAFC1DE-619D-2294-56AD-DC481D9DEC73> /Applications/Games//libfmodex.dylib
0x102b1f000 - 0x102b76fff +SDL (1.2.14 - 1.2.14) /Applications/Games/
/SDL.framework/Versions/A/SDL
0x102b89000 - 0x102bc0fff +org.libsdl.SDL-image (1.2.12 - 1.2.12) <2635DCDC-CE72-316B-89CB-E1D5AAD770C4> /Applications/Games//SDL_image.framework/Versions/A/SDL_image
0x102bc8000 - 0x102bcbfff +org.libsdl.SDL-ttf (2.0.11 - 2.0.11) <9ACD8102-0778-39B4-B755-AE0BDC93252A> /Applications/Games/
/SDL_ttf.framework/Versions/A/SDL_ttf
0x102bce000 - 0x102c77fe7 +libstdc++.6.dylib (7.19) /Applications/Games//libstdc++.6.dylib
0x102d76000 - 0x102d89fe1 +libgcc_s.1.dylib (1) <87EC950D-7C3D-ECE5-829B-5C4AD5895901> /Applications/Games/
/libgcc_s.1.dylib
0x102d95000 - 0x102e30ff7 +freetype (2.6.3) <876EF565-AB93-3A07-AFAD-603F070320C1> /Applications/Games//SDL_ttf.framework/Versions/A/Frameworks/freetype.framework/Versions/2.6.3/freetype
0x102e45000 - 0x102e6cfff +libprotobuf-lite.dylib (0) <48AE7164-06E6-3612-BF44-5A48B58B7431> /Applications/Games/
/libprotobuf-lite.dylib
0x102e82000 - 0x102ec7fe7 +liblua.dylib (0) <945ECD6A-CD56-345E-B57F-394165147D55> /Applications/Games//liblua.dylib
0x102fa1000 - 0x102facfff libGPUSupport.dylib (9.6.5) <7262B5E5-AA02-3916-9E78-071502F4F1BE> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupport.dylib
0x102ff0000 - 0x102ff4ffd com.apple.audio.AppleHDAHALPlugIn (2.6.3 - 2.6.3f7) <61937EC9-7F0C-37F3-8BFF-466184B39C63> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
0x1062e3000 - 0x1062f6ff7 +3dveins.plug.dylib (0) <02E060E3-EFA1-3D0F-A04D-A34D606160F7> /Applications/Games/
/3dveins.plug.dylib
0x10643c000 - 0x106442fff +add-spatter.plug.dylib (0) <78EE795E-7A47-39A5-9AAC-56FF464702A5> /Applications/Games//add-spatter.plug.dylib
0x106447000 - 0x10644aff7 +changevein.plug.dylib (0) <60C95916-93CA-37B7-B19C-96F197917B1A> /Applications/Games/
/changevein.plug.dylib
0x107a25000 - 0x107bf6fff com.apple.audio.units.Components (1.10 - 1.10) /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
0x10aed4000 - 0x10aed7ff7 +cleanconst.plug.dylib (0) <3D3F00EB-DCC6-38F8-9CA0-4D7DE50D4283> /Applications/Games//cleanconst.plug.dylib
0x10af89000 - 0x10af98ff7 +autochop.plug.dylib (0) <410F1E33-91D9-37EF-B5F9-A63D1CD455BC> /Applications/Games/
/autochop.plug.dylib
0x10afa0000 - 0x10afa8fff +autodump.plug.dylib (0) /Applications/Games//autodump.plug.dylib
0x10afae000 - 0x10afb3fff +autogems.plug.dylib (0) <5E9755AC-EC58-38A9-8207-4FC751705183> /Applications/Games/
/autogems.plug.dylib
0x10afb8000 - 0x10afc1fff +autohauler.plug.dylib (0) /Applications/Games//autohauler.plug.dylib
0x10afc7000 - 0x10afd5fe7 +autolabor.plug.dylib (0) <1C44EACA-0E9A-33F2-98B7-5E33E170B4F9> /Applications/Games/
/autolabor.plug.dylib
0x10afdc000 - 0x10afebff7 +automaterial.plug.dylib (0) <4F68ECED-500C-3729-8C55-A1ED8F91BF4E> /Applications/Games//automaterial.plug.dylib
0x10aff4000 - 0x10affafff +changeitem.plug.dylib (0) <167A5542-D5F0-313F-8BBB-91D1F6A9396A> /Applications/Games/
/changeitem.plug.dylib
0x10b400000 - 0x10b407fff +automelt.plug.dylib (0) <5D7C9791-CBE9-3B56-99BC-75C9C94B1291> /Applications/Games//automelt.plug.dylib
0x10b40d000 - 0x10b414fff +autotrade.plug.dylib (0) <09E45BB2-341D-3D18-B1B4-FDBF3BFD8FF1> /Applications/Games/
/autotrade.plug.dylib
0x10b41a000 - 0x10b424fff +blueprint.plug.dylib (0) /Applications/Games//blueprint.plug.dylib
0x10b42b000 - 0x10b434fef +building-hacks.plug.dylib (0) <44B4807A-47CE-3460-8F78-6A34AD7E1D69> /Applications/Games/
/building-hacks.plug.dylib
0x10b4a0000 - 0x10b4befff +buildingplan.plug.dylib (0) /Applications/Games//buildingplan.plug.dylib
0x10b4cd000 - 0x10b4d8fff +burrows.plug.dylib (0) <5FABA51D-3129-3E24-829B-9E595D16DFF3> /Applications/Games/
/burrows.plug.dylib
0x10b4e2000 - 0x10b4e8fff +changelayer.plug.dylib (0) <709B9DD0-D1CE-3FD8-9188-291F721A73E0> /Applications/Games//changelayer.plug.dylib
0x10b4ed000 - 0x10b4f1ff7 +cleaners.plug.dylib (0) /Applications/Games/
/cleaners.plug.dylib
0x10b4f5000 - 0x10b4f8ff7 +cleanowned.plug.dylib (0) <5705B498-72A6-3090-B391-8DBBC331A956> /Applications/Games//cleanowned.plug.dylib
0x10b4fc000 - 0x10b503fff +command-prompt.plug.dylib (0) <51B56AE3-941D-3CDE-9254-09D57B4E0720> /Applications/Games/
/command-prompt.plug.dylib
0x10b50a000 - 0x10b51efe7 +confirm.plug.dylib (0) <80EB5EE5-65B6-3D23-B49E-7FBA0950D157> /Applications/Games//confirm.plug.dylib
0x10b54f000 - 0x10b555ff7 +createitem.plug.dylib (0) /Applications/Games/
/createitem.plug.dylib
0x10b55a000 - 0x10b55efff +cursecheck.plug.dylib (0) /Applications/Games//cursecheck.plug.dylib
0x10b562000 - 0x10b565ff7 +deramp.plug.dylib (0) <639ED343-5A5A-320A-AA48-F8B80900731D> /Applications/Games/
/deramp.plug.dylib
0x10b569000 - 0x10b576ff7 +dig.plug.dylib (0) /Applications/Games//dig.plug.dylib
0x10b57d000 - 0x10b583ff7 +digFlood.plug.dylib (0) <8E06DE29-37A5-3415-A897-B245C58CDAAF> /Applications/Games/
/digFlood.plug.dylib
0x10b588000 - 0x10b5a8ff7 +dwarfmonitor.plug.dylib (0) <83BE35DB-5CA9-3733-96DE-08C13B7093F7> /Applications/Games//dwarfmonitor.plug.dylib
0x10b5f7000 - 0x10b5fafff +fastdwarf.plug.dylib (0) /Applications/Games/
/fastdwarf.plug.dylib
0x10bb00000 - 0x10bb07fff +dwarfvet.plug.dylib (0) <9B0724EE-DACC-3751-AC16-A347D22A55C3> /Applications/Games//dwarfvet.plug.dylib
0x10bb0c000 - 0x10bb16fff +embark-tools.plug.dylib (0) <0386B73F-0C19-3A9A-8C8F-CEA882FFFF8D> /Applications/Games/
/embark-tools.plug.dylib
0x10bb1f000 - 0x10bb2afef +eventful.plug.dylib (0) /Applications/Games//eventful.plug.dylib
0x10bb56000 - 0x10bb5dff7 +filltraffic.plug.dylib (0) <335461B8-97E6-381D-A639-0A577B81508A> /Applications/Games/
/filltraffic.plug.dylib
0x10bb62000 - 0x10bb6cff7 +fix-armory.plug.dylib (0) <45874BF1-35AB-33A0-A174-1458B45ABBEB> /Applications/Games//fix-armory.plug.dylib
0x10bb74000 - 0x10bb78ff7 +fix-unit-occupancy.plug.dylib (0) <5182E0A3-D5EA-3847-A931-9756E4700996> /Applications/Games/
/fix-unit-occupancy.plug.dylib
0x10bb7c000 - 0x10bb81fff +fixveins.plug.dylib (0) <4AE9505B-C467-31B8-A16B-CEFFE5BE6527> /Applications/Games//fixveins.plug.dylib
0x10bb85000 - 0x10bb88fff +flows.plug.dylib (0) <9EE1C8EB-CC17-3742-8116-4CD3A65CBE51> /Applications/Games/
/flows.plug.dylib
0x10bb8c000 - 0x10bb8fff7 +follow.plug.dylib (0) <18DC5F43-C811-318C-B56C-A0F57498A81B> /Applications/Games//follow.plug.dylib
0x10bb93000 - 0x10bb99ff7 +forceequip.plug.dylib (0) <38E93EB4-2F8C-371B-83D6-CC08179E7A34> /Applications/Games/
/forceequip.plug.dylib
0x10bb9d000 - 0x10bbbdfef +fortplan.plug.dylib (0) /Applications/Games//fortplan.plug.dylib
0x10bbcb000 - 0x10bbd3fff +generated-creature-renamer.plug.dylib (0) <39966F9B-ABD7-331F-931B-17AE13D5C461> /Applications/Games/
/generated-creature-renamer.plug.dylib
0x10bbd8000 - 0x10bbddff7 +getplants.plug.dylib (0) /Applications/Games//getplants.plug.dylib
0x10bbe2000 - 0x10bbf1ff7 +hotkeys.plug.dylib (0) <4D6689C5-F706-3F2B-87ED-F126842FEDD2> /Applications/Games/
/hotkeys.plug.dylib
0x10bbf9000 - 0x10bbfdfff +infiniteSky.plug.dylib (0) <518313B3-F70E-3EA1-84A1-A79CE2419189> /Applications/Games//infiniteSky.plug.dylib
0x10bc01000 - 0x10bc11fef +isoworldremote.plug.dylib (0) <9C81FFC5-118F-30CE-A148-B99FF5B48C4A> /Applications/Games/
/isoworldremote.plug.dylib
0x10bc1d000 - 0x10bc23fff +jobutils.plug.dylib (0) <63992D8A-12F6-311D-90C1-8AA74F44634F> /Applications/Games//jobutils.plug.dylib
0x10bc29000 - 0x10bc3fff7 +labormanager.plug.dylib (0) <5A2D35AE-5706-30F0-A3BB-9D9C63D9D8DB> /Applications/Games/
/labormanager.plug.dylib
0x10bc49000 - 0x10bc4cff7 +lair.plug.dylib (0) <06769F06-65B9-3DC6-80EB-78393B2F1BC0> /Applications/Games//lair.plug.dylib
0x10bc50000 - 0x10bc5ffff +liquids.plug.dylib (0) <6631B529-799F-3712-A973-E0B12E498F3D> /Applications/Games/
/liquids.plug.dylib
0x10bc68000 - 0x10bc75fef +luasocket.plug.dylib (0) <49B2CE7E-7262-379C-B335-F4131706FEB7> /Applications/Games//luasocket.plug.dylib
0x10bc7f000 - 0x10bc9cfef +manipulator.plug.dylib (0) <1939FCAC-CF57-391E-AF21-59BC1F733F6D> /Applications/Games/
/manipulator.plug.dylib
0x10bcab000 - 0x10bcaefff +misery.plug.dylib (0) <5C39E57F-9C84-3BBA-90D1-79CFE97B368B> /Applications/Games//misery.plug.dylib
0x10bcb2000 - 0x10bcb6fff +mode.plug.dylib (0) /Applications/Games/
/mode.plug.dylib
0x10bcba000 - 0x10bcc3fff +mousequery.plug.dylib (0) <3EB0AFBD-6245-3125-A08B-1977DA49CA42> /Applications/Games//mousequery.plug.dylib
0x10bcc9000 - 0x10bcceff7 +petcapRemover.plug.dylib (0) /Applications/Games/
/petcapRemover.plug.dylib
0x10bcd3000 - 0x10bcd7fff +plants.plug.dylib (0) /Applications/Games//plants.plug.dylib
0x10bcdb000 - 0x10bcdffef +power-meter.plug.dylib (0) /Applications/Games/
/power-meter.plug.dylib
0x10bce5000 - 0x10bceeff7 +probe.plug.dylib (0) <42C94185-DF3A-3039-94A7-F3843B3A9CA4> /Applications/Games//probe.plug.dylib
0x10bcf4000 - 0x10bd00fff +prospector.plug.dylib (0) <98B4870E-93EA-3BEF-8E91-C45CA6938935> /Applications/Games/
/prospector.plug.dylib
0x10bd07000 - 0x10bd0afff +regrass.plug.dylib (0) /Applications/Games//regrass.plug.dylib
0x10bd0e000 - 0x10bd92fe7 +RemoteFortressReader.plug.dylib (0) <11BDDC1C-6183-3FC6-8BC9-64B2FE7ABFD0> /Applications/Games/
/RemoteFortressReader.plug.dylib
0x10bdd4000 - 0x10bde1ff7 +rename.plug.dylib (0) <8CE4012B-515D-33BA-979E-54341D835E4C> /Applications/Games//rename.plug.dylib
0x10bdec000 - 0x10be0aff7 +rendermax.plug.dylib (0) <1700B0D0-AF60-3422-A5E9-A7AC56A75993> /Applications/Games/
/rendermax.plug.dylib
0x10be19000 - 0x10be1cff7 +resume.plug.dylib (0) /Applications/Games//resume.plug.dylib
0x10be20000 - 0x10be27ff7 +reveal.plug.dylib (0) <8CD337B6-3296-317E-BA8D-FEB98CBEB578> /Applications/Games/
/reveal.plug.dylib
0x10be2c000 - 0x10be38fff +ruby.plug.dylib (0) /Applications/Games//ruby.plug.dylib
0x10be3f000 - 0x10bfd3fff org.ruby-lang.ruby (10.9 - 2.0.0-p481-104) <62B7973A-0825-3893-93C8-B7449D972D41> /System/Library/Frameworks/Ruby.framework/Ruby
0x10c1a6000 - 0x10c1d6fe7 +search.plug.dylib (0) <88F4D9EE-9E5B-3263-A323-5374DD871829> /Applications/Games/
/search.plug.dylib
0x10c203000 - 0x10c20dff7 +seedwatch.plug.dylib (0) /Applications/Games//seedwatch.plug.dylib
0x10c212000 - 0x10c217ff7 +showmood.plug.dylib (0) /Applications/Games/
/showmood.plug.dylib
0x10c21b000 - 0x10c22ffe7 +siege-engine.plug.dylib (0) <9E32AC06-7389-362E-8C25-B26612B1AF31> /Applications/Games//siege-engine.plug.dylib
0x10c23d000 - 0x10c248ff7 +sort.plug.dylib (0) /Applications/Games/
/sort.plug.dylib
0x10c24f000 - 0x10c257fe7 +steam-engine.plug.dylib (0) <0695F461-5CA5-3C64-9C09-7CB97DC0F526> /Applications/Games//steam-engine.plug.dylib
0x10c25e000 - 0x10c264fff +stockflow.plug.dylib (0) <0B0FE2EA-DAA1-351E-9C20-0269870FD847> /Applications/Games/
/stockflow.plug.dylib
0x10c269000 - 0x10c2cafe7 +stockpiles.plug.dylib (0) <1CBED263-19DB-3235-A27B-ECFADCE94657> /Applications/Games//stockpiles.plug.dylib
0x10c400000 - 0x10c412fef +stocks.plug.dylib (0) <5295B5C2-BDBB-34D5-9132-844F2BC49492> /Applications/Games/
/stocks.plug.dylib
0x10c41d000 - 0x10c533fef +stonesense.plug.dylib (0) <52BF2E59-AE68-3442-864C-6F468E862DB2> /Applications/Games//stonesense.plug.dylib
0x10c58d000 - 0x10c634ffb +liballegro.5.2.2.dylib (0) <921A2BE1-9BE0-3B56-AB23-8AC5C3A271E2> /Applications/Games/
/liballegro.5.2.2.dylib
0x10c6a9000 - 0x10c6b8fff +liballegro_primitives.5.2.2.dylib (0) <6FE14362-4716-32EE-9761-2BEA47C787D0> /Applications/Games//liballegro_primitives.5.2.2.dylib
0x10c6c2000 - 0x10c6c7ffb +liballegro_font.5.2.2.dylib (0) <5FE38646-9A23-3793-87E5-F3BDFF4ED954> /Applications/Games/
/liballegro_font.5.2.2.dylib
0x10c6cd000 - 0x10c6d0fff +liballegro_color.5.2.2.dylib (0) /Applications/Games//liballegro_color.5.2.2.dylib
0x10c6d3000 - 0x10c6dcffb +liballegro_image.5.2.2.dylib (0) /Applications/Games/
/liballegro_image.5.2.2.dylib
0x10c6e2000 - 0x10c6e7ff3 +liballegro_ttf.5.2.2.dylib (0) /Applications/Games//liballegro_ttf.5.2.2.dylib
0x10c6ec000 - 0x10c7b4ff7 +libfreetype.6.dylib (0) <542E5CB3-94A0-300F-998B-CACB0B3CED5B> /Applications/Games/
/libfreetype.6.dylib
0x10c7d0000 - 0x10c7d9fe7 +strangemood.plug.dylib (0) <68C1D248-B716-3732-8BB3-9F1AAAD8CBFF> /Applications/Games//strangemood.plug.dylib
0x10c7df000 - 0x10c7f0fff +tiletypes.plug.dylib (0) /Applications/Games/
/tiletypes.plug.dylib
0x10c7f9000 - 0x10c7fcfff +title-folder.plug.dylib (0) /Applications/Games//title-folder.plug.dylib
0x10c900000 - 0x10c902fff +title-version.plug.dylib (0) <3D32C7E2-826B-3D4A-9ECF-0D09861FEA97> /Applications/Games/
/title-version.plug.dylib
0x10c905000 - 0x10c909fff +trackstop.plug.dylib (0) <1B6DB195-297A-3177-9929-C74AD1BAF6C0> /Applications/Games//trackstop.plug.dylib
0x10c90d000 - 0x10c910fff +tubefill.plug.dylib (0) <4BC808C5-4D2B-3C68-B0BA-102E8A39C251> /Applications/Games/
/tubefill.plug.dylib
0x10c914000 - 0x10c92cff7 +tweak.plug.dylib (0) <6AD7CF0D-F6CF-35D5-96CE-7494A8E6FB7A> /Applications/Games//tweak.plug.dylib
0x10c9f5000 - 0x10c9f7fff +workNow.plug.dylib (0) <2BF9B756-9614-332A-8C04-2A90758D8DB7> /Applications/Games/
/workNow.plug.dylib
0x10c9fd000 - 0x10c9fdff9 +cl_kernels (???) cl_kernels
0x10ceb1000 - 0x10cec2fef +workflow.plug.dylib (0) <5AAE5457-3571-3D97-A097-03E7534B84FB> /Applications/Games//workflow.plug.dylib
0x10cff9000 - 0x10cffaff4 +cl_kernels (???) <452E1555-3F31-47DD-BCAD-D35237AEAC0D> cl_kernels
0x10fa7b000 - 0x10faa3ff7 +zone.plug.dylib (0) <7622722A-B22D-368B-A240-B15B38F4C4AF> /Applications/Games/
/zone.plug.dylib
0x14a583000 - 0x14a669fef unorm8_bgra.dylib (2.3.58) /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib
0x14b000000 - 0x14b74aff7 libclh.dylib (4.0.3 - 4.0.3) <8D8CFC19-2C05-3D15-A76A-3F390DC03346> /System/Library/Extensions/GeForceTeslaGLDriver.bundle/Contents/MacOS/libclh.dylib
0x123440000000 - 0x12344086dfff com.apple.GeForceTeslaGLDriver (8.24.17 - 8.2.4) /System/Library/Extensions/GeForceTeslaGLDriver.bundle/Contents/MacOS/GeForceTeslaGLDriver
0x7fff66719000 - 0x7fff6674c887 dyld (239.5) <1D3130FE-FE7E-3C4C-8E74-EB51895B6BA5> /usr/lib/dyld
0x7fff8211a000 - 0x7fff8215fff6 com.apple.HIServices (1.23 - 468) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff82160000 - 0x7fff8218cfff com.apple.CoreServicesInternal (184.9 - 184.9) <4DEA54F9-81D6-3EDB-AA3C-1F9C497B3379> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x7fff8218d000 - 0x7fff821e5ff7 com.apple.Symbolication (1.4 - 129.0.2) <3DCCAB8A-6FA1-3BB9-B4D3-A3CBDB3BDF04> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x7fff82326000 - 0x7fff82326fff com.apple.Cocoa (6.8 - 20) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x7fff825c3000 - 0x7fff825c7fff 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
0x7fff82647000 - 0x7fff82699fff libc++.1.dylib (120) <4F68DFC5-2077-39A8-A449-CAC5FDEE7BDE> /usr/lib/libc++.1.dylib
0x7fff826b6000 - 0x7fff826bdfff com.apple.NetFS (6.0 - 4.0) <8E26C099-CE9D-3819-91A2-64EA929C6137> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff826be000 - 0x7fff8274eff7 com.apple.Metadata (10.7.0 - 800.30) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff8274f000 - 0x7fff827bcfff com.apple.SearchKit (1.4.0 - 1.4.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff827fc000 - 0x7fff82824ff3 libxslt.1.dylib (13.12) <38FD3D1E-5335-398F-A663-47298EDDA231> /usr/lib/libxslt.1.dylib
0x7fff8282f000 - 0x7fff82995fff libGLProgrammability.dylib (9.6.5) <53BCF254-3014-33DC-94EF-72C7270F14F2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x7fff82d6e000 - 0x7fff82d78ff7 com.apple.CrashReporterSupport (10.9 - 539) /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x7fff82d7a000 - 0x7fff82da6ff7 com.apple.framework.SystemAdministration (1.0 - 1.0) /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/SystemAdministration
0x7fff82da7000 - 0x7fff82dafff7 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
0x7fff82db0000 - 0x7fff82db0fff com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff82db1000 - 0x7fff82dbdffb com.apple.AppleFSCompression (56.92.2 - 1.0) <16542F97-9D21-317D-8A50-4C34AAD35F41> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x7fff82dbe000 - 0x7fff82f6bf27 libobjc.A.dylib (551.1) /usr/lib/libobjc.A.dylib
0x7fff82f6c000 - 0x7fff82f87ff7 libsystem_malloc.dylib (23.10.1) /usr/lib/system/libsystem_malloc.dylib
0x7fff82f88000 - 0x7fff82fc3fff com.apple.bom (14.0 - 193.1) /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
0x7fff8339c000 - 0x7fff8339dfff libunc.dylib (28) <62682455-1862-36FE-8A04-7A6B91256438> /usr/lib/system/libunc.dylib
0x7fff8339e000 - 0x7fff833c5ffb libsystem_info.dylib (449.1.4) <12CD9E42-8CEE-3A8D-B006-F8A6EB98804D> /usr/lib/system/libsystem_info.dylib
0x7fff836ad000 - 0x7fff836d1ff7 libJPEG.dylib (1052) <6836134F-8701-3A6B-82F3-19A0A72CE21C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff83711000 - 0x7fff8371eff7 libxar.1.dylib (202) <5572AA71-E98D-3FE1-9402-BB4A84E0E71E> /usr/lib/libxar.1.dylib
0x7fff83737000 - 0x7fff83b6affb com.apple.vision.FaceCore (3.0.0 - 3.0.0) /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
0x7fff83b6b000 - 0x7fff83ba0fff libssl.0.9.8.dylib (52.8.4) <3F8ADCC3-AE3F-371C-A4D5-FF219D33E507> /usr/lib/libssl.0.9.8.dylib
0x7fff83bbb000 - 0x7fff83bf3ff7 com.apple.RemoteViewServices (2.0 - 94) <3F34D630-3DDB-3411-BC28-A56A9B55EBDA> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fff83c10000 - 0x7fff83c37ff7 libsystem_network.dylib (241.4) <0D630D53-C772-3EC5-8257-EFB0ACCE3153> /usr/lib/system/libsystem_network.dylib
0x7fff83c38000 - 0x7fff83c68fff com.apple.IconServices (25 - 25.17) <4751127E-FBD5-3ED5-8510-08D4E4166EFE> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0x7fff83d25000 - 0x7fff83e0ffff libsqlite3.dylib (158) <00269BF9-43BE-39E0-9C85-24585B9923C8> /usr/lib/libsqlite3.dylib
0x7fff83e10000 - 0x7fff83f64ff3 com.apple.audio.toolbox.AudioToolbox (1.10 - 1.10) <69B273E8-5A8E-3FC7-B807-C16B657662FE> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff846fb000 - 0x7fff84704ffd com.apple.CommonAuth (4.0 - 2.0) /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff8473e000 - 0x7fff8474fff7 libz.1.dylib (53) <42E0C8C6-CA38-3CA4-8619-D24ED5DD492E> /usr/lib/libz.1.dylib
0x7fff84750000 - 0x7fff84751fff libsystem_sandbox.dylib (278.11.2) <0C93EB23-7364-3670-B511-212A7A524695> /usr/lib/system/libsystem_sandbox.dylib
0x7fff85734000 - 0x7fff857fffff libvDSP.dylib (423.32) <3BF732BE-DDE0-38EB-8C54-E4E3C64F77A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff85800000 - 0x7fff859e5fff com.apple.CoreFoundation (6.9 - 855.17) <729BD6DA-1F63-3E72-A148-26F21EBF52BB> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff85a0b000 - 0x7fff85a0fff7 libheimdal-asn1.dylib (323.92.2) <979AEAA0-59B3-3E99-94B1-9BB9C6C45273> /usr/lib/libheimdal-asn1.dylib
0x7fff85a10000 - 0x7fff85a20fff libbsm.0.dylib (33) <2CAC00A2-1352-302A-88FA-C567D4D69179> /usr/lib/libbsm.0.dylib
0x7fff85a8c000 - 0x7fff85ac1ffc com.apple.LDAPFramework (2.4.28 - 194.5) <5E501783-06E8-390C-AF34-A7FAD402F3E6> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x7fff85ac2000 - 0x7fff85b4eff7 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
0x7fff85b54000 - 0x7fff85b99fff libcurl.4.dylib (78.94.1) <88F27F9B-052E-3375-938D-2603E90D8AD5> /usr/lib/libcurl.4.dylib
0x7fff85c63000 - 0x7fff85cecfff com.apple.ColorSync (4.9.0 - 4.9.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff86050000 - 0x7fff8607ffd2 libsystem_m.dylib (3047.16) /usr/lib/system/libsystem_m.dylib
0x7fff8609f000 - 0x7fff86199fff libFontParser.dylib (111.1.6) <77253632-B3F6-3151-ABA0-C1EF458668A8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff8619a000 - 0x7fff86352ffb libicucore.A.dylib (511.36) <9AAC5980-2C1F-3B86-8A16-DB533F5E7C84> /usr/lib/libicucore.A.dylib
0x7fff86353000 - 0x7fff8635bfff libsystem_dnssd.dylib (522.92.3) <1418DF66-01BE-3A87-8553-09EAA945F4FE> /usr/lib/system/libsystem_dnssd.dylib
0x7fff8635c000 - 0x7fff86420ff7 com.apple.backup.framework (1.5.5 - 1.5.5) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x7fff86421000 - 0x7fff866f2ffc com.apple.CoreImage (9.4.1) <7B28C3F3-8EB3-3150-A55D-EBCDBDCA4977> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff868f9000 - 0x7fff86946ff2 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
0x7fff86947000 - 0x7fff8694aff7 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
0x7fff8694b000 - 0x7fff86992ffb libFontRegistry.dylib (127.0.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff86993000 - 0x7fff86993fff com.apple.CoreServices (59 - 59) <7A697B5E-F179-30DF-93F2-8B503CEEEFD5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff86994000 - 0x7fff86999fff libmacho.dylib (845) <1D2910DF-C036-3A82-A3FD-44FF73B5FF9B> /usr/lib/system/libmacho.dylib
0x7fff8699a000 - 0x7fff8699cff7 libquarantine.dylib (71) <7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38> /usr/lib/system/libquarantine.dylib
0x7fff8699d000 - 0x7fff869dfff7 libauto.dylib (185.5) /usr/lib/libauto.dylib
0x7fff869e0000 - 0x7fff869ecff7 com.apple.OpenDirectory (10.9 - 173.90.1) <383F96FF-1DF3-37E8-8540-03A697C873F6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff869ed000 - 0x7fff869f8fff libGL.dylib (9.6.5) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff869f9000 - 0x7fff86a66ff1 com.apple.ApplicationServices.ATS (360 - 363.6) <828C2711-4577-3F75-B436-3BDF328DFB11> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff86a67000 - 0x7fff86a6eff7 libsystem_pthread.dylib (53.1.4) /usr/lib/system/libsystem_pthread.dylib
0x7fff86ad6000 - 0x7fff86ae4fff com.apple.opengl (9.6.5 - 9.6.5) <4FAEADD8-EEB3-3FD9-ADC6-BA65806228CC> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff86ae5000 - 0x7fff86aefff7 libcsfde.dylib (380.70.2) <3ACB87D7-A81C-3C45-B648-AD27F1B9D841> /usr/lib/libcsfde.dylib
0x7fff86af0000 - 0x7fff86b09ff7 com.apple.Ubiquity (1.3 - 289) /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
0x7fff86b0a000 - 0x7fff86b81fff com.apple.CoreServices.OSServices (600.4 - 600.4) <6BC86B46-AFD3-3F06-8659-2C954CBEBD43> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff86bcd000 - 0x7fff86bd7ff7 com.apple.bsd.ServiceManagement (2.0 - 2.0) <2D27B498-BB9C-3D88-B05A-76908A8A26F3> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x7fff86fb4000 - 0x7fff87017ffb com.apple.SystemConfiguration (1.13.1 - 1.13.1) <339A2A90-DA25-33AF-88E5-2FB38A758FEE> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff8702f000 - 0x7fff870baff7 libCoreStorage.dylib (380.70.2) /usr/lib/libCoreStorage.dylib
0x7fff870bb000 - 0x7fff870bdfff libRadiance.dylib (1052) <82A880BE-DEFD-3445-9809-71043BC55AFC> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff870be000 - 0x7fff871afff9 libiconv.2.dylib (41) /usr/lib/libiconv.2.dylib
0x7fff871b0000 - 0x7fff871b1ff7 libodfde.dylib (20) /usr/lib/libodfde.dylib
0x7fff871b2000 - 0x7fff871dbfff GLRendererFloat (9.6.5) /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
0x7fff871e9000 - 0x7fff87205ff7 libsystem_kernel.dylib (2422.115.15) <34ABAF79-E147-3C34-B05D-46A566E689CC> /usr/lib/system/libsystem_kernel.dylib
0x7fff8735c000 - 0x7fff873aafff libcorecrypto.dylib (161.1) /usr/lib/system/libcorecrypto.dylib
0x7fff873ab000 - 0x7fff87488fff libcrypto.0.9.8.dylib (52.8.4) /usr/lib/libcrypto.0.9.8.dylib
0x7fff87489000 - 0x7fff874b8ff9 com.apple.GSS (4.0 - 2.0) <27FCA2B4-0767-3002-8755-862B19B5CF92> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff87537000 - 0x7fff87548ff7 libsystem_asl.dylib (217.1.4) <655FB343-52CF-3E2F-B14D-BEBF5AAEF94D> /usr/lib/system/libsystem_asl.dylib
0x7fff87549000 - 0x7fff87559ffb libsasl2.2.dylib (170) /usr/lib/libsasl2.2.dylib
0x7fff8755a000 - 0x7fff87562ffc libGFXShared.dylib (9.6.5) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff87593000 - 0x7fff87677ff7 com.apple.coreui (2.2 - 231.1) <187DF89C-8A64-366D-8782-F90315FA3CD7> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff87678000 - 0x7fff87678fff com.apple.ApplicationServices (48 - 48) <3E3F01A8-314D-378F-835E-9CC4F8820031> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff8767c000 - 0x7fff87950fc7 com.apple.vImage (7.0 - 7.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff87951000 - 0x7fff87d32ffe libLAPACK.dylib (1094.5) <7E7A9B8D-1638-3914-BAE0-663B69865986> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff87d3c000 - 0x7fff87da8fff com.apple.framework.IOKit (2.0.1 - 907.100.14) <10932113-9F7E-38A0-A158-A019A555CAC3> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff87da9000 - 0x7fff8891fff7 com.apple.AppKit (6.9 - 1265.21) <9DC13B27-841D-3839-93B2-3EDE66157BDE> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff88952000 - 0x7fff88954ff3 libsystem_configuration.dylib (596.15) <4998CB6A-9D54-390A-9F57-5D1AC53C135C> /usr/lib/system/libsystem_configuration.dylib
0x7fff88955000 - 0x7fff88956ff7 libSystem.B.dylib (1197.1.1) <72A98ACC-7606-3AD5-82AF-02D4EBBD4F02> /usr/lib/libSystem.B.dylib
0x7fff88957000 - 0x7fff8895affc com.apple.IOSurface (91.3 - 91.3) /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff8895b000 - 0x7fff889acff7 com.apple.audio.CoreAudio (4.2.1 - 4.2.1) <07F2B103-AE29-3118-BBC4-9A72E13B013B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff889ad000 - 0x7fff889adff7 libkeymgr.dylib (28) <3AA8D85D-CF00-3BD3-A5A0-E28E1A32A6D8> /usr/lib/system/libkeymgr.dylib
0x7fff88add000 - 0x7fff88ae2fff com.apple.DiskArbitration (2.6 - 2.6) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff88ae3000 - 0x7fff88afaff7 com.apple.CFOpenDirectory (10.9 - 173.90.1) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff88b06000 - 0x7fff88bd0ff7 com.apple.LaunchServices (572.32 - 572.32) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff88bdd000 - 0x7fff88ce4ff7 com.apple.ImageIO.framework (3.3.0 - 1052) <6BFA69B9-A607-39BC-B302-E2E92E5BC7F3> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff88ce5000 - 0x7fff88cebfff com.apple.AOSNotification (1.7.0 - 760.4) <8F042A51-E0A9-37E6-A601-0DD6A58A0AC8> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotification
0x7fff88cf9000 - 0x7fff88d37ff7 libGLImage.dylib (9.6.5) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff88d38000 - 0x7fff88d53ff7 libPng.dylib (1052) <6A2D3E6E-AA2E-3B6F-9E3B-8D08A5A3B9C1> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff88d54000 - 0x7fff88d55fff liblangid.dylib (117) <9546E641-F730-3AB0-B3CD-E0E2FDD173D9> /usr/lib/liblangid.dylib
0x7fff89f18000 - 0x7fff8a8415ab com.apple.CoreGraphics (1.600.0 - 599.35.15) /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff8a842000 - 0x7fff8a89bff7 libTIFF.dylib (1052) <909BF5F6-6FC5-3126-9028-593130CAEBE6> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff8a8de000 - 0x7fff8a8e9ff7 com.apple.NetAuth (5.0 - 5.0) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff8a8ea000 - 0x7fff8a8ebff7 libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff8a973000 - 0x7fff8a979ff7 libsystem_platform.dylib (24.90.1) <3C3D3DA8-32B9-3243-98EC-D89B9A1670B3> /usr/lib/system/libsystem_platform.dylib
0x7fff8a97a000 - 0x7fff8a989ff8 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
0x7fff8adb9000 - 0x7fff8aee9ff7 com.apple.desktopservices (1.8.3 - 1.8.3) <225BEC20-F8E0-3F22-9560-890A1A5B9050> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff8af1c000 - 0x7fff8af80fff com.apple.datadetectorscore (5.0 - 354.5) /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff8af81000 - 0x7fff8af99fff com.apple.openscripting (1.4.1 - 157.1) <2C6C6498-D88E-3D9B-B933-9873890F382E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fff8af9a000 - 0x7fff8af9cffb libutil.dylib (34) /usr/lib/libutil.dylib
0x7fff8af9d000 - 0x7fff8afa1ff7 libcache.dylib (62) /usr/lib/system/libcache.dylib
0x7fff8b4a9000 - 0x7fff8b4b4ff7 com.apple.DirectoryService.Framework (10.9 - 173.90.1) <22A0C230-CF1E-38F5-A947-5ACDAEEE0DB6> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x7fff8b6cc000 - 0x7fff8b705ff7 com.apple.QD (3.50 - 298) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff8b71a000 - 0x7fff8b74bfff com.apple.MediaKit (15 - 709) <23E33409-5C39-3F93-9E73-2B0E9EE8883E> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x7fff8b86f000 - 0x7fff8b898ff7 libc++abi.dylib (49.1) <21A807D3-6732-3455-B77F-743E9F916DF0> /usr/lib/libc++abi.dylib
0x7fff8b899000 - 0x7fff8b8feffb com.apple.Heimdal (4.0 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff8b8ff000 - 0x7fff8b919fff libdispatch.dylib (339.92.1) /usr/lib/system/libdispatch.dylib
0x7fff8b91a000 - 0x7fff8b935ff7 libCRFSuite.dylib (34) /usr/lib/libCRFSuite.dylib
0x7fff8b9ad000 - 0x7fff8ba2efff com.apple.CoreSymbolication (3.0.1 - 141.0.6) /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fff8ba2f000 - 0x7fff8ba38ff7 libcldcpuengine.dylib (2.3.58) <4433A688-94CA-3EE0-BE5B-D982C14EF6DB> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
0x7fff8ba39000 - 0x7fff8ba41ff3 libCGCMS.A.dylib (599.35.15) <930BAB0B-2D3F-3C90-94D9-CB02C9967964> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS.A.dylib
0x7fff8ba65000 - 0x7fff8ba67fff libCVMSPluginSupport.dylib (9.6.5) <9DE29AD9-5F59-3B9B-899C-4DED190CB817> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fff8bab2000 - 0x7fff8bab3ff7 com.apple.print.framework.Print (9.0 - 260) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x7fff8bab4000 - 0x7fff8bad9ff7 com.apple.CoreVideo (1.8 - 117.2) <4674339E-26D0-35FA-9958-422832B39B12> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff8bbaa000 - 0x7fff8bbb5fff libkxld.dylib (2422.115.15) <8850BC2B-EB64-3B0F-8047-DCC113021292> /usr/lib/system/libkxld.dylib
0x7fff8bbb6000 - 0x7fff8bbd2fff libresolv.9.dylib (54) <11C2C826-F1C6-39C6-B4E8-6E0C41D4FA95> /usr/lib/libresolv.9.dylib
0x7fff8c850000 - 0x7fff8c900ff7 libvMisc.dylib (423.32) <049C0735-1808-39B9-943F-76CB8021744F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff8c919000 - 0x7fff8c91aff7 libsystem_blocks.dylib (63) /usr/lib/system/libsystem_blocks.dylib
0x7fff8c91b000 - 0x7fff8cc1bff7 com.apple.Foundation (6.9 - 1056.17) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff8cfb5000 - 0x7fff8cfb8fff com.apple.help (1.3.3 - 46) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fff8cfb9000 - 0x7fff8cfbbff7 com.apple.securityhi (9.0 - 55005) <0CB82072-BA4B-357B-BE46-A96D317C1D91> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fff8cfbc000 - 0x7fff8cfcafff com.apple.CommerceCore (1.0 - 42) /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
0x7fff8cfd8000 - 0x7fff8cffcfff libxpc.dylib (300.90.2) /usr/lib/system/libxpc.dylib
0x7fff8cffd000 - 0x7fff8cffffff com.apple.EFILogin (2.0 - 2) /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
0x7fff8d2e9000 - 0x7fff8d2f6fff com.apple.Sharing (132.2 - 132.2) /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
0x7fff8d2f7000 - 0x7fff8d338fff com.apple.PerformanceAnalysis (1.47 - 47) <95435F84-C251-3C48-B6CD-9EE7A63D6E26> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fff8d35c000 - 0x7fff8d3cffff com.apple.securityfoundation (6.0 - 55122.3) <0AFCF575-97C3-3458-A72E-39DA07804EB9> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff8d3da000 - 0x7fff8d3ddff7 libdyld.dylib (239.5) /usr/lib/system/libdyld.dylib
0x7fff8d432000 - 0x7fff8d48dffb com.apple.AE (665.5 - 665.6) <9B17E7B7-D493-346A-827E-6DF1474E4977> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff8d48e000 - 0x7fff8d491ffa libCGXType.A.dylib (599.35.15) /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x7fff8d4df000 - 0x7fff8d789ff5 com.apple.HIToolbox (2.1.1 - 698) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff8d834000 - 0x7fff8dac8ff7 com.apple.RawCamera.bundle (5.07 - 760) /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x7fff8dac9000 - 0x7fff8dacafff com.apple.TrustEvaluationAgent (2.0 - 25) <334A82F4-4AE4-3719-A511-86D0B0723E2B> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x7fff8dacb000 - 0x7fff8dad8ff4 com.apple.Librarian (1.2 - 1) /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
0x7fff8dad9000 - 0x7fff8dae0fff libcompiler_rt.dylib (35) <4CD916B2-1B17-362A-B403-EF24A1DAC141> /usr/lib/system/libcompiler_rt.dylib
0x7fff8dae1000 - 0x7fff8dbc9fff libxml2.2.dylib (26.11) <282EF071-71D7-3C56-9FFD-543F2A083F18> /usr/lib/libxml2.2.dylib
0x7fff8dc19000 - 0x7fff8dceaff1 com.apple.DiskImagesFramework (10.9.6 - 373) <4EA5A3C8-13E2-309C-8FAB-C21A4C316802> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
0x7fff8de99000 - 0x7fff8de99ffd com.apple.audio.units.AudioUnit (1.10 - 1.10) <68B21135-55A6-3563-A3D6-3E692A7DEB7F> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff8de9a000 - 0x7fff8e0e2ff7 com.apple.CoreData (107 - 481.3) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff8e107000 - 0x7fff8e10cff7 libunwind.dylib (35.3) <78DCC358-2FC1-302E-B395-0155B47CB547> /usr/lib/system/libunwind.dylib
0x7fff8e10d000 - 0x7fff8e114ff8 liblaunch.dylib (842.92.1) /usr/lib/system/liblaunch.dylib
0x7fff8e157000 - 0x7fff8e2c5ff7 libBLAS.dylib (1094.5) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff8e31c000 - 0x7fff8e345fff com.apple.DictionaryServices (1.2 - 208) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff8e346000 - 0x7fff8e34ffff 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
0x7fff8e3d0000 - 0x7fff8e56bff8 com.apple.CFNetwork (673.6 - 673.6) /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff8e56c000 - 0x7fff8e5baff7 com.apple.opencl (2.3.59 - 2.3.59) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff8e5c1000 - 0x7fff8e5ceff0 libbz2.1.0.dylib (29) <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib
0x7fff8e5d6000 - 0x7fff8e6c4fff libJP2.dylib (1052) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff8e711000 - 0x7fff8e71affb libsystem_notify.dylib (121.20.1) <9B34B4FE-F5AD-3F09-A5F0-46AFF3571323> /usr/lib/system/libsystem_notify.dylib
0x7fff8e747000 - 0x7fff8e74afff com.apple.TCC (1.0 - 1) <32A075D9-47FD-3E71-95BC-BFB0D583F41C> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x7fff8e74b000 - 0x7fff8e8e7ff3 com.apple.QuartzCore (1.8 - 332.4) /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff8ea2d000 - 0x7fff8eab6fef libsystem_c.dylib (997.90.5) <889AA3F9-121C-3985-8B1D-5E908C5693BC> /usr/lib/system/libsystem_c.dylib
0x7fff8ebe9000 - 0x7fff8ebe9fff com.apple.Accelerate (1.9 - Accelerate 1.9) <509BB27A-AE62-366D-86D8-0B06D217CF56> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff8ec09000 - 0x7fff8ec13fff libcommonCrypto.dylib (60049) <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib
0x7fff8ec14000 - 0x7fff8ec43fff com.apple.DebugSymbols (106 - 106) /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fff8ec44000 - 0x7fff8ec83fff libGLU.dylib (9.6.5) <7463B411-2DB0-3338-BC8D-403293E2CA34> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff8ece7000 - 0x7fff8ece7fff com.apple.Carbon (154 - 157) <45A9A40A-78FF-3EA0-8FAB-A4F81052FA55> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fff8ed51000 - 0x7fff8ed81fff libncurses.5.4.dylib (42) /usr/lib/libncurses.5.4.dylib
0x7fff8ed82000 - 0x7fff8ed9aff7 com.apple.GenerationalStorage (2.0 - 160.3) <64749B08-0212-3AC8-9B49-73D662B09304> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x7fff8ed9b000 - 0x7fff8edbdfff com.apple.framework.familycontrols (4.1 - 410) <5D2414D4-D418-327F-9E3B-0B0889150828> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x7fff8ee4a000 - 0x7fff8f134fff 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
0x7fff8f141000 - 0x7fff8f148ffb libcopyfile.dylib (103.92.1) /usr/lib/system/libcopyfile.dylib
0x7fff8f149000 - 0x7fff8f19cfff com.apple.ScalableUserInterface (1.0 - 1) /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
0x7fff8f19d000 - 0x7fff8f40dffd com.apple.security (7.0 - 55471.14.40) <58F50B4A-FC1E-3AE0-A5DB-DD737E50AC17> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff8f40e000 - 0x7fff8f420ff7 com.apple.MultitouchSupport.framework (245.13.1 - 245.13.1) <38262B92-C63F-35A0-997D-AD2EBF2F8338> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff8f423000 - 0x7fff8f424ffb libremovefile.dylib (33) <3543F917-928E-3DB2-A2F4-7AB73B4970EF> /usr/lib/system/libremovefile.dylib
0x7fff8f598000 - 0x7fff8f59cff7 libGIF.dylib (1052) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff8f6a3000 - 0x7fff8f6c8ff7 com.apple.ChunkingLibrary (2.0 - 155.1) /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x7fff8f783000 - 0x7fff8f787ff7 libsystem_stats.dylib (93.90.3) <2304C7C2-BE45-35DE-BCC6-707D61B7AE7E> /usr/lib/system/libsystem_stats.dylib
0x7fff8f788000 - 0x7fff8f7a1ff7 com.apple.Kerberos (3.0 - 1) /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff8f81f000 - 0x7fff8f823fff libpam.2.dylib (20) /usr/lib/libpam.2.dylib
0x7fff8f824000 - 0x7fff8f824ffd libOpenScriptingUtil.dylib (157.1) /usr/lib/libOpenScriptingUtil.dylib
0x7fff8f860000 - 0x7fff8f922ffd com.apple.CoreText (367.23 - 367.23) /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff8f93c000 - 0x7fff8f9f4ff7 com.apple.DiscRecording (8.0 - 8000.4.6) /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x7fff8fc06000 - 0x7fff8fc4dff7 libcups.2.dylib (372.6) /usr/lib/libcups.2.dylib
0x7fff8fc4e000 - 0x7fff8fc76ffb libRIP.A.dylib (599.35.15) <408A708D-C1DA-3576-AADA-A44D5D5C6435> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x7fff8fc97000 - 0x7fff8fe37ff7 GLEngine (9.6.5) <30643C97-7EBB-36EE-BEEA-13844EA0F680> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine
0x7fff8fe38000 - 0x7fff8fe3bfff libCoreVMClient.dylib (58.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff8fe47000 - 0x7fff8fe59fff com.apple.ImageCapture (9.0 - 9.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture

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

VM Region Summary:
ReadOnly portion of Libraries: Total=226.3M resident=65.2M(29%) swapped_out_or_unallocated=161.1M(71%)
Writable regions: Total=1.4G written=1.1G(80%) resident=1.2G(86%) swapped_out=106.8M(7%) unallocated=198.9M(14%)

REGION TYPE VIRTUAL
=========== =======
CG backing stores 8040K
CG image 20K
CG raster data 24K
CG shared images 212K
CoreImage 8K
Dispatch continuations 4096K
IOKit 157.0M
IOKit (reserved) 4K reserved VM address space (unallocated)
Kernel Alloc Once 8K
MALLOC 1.2G
MALLOC (admin) 32K
MALLOC_LARGE (reserved) 17.6M reserved VM address space (unallocated)
Memory Tag 242 12K
Memory Tag 249 156K
Memory Tag 251 8K
OpenCL 20K
STACK GUARD 56.1M
Stack 14.2M
VM_ALLOCATE 16.5M
VM_ALLOCATE (reserved) 40K reserved VM address space (unallocated)
__DATA 57.4M
__IMAGE 528K
__LINKEDIT 74.2M
__TEXT 152.1M
__UNICODE 544K
mapped file 52.8M
shared memory 68K
=========== =======
TOTAL 1.8G
TOTAL, minus reserved VM space 1.8G

@Simons-Mith
Copy link
Author

Process: dwarfort.exe [4013]
Path: /Applications/Games/*/dwarfort.exe
Identifier: dwarfort.exe
Version: ???
Code Type: X86-64 (Native)
Parent Process: sh [4007]
Responsible: Terminal [320]
User ID: 501

Date/Time: 2017-05-03 03:40:10.368 +0100
OS Version: Mac OS X 10.9.5 (13F1911)
Report Version: 11
Anonymous UUID: AFF5D849-19DC-2EFE-A08D-A8800595682D

Crashed Thread: 7

Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: EXC_I386_GPFLT

Thread 0:: Dispatch queue: com.apple.main-thread
0 libsystem_kernel.dylib 0x00007fff871fe716 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff86a6ac3b _pthread_cond_wait + 727
2 libdfhack.1.0.0.dylib 0x00000001022425dd DFHack::Plugin::unload(DFHack::color_ostream&) + 253
3 ??? 0x0000000000032981 0 + 207233

Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0 libsystem_kernel.dylib 0x00007fff871ff662 kevent64 + 10
1 libdispatch.dylib 0x00007fff8b902421 _dispatch_mgr_invoke + 239
2 libdispatch.dylib 0x00007fff8b902136 _dispatch_mgr_thread + 52

Thread 2:: com.apple.audio.IOThread.client
0 libsystem_kernel.dylib 0x00007fff871faa1a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff871f9d18 mach_msg + 64
2 com.apple.audio.CoreAudio 0x00007fff889837fc HALB_MachPort::SendMessageWithReply(unsigned int, unsigned int, unsigned int, unsigned int, mach_msg_header_t*, bool, unsigned int) + 98
3 com.apple.audio.CoreAudio 0x00007fff8898378a HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int) + 42
4 com.apple.audio.CoreAudio 0x00007fff88981efc HALC_ProxyIOContext::IOWorkLoop() + 1140
5 com.apple.audio.CoreAudio 0x00007fff889819dd HALC_ProxyIOContext::IOThreadEntry(void*) + 97
6 com.apple.audio.CoreAudio 0x00007fff8898189d HALB_IOThread::Entry(void*) + 75
7 libsystem_pthread.dylib 0x00007fff86a68899 _pthread_body + 138
8 libsystem_pthread.dylib 0x00007fff86a6872a _pthread_start + 137
9 libsystem_pthread.dylib 0x00007fff86a6cfc9 thread_start + 13

Thread 3:
0 libsystem_kernel.dylib 0x00007fff871fea3a __semwait_signal + 10
1 libsystem_c.dylib 0x00007fff8eaa8dcc nanosleep + 200
2 libsystem_c.dylib 0x00007fff8eaa8cbe usleep + 54
3 libfmodex.dylib 0x00000001029e4a40 0x1029e0000 + 19008
4 libfmodex.dylib 0x0000000102a65995 FMOD::SystemI::createSoundInternal(char const*, unsigned int, unsigned int, unsigned int, FMOD_CREATESOUNDEXINFO*, FMOD::File**, bool, FMOD::SoundI**) + 23205
5 libsystem_pthread.dylib 0x00007fff86a68899 _pthread_body + 138
6 libsystem_pthread.dylib 0x00007fff86a6872a _pthread_start + 137
7 libsystem_pthread.dylib 0x00007fff86a6cfc9 thread_start + 13

Thread 4:
0 libsystem_kernel.dylib 0x00007fff871faa1a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff871f9d18 mach_msg + 64
2 com.apple.CoreFoundation 0x00007fff85870f15 __CFRunLoopServiceMachPort + 181
3 com.apple.CoreFoundation 0x00007fff85870539 __CFRunLoopRun + 1161
4 com.apple.CoreFoundation 0x00007fff8586fe75 CFRunLoopRunSpecific + 309
5 com.apple.AppKit 0x00007fff87f6d05e _NSEventThread + 144
6 libsystem_pthread.dylib 0x00007fff86a68899 _pthread_body + 138
7 libsystem_pthread.dylib 0x00007fff86a6872a _pthread_start + 137
8 libsystem_pthread.dylib 0x00007fff86a6cfc9 thread_start + 13

Thread 5:
0 libsystem_kernel.dylib 0x00007fff871fe746 __psynch_mutexwait + 10
1 libsystem_pthread.dylib 0x00007fff86a6b779 _pthread_mutex_lock + 372
2 ruby.plug.dylib 0x000000010be3092c df_rubythread(void*) + 2972
3 ruby.plug.dylib 0x000000010be344ba tthread::thread::wrapper_function(void*) + 10
4 libsystem_pthread.dylib 0x00007fff86a68899 _pthread_body + 138
5 libsystem_pthread.dylib 0x00007fff86a6872a _pthread_start + 137
6 libsystem_pthread.dylib 0x00007fff86a6cfc9 thread_start + 13

Thread 6:
0 libsystem_kernel.dylib 0x00007fff871ff94a poll + 10
1 org.ruby-lang.ruby 0x000000010bf630de 0x10be3f000 + 1196254
2 libsystem_pthread.dylib 0x00007fff86a68899 _pthread_body + 138
3 libsystem_pthread.dylib 0x00007fff86a6872a _pthread_start + 137
4 libsystem_pthread.dylib 0x00007fff86a6cfc9 thread_start + 13

Thread 7 Crashed:
0 libdfhack.1.0.0.dylib 0x0000000102153563 DFHack::Core::runCommand(DFHack::color_ostream&, std::string const&, std::vector<std::string, std::allocatorstd::string >&) + 10819
1 ??? 0x00007fff6b74d0b0 initialPool + 32
2 ??? 0x00007fff74613714 __sFX + 468

Thread 8:
0 libsystem_kernel.dylib 0x00007fff871fe716 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff86a6ac3b _pthread_cond_wait + 727
2 libdfhack.1.0.0.dylib 0x0000000102154583 fHKthread(void*) + 131
3 libdfhack.1.0.0.dylib 0x00000001024188ea tthread::thread::wrapper_function(void*) + 10
4 libsystem_pthread.dylib 0x00007fff86a68899 _pthread_body + 138
5 libsystem_pthread.dylib 0x00007fff86a6872a _pthread_start + 137
6 libsystem_pthread.dylib 0x00007fff86a6cfc9 thread_start + 13

Thread 9:
0 libsystem_kernel.dylib 0x00007fff871fde02 __accept + 10
1 libdfhack.1.0.0.dylib 0x000000010240d7b5 CPassiveSocket::Accept() + 293
2 libdfhack.1.0.0.dylib 0x0000000102256909 DFHack::ServerMain::threadFn(void*) + 377
3 libdfhack.1.0.0.dylib 0x00000001024188ea tthread::thread::wrapper_function(void*) + 10
4 libsystem_pthread.dylib 0x00007fff86a68899 _pthread_body + 138
5 libsystem_pthread.dylib 0x00007fff86a6872a _pthread_start + 137
6 libsystem_pthread.dylib 0x00007fff86a6cfc9 thread_start + 13

Thread 10:
0 libsystem_kernel.dylib 0x00007fff871fea3a __semwait_signal + 10
1 libsystem_c.dylib 0x00007fff8eaa8dcc nanosleep + 200
2 liballegro.5.2.2.dylib 0x000000010d07ad21 al_rest + 65
3 liballegro.5.2.2.dylib 0x000000010d03f49b timer_thread_proc + 219
4 liballegro.5.2.2.dylib 0x000000010d07ae6b thread_proc_trampoline + 11
5 libsystem_pthread.dylib 0x00007fff86a68899 _pthread_body + 138
6 libsystem_pthread.dylib 0x00007fff86a6872a _pthread_start + 137
7 libsystem_pthread.dylib 0x00007fff86a6cfc9 thread_start + 13

Thread 11:
0 libsystem_kernel.dylib 0x00007fff871fe91a __recvfrom + 10
1 libdfhack.1.0.0.dylib 0x000000010240c54c CSimpleSocket::Receive(int, unsigned char*) + 300
2 ??? 0x0000000102ed4000 0 + 4344070144

Thread 12:
0 libsystem_kernel.dylib 0x00007fff871fee6a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff86a69f08 _pthread_wqthread + 330
2 libsystem_pthread.dylib 0x00007fff86a6cfb9 start_wqthread + 13

Thread 13:
0 libsystem_kernel.dylib 0x00007fff871fee6a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff86a69f08 _pthread_wqthread + 330
2 libsystem_pthread.dylib 0x00007fff86a6cfb9 start_wqthread + 13

Thread 7 crashed with X86 Thread State (64-bit):
rax: 0x2000000000000000 rbx: 0x000000010b0079b0 rcx: 0x0000000000000016 rdx: 0x2000000000000000
rdi: 0x000000010b007720 rsi: 0xaaaaaaaaaaaaaaab rbp: 0x0000000000000000 rsp: 0x000000010f33a570
r8: 0x0000000119378e80 r9: 0x00000001193068b0 r10: 0x0000000071d6a533 r11: 0x00000000bd4c235c
r12: 0x000000010b008330 r13: 0x000000010f33a5e0 r14: 0x000000010f33a910 r15: 0x000000010f33a940
rip: 0x0000000102153563 rfl: 0x0000000000010206 cr2: 0x0000000132424000

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

Binary Images:
0x100000000 - 0x1012c8fff +dwarfort.exe (???) /Applications/Games//dwarfort.exe
0x102145000 - 0x102571fef +libdfhack.1.0.0.dylib (0) <5547D40B-B7ED-3B27-AAD0-5BC7B4F4B1AD> /Applications/Games/
/libdfhack.1.0.0.dylib
0x1029e0000 - 0x102ac4ff7 +libfmodex.dylib (1) <9BAFC1DE-619D-2294-56AD-DC481D9DEC73> /Applications/Games//libfmodex.dylib
0x102b1f000 - 0x102b76fff +SDL (1.2.14 - 1.2.14) /Applications/Games/
/SDL.framework/Versions/A/SDL
0x102b89000 - 0x102bc0fff +org.libsdl.SDL-image (1.2.12 - 1.2.12) <2635DCDC-CE72-316B-89CB-E1D5AAD770C4> /Applications/Games//SDL_image.framework/Versions/A/SDL_image
0x102bc8000 - 0x102bcbfff +org.libsdl.SDL-ttf (2.0.11 - 2.0.11) <9ACD8102-0778-39B4-B755-AE0BDC93252A> /Applications/Games/
/SDL_ttf.framework/Versions/A/SDL_ttf
0x102bce000 - 0x102c77fe7 +libstdc++.6.dylib (7.19) /Applications/Games//libstdc++.6.dylib
0x102d76000 - 0x102d89fe1 +libgcc_s.1.dylib (1) <87EC950D-7C3D-ECE5-829B-5C4AD5895901> /Applications/Games/
/libgcc_s.1.dylib
0x102d95000 - 0x102e30ff7 +freetype (2.6.3) <876EF565-AB93-3A07-AFAD-603F070320C1> /Applications/Games//SDL_ttf.framework/Versions/A/Frameworks/freetype.framework/Versions/2.6.3/freetype
0x102e45000 - 0x102e6cfff +libprotobuf-lite.dylib (0) <48AE7164-06E6-3612-BF44-5A48B58B7431> /Applications/Games/
/libprotobuf-lite.dylib
0x102e82000 - 0x102ec7fe7 +liblua.dylib (0) <945ECD6A-CD56-345E-B57F-394165147D55> /Applications/Games//liblua.dylib
0x102ff0000 - 0x102ff4ffd com.apple.audio.AppleHDAHALPlugIn (2.6.3 - 2.6.3f7) <61937EC9-7F0C-37F3-8BFF-466184B39C63> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
0x10366f000 - 0x10367afff libGPUSupport.dylib (9.6.5) <7262B5E5-AA02-3916-9E78-071502F4F1BE> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupport.dylib
0x10643c000 - 0x106442fff +add-spatter.plug.dylib (0) <78EE795E-7A47-39A5-9AAC-56FF464702A5> /Applications/Games/
/add-spatter.plug.dylib
0x106447000 - 0x10644aff7 +changevein.plug.dylib (0) <60C95916-93CA-37B7-B19C-96F197917B1A> /Applications/Games//changevein.plug.dylib
0x107a25000 - 0x107bf6fff com.apple.audio.units.Components (1.10 - 1.10) /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
0x10aed4000 - 0x10aed7ff7 +cleanconst.plug.dylib (0) <3D3F00EB-DCC6-38F8-9CA0-4D7DE50D4283> /Applications/Games/
/cleanconst.plug.dylib
0x10af89000 - 0x10af98ff7 +autochop.plug.dylib (0) <410F1E33-91D9-37EF-B5F9-A63D1CD455BC> /Applications/Games//autochop.plug.dylib
0x10afa0000 - 0x10afa8fff +autodump.plug.dylib (0) /Applications/Games/
/autodump.plug.dylib
0x10afae000 - 0x10afb3fff +autogems.plug.dylib (0) <5E9755AC-EC58-38A9-8207-4FC751705183> /Applications/Games//autogems.plug.dylib
0x10afb8000 - 0x10afc1fff +autohauler.plug.dylib (0) /Applications/Games/
/autohauler.plug.dylib
0x10afc7000 - 0x10afd5fe7 +autolabor.plug.dylib (0) <1C44EACA-0E9A-33F2-98B7-5E33E170B4F9> /Applications/Games//autolabor.plug.dylib
0x10afdc000 - 0x10afebff7 +automaterial.plug.dylib (0) <4F68ECED-500C-3729-8C55-A1ED8F91BF4E> /Applications/Games/
/automaterial.plug.dylib
0x10aff4000 - 0x10affafff +changeitem.plug.dylib (0) <167A5542-D5F0-313F-8BBB-91D1F6A9396A> /Applications/Games//changeitem.plug.dylib
0x10b400000 - 0x10b407fff +automelt.plug.dylib (0) <5D7C9791-CBE9-3B56-99BC-75C9C94B1291> /Applications/Games/
/automelt.plug.dylib
0x10b40d000 - 0x10b414fff +autotrade.plug.dylib (0) <09E45BB2-341D-3D18-B1B4-FDBF3BFD8FF1> /Applications/Games//autotrade.plug.dylib
0x10b41a000 - 0x10b424fff +blueprint.plug.dylib (0) /Applications/Games/
/blueprint.plug.dylib
0x10b42b000 - 0x10b434fef +building-hacks.plug.dylib (0) <44B4807A-47CE-3460-8F78-6A34AD7E1D69> /Applications/Games//building-hacks.plug.dylib
0x10b4a0000 - 0x10b4befff +buildingplan.plug.dylib (0) /Applications/Games/
/buildingplan.plug.dylib
0x10b4cd000 - 0x10b4d8fff +burrows.plug.dylib (0) <5FABA51D-3129-3E24-829B-9E595D16DFF3> /Applications/Games//burrows.plug.dylib
0x10b4e2000 - 0x10b4e8fff +changelayer.plug.dylib (0) <709B9DD0-D1CE-3FD8-9188-291F721A73E0> /Applications/Games/
/changelayer.plug.dylib
0x10b4ed000 - 0x10b4f1ff7 +cleaners.plug.dylib (0) /Applications/Games//cleaners.plug.dylib
0x10b4f5000 - 0x10b4f8ff7 +cleanowned.plug.dylib (0) <5705B498-72A6-3090-B391-8DBBC331A956> /Applications/Games/
/cleanowned.plug.dylib
0x10b4fc000 - 0x10b503fff +command-prompt.plug.dylib (0) <51B56AE3-941D-3CDE-9254-09D57B4E0720> /Applications/Games//command-prompt.plug.dylib
0x10b50a000 - 0x10b51efe7 +confirm.plug.dylib (0) <80EB5EE5-65B6-3D23-B49E-7FBA0950D157> /Applications/Games/
/confirm.plug.dylib
0x10b54f000 - 0x10b555ff7 +createitem.plug.dylib (0) /Applications/Games//createitem.plug.dylib
0x10b55a000 - 0x10b55efff +cursecheck.plug.dylib (0) /Applications/Games/
/cursecheck.plug.dylib
0x10b562000 - 0x10b565ff7 +deramp.plug.dylib (0) <639ED343-5A5A-320A-AA48-F8B80900731D> /Applications/Games//deramp.plug.dylib
0x10b569000 - 0x10b576ff7 +dig.plug.dylib (0) /Applications/Games/
/dig.plug.dylib
0x10b57d000 - 0x10b583ff7 +digFlood.plug.dylib (0) <8E06DE29-37A5-3415-A897-B245C58CDAAF> /Applications/Games//digFlood.plug.dylib
0x10b588000 - 0x10b5a8ff7 +dwarfmonitor.plug.dylib (0) <83BE35DB-5CA9-3733-96DE-08C13B7093F7> /Applications/Games/
/dwarfmonitor.plug.dylib
0x10b5f7000 - 0x10b5fafff +fastdwarf.plug.dylib (0) /Applications/Games//fastdwarf.plug.dylib
0x10bb00000 - 0x10bb07fff +dwarfvet.plug.dylib (0) <9B0724EE-DACC-3751-AC16-A347D22A55C3> /Applications/Games/
/dwarfvet.plug.dylib
0x10bb0c000 - 0x10bb16fff +embark-tools.plug.dylib (0) <0386B73F-0C19-3A9A-8C8F-CEA882FFFF8D> /Applications/Games//embark-tools.plug.dylib
0x10bb1f000 - 0x10bb2afef +eventful.plug.dylib (0) /Applications/Games/
/eventful.plug.dylib
0x10bb56000 - 0x10bb5dff7 +filltraffic.plug.dylib (0) <335461B8-97E6-381D-A639-0A577B81508A> /Applications/Games//filltraffic.plug.dylib
0x10bb62000 - 0x10bb6cff7 +fix-armory.plug.dylib (0) <45874BF1-35AB-33A0-A174-1458B45ABBEB> /Applications/Games/
/fix-armory.plug.dylib
0x10bb74000 - 0x10bb78ff7 +fix-unit-occupancy.plug.dylib (0) <5182E0A3-D5EA-3847-A931-9756E4700996> /Applications/Games//fix-unit-occupancy.plug.dylib
0x10bb7c000 - 0x10bb81fff +fixveins.plug.dylib (0) <4AE9505B-C467-31B8-A16B-CEFFE5BE6527> /Applications/Games/
/fixveins.plug.dylib
0x10bb85000 - 0x10bb88fff +flows.plug.dylib (0) <9EE1C8EB-CC17-3742-8116-4CD3A65CBE51> /Applications/Games//flows.plug.dylib
0x10bb8c000 - 0x10bb8fff7 +follow.plug.dylib (0) <18DC5F43-C811-318C-B56C-A0F57498A81B> /Applications/Games/
/follow.plug.dylib
0x10bb93000 - 0x10bb99ff7 +forceequip.plug.dylib (0) <38E93EB4-2F8C-371B-83D6-CC08179E7A34> /Applications/Games//forceequip.plug.dylib
0x10bb9d000 - 0x10bbbdfef +fortplan.plug.dylib (0) /Applications/Games/
/fortplan.plug.dylib
0x10bbcb000 - 0x10bbd3fff +generated-creature-renamer.plug.dylib (0) <39966F9B-ABD7-331F-931B-17AE13D5C461> /Applications/Games//generated-creature-renamer.plug.dylib
0x10bbd8000 - 0x10bbddff7 +getplants.plug.dylib (0) /Applications/Games/
/getplants.plug.dylib
0x10bbe2000 - 0x10bbf1ff7 +hotkeys.plug.dylib (0) <4D6689C5-F706-3F2B-87ED-F126842FEDD2> /Applications/Games//hotkeys.plug.dylib
0x10bbf9000 - 0x10bbfdfff +infiniteSky.plug.dylib (0) <518313B3-F70E-3EA1-84A1-A79CE2419189> /Applications/Games/
/infiniteSky.plug.dylib
0x10bc01000 - 0x10bc11fef +isoworldremote.plug.dylib (0) <9C81FFC5-118F-30CE-A148-B99FF5B48C4A> /Applications/Games//isoworldremote.plug.dylib
0x10bc1d000 - 0x10bc23fff +jobutils.plug.dylib (0) <63992D8A-12F6-311D-90C1-8AA74F44634F> /Applications/Games/
/jobutils.plug.dylib
0x10bc29000 - 0x10bc3fff7 +labormanager.plug.dylib (0) <5A2D35AE-5706-30F0-A3BB-9D9C63D9D8DB> /Applications/Games//labormanager.plug.dylib
0x10bc49000 - 0x10bc4cff7 +lair.plug.dylib (0) <06769F06-65B9-3DC6-80EB-78393B2F1BC0> /Applications/Games/
/lair.plug.dylib
0x10bc50000 - 0x10bc5ffff +liquids.plug.dylib (0) <6631B529-799F-3712-A973-E0B12E498F3D> /Applications/Games//liquids.plug.dylib
0x10bc68000 - 0x10bc75fef +luasocket.plug.dylib (0) <49B2CE7E-7262-379C-B335-F4131706FEB7> /Applications/Games/
/luasocket.plug.dylib
0x10bc7f000 - 0x10bc9cfef +manipulator.plug.dylib (0) <1939FCAC-CF57-391E-AF21-59BC1F733F6D> /Applications/Games//manipulator.plug.dylib
0x10bcab000 - 0x10bcaefff +misery.plug.dylib (0) <5C39E57F-9C84-3BBA-90D1-79CFE97B368B> /Applications/Games/
/misery.plug.dylib
0x10bcb2000 - 0x10bcb6fff +mode.plug.dylib (0) /Applications/Games//mode.plug.dylib
0x10bcba000 - 0x10bcc3fff +mousequery.plug.dylib (0) <3EB0AFBD-6245-3125-A08B-1977DA49CA42> /Applications/Games/
/mousequery.plug.dylib
0x10bcc9000 - 0x10bcceff7 +petcapRemover.plug.dylib (0) /Applications/Games//petcapRemover.plug.dylib
0x10bcd3000 - 0x10bcd7fff +plants.plug.dylib (0) /Applications/Games/
/plants.plug.dylib
0x10bcdb000 - 0x10bcdffef +power-meter.plug.dylib (0) /Applications/Games//power-meter.plug.dylib
0x10bce5000 - 0x10bceeff7 +probe.plug.dylib (0) <42C94185-DF3A-3039-94A7-F3843B3A9CA4> /Applications/Games/
/probe.plug.dylib
0x10bcf4000 - 0x10bd00fff +prospector.plug.dylib (0) <98B4870E-93EA-3BEF-8E91-C45CA6938935> /Applications/Games//prospector.plug.dylib
0x10bd07000 - 0x10bd0afff +regrass.plug.dylib (0) /Applications/Games/
/regrass.plug.dylib
0x10bd0e000 - 0x10bd92fe7 +RemoteFortressReader.plug.dylib (0) <11BDDC1C-6183-3FC6-8BC9-64B2FE7ABFD0> /Applications/Games//RemoteFortressReader.plug.dylib
0x10bdd4000 - 0x10bde1ff7 +rename.plug.dylib (0) <8CE4012B-515D-33BA-979E-54341D835E4C> /Applications/Games/
/rename.plug.dylib
0x10bdec000 - 0x10be0aff7 +rendermax.plug.dylib (0) <1700B0D0-AF60-3422-A5E9-A7AC56A75993> /Applications/Games//rendermax.plug.dylib
0x10be19000 - 0x10be1cff7 +resume.plug.dylib (0) /Applications/Games/
/resume.plug.dylib
0x10be20000 - 0x10be27ff7 +reveal.plug.dylib (0) <8CD337B6-3296-317E-BA8D-FEB98CBEB578> /Applications/Games//reveal.plug.dylib
0x10be2c000 - 0x10be38fff +ruby.plug.dylib (0) /Applications/Games/
/ruby.plug.dylib
0x10be3f000 - 0x10bfd3fff org.ruby-lang.ruby (10.9 - 2.0.0-p481-104) <62B7973A-0825-3893-93C8-B7449D972D41> /System/Library/Frameworks/Ruby.framework/Ruby
0x10c1a6000 - 0x10c1d6fe7 +search.plug.dylib (0) <88F4D9EE-9E5B-3263-A323-5374DD871829> /Applications/Games//search.plug.dylib
0x10c203000 - 0x10c20dff7 +seedwatch.plug.dylib (0) /Applications/Games/
/seedwatch.plug.dylib
0x10c212000 - 0x10c217ff7 +showmood.plug.dylib (0) /Applications/Games//showmood.plug.dylib
0x10c21b000 - 0x10c22ffe7 +siege-engine.plug.dylib (0) <9E32AC06-7389-362E-8C25-B26612B1AF31> /Applications/Games/
/siege-engine.plug.dylib
0x10c23d000 - 0x10c248ff7 +sort.plug.dylib (0) /Applications/Games//sort.plug.dylib
0x10c24f000 - 0x10c257fe7 +steam-engine.plug.dylib (0) <0695F461-5CA5-3C64-9C09-7CB97DC0F526> /Applications/Games/
/steam-engine.plug.dylib
0x10c25e000 - 0x10c264fff +stockflow.plug.dylib (0) <0B0FE2EA-DAA1-351E-9C20-0269870FD847> /Applications/Games//stockflow.plug.dylib
0x10c269000 - 0x10c2cafe7 +stockpiles.plug.dylib (0) <1CBED263-19DB-3235-A27B-ECFADCE94657> /Applications/Games/
/stockpiles.plug.dylib
0x10c400000 - 0x10c412fef +stocks.plug.dylib (0) <5295B5C2-BDBB-34D5-9132-844F2BC49492> /Applications/Games//stocks.plug.dylib
0x10c41d000 - 0x10c42cfff +liballegro_primitives.5.2.2.dylib (0) <6FE14362-4716-32EE-9761-2BEA47C787D0> /Applications/Games/
/liballegro_primitives.5.2.2.dylib
0x10c436000 - 0x10c43bffb +liballegro_font.5.2.2.dylib (0) <5FE38646-9A23-3793-87E5-F3BDFF4ED954> /Applications/Games//liballegro_font.5.2.2.dylib
0x10c441000 - 0x10c444fff +liballegro_color.5.2.2.dylib (0) /Applications/Games/
/liballegro_color.5.2.2.dylib
0x10c447000 - 0x10c450ffb +liballegro_image.5.2.2.dylib (0) /Applications/Games//liballegro_image.5.2.2.dylib
0x10c456000 - 0x10c45bff3 +liballegro_ttf.5.2.2.dylib (0) /Applications/Games/
/liballegro_ttf.5.2.2.dylib
0x10c460000 - 0x10c469fe7 +strangemood.plug.dylib (0) <68C1D248-B716-3732-8BB3-9F1AAAD8CBFF> /Applications/Games//strangemood.plug.dylib
0x10c4d0000 - 0x10c4e1fff +tiletypes.plug.dylib (0) /Applications/Games/
/tiletypes.plug.dylib
0x10c4ea000 - 0x10c4edfff +title-folder.plug.dylib (0) /Applications/Games//title-folder.plug.dylib
0x10c4f1000 - 0x10c4f3fff +title-version.plug.dylib (0) <3D32C7E2-826B-3D4A-9ECF-0D09861FEA97> /Applications/Games/
/title-version.plug.dylib
0x10c4f6000 - 0x10c4fafff +trackstop.plug.dylib (0) <1B6DB195-297A-3177-9929-C74AD1BAF6C0> /Applications/Games//trackstop.plug.dylib
0x10c4fe000 - 0x10c4feff9 +cl_kernels (???) <24D409D2-921D-4227-A9C3-8DB54FA02103> cl_kernels
0x10c600000 - 0x10c716fef +stonesense.plug.dylib (0) <52BF2E59-AE68-3442-864C-6F468E862DB2> /Applications/Games/
/stonesense.plug.dylib
0x10c7f0000 - 0x10c7f3fff +tubefill.plug.dylib (0) <4BC808C5-4D2B-3C68-B0BA-102E8A39C251> /Applications/Games//tubefill.plug.dylib
0x10c7f7000 - 0x10c7f9fff +workNow.plug.dylib (0) <2BF9B756-9614-332A-8C04-2A90758D8DB7> /Applications/Games/
/workNow.plug.dylib
0x10d000000 - 0x10d0a7ffb +liballegro.5.2.2.dylib (0) <921A2BE1-9BE0-3B56-AB23-8AC5C3A271E2> /Applications/Games//liballegro.5.2.2.dylib
0x10d11c000 - 0x10d1e4ff7 +libfreetype.6.dylib (0) <542E5CB3-94A0-300F-998B-CACB0B3CED5B> /Applications/Games/
/libfreetype.6.dylib
0x10d662000 - 0x10d67aff7 +tweak.plug.dylib (0) <6AD7CF0D-F6CF-35D5-96CE-7494A8E6FB7A> /Applications/Games//tweak.plug.dylib
0x10d7cb000 - 0x10d7dcfef +workflow.plug.dylib (0) <5AAE5457-3571-3D97-A097-03E7534B84FB> /Applications/Games/
/workflow.plug.dylib
0x10d7f6000 - 0x10d7f7ff4 +cl_kernels (???) cl_kernels
0x10f27b000 - 0x10f2a3ff7 +zone.plug.dylib (0) <7622722A-B22D-368B-A240-B15B38F4C4AF> /Applications/Games/*/zone.plug.dylib
0x14b000000 - 0x14b74aff7 libclh.dylib (4.0.3 - 4.0.3) <8D8CFC19-2C05-3D15-A76A-3F390DC03346> /System/Library/Extensions/GeForceTeslaGLDriver.bundle/Contents/MacOS/libclh.dylib
0x14c000000 - 0x14c0e6fef unorm8_bgra.dylib (2.3.58) /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib
0x123440000000 - 0x12344086dfff com.apple.GeForceTeslaGLDriver (8.24.17 - 8.2.4) /System/Library/Extensions/GeForceTeslaGLDriver.bundle/Contents/MacOS/GeForceTeslaGLDriver
0x7fff6b719000 - 0x7fff6b74c887 dyld (239.5) <1D3130FE-FE7E-3C4C-8E74-EB51895B6BA5> /usr/lib/dyld
0x7fff8211a000 - 0x7fff8215fff6 com.apple.HIServices (1.23 - 468) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff82160000 - 0x7fff8218cfff com.apple.CoreServicesInternal (184.9 - 184.9) <4DEA54F9-81D6-3EDB-AA3C-1F9C497B3379> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x7fff8218d000 - 0x7fff821e5ff7 com.apple.Symbolication (1.4 - 129.0.2) <3DCCAB8A-6FA1-3BB9-B4D3-A3CBDB3BDF04> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x7fff82326000 - 0x7fff82326fff com.apple.Cocoa (6.8 - 20) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x7fff825c3000 - 0x7fff825c7fff 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
0x7fff82647000 - 0x7fff82699fff libc++.1.dylib (120) <4F68DFC5-2077-39A8-A449-CAC5FDEE7BDE> /usr/lib/libc++.1.dylib
0x7fff826b6000 - 0x7fff826bdfff com.apple.NetFS (6.0 - 4.0) <8E26C099-CE9D-3819-91A2-64EA929C6137> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff826be000 - 0x7fff8274eff7 com.apple.Metadata (10.7.0 - 800.30) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff8274f000 - 0x7fff827bcfff com.apple.SearchKit (1.4.0 - 1.4.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff827fc000 - 0x7fff82824ff3 libxslt.1.dylib (13.12) <38FD3D1E-5335-398F-A663-47298EDDA231> /usr/lib/libxslt.1.dylib
0x7fff8282f000 - 0x7fff82995fff libGLProgrammability.dylib (9.6.5) <53BCF254-3014-33DC-94EF-72C7270F14F2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x7fff82d6e000 - 0x7fff82d78ff7 com.apple.CrashReporterSupport (10.9 - 539) /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x7fff82d7a000 - 0x7fff82da6ff7 com.apple.framework.SystemAdministration (1.0 - 1.0) /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/SystemAdministration
0x7fff82da7000 - 0x7fff82dafff7 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
0x7fff82db0000 - 0x7fff82db0fff com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff82db1000 - 0x7fff82dbdffb com.apple.AppleFSCompression (56.92.2 - 1.0) <16542F97-9D21-317D-8A50-4C34AAD35F41> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x7fff82dbe000 - 0x7fff82f6bf27 libobjc.A.dylib (551.1) /usr/lib/libobjc.A.dylib
0x7fff82f6c000 - 0x7fff82f87ff7 libsystem_malloc.dylib (23.10.1) /usr/lib/system/libsystem_malloc.dylib
0x7fff82f88000 - 0x7fff82fc3fff com.apple.bom (14.0 - 193.1) /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
0x7fff8339c000 - 0x7fff8339dfff libunc.dylib (28) <62682455-1862-36FE-8A04-7A6B91256438> /usr/lib/system/libunc.dylib
0x7fff8339e000 - 0x7fff833c5ffb libsystem_info.dylib (449.1.4) <12CD9E42-8CEE-3A8D-B006-F8A6EB98804D> /usr/lib/system/libsystem_info.dylib
0x7fff836ad000 - 0x7fff836d1ff7 libJPEG.dylib (1052) <6836134F-8701-3A6B-82F3-19A0A72CE21C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff83711000 - 0x7fff8371eff7 libxar.1.dylib (202) <5572AA71-E98D-3FE1-9402-BB4A84E0E71E> /usr/lib/libxar.1.dylib
0x7fff83737000 - 0x7fff83b6affb com.apple.vision.FaceCore (3.0.0 - 3.0.0) /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
0x7fff83b6b000 - 0x7fff83ba0fff libssl.0.9.8.dylib (52.8.4) <3F8ADCC3-AE3F-371C-A4D5-FF219D33E507> /usr/lib/libssl.0.9.8.dylib
0x7fff83bbb000 - 0x7fff83bf3ff7 com.apple.RemoteViewServices (2.0 - 94) <3F34D630-3DDB-3411-BC28-A56A9B55EBDA> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fff83c10000 - 0x7fff83c37ff7 libsystem_network.dylib (241.4) <0D630D53-C772-3EC5-8257-EFB0ACCE3153> /usr/lib/system/libsystem_network.dylib
0x7fff83c38000 - 0x7fff83c68fff com.apple.IconServices (25 - 25.17) <4751127E-FBD5-3ED5-8510-08D4E4166EFE> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0x7fff83d25000 - 0x7fff83e0ffff libsqlite3.dylib (158) <00269BF9-43BE-39E0-9C85-24585B9923C8> /usr/lib/libsqlite3.dylib
0x7fff83e10000 - 0x7fff83f64ff3 com.apple.audio.toolbox.AudioToolbox (1.10 - 1.10) <69B273E8-5A8E-3FC7-B807-C16B657662FE> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff846fb000 - 0x7fff84704ffd com.apple.CommonAuth (4.0 - 2.0) /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff8473e000 - 0x7fff8474fff7 libz.1.dylib (53) <42E0C8C6-CA38-3CA4-8619-D24ED5DD492E> /usr/lib/libz.1.dylib
0x7fff84750000 - 0x7fff84751fff libsystem_sandbox.dylib (278.11.2) <0C93EB23-7364-3670-B511-212A7A524695> /usr/lib/system/libsystem_sandbox.dylib
0x7fff85734000 - 0x7fff857fffff libvDSP.dylib (423.32) <3BF732BE-DDE0-38EB-8C54-E4E3C64F77A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff85800000 - 0x7fff859e5fff com.apple.CoreFoundation (6.9 - 855.17) <729BD6DA-1F63-3E72-A148-26F21EBF52BB> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff85a0b000 - 0x7fff85a0fff7 libheimdal-asn1.dylib (323.92.2) <979AEAA0-59B3-3E99-94B1-9BB9C6C45273> /usr/lib/libheimdal-asn1.dylib
0x7fff85a10000 - 0x7fff85a20fff libbsm.0.dylib (33) <2CAC00A2-1352-302A-88FA-C567D4D69179> /usr/lib/libbsm.0.dylib
0x7fff85a8c000 - 0x7fff85ac1ffc com.apple.LDAPFramework (2.4.28 - 194.5) <5E501783-06E8-390C-AF34-A7FAD402F3E6> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x7fff85ac2000 - 0x7fff85b4eff7 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
0x7fff85b54000 - 0x7fff85b99fff libcurl.4.dylib (78.94.1) <88F27F9B-052E-3375-938D-2603E90D8AD5> /usr/lib/libcurl.4.dylib
0x7fff85c63000 - 0x7fff85cecfff com.apple.ColorSync (4.9.0 - 4.9.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff86050000 - 0x7fff8607ffd2 libsystem_m.dylib (3047.16) /usr/lib/system/libsystem_m.dylib
0x7fff8609f000 - 0x7fff86199fff libFontParser.dylib (111.1.6) <77253632-B3F6-3151-ABA0-C1EF458668A8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff8619a000 - 0x7fff86352ffb libicucore.A.dylib (511.36) <9AAC5980-2C1F-3B86-8A16-DB533F5E7C84> /usr/lib/libicucore.A.dylib
0x7fff86353000 - 0x7fff8635bfff libsystem_dnssd.dylib (522.92.3) <1418DF66-01BE-3A87-8553-09EAA945F4FE> /usr/lib/system/libsystem_dnssd.dylib
0x7fff8635c000 - 0x7fff86420ff7 com.apple.backup.framework (1.5.5 - 1.5.5) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x7fff86421000 - 0x7fff866f2ffc com.apple.CoreImage (9.4.1) <7B28C3F3-8EB3-3150-A55D-EBCDBDCA4977> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff868f9000 - 0x7fff86946ff2 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
0x7fff86947000 - 0x7fff8694aff7 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
0x7fff8694b000 - 0x7fff86992ffb libFontRegistry.dylib (127.0.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff86993000 - 0x7fff86993fff com.apple.CoreServices (59 - 59) <7A697B5E-F179-30DF-93F2-8B503CEEEFD5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff86994000 - 0x7fff86999fff libmacho.dylib (845) <1D2910DF-C036-3A82-A3FD-44FF73B5FF9B> /usr/lib/system/libmacho.dylib
0x7fff8699a000 - 0x7fff8699cff7 libquarantine.dylib (71) <7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38> /usr/lib/system/libquarantine.dylib
0x7fff8699d000 - 0x7fff869dfff7 libauto.dylib (185.5) /usr/lib/libauto.dylib
0x7fff869e0000 - 0x7fff869ecff7 com.apple.OpenDirectory (10.9 - 173.90.1) <383F96FF-1DF3-37E8-8540-03A697C873F6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff869ed000 - 0x7fff869f8fff libGL.dylib (9.6.5) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff869f9000 - 0x7fff86a66ff1 com.apple.ApplicationServices.ATS (360 - 363.6) <828C2711-4577-3F75-B436-3BDF328DFB11> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff86a67000 - 0x7fff86a6eff7 libsystem_pthread.dylib (53.1.4) /usr/lib/system/libsystem_pthread.dylib
0x7fff86ad6000 - 0x7fff86ae4fff com.apple.opengl (9.6.5 - 9.6.5) <4FAEADD8-EEB3-3FD9-ADC6-BA65806228CC> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff86ae5000 - 0x7fff86aefff7 libcsfde.dylib (380.70.2) <3ACB87D7-A81C-3C45-B648-AD27F1B9D841> /usr/lib/libcsfde.dylib
0x7fff86af0000 - 0x7fff86b09ff7 com.apple.Ubiquity (1.3 - 289) /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
0x7fff86b0a000 - 0x7fff86b81fff com.apple.CoreServices.OSServices (600.4 - 600.4) <6BC86B46-AFD3-3F06-8659-2C954CBEBD43> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff86bcd000 - 0x7fff86bd7ff7 com.apple.bsd.ServiceManagement (2.0 - 2.0) <2D27B498-BB9C-3D88-B05A-76908A8A26F3> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x7fff86fb4000 - 0x7fff87017ffb com.apple.SystemConfiguration (1.13.1 - 1.13.1) <339A2A90-DA25-33AF-88E5-2FB38A758FEE> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff8702f000 - 0x7fff870baff7 libCoreStorage.dylib (380.70.2) /usr/lib/libCoreStorage.dylib
0x7fff870bb000 - 0x7fff870bdfff libRadiance.dylib (1052) <82A880BE-DEFD-3445-9809-71043BC55AFC> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff870be000 - 0x7fff871afff9 libiconv.2.dylib (41) /usr/lib/libiconv.2.dylib
0x7fff871b0000 - 0x7fff871b1ff7 libodfde.dylib (20) /usr/lib/libodfde.dylib
0x7fff871b2000 - 0x7fff871dbfff GLRendererFloat (9.6.5) /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
0x7fff871e9000 - 0x7fff87205ff7 libsystem_kernel.dylib (2422.115.15) <34ABAF79-E147-3C34-B05D-46A566E689CC> /usr/lib/system/libsystem_kernel.dylib
0x7fff8735c000 - 0x7fff873aafff libcorecrypto.dylib (161.1) /usr/lib/system/libcorecrypto.dylib
0x7fff873ab000 - 0x7fff87488fff libcrypto.0.9.8.dylib (52.8.4) /usr/lib/libcrypto.0.9.8.dylib
0x7fff87489000 - 0x7fff874b8ff9 com.apple.GSS (4.0 - 2.0) <27FCA2B4-0767-3002-8755-862B19B5CF92> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff87537000 - 0x7fff87548ff7 libsystem_asl.dylib (217.1.4) <655FB343-52CF-3E2F-B14D-BEBF5AAEF94D> /usr/lib/system/libsystem_asl.dylib
0x7fff87549000 - 0x7fff87559ffb libsasl2.2.dylib (170) /usr/lib/libsasl2.2.dylib
0x7fff8755a000 - 0x7fff87562ffc libGFXShared.dylib (9.6.5) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff87593000 - 0x7fff87677ff7 com.apple.coreui (2.2 - 231.1) <187DF89C-8A64-366D-8782-F90315FA3CD7> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff87678000 - 0x7fff87678fff com.apple.ApplicationServices (48 - 48) <3E3F01A8-314D-378F-835E-9CC4F8820031> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff8767c000 - 0x7fff87950fc7 com.apple.vImage (7.0 - 7.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff87951000 - 0x7fff87d32ffe libLAPACK.dylib (1094.5) <7E7A9B8D-1638-3914-BAE0-663B69865986> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff87d3c000 - 0x7fff87da8fff com.apple.framework.IOKit (2.0.1 - 907.100.14) <10932113-9F7E-38A0-A158-A019A555CAC3> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff87da9000 - 0x7fff8891fff7 com.apple.AppKit (6.9 - 1265.21) <9DC13B27-841D-3839-93B2-3EDE66157BDE> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff88952000 - 0x7fff88954ff3 libsystem_configuration.dylib (596.15) <4998CB6A-9D54-390A-9F57-5D1AC53C135C> /usr/lib/system/libsystem_configuration.dylib
0x7fff88955000 - 0x7fff88956ff7 libSystem.B.dylib (1197.1.1) <72A98ACC-7606-3AD5-82AF-02D4EBBD4F02> /usr/lib/libSystem.B.dylib
0x7fff88957000 - 0x7fff8895affc com.apple.IOSurface (91.3 - 91.3) /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff8895b000 - 0x7fff889acff7 com.apple.audio.CoreAudio (4.2.1 - 4.2.1) <07F2B103-AE29-3118-BBC4-9A72E13B013B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff889ad000 - 0x7fff889adff7 libkeymgr.dylib (28) <3AA8D85D-CF00-3BD3-A5A0-E28E1A32A6D8> /usr/lib/system/libkeymgr.dylib
0x7fff88add000 - 0x7fff88ae2fff com.apple.DiskArbitration (2.6 - 2.6) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff88ae3000 - 0x7fff88afaff7 com.apple.CFOpenDirectory (10.9 - 173.90.1) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff88b06000 - 0x7fff88bd0ff7 com.apple.LaunchServices (572.32 - 572.32) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff88bdd000 - 0x7fff88ce4ff7 com.apple.ImageIO.framework (3.3.0 - 1052) <6BFA69B9-A607-39BC-B302-E2E92E5BC7F3> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff88ce5000 - 0x7fff88cebfff com.apple.AOSNotification (1.7.0 - 760.4) <8F042A51-E0A9-37E6-A601-0DD6A58A0AC8> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotification
0x7fff88cf9000 - 0x7fff88d37ff7 libGLImage.dylib (9.6.5) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff88d38000 - 0x7fff88d53ff7 libPng.dylib (1052) <6A2D3E6E-AA2E-3B6F-9E3B-8D08A5A3B9C1> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff88d54000 - 0x7fff88d55fff liblangid.dylib (117) <9546E641-F730-3AB0-B3CD-E0E2FDD173D9> /usr/lib/liblangid.dylib
0x7fff89f18000 - 0x7fff8a8415ab com.apple.CoreGraphics (1.600.0 - 599.35.15) /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff8a842000 - 0x7fff8a89bff7 libTIFF.dylib (1052) <909BF5F6-6FC5-3126-9028-593130CAEBE6> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff8a8de000 - 0x7fff8a8e9ff7 com.apple.NetAuth (5.0 - 5.0) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff8a8ea000 - 0x7fff8a8ebff7 libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff8a973000 - 0x7fff8a979ff7 libsystem_platform.dylib (24.90.1) <3C3D3DA8-32B9-3243-98EC-D89B9A1670B3> /usr/lib/system/libsystem_platform.dylib
0x7fff8a97a000 - 0x7fff8a989ff8 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
0x7fff8adb9000 - 0x7fff8aee9ff7 com.apple.desktopservices (1.8.3 - 1.8.3) <225BEC20-F8E0-3F22-9560-890A1A5B9050> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff8aeea000 - 0x7fff8af1bff7 libtidy.A.dylib (15.12) /usr/lib/libtidy.A.dylib
0x7fff8af1c000 - 0x7fff8af80fff com.apple.datadetectorscore (5.0 - 354.5) /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff8af81000 - 0x7fff8af99fff com.apple.openscripting (1.4.1 - 157.1) <2C6C6498-D88E-3D9B-B933-9873890F382E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fff8af9a000 - 0x7fff8af9cffb libutil.dylib (34) /usr/lib/libutil.dylib
0x7fff8af9d000 - 0x7fff8afa1ff7 libcache.dylib (62) /usr/lib/system/libcache.dylib
0x7fff8b4a9000 - 0x7fff8b4b4ff7 com.apple.DirectoryService.Framework (10.9 - 173.90.1) <22A0C230-CF1E-38F5-A947-5ACDAEEE0DB6> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x7fff8b6cc000 - 0x7fff8b705ff7 com.apple.QD (3.50 - 298) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff8b71a000 - 0x7fff8b74bfff com.apple.MediaKit (15 - 709) <23E33409-5C39-3F93-9E73-2B0E9EE8883E> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x7fff8b86f000 - 0x7fff8b898ff7 libc++abi.dylib (49.1) <21A807D3-6732-3455-B77F-743E9F916DF0> /usr/lib/libc++abi.dylib
0x7fff8b899000 - 0x7fff8b8feffb com.apple.Heimdal (4.0 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff8b8ff000 - 0x7fff8b919fff libdispatch.dylib (339.92.1) /usr/lib/system/libdispatch.dylib
0x7fff8b91a000 - 0x7fff8b935ff7 libCRFSuite.dylib (34) /usr/lib/libCRFSuite.dylib
0x7fff8b9ad000 - 0x7fff8ba2efff com.apple.CoreSymbolication (3.0.1 - 141.0.6) /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fff8ba2f000 - 0x7fff8ba38ff7 libcldcpuengine.dylib (2.3.58) <4433A688-94CA-3EE0-BE5B-D982C14EF6DB> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
0x7fff8ba39000 - 0x7fff8ba41ff3 libCGCMS.A.dylib (599.35.15) <930BAB0B-2D3F-3C90-94D9-CB02C9967964> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS.A.dylib
0x7fff8ba65000 - 0x7fff8ba67fff libCVMSPluginSupport.dylib (9.6.5) <9DE29AD9-5F59-3B9B-899C-4DED190CB817> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fff8bab2000 - 0x7fff8bab3ff7 com.apple.print.framework.Print (9.0 - 260) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x7fff8bab4000 - 0x7fff8bad9ff7 com.apple.CoreVideo (1.8 - 117.2) <4674339E-26D0-35FA-9958-422832B39B12> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff8bbaa000 - 0x7fff8bbb5fff libkxld.dylib (2422.115.15) <8850BC2B-EB64-3B0F-8047-DCC113021292> /usr/lib/system/libkxld.dylib
0x7fff8bbb6000 - 0x7fff8bbd2fff libresolv.9.dylib (54) <11C2C826-F1C6-39C6-B4E8-6E0C41D4FA95> /usr/lib/libresolv.9.dylib
0x7fff8c850000 - 0x7fff8c900ff7 libvMisc.dylib (423.32) <049C0735-1808-39B9-943F-76CB8021744F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff8c919000 - 0x7fff8c91aff7 libsystem_blocks.dylib (63) /usr/lib/system/libsystem_blocks.dylib
0x7fff8c91b000 - 0x7fff8cc1bff7 com.apple.Foundation (6.9 - 1056.17) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff8cfb5000 - 0x7fff8cfb8fff com.apple.help (1.3.3 - 46) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fff8cfb9000 - 0x7fff8cfbbff7 com.apple.securityhi (9.0 - 55005) <0CB82072-BA4B-357B-BE46-A96D317C1D91> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fff8cfbc000 - 0x7fff8cfcafff com.apple.CommerceCore (1.0 - 42) /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
0x7fff8cfd8000 - 0x7fff8cffcfff libxpc.dylib (300.90.2) /usr/lib/system/libxpc.dylib
0x7fff8cffd000 - 0x7fff8cffffff com.apple.EFILogin (2.0 - 2) /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
0x7fff8d2e9000 - 0x7fff8d2f6fff com.apple.Sharing (132.2 - 132.2) /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
0x7fff8d2f7000 - 0x7fff8d338fff com.apple.PerformanceAnalysis (1.47 - 47) <95435F84-C251-3C48-B6CD-9EE7A63D6E26> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fff8d35c000 - 0x7fff8d3cffff com.apple.securityfoundation (6.0 - 55122.3) <0AFCF575-97C3-3458-A72E-39DA07804EB9> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff8d3da000 - 0x7fff8d3ddff7 libdyld.dylib (239.5) /usr/lib/system/libdyld.dylib
0x7fff8d432000 - 0x7fff8d48dffb com.apple.AE (665.5 - 665.6) <9B17E7B7-D493-346A-827E-6DF1474E4977> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff8d48e000 - 0x7fff8d491ffa libCGXType.A.dylib (599.35.15) /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x7fff8d4df000 - 0x7fff8d789ff5 com.apple.HIToolbox (2.1.1 - 698) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff8d834000 - 0x7fff8dac8ff7 com.apple.RawCamera.bundle (5.07 - 760) /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x7fff8dac9000 - 0x7fff8dacafff com.apple.TrustEvaluationAgent (2.0 - 25) <334A82F4-4AE4-3719-A511-86D0B0723E2B> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x7fff8dacb000 - 0x7fff8dad8ff4 com.apple.Librarian (1.2 - 1) /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
0x7fff8dad9000 - 0x7fff8dae0fff libcompiler_rt.dylib (35) <4CD916B2-1B17-362A-B403-EF24A1DAC141> /usr/lib/system/libcompiler_rt.dylib
0x7fff8dae1000 - 0x7fff8dbc9fff libxml2.2.dylib (26.11) <282EF071-71D7-3C56-9FFD-543F2A083F18> /usr/lib/libxml2.2.dylib
0x7fff8dc19000 - 0x7fff8dceaff1 com.apple.DiskImagesFramework (10.9.6 - 373) <4EA5A3C8-13E2-309C-8FAB-C21A4C316802> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
0x7fff8de99000 - 0x7fff8de99ffd com.apple.audio.units.AudioUnit (1.10 - 1.10) <68B21135-55A6-3563-A3D6-3E692A7DEB7F> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff8de9a000 - 0x7fff8e0e2ff7 com.apple.CoreData (107 - 481.3) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff8e107000 - 0x7fff8e10cff7 libunwind.dylib (35.3) <78DCC358-2FC1-302E-B395-0155B47CB547> /usr/lib/system/libunwind.dylib
0x7fff8e10d000 - 0x7fff8e114ff8 liblaunch.dylib (842.92.1) /usr/lib/system/liblaunch.dylib
0x7fff8e157000 - 0x7fff8e2c5ff7 libBLAS.dylib (1094.5) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff8e31c000 - 0x7fff8e345fff com.apple.DictionaryServices (1.2 - 208) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff8e346000 - 0x7fff8e34ffff 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
0x7fff8e3d0000 - 0x7fff8e56bff8 com.apple.CFNetwork (673.6 - 673.6) /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff8e56c000 - 0x7fff8e5baff7 com.apple.opencl (2.3.59 - 2.3.59) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff8e5c1000 - 0x7fff8e5ceff0 libbz2.1.0.dylib (29) <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib
0x7fff8e5d6000 - 0x7fff8e6c4fff libJP2.dylib (1052) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff8e711000 - 0x7fff8e71affb libsystem_notify.dylib (121.20.1) <9B34B4FE-F5AD-3F09-A5F0-46AFF3571323> /usr/lib/system/libsystem_notify.dylib
0x7fff8e747000 - 0x7fff8e74afff com.apple.TCC (1.0 - 1) <32A075D9-47FD-3E71-95BC-BFB0D583F41C> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x7fff8e74b000 - 0x7fff8e8e7ff3 com.apple.QuartzCore (1.8 - 332.4) /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff8ea2d000 - 0x7fff8eab6fef libsystem_c.dylib (997.90.5) <889AA3F9-121C-3985-8B1D-5E908C5693BC> /usr/lib/system/libsystem_c.dylib
0x7fff8ebe9000 - 0x7fff8ebe9fff com.apple.Accelerate (1.9 - Accelerate 1.9) <509BB27A-AE62-366D-86D8-0B06D217CF56> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff8ec09000 - 0x7fff8ec13fff libcommonCrypto.dylib (60049) <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib
0x7fff8ec14000 - 0x7fff8ec43fff com.apple.DebugSymbols (106 - 106) /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fff8ec44000 - 0x7fff8ec83fff libGLU.dylib (9.6.5) <7463B411-2DB0-3338-BC8D-403293E2CA34> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff8ece7000 - 0x7fff8ece7fff com.apple.Carbon (154 - 157) <45A9A40A-78FF-3EA0-8FAB-A4F81052FA55> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fff8ece8000 - 0x7fff8ed0fff7 com.apple.shortcut (2.6 - 2.6) /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
0x7fff8ed51000 - 0x7fff8ed81fff libncurses.5.4.dylib (42) /usr/lib/libncurses.5.4.dylib
0x7fff8ed82000 - 0x7fff8ed9aff7 com.apple.GenerationalStorage (2.0 - 160.3) <64749B08-0212-3AC8-9B49-73D662B09304> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x7fff8ed9b000 - 0x7fff8edbdfff com.apple.framework.familycontrols (4.1 - 410) <5D2414D4-D418-327F-9E3B-0B0889150828> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x7fff8ee4a000 - 0x7fff8f134fff 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
0x7fff8f141000 - 0x7fff8f148ffb libcopyfile.dylib (103.92.1) /usr/lib/system/libcopyfile.dylib
0x7fff8f149000 - 0x7fff8f19cfff com.apple.ScalableUserInterface (1.0 - 1) /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
0x7fff8f19d000 - 0x7fff8f40dffd com.apple.security (7.0 - 55471.14.40) <58F50B4A-FC1E-3AE0-A5DB-DD737E50AC17> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff8f40e000 - 0x7fff8f420ff7 com.apple.MultitouchSupport.framework (245.13.1 - 245.13.1) <38262B92-C63F-35A0-997D-AD2EBF2F8338> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff8f423000 - 0x7fff8f424ffb libremovefile.dylib (33) <3543F917-928E-3DB2-A2F4-7AB73B4970EF> /usr/lib/system/libremovefile.dylib
0x7fff8f598000 - 0x7fff8f59cff7 libGIF.dylib (1052) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff8f6a3000 - 0x7fff8f6c8ff7 com.apple.ChunkingLibrary (2.0 - 155.1) /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x7fff8f783000 - 0x7fff8f787ff7 libsystem_stats.dylib (93.90.3) <2304C7C2-BE45-35DE-BCC6-707D61B7AE7E> /usr/lib/system/libsystem_stats.dylib
0x7fff8f788000 - 0x7fff8f7a1ff7 com.apple.Kerberos (3.0 - 1) /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff8f7a2000 - 0x7fff8f7aeff7 com.apple.HelpData (2.1.4 - 90) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
0x7fff8f81f000 - 0x7fff8f823fff libpam.2.dylib (20) /usr/lib/libpam.2.dylib
0x7fff8f824000 - 0x7fff8f824ffd libOpenScriptingUtil.dylib (157.1) /usr/lib/libOpenScriptingUtil.dylib
0x7fff8f860000 - 0x7fff8f922ffd com.apple.CoreText (367.23 - 367.23) /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff8f93c000 - 0x7fff8f9f4ff7 com.apple.DiscRecording (8.0 - 8000.4.6) /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x7fff8fc06000 - 0x7fff8fc4dff7 libcups.2.dylib (372.6) /usr/lib/libcups.2.dylib
0x7fff8fc4e000 - 0x7fff8fc76ffb libRIP.A.dylib (599.35.15) <408A708D-C1DA-3576-AADA-A44D5D5C6435> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x7fff8fc97000 - 0x7fff8fe37ff7 GLEngine (9.6.5) <30643C97-7EBB-36EE-BEEA-13844EA0F680> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine
0x7fff8fe38000 - 0x7fff8fe3bfff libCoreVMClient.dylib (58.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff8fe47000 - 0x7fff8fe59fff com.apple.ImageCapture (9.0 - 9.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture

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

VM Region Summary:
ReadOnly portion of Libraries: Total=226.6M resident=76.9M(34%) swapped_out_or_unallocated=149.7M(66%)
Writable regions: Total=738.7M written=647.2M(88%) resident=667.5M(90%) swapped_out=172K(0%) unallocated=71.2M(10%)

REGION TYPE VIRTUAL
=========== =======
CG backing stores 1156K
CG image 24K
CG raster data 24K
CG shared images 180K
CoreGraphics 4K
CoreImage 8K
Dispatch continuations 4096K
IOKit 4K
IOKit (reserved) 4K reserved VM address space (unallocated)
Kernel Alloc Once 8K
MALLOC 701.6M
MALLOC (admin) 32K
Memory Tag 242 12K
Memory Tag 249 156K
Memory Tag 251 8K
OpenCL 20K
STACK GUARD 56.1M
Stack 13.2M
VM_ALLOCATE 16.5M
VM_ALLOCATE (reserved) 40K reserved VM address space (unallocated)
__DATA 57.5M
__IMAGE 528K
__LINKEDIT 74.2M
__TEXT 152.4M
__UNICODE 544K
mapped file 52.8M
shared memory 68K
=========== =======
TOTAL 1.1G
TOTAL, minus reserved VM space 1.1G

@lethosor
Copy link
Member

lethosor commented May 3, 2017

Are you in full-screen mode when you're quitting DF?

@lethosor
Copy link
Member

lethosor commented May 3, 2017

The one where thread 15 crashed looks like a possible Stonesense issue in Tile::tileMaterial().

@JapaMala For reference:

RemoteFortressReader::TiletypeMaterial Tile::tileMaterial()
{
    return contentLoader->tiletypeNameList.tiletype_list(tileType).material();
}

Any idea if/why this could crash on shutdown? (Stonesense has already quit, so I'm not sure why that would still be getting called.)

@Simons-Mith
Copy link
Author

[Full-screen mode] No, everything's windowed. I did try stonesense full-screen a couple of times but issue #32 makes it of limited use at present.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants