 |
|
|
01-19-2023, 02:28 AM
|
#1161
|
Human being with feelings
Join Date: Jul 2020
Posts: 56
|
Quote:
Originally Posted by cfillion
Still working on this one. Your report has been very helpful, directing to exactly what happens. I need to figure out how... (Hard without macOS 13 to directly analyze on.)
EDIT: Here's a possible fix based on a very incomplete understanding of the root cause. Does it still crash?
https://ci.appveyor.com/api/buildjob...k-x86_64.dylib
|
This solves the issue for me on MacOS 10.14.6
Thanks!
|
|
|
01-19-2023, 08:20 AM
|
#1162
|
Human being with feelings
Join Date: May 2015
Location: Québec, Canada
Posts: 4,683
|
Quote:
Originally Posted by ktm
This solves the issue for me on MacOS 10.14.6
|
You were getting the crash when clicking on "Uninstall selected" on macOS Mojave? That gives me hope as I haven't been able to duplicate on that OS so far. (Was convinced the bug was exclusive to macOS 13.)
Could you send me your crash report? They can be found in Console.app > User Reports (or ~/Library/Logs/DiagnosticReports/).
|
|
|
01-24-2023, 02:59 PM
|
#1163
|
Human being with feelings
Join Date: Jun 2013
Location: Krefeld, Germany
Posts: 14,172
|
Is there a way to provide keywords (other than e.g. the JSX display name) in the "ReaPack-description", that will show a package when searched for that keyword ?
-Michael
|
|
|
01-24-2023, 03:05 PM
|
#1164
|
Human being with feelings
Join Date: May 2015
Location: Québec, Canada
Posts: 4,683
|
No (could easily be abused). Search sees the same data as the user, so that it's fair and matches the experience in the Action List and FX browser.
(It does support a few synonyms though, replicating the search behavior of REAPER's Action List.)
|
|
|
01-24-2023, 03:45 PM
|
#1165
|
Human being with feelings
Join Date: Oct 2019
Posts: 1,032
|
Maybe tags could be indexed? It should be harder to abuse.
|
|
|
01-26-2023, 11:45 AM
|
#1166
|
Human being with feelings
Join Date: Jun 2013
Location: Krefeld, Germany
Posts: 14,172
|
Quote:
Originally Posted by cfillion
No (could easily be abused). Search sees the same data as the user, so that it's fair and matches the experience in the Action List and FX browser.
|
I see.
There are packages that contain multiple plugins (such as Tukan's)
Those don't seem to be findable. (E.g. searching for "dees" does not show the only usable free Deesser I know
-Michael
|
|
|
01-30-2023, 12:03 PM
|
#1167
|
Human being with feelings
Join Date: Jun 2013
Location: Krefeld, Germany
Posts: 14,172
|
Quote:
Originally Posted by cfillion
No (could easily be abused).
|
Yep.
I suppose it's just silly me mistaking "desc:" for a kind of name. But in fact it would be better seen as a short description, and hence searching for it's content should be appropriate.
But in fact with packages containing multiple jsfxes (such as Tukan's) it would be very god if all "dec:" lines provide searchable keywords.
-Michael
|
|
|
01-30-2023, 01:08 PM
|
#1168
|
Human being with feelings
Join Date: May 2015
Location: Québec, Canada
Posts: 4,683
|
"desc: ...", which in JSFX predates ReaPack, maps to the package's Display Name in ReaPack.
I don't know about the Tukan JSFX, but assuming they're meant to be used separately they should also be packaged separately with clear searchable names.
|
|
|
01-30-2023, 01:14 PM
|
#1169
|
Human being with feelings
Join Date: Mar 2022
Posts: 1,522
|
For what it’s worth on Mac, it’s still crashing when trying to uninstall obsolete packages from the dialog requesting if the user would like to do that upon syncing repositories.
|
|
|
01-30-2023, 01:23 PM
|
#1170
|
Human being with feelings
Join Date: May 2015
Location: Québec, Canada
Posts: 4,683
|
ktm above reported the test build solved the issue however in your last crash report ( https://forum.cockos.com/showthread.php?p=2628666), the release version was still in use rather than the test build.
Quote:
Binary Images:
0x114f27000 - 0x1150f3fff reaper_reapack-x86_64.dylib (*) <78fb6ad9-8147-3cf9-93e0-792e849cbc27> /Users/USER/Library/Application Support/REAPER/*/reaper_reapack-x86_64.dylib
|
The previous build expired since then – here's a new one with the same tentative fix: https://ci.appveyor.com/api/buildjob...k-x86_64.dylib.
ReaPack -> About ReaPack should say "This is ReaPack v1.2.4.2 8a04bbd built on Jan 30 2023 20:17:43".
|
|
|
01-30-2023, 01:27 PM
|
#1171
|
Human being with feelings
Join Date: Jun 2013
Location: Krefeld, Germany
Posts: 14,172
|
Quote:
Originally Posted by cfillion
"desc: ...", which in JSFX predates ReaPack, maps to the package's Display Name in ReaPack.
|
Of course I do know. But it can be (and mostly is) multiple words, and different from the file name. Hence using it as a short description and allowing for seeking the words it contains seems like the way to go (and I understand is what ReaPack does). I only don't understand what ReaPack does with multiple JSFXes in a single package. It seems it ignores all but one "desc:" regarding the search.
Quote:
Originally Posted by cfillion
I don't know about the Tukan JSFX, but assuming they're meant to be used separately they should also be packaged separately with clear searchable names.
|
I in fact don't understand either. Does not make much sense. Maybe you should tell him...
-Michael
|
|
|
01-30-2023, 01:33 PM
|
#1172
|
Human being with feelings
Join Date: May 2015
Location: Québec, Canada
Posts: 4,683
|
Quote:
Originally Posted by mschnell
But in fact it would be better seen as a short description, and hence searching for it's content should be appropriate.
But it can be (and mostly is) multiple words, and different from the file name. Hence using it as a short description and allowing for seeking the words it contains seems like the way to go (and I understand is what ReaPack does).
|
That's what I meant. You're correct in thinking of it like kind of name, a short description for display (and search). It's the purpose of the Display Name.
Quote:
Originally Posted by mschnell
I only don't understand what ReaPack does with multiple JSFXes in a single package.
|
That's the problem. Those JSFXes most likely shouldn't be a single package. Like how ReaTeam Scripts doesn't only have 1 package with all scripts.
Last edited by cfillion; 01-30-2023 at 01:40 PM.
|
|
|
01-31-2023, 12:21 AM
|
#1173
|
Human being with feelings
Join Date: Jun 2013
Location: Krefeld, Germany
Posts: 14,172
|
+1
|
|
|
01-31-2023, 01:33 AM
|
#1174
|
Human being with feelings
Join Date: Jun 2013
Location: Krefeld, Germany
Posts: 14,172
|
Can ReaPack automatically install a support package that contains files needed by a package containing a JSFX ? This would be good if multiple JSFXes need the same "library" files.
-Michael
|
|
|
01-31-2023, 01:41 AM
|
#1175
|
Human being with feelings
Join Date: Jun 2013
Location: Krefeld, Germany
Posts: 14,172
|
It would be nice if in an obvious place (e.g. the upload tool) a documentation could be provided that the "desc:" line should contain "a short description rather than a name. I.e. made of words that support finding the plugin in the huge list, if the user just knows what functionality he is after."
Thanks again,
-Michael
|
|
|
01-31-2023, 02:13 AM
|
#1176
|
Human being with feelings
Join Date: Dec 2012
Posts: 13,322
|
Quote:
Originally Posted by mschnell
It would be nice if in an obvious place (e.g. the upload tool) a documentation could be provided that the "desc:" line should contain "a short description rather than a name. I.e. made of words that support finding the plugin in the huge list, if the user just knows what functionality he is after."
Thanks again,
-Michael
|
It's written in JSFX documentation:
http://reaper.fm/sdk/js/js.php#js_file
|
|
|
01-31-2023, 06:36 AM
|
#1177
|
Human being with feelings
Join Date: Jun 2013
Location: Krefeld, Germany
Posts: 14,172
|
There (of course) is no mentioning about ReaPack using desc: for searching.
-Michael
|
|
|
01-31-2023, 06:45 AM
|
#1178
|
Human being with feelings
Join Date: Dec 2012
Posts: 13,322
|
Quote:
Originally Posted by mschnell
There (of course) is no mentioning about ReaPack using desc: for searching.
-Michael
|
Yeah, there is no, but as you probably read in there it is a good practice to use desc for plugin description.
|
|
|
01-31-2023, 09:46 PM
|
#1179
|
Human being with feelings
Join Date: Mar 2015
Location: Australia
Posts: 450
|
Quote:
Originally Posted by mschnell
Can ReaPack automatically install a support package that contains files needed by a package containing a JSFX ? This would be good if multiple JSFXes need the same "library" files.
|
Technically it can install support files even though there is no direct support for dependant packages. Through the use of the "provides" tag. The caveat being all the support files need their own provides tag separately in the package header as opposed to a reference package with them included.
|
|
|
02-01-2023, 01:47 AM
|
#1180
|
Human being with feelings
Join Date: Jun 2013
Location: Krefeld, Germany
Posts: 14,172
|
I don't really understand the details of the "provides" tag.
The idea with a "library" package is to provide a bunch of files that are needed by a bunch of other packages - such as supposedly is necessary with the Tukan brand.
I suppose "js ReaScriptAPI" might be such a library package already in place.
Now I would assume that ReaPack might be able to manage dependencies so that a package can force other packages to be installed.
Using such, Tukan could easily split the huge package (containing some 128 files !!!!) in single JSFX packages and hence make his great contributions findable.
-Michael
Last edited by mschnell; 02-01-2023 at 01:52 AM.
|
|
|
02-01-2023, 05:41 AM
|
#1181
|
Human being with feelings
Join Date: Mar 2015
Location: Australia
Posts: 450
|
Provides
You likely would have this this already:
https://github.com/cfillion/reapack-...ation#provides
I think it may provide "overmation". Sorry, pun. A little too much information that may confuse what it does. I mentioned on last page how it could be used to install extra files which is the point. Best from one repository as it tells it to download files into a particular place.
It's been discussed before and unless there have been some major changes I've missed ReaPack doesn't (as yet) support installing package dependencies. So can be a case of all or nothing. All files installed at once where it all works or some files installed that need another package installed or nothing will work. A problem to solve would be, is the need to support versions and being able to manage what version a package needs, that at times can conflict with another installed package. An example could be recent changes to ReaImGui API that broke some scripts where a function was replaced.
Tukan sounds huge. 128 is an amazing amount of work. The JS API is in a single binary installed that is provided by the package and one example where the provides tag wouldn't help. Would be good if selecting one package would automatically select other required packages which I make sound simple, since the user has to do all that when needed. For now, in simple cases, provides would help to install depends from the same author and repository.
Also, what else I'm looking at, is using provides to install multiple file types for unusual cases of a package with a script and JSFX. :-)
|
|
|
02-09-2023, 10:41 AM
|
#1182
|
Human being with feelings
Join Date: Dec 2017
Location: Sunny Siberian Islands
Posts: 847
|
Hello.
Is it acceptable to send a new pull request before the previous one has been reviewed? I have an big release, I uploaded the script three days ago, but during this time the next version is already ready, in which I fixed serious bugs.
|
|
|
02-09-2023, 04:00 PM
|
#1183
|
Human being with feelings
Join Date: May 2015
Location: Québec, Canada
Posts: 4,683
|
Yes, that's fine.
|
|
|
02-10-2023, 02:36 AM
|
#1184
|
Human being with feelings
Join Date: Jul 2020
Posts: 56
|
Quote:
Originally Posted by cfillion
You were getting the crash when clicking on "Uninstall selected" on macOS Mojave? That gives me hope as I haven't been able to duplicate on that OS so far. (Was convinced the bug was exclusive to macOS 13.)
Could you send me your crash report? They can be found in Console.app > User Reports (or ~/Library/Logs/DiagnosticReports/).
|
Sorry for the delay
Yes exactly, it crashed when I clicked "Uninstall selected"
Here is the crash report:
Code:
Process: REAPER [832]
Path: /Applications/REAPER.app/Contents/MacOS/REAPER
Identifier: com.cockos.reaper
Version: 6.73.0_0652cd2 (6.73.0_0652cd2)
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: REAPER [832]
User ID: 501
Date/Time: 2023-01-12 10:14:58.891 +0100
OS Version: Mac OS X 10.14.6 (18G9323)
Report Version: 12
Anonymous UUID: C02C88BF-C4A9-8C4C-9994-19857D571D23
Time Awake Since Boot: 1700 seconds
System Integrity Protection: enabled
Crashed Thread: 0 reaper Dispatch queue: com.apple.main-thread
Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: EXC_I386_GPFLT
Exception Note: EXC_CORPSE_NOTIFY
Termination Signal: Segmentation fault: 11
Termination Reason: Namespace SIGNAL, Code 0xb
Terminating Process: exc handler [832]
Thread 0 Crashed:: reaper Dispatch queue: com.apple.main-thread
0 reaper_reapack-x86_64.dylib 0x000000010932963c Dialog::Proc(HWND__*, unsigned int, unsigned long, long) + 236
1 com.cockos.reaper 0x00000001014562f6 SwellDialogDefaultWindowProc(HWND__*, unsigned int, unsigned long, long) + 438
2 com.cockos.reaper 0x0000000101453bca -[REAPERSwell_hwnd tableView:willDisplayCell:forTableColumn:row:] + 298
3 com.apple.AppKit 0x00007fff42e42945 -[NSTableView _delegateWillDisplayCell:forColumn:row:] + 106
4 com.apple.AppKit 0x00007fff42b9ac3d -[NSTableView _sendDelegateWillDisplayCell:forColumn:row:] + 71
5 com.apple.AppKit 0x00007fff42b9a03b -[NSTableView preparedCellAtColumn:row:] + 1697
6 com.apple.AppKit 0x00007fff42b99817 -[NSTableView _drawContentsAtRow:column:withCellFrame:] + 47
7 com.apple.AppKit 0x00007fff42b98f9e -[NSTableView drawRow:clipRect:] + 2011
8 com.apple.AppKit 0x00007fff42b98341 -[NSTableView drawRowIndexes:clipRect:] + 500
9 com.apple.AppKit 0x00007fff42b96157 -[NSTableView drawRect:] + 1320
10 com.apple.AppKit 0x00007fff42b9292a _NSViewDrawRect + 66
11 com.apple.AppKit 0x00007fff42b911b8 -[NSView(NSInternal) _recursive:displayRectIgnoringOpacity:inContext:shouldChangeFontReferenceColor:stopAtLayerBackedViews:] + 1627
12 com.apple.AppKit 0x00007fff42b90b4b __46-[NSView(NSLayerKitGlue) drawLayer:inContext:]_block_invoke + 192
13 com.apple.AppKit 0x00007fff42b908a8 -[NSView(NSLayerKitGlue) _drawViewBackingLayer:inContext:drawingHandler:] + 1720
14 com.apple.QuartzCore 0x00007fff4ff4cc32 CABackingStoreUpdate_ + 577
15 com.apple.QuartzCore 0x00007fff4ffae825 invocation function for block in CA::Layer::display_() + 53
16 com.apple.QuartzCore 0x00007fff4ff4be18 -[CALayer _display] + 1830
17 com.apple.AppKit 0x00007fff42b8fe5a _NSBackingLayerDisplay + 528
18 com.apple.AppKit 0x00007fff42b7435b -[_NSViewBackingLayer display] + 811
19 com.apple.QuartzCore 0x00007fff4ff4b349 CA::Layer::display_if_needed(CA::Transaction*) + 627
20 com.apple.QuartzCore 0x00007fff4ff3958e CA::Context::commit_transaction(CA::Transaction*) + 342
21 com.apple.QuartzCore 0x00007fff4ff38c6e CA::Transaction::commit() + 596
22 com.apple.AppKit 0x00007fff42b6af59 __65+[CATransaction(NSCATransaction) NS_setFlushesWithDisplayRefresh]_block_invoke + 274
23 com.apple.CoreFoundation 0x00007fff454dea68 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 23
24 com.apple.CoreFoundation 0x00007fff454de99d __CFRunLoopDoObservers + 451
25 com.apple.CoreFoundation 0x00007fff4548141a __CFRunLoopRun + 1143
26 com.apple.CoreFoundation 0x00007fff45480d51 CFRunLoopRunSpecific + 459
27 com.apple.HIToolbox 0x00007fff446d21ab RunCurrentEventLoopInMode + 292
28 com.apple.HIToolbox 0x00007fff446d1ded ReceiveNextEventCommon + 355
29 com.apple.HIToolbox 0x00007fff446d1c76 _BlockUntilNextEventMatchingListInModeWithFilter + 64
30 com.apple.AppKit 0x00007fff42a69e89 _DPSNextEvent + 1135
31 com.apple.AppKit 0x00007fff42a68b77 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1361
32 com.apple.AppKit 0x00007fff42a62c94 -[NSApplication run] + 699
33 com.apple.AppKit 0x00007fff42a521c0 NSApplicationMain + 777
34 com.cockos.reaper 0x0000000100e4cf34 start + 52
Thread 1:
0 libsystem_pthread.dylib 0x00007fff716a43f0 start_wqthread + 0
Thread 2:
0 libsystem_pthread.dylib 0x00007fff716a43f0 start_wqthread + 0
Thread 3:
0 libsystem_pthread.dylib 0x00007fff716a43f0 start_wqthread + 0
Thread 4:
0 libsystem_pthread.dylib 0x00007fff716a43f0 start_wqthread + 0
Thread 5:: com.apple.NSEventThread
0 libsystem_kernel.dylib 0x00007fff715e621a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff715e6768 mach_msg + 60
2 com.apple.CoreFoundation 0x00007fff45482089 __CFRunLoopServiceMachPort + 327
3 com.apple.CoreFoundation 0x00007fff454815f6 __CFRunLoopRun + 1619
4 com.apple.CoreFoundation 0x00007fff45480d51 CFRunLoopRunSpecific + 459
5 com.apple.AppKit 0x00007fff42a71bae _NSEventThread + 175
6 libsystem_pthread.dylib 0x00007fff716a52eb _pthread_body + 126
7 libsystem_pthread.dylib 0x00007fff716a8249 _pthread_start + 66
8 libsystem_pthread.dylib 0x00007fff716a440d thread_start + 13
Thread 6:
0 libsystem_kernel.dylib 0x00007fff715e621a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff715e6768 mach_msg + 60
2 com.apple.audio.midi.CoreMIDI 0x00007fff462ea3e5 XServerMachPort::ReceiveMessage(int&, void*, int&) + 95
3 com.apple.audio.midi.CoreMIDI 0x00007fff463068d3 MIDIProcess::RunMIDIInThread() + 333
4 com.apple.audio.midi.CoreMIDI 0x00007fff4631caf4 XThread::RunHelper(void*) + 10
5 com.apple.audio.midi.CoreMIDI 0x00007fff4632197d CAPThread::Entry(CAPThread*) + 77
6 libsystem_pthread.dylib 0x00007fff716a52eb _pthread_body + 126
7 libsystem_pthread.dylib 0x00007fff716a8249 _pthread_start + 66
8 libsystem_pthread.dylib 0x00007fff716a440d thread_start + 13
Thread 7:: reaper/video
0 libsystem_kernel.dylib 0x00007fff715e9f2e __semwait_signal + 10
1 libsystem_c.dylib 0x00007fff71575914 nanosleep + 199
2 libsystem_c.dylib 0x00007fff71575808 usleep + 53
3 reaper_video.dylib 0x0000000107fe200c videoDecodeThread(void*) + 1724
4 com.cockos.reaper 0x000000010148978a __threadproc(void*) + 26
5 libsystem_pthread.dylib 0x00007fff716a52eb _pthread_body + 126
6 libsystem_pthread.dylib 0x00007fff716a8249 _pthread_start + 66
7 libsystem_pthread.dylib 0x00007fff716a440d thread_start + 13
Thread 8:: com.apple.audio.IOThread.client
0 libsystem_kernel.dylib 0x00007fff715e621a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff715e6768 mach_msg + 60
2 com.apple.audio.CoreAudio 0x00007fff44ee3dba HALB_MachPort::SendMessageWithReply(unsigned int, unsigned int, unsigned int, unsigned int, mach_msg_header_t*, bool, unsigned int) + 122
3 com.apple.audio.CoreAudio 0x00007fff44ee3d2f HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int) + 45
4 com.apple.audio.CoreAudio 0x00007fff44ee027f HALC_ProxyIOContext::IOWorkLoop() + 1017
5 com.apple.audio.CoreAudio 0x00007fff44edfcd4 HALC_ProxyIOContext::IOThreadEntry(void*) + 122
6 com.apple.audio.CoreAudio 0x00007fff44edf836 HALB_IOThread::Entry(void*) + 72
7 libsystem_pthread.dylib 0x00007fff716a52eb _pthread_body + 126
8 libsystem_pthread.dylib 0x00007fff716a8249 _pthread_start + 66
9 libsystem_pthread.dylib 0x00007fff716a440d thread_start + 13
Thread 9:: reaper/mediaafx
0 libsystem_kernel.dylib 0x00007fff715e9866 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff716a85a1 _pthread_cond_wait + 773
2 com.cockos.reaper 0x0000000101489611 WaitForSingleObject(void*, unsigned int) + 369
3 com.cockos.reaper 0x0000000100fc1bf0 WorkerThreadInst::threadProc(void*) + 2496
4 com.cockos.reaper 0x000000010148978a __threadproc(void*) + 26
5 libsystem_pthread.dylib 0x00007fff716a52eb _pthread_body + 126
6 libsystem_pthread.dylib 0x00007fff716a8249 _pthread_start + 66
7 libsystem_pthread.dylib 0x00007fff716a440d thread_start + 13
Thread 10:: reaper/mediaafx
0 libsystem_kernel.dylib 0x00007fff715e9866 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff716a85a1 _pthread_cond_wait + 773
2 com.cockos.reaper 0x0000000101489611 WaitForSingleObject(void*, unsigned int) + 369
3 com.cockos.reaper 0x0000000100fc1bf0 WorkerThreadInst::threadProc(void*) + 2496
4 com.cockos.reaper 0x000000010148978a __threadproc(void*) + 26
5 libsystem_pthread.dylib 0x00007fff716a52eb _pthread_body + 126
6 libsystem_pthread.dylib 0x00007fff716a8249 _pthread_start + 66
7 libsystem_pthread.dylib 0x00007fff716a440d thread_start + 13
Thread 11:: reaper/mediaafx
0 libsystem_kernel.dylib 0x00007fff715e9866 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff716a85a1 _pthread_cond_wait + 773
2 com.cockos.reaper 0x0000000101489611 WaitForSingleObject(void*, unsigned int) + 369
3 com.cockos.reaper 0x0000000100fc1bf0 WorkerThreadInst::threadProc(void*) + 2496
4 com.cockos.reaper 0x000000010148978a __threadproc(void*) + 26
5 libsystem_pthread.dylib 0x00007fff716a52eb _pthread_body + 126
6 libsystem_pthread.dylib 0x00007fff716a8249 _pthread_start + 66
7 libsystem_pthread.dylib 0x00007fff716a440d thread_start + 13
Thread 12:: reaper/mediaafx
0 libsystem_kernel.dylib 0x00007fff715e9866 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff716a85a1 _pthread_cond_wait + 773
2 com.cockos.reaper 0x0000000101489611 WaitForSingleObject(void*, unsigned int) + 369
3 com.cockos.reaper 0x0000000100fc1bf0 WorkerThreadInst::threadProc(void*) + 2496
4 com.cockos.reaper 0x000000010148978a __threadproc(void*) + 26
5 libsystem_pthread.dylib 0x00007fff716a52eb _pthread_body + 126
6 libsystem_pthread.dylib 0x00007fff716a8249 _pthread_start + 66
7 libsystem_pthread.dylib 0x00007fff716a440d thread_start + 13
Thread 13:: reaper/mediaafx
0 libsystem_kernel.dylib 0x00007fff715e9866 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff716a85a1 _pthread_cond_wait + 773
2 com.cockos.reaper 0x0000000101489611 WaitForSingleObject(void*, unsigned int) + 369
3 com.cockos.reaper 0x0000000100fc1bf0 WorkerThreadInst::threadProc(void*) + 2496
4 com.cockos.reaper 0x000000010148978a __threadproc(void*) + 26
5 libsystem_pthread.dylib 0x00007fff716a52eb _pthread_body + 126
6 libsystem_pthread.dylib 0x00007fff716a8249 _pthread_start + 66
7 libsystem_pthread.dylib 0x00007fff716a440d thread_start + 13
Thread 14:: reaper/mediaafx
0 libsystem_kernel.dylib 0x00007fff715e9866 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff716a85a1 _pthread_cond_wait + 773
2 com.cockos.reaper 0x0000000101489611 WaitForSingleObject(void*, unsigned int) + 369
3 com.cockos.reaper 0x0000000100fc1bf0 WorkerThreadInst::threadProc(void*) + 2496
4 com.cockos.reaper 0x000000010148978a __threadproc(void*) + 26
5 libsystem_pthread.dylib 0x00007fff716a52eb _pthread_body + 126
6 libsystem_pthread.dylib 0x00007fff716a8249 _pthread_start + 66
7 libsystem_pthread.dylib 0x00007fff716a440d thread_start + 13
Thread 15:: reaper/mediaafx
0 libsystem_kernel.dylib 0x00007fff715e9866 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff716a85a1 _pthread_cond_wait + 773
2 com.cockos.reaper 0x0000000101489611 WaitForSingleObject(void*, unsigned int) + 369
3 com.cockos.reaper 0x0000000100fc1bf0 WorkerThreadInst::threadProc(void*) + 2496
4 com.cockos.reaper 0x000000010148978a __threadproc(void*) + 26
5 libsystem_pthread.dylib 0x00007fff716a52eb _pthread_body + 126
6 libsystem_pthread.dylib 0x00007fff716a8249 _pthread_start + 66
7 libsystem_pthread.dylib 0x00007fff716a440d thread_start + 13
Thread 16:: reaper/mediaafx
0 libsystem_kernel.dylib 0x00007fff715e9866 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff716a85a1 _pthread_cond_wait + 773
2 com.cockos.reaper 0x0000000101489611 WaitForSingleObject(void*, unsigned int) + 369
3 com.cockos.reaper 0x0000000100fc1bf0 WorkerThreadInst::threadProc(void*) + 2496
4 com.cockos.reaper 0x000000010148978a __threadproc(void*) + 26
5 libsystem_pthread.dylib 0x00007fff716a52eb _pthread_body + 126
6 libsystem_pthread.dylib 0x00007fff716a8249 _pthread_start + 66
7 libsystem_pthread.dylib 0x00007fff716a440d thread_start + 13
Thread 17:: reaper/livefx
0 libsystem_kernel.dylib 0x00007fff715e9866 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff716a85a1 _pthread_cond_wait + 773
2 com.cockos.reaper 0x0000000101489611 WaitForSingleObject(void*, unsigned int) + 369
3 com.cockos.reaper 0x0000000100fc1fe6 WorkerThreadInst::threadProc(void*) + 3510
4 com.cockos.reaper 0x000000010148978a __threadproc(void*) + 26
5 libsystem_pthread.dylib 0x00007fff716a52eb _pthread_body + 126
6 libsystem_pthread.dylib 0x00007fff716a8249 _pthread_start + 66
7 libsystem_pthread.dylib 0x00007fff716a440d thread_start + 13
Thread 18:: reaper/livefx
0 libsystem_kernel.dylib 0x00007fff715e9866 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff716a85a1 _pthread_cond_wait + 773
2 com.cockos.reaper 0x0000000101489611 WaitForSingleObject(void*, unsigned int) + 369
3 com.cockos.reaper 0x0000000100fc1fe6 WorkerThreadInst::threadProc(void*) + 3510
4 com.cockos.reaper 0x000000010148978a __threadproc(void*) + 26
5 libsystem_pthread.dylib 0x00007fff716a52eb _pthread_body + 126
6 libsystem_pthread.dylib 0x00007fff716a8249 _pthread_start + 66
7 libsystem_pthread.dylib 0x00007fff716a440d thread_start + 13
Thread 19:: reaper/livefx
0 libsystem_kernel.dylib 0x00007fff715e9866 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff716a85a1 _pthread_cond_wait + 773
2 com.cockos.reaper 0x0000000101489611 WaitForSingleObject(void*, unsigned int) + 369
3 com.cockos.reaper 0x0000000100fc1fe6 WorkerThreadInst::threadProc(void*) + 3510
4 com.cockos.reaper 0x000000010148978a __threadproc(void*) + 26
5 libsystem_pthread.dylib 0x00007fff716a52eb _pthread_body + 126
6 libsystem_pthread.dylib 0x00007fff716a8249 _pthread_start + 66
7 libsystem_pthread.dylib 0x00007fff716a440d thread_start + 13
Thread 20:: reaper/livefx
0 libsystem_kernel.dylib 0x00007fff715e9866 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff716a85a1 _pthread_cond_wait + 773
2 com.cockos.reaper 0x0000000101489611 WaitForSingleObject(void*, unsigned int) + 369
3 com.cockos.reaper 0x0000000100fc1fe6 WorkerThreadInst::threadProc(void*) + 3510
4 com.cockos.reaper 0x000000010148978a __threadproc(void*) + 26
5 libsystem_pthread.dylib 0x00007fff716a52eb _pthread_body + 126
6 libsystem_pthread.dylib 0x00007fff716a8249 _pthread_start + 66
7 libsystem_pthread.dylib 0x00007fff716a440d thread_start + 13
Thread 21:: reaper/livefx
0 libsystem_kernel.dylib 0x00007fff715e9866 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff716a85a1 _pthread_cond_wait + 773
2 com.cockos.reaper 0x0000000101489611 WaitForSingleObject(void*, unsigned int) + 369
3 com.cockos.reaper 0x0000000100fc1fe6 WorkerThreadInst::threadProc(void*) + 3510
4 com.cockos.reaper 0x000000010148978a __threadproc(void*) + 26
5 libsystem_pthread.dylib 0x00007fff716a52eb _pthread_body + 126
6 libsystem_pthread.dylib 0x00007fff716a8249 _pthread_start + 66
7 libsystem_pthread.dylib 0x00007fff716a440d thread_start + 13
Thread 22:: reaper/livefx
0 libsystem_kernel.dylib 0x00007fff715e9866 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff716a85a1 _pthread_cond_wait + 773
2 com.cockos.reaper 0x0000000101489611 WaitForSingleObject(void*, unsigned int) + 369
3 com.cockos.reaper 0x0000000100fc1fe6 WorkerThreadInst::threadProc(void*) + 3510
4 com.cockos.reaper 0x000000010148978a __threadproc(void*) + 26
5 libsystem_pthread.dylib 0x00007fff716a52eb _pthread_body + 126
6 libsystem_pthread.dylib 0x00007fff716a8249 _pthread_start + 66
7 libsystem_pthread.dylib 0x00007fff716a440d thread_start + 13
Thread 23:: reaper/livefx
0 libsystem_kernel.dylib 0x00007fff715e9866 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff716a85a1 _pthread_cond_wait + 773
2 com.cockos.reaper 0x0000000101489611 WaitForSingleObject(void*, unsigned int) + 369
3 com.cockos.reaper 0x0000000100fc1fe6 WorkerThreadInst::threadProc(void*) + 3510
4 com.cockos.reaper 0x000000010148978a __threadproc(void*) + 26
5 libsystem_pthread.dylib 0x00007fff716a52eb _pthread_body + 126
6 libsystem_pthread.dylib 0x00007fff716a8249 _pthread_start + 66
7 libsystem_pthread.dylib 0x00007fff716a440d thread_start + 13
Thread 24:
0 libsystem_kernel.dylib 0x00007fff715e9f2e __semwait_signal + 10
1 libsystem_c.dylib 0x00007fff71575914 nanosleep + 199
2 libsystem_c.dylib 0x00007fff71575808 usleep + 53
3 com.DMGAudio.EQuilibrium.VST3 0x000000010ee962e4 0x10eddd000 + 758500
4 com.DMGAudio.EQuilibrium.VST3 0x000000010ee961f0 0x10eddd000 + 758256
5 libsystem_pthread.dylib 0x00007fff716a52eb _pthread_body + 126
6 libsystem_pthread.dylib 0x00007fff716a8249 _pthread_start + 66
7 libsystem_pthread.dylib 0x00007fff716a440d thread_start + 13
Thread 25:: com.apple.NSURLConnectionLoader
0 libsystem_kernel.dylib 0x00007fff715e621a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff715e6768 mach_msg + 60
2 com.apple.CoreFoundation 0x00007fff45482089 __CFRunLoopServiceMachPort + 327
3 com.apple.CoreFoundation 0x00007fff454815f6 __CFRunLoopRun + 1619
4 com.apple.CoreFoundation 0x00007fff45480d51 CFRunLoopRunSpecific + 459
5 com.apple.CFNetwork 0x00007fff44357e3c -[__CoreSchedulingSetRunnable runForever] + 210
6 com.apple.Foundation 0x00007fff476fe9a2 __NSThread__start__ + 1194
7 libsystem_pthread.dylib 0x00007fff716a52eb _pthread_body + 126
8 libsystem_pthread.dylib 0x00007fff716a8249 _pthread_start + 66
9 libsystem_pthread.dylib 0x00007fff716a440d thread_start + 13
Thread 26:
0 libsystem_kernel.dylib 0x00007fff715e9f2e __semwait_signal + 10
1 libsystem_c.dylib 0x00007fff71575914 nanosleep + 199
2 libsystem_c.dylib 0x00007fff71575808 usleep + 53
3 com.DMGAudio.EQuilibrium.VST3 0x000000010ee962e4 0x10eddd000 + 758500
4 com.DMGAudio.EQuilibrium.VST3 0x000000010ee961f0 0x10eddd000 + 758256
5 libsystem_pthread.dylib 0x00007fff716a52eb _pthread_body + 126
6 libsystem_pthread.dylib 0x00007fff716a8249 _pthread_start + 66
7 libsystem_pthread.dylib 0x00007fff716a440d thread_start + 13
Thread 27:
0 libsystem_kernel.dylib 0x00007fff715e9f2e __semwait_signal + 10
1 libsystem_c.dylib 0x00007fff71575914 nanosleep + 199
2 libsystem_c.dylib 0x00007fff71575808 usleep + 53
3 com.DMGAudio.EQuilibrium.VST3 0x000000010ee962e4 0x10eddd000 + 758500
4 com.DMGAudio.EQuilibrium.VST3 0x000000010ee961f0 0x10eddd000 + 758256
5 libsystem_pthread.dylib 0x00007fff716a52eb _pthread_body + 126
6 libsystem_pthread.dylib 0x00007fff716a8249 _pthread_start + 66
7 libsystem_pthread.dylib 0x00007fff716a440d thread_start + 13
Thread 28:
0 libsystem_kernel.dylib 0x00007fff715e9f2e __semwait_signal + 10
1 libsystem_c.dylib 0x00007fff71575914 nanosleep + 199
2 libsystem_c.dylib 0x00007fff71575808 usleep + 53
3 com.DMGAudio.EQuilibrium.VST3 0x000000010ee962e4 0x10eddd000 + 758500
4 com.DMGAudio.EQuilibrium.VST3 0x000000010ee961f0 0x10eddd000 + 758256
5 libsystem_pthread.dylib 0x00007fff716a52eb _pthread_body + 126
6 libsystem_pthread.dylib 0x00007fff716a8249 _pthread_start + 66
7 libsystem_pthread.dylib 0x00007fff716a440d thread_start + 13
Thread 29:
0 libsystem_kernel.dylib 0x00007fff715e9f2e __semwait_signal + 10
1 libsystem_c.dylib 0x00007fff71575914 nanosleep + 199
2 libsystem_c.dylib 0x00007fff71575808 usleep + 53
3 com.DMGAudio.EQuilibrium.VST3 0x000000010ee962e4 0x10eddd000 + 758500
4 com.DMGAudio.EQuilibrium.VST3 0x000000010ee961f0 0x10eddd000 + 758256
5 libsystem_pthread.dylib 0x00007fff716a52eb _pthread_body + 126
6 libsystem_pthread.dylib 0x00007fff716a8249 _pthread_start + 66
7 libsystem_pthread.dylib 0x00007fff716a440d thread_start + 13
Thread 30:
0 libsystem_kernel.dylib 0x00007fff715e9f2e __semwait_signal + 10
1 libsystem_c.dylib 0x00007fff71575914 nanosleep + 199
2 libsystem_c.dylib 0x00007fff71575808 usleep + 53
3 com.DMGAudio.EQuilibrium.VST3 0x000000010ee962e4 0x10eddd000 + 758500
4 com.DMGAudio.EQuilibrium.VST3 0x000000010ee961f0 0x10eddd000 + 758256
5 libsystem_pthread.dylib 0x00007fff716a52eb _pthread_body + 126
6 libsystem_pthread.dylib 0x00007fff716a8249 _pthread_start + 66
7 libsystem_pthread.dylib 0x00007fff716a440d thread_start + 13
Thread 31:
0 libsystem_kernel.dylib 0x00007fff715e9f2e __semwait_signal + 10
1 libsystem_c.dylib 0x00007fff71575914 nanosleep + 199
2 libsystem_c.dylib 0x00007fff71575808 usleep + 53
3 com.DMGAudio.EQuilibrium.VST3 0x000000010ee962e4 0x10eddd000 + 758500
4 com.DMGAudio.EQuilibrium.VST3 0x000000010ee961f0 0x10eddd000 + 758256
5 libsystem_pthread.dylib 0x00007fff716a52eb _pthread_body + 126
6 libsystem_pthread.dylib 0x00007fff716a8249 _pthread_start + 66
7 libsystem_pthread.dylib 0x00007fff716a440d thread_start + 13
Thread 32:
0 libsystem_kernel.dylib 0x00007fff715e9f2e __semwait_signal + 10
1 libsystem_c.dylib 0x00007fff71575914 nanosleep + 199
2 libsystem_c.dylib 0x00007fff71575808 usleep + 53
3 com.DMGAudio.EQuilibrium.VST3 0x000000010ee962e4 0x10eddd000 + 758500
4 com.DMGAudio.EQuilibrium.VST3 0x000000010ee961f0 0x10eddd000 + 758256
5 libsystem_pthread.dylib 0x00007fff716a52eb _pthread_body + 126
6 libsystem_pthread.dylib 0x00007fff716a8249 _pthread_start + 66
7 libsystem_pthread.dylib 0x00007fff716a440d thread_start + 13
Thread 33:
0 libsystem_kernel.dylib 0x00007fff715e9f2e __semwait_signal + 10
1 libsystem_c.dylib 0x00007fff71575914 nanosleep + 199
2 libsystem_c.dylib 0x00007fff71575808 usleep + 53
3 com.DMGAudio.EQuilibrium.VST3 0x000000010ee962e4 0x10eddd000 + 758500
4 com.DMGAudio.EQuilibrium.VST3 0x000000010ee961f0 0x10eddd000 + 758256
5 libsystem_pthread.dylib 0x00007fff716a52eb _pthread_body + 126
6 libsystem_pthread.dylib 0x00007fff716a8249 _pthread_start + 66
7 libsystem_pthread.dylib 0x00007fff716a440d thread_start + 13
Thread 34:
0 libsystem_kernel.dylib 0x00007fff715e9f2e __semwait_signal + 10
1 libsystem_c.dylib 0x00007fff71575914 nanosleep + 199
2 libsystem_c.dylib 0x00007fff71575808 usleep + 53
3 com.DMGAudio.EQuilibrium.VST3 0x000000010ee962e4 0x10eddd000 + 758500
4 com.DMGAudio.EQuilibrium.VST3 0x000000010ee961f0 0x10eddd000 + 758256
5 libsystem_pthread.dylib 0x00007fff716a52eb _pthread_body + 126
6 libsystem_pthread.dylib 0x00007fff716a8249 _pthread_start + 66
7 libsystem_pthread.dylib 0x00007fff716a440d thread_start + 13
Thread 35:
0 libsystem_kernel.dylib 0x00007fff715e9f2e __semwait_signal + 10
1 libsystem_c.dylib 0x00007fff71575914 nanosleep + 199
2 libsystem_c.dylib 0x00007fff71575808 usleep + 53
3 com.DMGAudio.EQuilibrium.VST3 0x000000010ee962e4 0x10eddd000 + 758500
4 com.DMGAudio.EQuilibrium.VST3 0x000000010ee961f0 0x10eddd000 + 758256
5 libsystem_pthread.dylib 0x00007fff716a52eb _pthread_body + 126
6 libsystem_pthread.dylib 0x00007fff716a8249 _pthread_start + 66
7 libsystem_pthread.dylib 0x00007fff716a440d thread_start + 13
Thread 36:
0 libsystem_kernel.dylib 0x00007fff715e9f2e __semwait_signal + 10
1 libsystem_c.dylib 0x00007fff71575914 nanosleep + 199
2 libsystem_c.dylib 0x00007fff71575808 usleep + 53
3 com.DMGAudio.EQuilibrium.VST3 0x000000010ee962e4 0x10eddd000 + 758500
4 com.DMGAudio.EQuilibrium.VST3 0x000000010ee961f0 0x10eddd000 + 758256
5 libsystem_pthread.dylib 0x00007fff716a52eb _pthread_body + 126
6 libsystem_pthread.dylib 0x00007fff716a8249 _pthread_start + 66
7 libsystem_pthread.dylib 0x00007fff716a440d thread_start + 13
Thread 37:
0 libsystem_kernel.dylib 0x00007fff715e621a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff715e6768 mach_msg + 60
2 com.sonnox.Limiter 0x0000000129795e81 0x129793000 + 11905
3 libsystem_pthread.dylib 0x00007fff716a52eb _pthread_body + 126
4 libsystem_pthread.dylib 0x00007fff716a8249 _pthread_start + 66
5 libsystem_pthread.dylib 0x00007fff716a440d thread_start + 13
Thread 38:
0 libsystem_kernel.dylib 0x00007fff715e9866 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff716a856e _pthread_cond_wait + 722
2 libc++.1.dylib 0x00007fff6e6e9a0a std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 18
3 com.sonnox.Limiter 0x00000001297b372e 0x129793000 + 132910
4 com.sonnox.Limiter 0x000000012979aa54 0x129793000 + 31316
5 com.sonnox.Limiter 0x00000001297b3be7 0x129793000 + 134119
6 libsystem_pthread.dylib 0x00007fff716a52eb _pthread_body + 126
7 libsystem_pthread.dylib 0x00007fff716a8249 _pthread_start + 66
8 libsystem_pthread.dylib 0x00007fff716a440d thread_start + 13
Thread 39:
0 libsystem_kernel.dylib 0x00007fff715e9866 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff716a856e _pthread_cond_wait + 722
2 libc++.1.dylib 0x00007fff6e6e9b31 std::__1::condition_variable::__do_timed_wait(std::__1::unique_lock<std::__1::mutex>&, std::__1::chrono::time_point<std::__1::chrono::system_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >) + 93
3 com.sonnox.Limiter 0x00000001297b379b 0x129793000 + 133019
4 com.sonnox.Limiter 0x000000012979aa54 0x129793000 + 31316
5 com.sonnox.Limiter 0x00000001297b3be7 0x129793000 + 134119
6 libsystem_pthread.dylib 0x00007fff716a52eb _pthread_body + 126
7 libsystem_pthread.dylib 0x00007fff716a8249 _pthread_start + 66
8 libsystem_pthread.dylib 0x00007fff716a440d thread_start + 13
Thread 40:
0 libsystem_kernel.dylib 0x00007fff715e9866 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff716a856e _pthread_cond_wait + 722
2 libc++.1.dylib 0x00007fff6e6e9b31 std::__1::condition_variable::__do_timed_wait(std::__1::unique_lock<std::__1::mutex>&, std::__1::chrono::time_point<std::__1::chrono::system_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >) + 93
3 com.paceap.eden.WrapPersist 0x000000012cbc0f3c 0x12c9a1000 + 2228028
4 com.paceap.eden.WrapPersist 0x000000012cbc5432 0x12c9a1000 + 2245682
5 com.paceap.eden.WrapPersist 0x000000012cbc53a1 0x12c9a1000 + 2245537
6 com.paceap.eden.WrapPersist 0x000000012cbc5309 0x12c9a1000 + 2245385
7 libsystem_pthread.dylib 0x00007fff716a52eb _pthread_body + 126
8 libsystem_pthread.dylib 0x00007fff716a8249 _pthread_start + 66
9 libsystem_pthread.dylib 0x00007fff716a440d thread_start + 13
Thread 41:
0 libsystem_kernel.dylib 0x00007fff715e9866 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff716a856e _pthread_cond_wait + 722
2 libc++.1.dylib 0x00007fff6e6e9b31 std::__1::condition_variable::__do_timed_wait(std::__1::unique_lock<std::__1::mutex>&, std::__1::chrono::time_point<std::__1::chrono::system_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >) + 93
3 com.sonnox.Limiter 0x000000012a06fb40 0x129793000 + 9292608
4 com.sonnox.Limiter 0x000000012a068bb0 0x129793000 + 9264048
5 com.sonnox.Limiter 0x000000012a068dee 0x129793000 + 9264622
6 libsystem_pthread.dylib 0x00007fff716a52eb _pthread_body + 126
7 libsystem_pthread.dylib 0x00007fff716a8249 _pthread_start + 66
8 libsystem_pthread.dylib 0x00007fff716a440d thread_start + 13
Thread 42:
0 libsystem_kernel.dylib 0x00007fff715e9f2e __semwait_signal + 10
1 libsystem_c.dylib 0x00007fff71575914 nanosleep + 199
2 libsystem_c.dylib 0x00007fff71575808 usleep + 53
3 com.DMGAudio.EQuilibrium.VST3 0x000000010ee962e4 0x10eddd000 + 758500
4 com.DMGAudio.EQuilibrium.VST3 0x000000010ee961f0 0x10eddd000 + 758256
5 libsystem_pthread.dylib 0x00007fff716a52eb _pthread_body + 126
6 libsystem_pthread.dylib 0x00007fff716a8249 _pthread_start + 66
7 libsystem_pthread.dylib 0x00007fff716a440d thread_start + 13
Thread 43:
0 libsystem_pthread.dylib 0x00007fff716a43f0 start_wqthread + 0
Thread 44:
0 libsystem_kernel.dylib 0x00007fff715e9f2e __semwait_signal + 10
1 libsystem_c.dylib 0x00007fff71575914 nanosleep + 199
2 libsystem_c.dylib 0x00007fff71575808 usleep + 53
3 com.DMGAudio.EQuilibrium.VST3 0x000000010ee962e4 0x10eddd000 + 758500
4 com.DMGAudio.EQuilibrium.VST3 0x000000010ee961f0 0x10eddd000 + 758256
5 libsystem_pthread.dylib 0x00007fff716a52eb _pthread_body + 126
6 libsystem_pthread.dylib 0x00007fff716a8249 _pthread_start + 66
7 libsystem_pthread.dylib 0x00007fff716a440d thread_start + 13
Thread 45:
0 libsystem_kernel.dylib 0x00007fff715e9f2e __semwait_signal + 10
1 libsystem_c.dylib 0x00007fff71575914 nanosleep + 199
2 libsystem_c.dylib 0x00007fff71575808 usleep + 53
3 com.DMGAudio.EQuilibrium.VST3 0x000000010ee962e4 0x10eddd000 + 758500
4 com.DMGAudio.EQuilibrium.VST3 0x000000010ee961f0 0x10eddd000 + 758256
5 libsystem_pthread.dylib 0x00007fff716a52eb _pthread_body + 126
6 libsystem_pthread.dylib 0x00007fff716a8249 _pthread_start + 66
7 libsystem_pthread.dylib 0x00007fff716a440d thread_start + 13
Thread 46:
0 libsystem_kernel.dylib 0x00007fff715e9f2e __semwait_signal + 10
1 libsystem_c.dylib 0x00007fff71575914 nanosleep + 199
2 libsystem_c.dylib 0x00007fff71575808 usleep + 53
3 com.DMGAudio.EQuilibrium.VST3 0x000000010ee962e4 0x10eddd000 + 758500
4 com.DMGAudio.EQuilibrium.VST3 0x000000010ee961f0 0x10eddd000 + 758256
5 libsystem_pthread.dylib 0x00007fff716a52eb _pthread_body + 126
6 libsystem_pthread.dylib 0x00007fff716a8249 _pthread_start + 66
7 libsystem_pthread.dylib 0x00007fff716a440d thread_start + 13
Thread 47:
0 libsystem_kernel.dylib 0x00007fff715e9f2e __semwait_signal + 10
1 libsystem_c.dylib 0x00007fff71575914 nanosleep + 199
2 libsystem_c.dylib 0x00007fff71575808 usleep + 53
3 com.DMGAudio.EQuilibrium.VST3 0x000000010ee962e4 0x10eddd000 + 758500
4 com.DMGAudio.EQuilibrium.VST3 0x000000010ee961f0 0x10eddd000 + 758256
5 libsystem_pthread.dylib 0x00007fff716a52eb _pthread_body + 126
6 libsystem_pthread.dylib 0x00007fff716a8249 _pthread_start + 66
7 libsystem_pthread.dylib 0x00007fff716a440d thread_start + 13
Thread 48:
0 libsystem_kernel.dylib 0x00007fff715e9f2e __semwait_signal + 10
1 libsystem_c.dylib 0x00007fff71575914 nanosleep + 199
2 libsystem_c.dylib 0x00007fff71575808 usleep + 53
3 com.DMGAudio.EQuilibrium.VST3 0x000000010ee962e4 0x10eddd000 + 758500
4 com.DMGAudio.EQuilibrium.VST3 0x000000010ee961f0 0x10eddd000 + 758256
5 libsystem_pthread.dylib 0x00007fff716a52eb _pthread_body + 126
6 libsystem_pthread.dylib 0x00007fff716a8249 _pthread_start + 66
7 libsystem_pthread.dylib 0x00007fff716a440d thread_start + 13
Thread 49:
0 libsystem_kernel.dylib 0x00007fff715e9f2e __semwait_signal + 10
1 libsystem_c.dylib 0x00007fff71575914 nanosleep + 199
2 libsystem_c.dylib 0x00007fff71575808 usleep + 53
3 com.DMGAudio.EQuilibrium.VST3 0x000000010ee962e4 0x10eddd000 + 758500
4 com.DMGAudio.EQuilibrium.VST3 0x000000010ee961f0 0x10eddd000 + 758256
5 libsystem_pthread.dylib 0x00007fff716a52eb _pthread_body + 126
6 libsystem_pthread.dylib 0x00007fff716a8249 _pthread_start + 66
7 libsystem_pthread.dylib 0x00007fff716a440d thread_start + 13
Thread 50:
0 libsystem_pthread.dylib 0x00007fff716a43f0 start_wqthread + 0
Thread 51:: JUCE Timer
0 libsystem_kernel.dylib 0x00007fff715e9866 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff716a856e _pthread_cond_wait + 722
2 libc++.1.dylib 0x00007fff6e6e9b31 std::__1::condition_variable::__do_timed_wait(std::__1::unique_lock<std::__1::mutex>&, std::__1::chrono::time_point<std::__1::chrono::system_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >) + 93
3 com.sonnox.Limiter 0x000000012a58ca85 0x129793000 + 14654085
4 com.sonnox.Limiter 0x000000012a5cf52e 0x129793000 + 14927150
5 com.sonnox.Limiter 0x000000012a59a40c 0x129793000 + 14709772
6 libsystem_pthread.dylib 0x00007fff716a52eb _pthread_body + 126
7 libsystem_pthread.dylib 0x00007fff716a8249 _pthread_start + 66
8 libsystem_pthread.dylib 0x00007fff716a440d thread_start + 13
Thread 52:
0 libsystem_kernel.dylib 0x00007fff715e9f2e __semwait_signal + 10
1 libsystem_c.dylib 0x00007fff71575914 nanosleep + 199
2 libsystem_c.dylib 0x00007fff71575808 usleep + 53
3 com.DMGAudio.EQuilibrium.VST3 0x000000010ee962e4 0x10eddd000 + 758500
4 com.DMGAudio.EQuilibrium.VST3 0x000000010ee961f0 0x10eddd000 + 758256
5 libsystem_pthread.dylib 0x00007fff716a52eb _pthread_body + 126
6 libsystem_pthread.dylib 0x00007fff716a8249 _pthread_start + 66
7 libsystem_pthread.dylib 0x00007fff716a440d thread_start + 13
Thread 53:
0 libsystem_pthread.dylib 0x00007fff716a43f0 start_wqthread + 0
Thread 54:
0 libsystem_kernel.dylib 0x00007fff715e9f2e __semwait_signal + 10
1 libsystem_c.dylib 0x00007fff71575914 nanosleep + 199
2 libsystem_c.dylib 0x00007fff71575808 usleep + 53
3 com.DMGAudio.EQuilibrium.VST3 0x000000010ee962e4 0x10eddd000 + 758500
4 com.DMGAudio.EQuilibrium.VST3 0x000000010ee961f0 0x10eddd000 + 758256
5 libsystem_pthread.dylib 0x00007fff716a52eb _pthread_body + 126
6 libsystem_pthread.dylib 0x00007fff716a8249 _pthread_start + 66
7 libsystem_pthread.dylib 0x00007fff716a440d thread_start + 13
Thread 55:
0 libsystem_pthread.dylib 0x00007fff716a43f0 start_wqthread + 0
Thread 56:
0 libsystem_kernel.dylib 0x00007fff715ed616 __select + 10
1 libcurl.4.dylib 0x00007fff6ef5d040 Curl_poll + 552
2 libcurl.4.dylib 0x00007fff6ef587fc curl_multi_wait + 528
3 libcurl.4.dylib 0x00007fff6ef51ba8 curl_easy_perform + 262
4 reaper_reapack-x86_64.dylib 0x000000010932b2b8 Download::run() + 840
5 reaper_reapack-x86_64.dylib 0x000000010937579d WorkerThread::run() + 301
6 reaper_reapack-x86_64.dylib 0x000000010937721e void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, void (WorkerThread::*)(), WorkerThread*> >(void*) + 62
7 libsystem_pthread.dylib 0x00007fff716a52eb _pthread_body + 126
8 libsystem_pthread.dylib 0x00007fff716a8249 _pthread_start + 66
9 libsystem_pthread.dylib 0x00007fff716a440d thread_start + 13
Thread 57:
0 libsystem_kernel.dylib 0x00007fff715ed616 __select + 10
1 libcurl.4.dylib 0x00007fff6ef5d040 Curl_poll + 552
2 libcurl.4.dylib 0x00007fff6ef587fc curl_multi_wait + 528
3 libcurl.4.dylib 0x00007fff6ef51ba8 curl_easy_perform + 262
4 reaper_reapack-x86_64.dylib 0x000000010932b2b8 Download::run() + 840
5 reaper_reapack-x86_64.dylib 0x000000010937579d WorkerThread::run() + 301
6 reaper_reapack-x86_64.dylib 0x000000010937721e void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, void (WorkerThread::*)(), WorkerThread*> >(void*) + 62
7 libsystem_pthread.dylib 0x00007fff716a52eb _pthread_body + 126
8 libsystem_pthread.dylib 0x00007fff716a8249 _pthread_start + 66
9 libsystem_pthread.dylib 0x00007fff716a440d thread_start + 13
Thread 58:
0 libsystem_kernel.dylib 0x00007fff715ed616 __select + 10
1 libcurl.4.dylib 0x00007fff6ef5d040 Curl_poll + 552
2 libcurl.4.dylib 0x00007fff6ef587fc curl_multi_wait + 528
3 libcurl.4.dylib 0x00007fff6ef51ba8 curl_easy_perform + 262
4 reaper_reapack-x86_64.dylib 0x000000010932b2b8 Download::run() + 840
5 reaper_reapack-x86_64.dylib 0x000000010937579d WorkerThread::run() + 301
6 reaper_reapack-x86_64.dylib 0x000000010937721e void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, void (WorkerThread::*)(), WorkerThread*> >(void*) + 62
7 libsystem_pthread.dylib 0x00007fff716a52eb _pthread_body + 126
8 libsystem_pthread.dylib 0x00007fff716a8249 _pthread_start + 66
9 libsystem_pthread.dylib 0x00007fff716a440d thread_start + 13
Thread 59:
0 libsystem_pthread.dylib 0x00007fff716a43f0 start_wqthread + 0
Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x001dffffa0570169 rbx: 0x000000000000004e rcx: 0x000000000000004c rdx: 0x00007ffeeedb1168
rdi: 0x00007fd77903dab0 rsi: 0x00007ffeeedb1168 rbp: 0x00007ffeeedb10d0 rsp: 0x00007ffeeedb10a0
r8: 0x0000000000000001 r9: 0x0000000000000001 r10: 0x0000000101b91b80 r11: 0x00007fd76e58ae60
r12: 0x00007fd77903dab0 r13: 0x00007fd7774e0600 r14: 0x00007ffeeedb1168 r15: 0x00000000000000d4
rip: 0x000000010932963c rfl: 0x0000000000010246 cr2: 0x00007f8e89856000
Logical CPU: 6
Error Code: 0x00000000
Trap Number: 13
Binary Images:
0x100e4b000 - 0x101b51fd7 +com.cockos.reaper (6.73.0_0652cd2 - 6.73.0_0652cd2) <8C0840F4-9400-3B60-867E-6C87F9EBA8BA> /Applications/REAPER.app/Contents/MacOS/REAPER
0x106bae000 - 0x106bb1047 libobjc-trampolines.dylib (756.2) <BB7525A0-AE52-371A-8428-827BAED9E35C> /usr/lib/libobjc-trampolines.dylib
0x106bba000 - 0x106be1ff7 +elastique2.dylib (1) <E6BAA09C-E2CB-3AA2-A6C5-0AB90EA7EF5F> /Applications/REAPER.app/Contents/Plugins/elastique2.dylib
0x106e2b000 - 0x106e6afff +elastique3.dylib (1) <0FCD5874-3F4F-3547-84A3-6AA2F08D9832> /Applications/REAPER.app/Contents/Plugins/elastique3.dylib
0x106e7a000 - 0x106ec9ff7 +soundtouch.dylib (1) <B1078531-9302-3778-9990-A2F16DCEFC39> /Applications/REAPER.app/Contents/Plugins/soundtouch.dylib
0x106ed5000 - 0x106f5bfe7 +rubberband.dylib (1) <22D29DEA-4B4F-3F42-814A-0F874D2F8373> /Applications/REAPER.app/Contents/Plugins/rubberband.dylib
0x106f70000 - 0x10707cfc7 +jsfx.dylib (1) <8FFE585E-DCC2-3A99-936C-8FCEEEFC8F2E> /Applications/REAPER.app/Contents/Plugins/jsfx.dylib
0x1073d0000 - 0x10742cfff +reaper_wave.dylib (1) <674EAE99-D0E1-3EC9-8806-F38214B3C619> /Applications/REAPER.app/Contents/Plugins/reaper_wave.dylib
0x10743e000 - 0x1074f9fdf +reaper_mp3dec.dylib (1) <4C72E414-5674-32BA-88C8-59F29D92D872> /Applications/REAPER.app/Contents/Plugins/reaper_mp3dec.dylib
0x10752f000 - 0x10757afe7 +libmp3lame.dylib (1) <C1480562-3088-02CC-C915-3A27BBD64F39> /Applications/REAPER.app/Contents/Plugins/libmp3lame.dylib
0x107595000 - 0x1077c6fef +reaper_midi.dylib (1) <890D4679-15A3-3E70-B897-1E0CD17AB910> /Applications/REAPER.app/Contents/Plugins/reaper_midi.dylib
0x107812000 - 0x107884f27 +reaper_wavpack.dylib (1) <40F9435F-E224-3A99-B37E-C858D9F4081D> /Applications/REAPER.app/Contents/Plugins/reaper_wavpack.dylib
0x107897000 - 0x107978fdf +reaper_opus.dylib (1) <6A664BE7-470D-3F06-9415-3198CE961747> /Applications/REAPER.app/Contents/Plugins/reaper_opus.dylib
0x107993000 - 0x107a1efdf +reaper_flac.dylib (1) <628C3383-F44A-3126-8257-852BBA2B4171> /Applications/REAPER.app/Contents/Plugins/reaper_flac.dylib
0x107a35000 - 0x107a40fff +reaper_rex.dylib (1) <1B172920-C78D-3F99-9169-F316F5C87348> /Applications/REAPER.app/Contents/Plugins/reaper_rex.dylib
0x107a53000 - 0x107a7ffd7 +reaper_ddp.dylib (1) <2A668E83-3360-3BD8-94B0-9EA73ABA19BD> /Applications/REAPER.app/Contents/Plugins/reaper_ddp.dylib
0x107a8c000 - 0x107ad8fff +reaper_explorer.dylib (1) <2836FB09-2952-3672-9214-19DD4BD9F1D0> /Applications/REAPER.app/Contents/Plugins/reaper_explorer.dylib
0x107d4b000 - 0x107d6ffff +reaper_cd.dylib (1) <66CC1DBB-8338-3128-A2DC-79BA249F299A> /Applications/REAPER.app/Contents/Plugins/reaper_cd.dylib
0x107d7d000 - 0x107ecefcf +reaper_ogg.dylib (1) <A20B1B76-E24A-3786-8B46-83AC83160024> /Applications/REAPER.app/Contents/Plugins/reaper_ogg.dylib
0x107f1c000 - 0x107fa5fc7 +reaper_csurf.dylib (1) <3D4A1DA0-BADA-305B-B863-8D93A7FA9DBA> /Applications/REAPER.app/Contents/Plugins/reaper_csurf.dylib
0x107fc3000 - 0x108182fd7 +reaper_video.dylib (1) <0E82E6B8-C0DA-394D-85FD-3B07EE27BEC8> /Applications/REAPER.app/Contents/Plugins/reaper_video.dylib
0x1081bd000 - 0x1086f8fef +FFmpeg.dylib (0) <B885049B-459B-F8D7-E896-1B2CB24B22C0> /Applications/REAPER.app/Contents/Plugins/FFmpeg.dylib
0x1087d6000 - 0x1087ddfff +reap_osx_modern.dylib (1) <64995ABD-D9E2-3889-BFFC-F21CDCD3D5A3> /Applications/REAPER.app/Contents/Plugins/reap_osx_modern.dylib
0x1087e5000 - 0x1087edffb +reaper_ddpedit_64.dylib (0) <F8FD1A68-E726-3791-B789-5666963E35A2> /Users/USER/Library/Application Support/REAPER/*/reaper_ddpedit_64.dylib
0x108804000 - 0x108cb7fff +reaper_sws-x86_64.dylib (0) <37945D56-EBD0-311C-8E86-F520EF779D94> /Users/USER/Library/Application Support/REAPER/*/reaper_sws-x86_64.dylib
0x108e9b000 - 0x108eb7ff7 +reaper_reafab-x86_64.dylib (0) <AB85AA6D-6E3B-3A6F-A2BB-138D8EE1DFB4> /Users/USER/Library/Application Support/REAPER/*/reaper_reafab-x86_64.dylib
0x108ebe000 - 0x108f03ffb +reaper_reablink-x86_64.dylib (0) <5A5BEAB7-344E-37DC-A71F-327A82ADC605> /Users/USER/Library/Application Support/REAPER/*/reaper_reablink-x86_64.dylib
0x108f74000 - 0x10916bffb +reaper_imgui-x86_64.dylib (0) <01AAD46A-E0E8-3CFB-B329-0925401B484E> /Users/USER/Library/Application Support/REAPER/*/reaper_imgui-x86_64.dylib
0x1091de000 - 0x1093aafff +reaper_reapack-x86_64.dylib (0) <78FB6AD9-8147-3CF9-93E0-792E849CBC27> /Users/USER/Library/Application Support/REAPER/*/reaper_reapack-x86_64.dylib
0x109413000 - 0x109547ff3 +reaper_js_ReaScriptAPI64.dylib (0) <469949C4-4C03-39E9-A15D-EAABBB656BCC> /Users/USER/Library/Application Support/REAPER/*/reaper_js_ReaScriptAPI64.dylib
0x10a54a000 - 0x10a567fff +reaper_reallm-x86_64.dylib (0) <F647BA69-2F9D-3682-BA13-246290D343F6> /Users/USER/Library/Application Support/REAPER/*/reaper_reallm-x86_64.dylib
0x10cd47000 - 0x10cd4bffb com.apple.audio.AppleHDAHALPlugIn (282.54 - 282.54) <207D25F0-B094-3569-AA6D-09B4EDD72861> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
0x10cd51000 - 0x10cd7dff7 +com.grame.JackRouter (JackRouter - 0.9.6) <EADB63FA-A636-0BB3-9FC5-6D0CB293301B> /Library/Audio/Plug-Ins/HAL/JackRouter.plugin/Contents/MacOS/JackRouter
0x10cd94000 - 0x10cdc6fff +libjack.0.dylib (1) <266596BC-3A41-46F5-232D-7210E2AB1C12> /usr/local/lib/libjack.0.dylib
0x10d43f000 - 0x10dbc6fef +com.voxengo.audio-plugins.VST2.SPAN (3.11 - 3.11) <60A9CBDB-2A87-3B3A-B6F4-7288A6BE420D> /Library/Audio/Plug-Ins/VST/SPAN.vst/Contents/MacOS/SPAN
0x10eddd000 - 0x10eec4fff +com.DMGAudio.EQuilibrium.VST3 (1.66 - 1.66) <2694F2FA-8A28-3266-9EED-D1F5C257B4C8> /Library/Audio/Plug-Ins/VST3/EQuilibrium.vst3/Contents/MacOS/EQuilibrium
0x10f51d000 - 0x10f58770f dyld (655.1.1) <4842B61A-B868-3146-9CA9-5582C4198B25> /usr/lib/dyld
0x10fce8000 - 0x110bfafdf +com.goodhertz.ghz0012 (3.5.1 - 3.5.1) <D2DFE3F7-F589-3ADA-A406-AA7712FE5FC9> /Users/USER/Library/Audio/Plug-Ins/VST/Ghz Good Dither 3.vst/Contents/MacOS/Ghz Good Dither 3
0x110c8c000 - 0x110cc0ff7 +reainsert.vst.dylib (1) <DDA5EC97-F3CA-33EB-8EC5-8AA4D658A224> /Applications/REAPER.app/Contents/Plugins/FX/reainsert.vst.dylib
0x11190f000 - 0x1119eeff7 +com.DMGAudio.Essence.VST3 (1.15 - 1.15) <8CB14CD3-D7A0-359E-9131-D19F03E06758> /Library/Audio/Plug-Ins/VST3/Essence.vst3/Contents/MacOS/Essence
0x11472e000 - 0x114831fff +com.DMGAudio.Multiplicity.VST3 (1.11 - 1.11) <E9A10802-694F-3AA3-B8AC-B6C60E7848FC> /Library/Audio/Plug-Ins/VST3/Multiplicity.vst3/Contents/MacOS/Multiplicity
0x1271be000 - 0x127c55fff +com.WavesAudio.WaveShell1-VST3.14.0.83 (14.0.83 - 14.0.83.84) <4E04827E-AE20-3A84-B67A-14859065833C> /Library/Audio/Plug-Ins/VST3/WaveShell1-VST3 14.0.vst3/Contents/MacOS/WaveShell1-VST3
0x12873e000 - 0x12877dfff +InnerProcessDictionary.dylib (0) <8A1B3FE5-EC39-3227-B954-B3EEDC85C417> /Library/Application Support/Waves/*/InnerProcessDictionary.dylib
0x1287b2000 - 0x1287bdff3 +Waves-Audio.InnerProcessDictionary2 (2.1.0.1 - 2.1.0.1) <42BF5A8B-B442-36F5-AF00-9CF12FC13F71> /Library/Application Support/Waves/*/InnerProcessDictionary2.bundle/Contents/MacOS/InnerProcessDictionary2
0x128a3e000 - 0x128b5dff3 +com.WavesAudio.WavesLicenseEngine.2.1.0 (2.1.0 - 2.1.0.3) <4D537749-95E2-34BE-A213-895325DFAFEA> /Library/Application Support/Waves/*/WavesLicenseEngine.bundle/Contents/MacOS/WavesLicenseEngine
0x128beb000 - 0x1290cafff +com.WavesAudio.WavesLib1-14.0.83.14.0.83 (14.0.83 - 14.0.83.84) <31B22EA1-9DBA-30E8-B640-C6B624ACD836> /Applications/Waves/*/WavesLib1_14.0.83.framework/Versions/A/WavesLib
0x1296b3000 - 0x1296f2ffb +com.WavesAudio.L2.14.0.83 (14.0.83 - 14.0.83.84) <071C2E16-FDC4-3AE9-8E21-4907DEA9B8E5> /Applications/Waves/*/L2.bundle/Contents/MacOS/L2
0x129733000 - 0x12973afff +GenericMacIntel.dylib (0) <0A5FB797-6AD5-3D4A-9D5A-D9D144E80CD1> /Applications/Waves/*/L2.bundle/Contents/MacOS/GenericMacIntel.dylib
0x129793000 - 0x12b11ffcf +com.sonnox.Limiter (3.19.0[100] - 3.19.0[100]) <190F6FB8-CE2C-3434-830A-2B6CF0FEC429> /Library/Audio/Plug-Ins/VST3/Sonnox/Oxford Limiter Native.vst3/Contents/MacOS/Oxford Limiter
0x12b76e000 - 0x12b784fff com.apple.security.csparser (3.0 - 58286.270.14) <0A81C1D7-5856-3744-821D-58C2B3C6C27C> /System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/MacOS/csparser
0x12c9a1000 - 0x12cc94ff3 +com.paceap.eden.WrapPersist (5.6.0 GM [b4626, 128c1a0c] - 5.6.0.4626) <85BD99A6-0572-3C06-AE11-22CD91C9E79B> /Library/Frameworks/PACEEdenExperience.framework/Versions/Current/WrapPersist.bundle/Contents/MacOS/WrapPersist
0x7fff399b9000 - 0x7fff39d12fff com.apple.RawCamera.bundle (8.15.0 - 1031.4.4) <EEB5D612-DB93-3775-BDCA-E77B7D5732B6> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x7fff3cf07000 - 0x7fff3d408fff com.apple.driver.AppleIntelHD4000GraphicsGLDriver (12.10.31 - 12.1.0) <4A6E9391-EF5E-35DB-923F-5FB44D7CFF04> /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver
0x7fff3d409000 - 0x7fff3d481ff7 com.apple.driver.AppleIntelHD4000GraphicsMTLDriver (12.10.31 - 12.1.0) <4982683B-9B57-3066-906F-F62B460CE5C2> /System/Library/Extensions/AppleIntelHD4000GraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsMTLDriver
0x7fff4128a000 - 0x7fff4128efff com.apple.agl (3.3.2 - AGL-3.3.2) <193B884E-987B-37F4-BCEA-97B9DA1E75FA> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
0x7fff4128f000 - 0x7fff4146bffb com.apple.avfoundation (2.0 - 1550.4) <FE6603A7-7E82-378C-B751-5848B56BDC0E> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
0x7fff4146c000 - 0x7fff41531fff com.apple.audio.AVFAudio (1.0 - ???) <D454A339-2FC6-3EF6-992F-D676046612DB> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Frameworks/AVFAudio.framework/Versions/A/AVFAudio
0x7fff41533000 - 0x7fff41638fff com.apple.AVKit (1.1 - 446.50.101) <56AD537F-0BA5-360D-8B83-D5BB16A1BF4E> /System/Library/Frameworks/AVKit.framework/Versions/A/AVKit
0x7fff41639000 - 0x7fff41639fff com.apple.Accelerate (1.11 - Accelerate 1.11) <B2A0C739-1D41-3452-9D00-8C01ADA5DD99> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff4163a000 - 0x7fff41650fff libCGInterfaces.dylib (506.22) <5CCB7F4C-B11F-39B4-AF43-173D8A839632> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
0x7fff41651000 - 0x7fff41f45fcb com.apple.vImage (8.1 - ???) <2905F53F-12C4-3583-A0A3-82607C5341CA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff41f46000 - 0x7fff420ecfeb libBLAS.dylib (1243.200.4) <02059CCF-0B14-3BFA-9B74-B5685219682E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff420ed000 - 0x7fff42131ff7 libBNNS.dylib (38.250.1) <AB890F6F-0B7D-3EC5-8A0E-874EAA4D0731> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
0x7fff42132000 - 0x7fff424eaff3 libLAPACK.dylib (1243.200.4) <2CD8E9C6-E489-38E1-8A08-42CBE87FAC77> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff424eb000 - 0x7fff42500ffb libLinearAlgebra.dylib (1243.200.4) <E7507B69-EF24-39D6-9B35-4A66E833C3F8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
0x7fff42501000 - 0x7fff42506ff3 libQuadrature.dylib (3.200.2) <1BAE7E22-2862-379F-B334-A3756067730F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
0x7fff42507000 - 0x7fff42583ff3 libSparse.dylib (79.200.5) <E78B33D3-672A-3C53-B512-D3DDB2E9AC8D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
0x7fff42584000 - 0x7fff42596ffb libSparseBLAS.dylib (1243.200.4) <069BE0D3-FEDF-3848-81B7-B5D64F511EC6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
0x7fff42597000 - 0x7fff42737fef libvDSP.dylib (671.250.4) <CA46FD92-D0CB-39B5-BD26-BEB3897D3154> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff42738000 - 0x7fff428acfdf libvMisc.dylib (671.250.4) <9B4E3148-A73F-3DBF-A47B-68DAA26D15BE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff428ad000 - 0x7fff428adfff com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <A83C1419-E651-3924-8A6D-FF7321C8AB90> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff428ae000 - 0x7fff42908fff com.apple.Accounts (113 - 113) <251A1CB1-F972-3F60-8662-85459EAD6318> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
0x7fff4290b000 - 0x7fff42a4efff com.apple.AddressBook.framework (11.0 - 1894) <3FFCAE6B-4CD2-3B8D-AE27-0A3693C9470F> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
0x7fff42a4f000 - 0x7fff43804ff3 com.apple.AppKit (6.9 - 1671.60.112) <4AFB032C-2786-3AD7-8EDA-576956992A9C> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff43856000 - 0x7fff43856fff com.apple.ApplicationServices (50.1 - 50.1) <4B219825-98FE-3972-8687-47114A18C541> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff43857000 - 0x7fff438c2fff com.apple.ApplicationServices.ATS (377 - 453.11.2.2) <A258DA73-114B-3102-A056-4AAAD3CEB9DD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff4395b000 - 0x7fff43a72fff libFontParser.dylib (228.6.2.13) <D2A660A5-6966-3538-9305-AC5FAFBB8CCE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff43a73000 - 0x7fff43ab5fff libFontRegistry.dylib (228.12.2.4) <6DDE44EC-FF6B-3893-9209-45E0955ABDD5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff43b0f000 - 0x7fff43b41fff libTrueTypeScaler.dylib (228.6.2.13) <7928AA9E-329A-3ACB-8238-A471E982C651> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
0x7fff43ba6000 - 0x7fff43baaff3 com.apple.ColorSyncLegacy (4.13.0 - 1) <E8E9342C-47EB-359D-A373-554AC19B174A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy
0x7fff43c45000 - 0x7fff43c97ff7 com.apple.HIServices (1.22 - 628) <2BE461FF-80B9-30D3-A574-AED5724B1C1B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff43c98000 - 0x7fff43ca7fff com.apple.LangAnalysis (1.7.0 - 1.7.0) <F5617A2A-FEA6-3832-B5BA-C2111B98786F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff43ca8000 - 0x7fff43cf1ff7 com.apple.print.framework.PrintCore (14.7 - 503.8) <E1D0FCBC-155E-372E-A90F-4A20B94FC114> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff43cf2000 - 0x7fff43d2bff7 com.apple.QD (3.12 - 407.2) <28C7D39F-59C9-3314-BECC-67045487229C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff43d2c000 - 0x7fff43d38fff com.apple.speech.synthesis.framework (8.1.3 - 8.1.3) <5E7B9BD4-122B-3012-A044-3259C97E7509> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff43d39000 - 0x7fff43fb0ff7 com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <59418DD2-DC6D-34B2-B189-62AAD53F1174> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff43fb2000 - 0x7fff43fb2fff com.apple.audio.units.AudioUnit (1.14 - 1.14) <C7260F04-0CED-3810-81EF-E15C826ADE05> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff4430b000 - 0x7fff446adfff com.apple.CFNetwork (978.6 - 978.6) <F6AC3859-B6F9-3212-A357-54AA096DAA9E> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff446c2000 - 0x7fff446c2fff com.apple.Carbon (158 - 158) <0BBAEF8D-5C24-3AD9-AD56-6B0D17E3DC26> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fff446c3000 - 0x7fff446c6ffb com.apple.CommonPanels (1.2.6 - 98) <1CD6D56D-8EC7-3528-8CBC-FC69533519B5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x7fff446c7000 - 0x7fff449befff com.apple.HIToolbox (2.1.1 - 918.7) <88D7F19C-8C9D-384B-BAB5-8205CA282F2C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff449bf000 - 0x7fff449c2ff3 com.apple.help (1.3.8 - 66) <A08517EB-8958-36C9-AEE0-1A8FEEACBE3F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fff449c3000 - 0x7fff449c8ff7 com.apple.ImageCapture (9.0 - 1534.2) <DB063E87-ED8F-3E4E-A7E2-A6B45FA73EF7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x7fff449c9000 - 0x7fff44a5eff3 com.apple.ink.framework (10.9 - 225) <7C7E9483-2E91-3DD3-B1E0-C238F42CA0DD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fff44a5f000 - 0x7fff44a77ff7 com.apple.openscripting (1.7 - 179.1) <9B8C1ECC-5864-3E21-9149-863E884EA25C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fff44a97000 - 0x7fff44a98ff7 com.apple.print.framework.Print (14.2 - 267.4) <A7A9D2A0-D4E0-35EF-A0F7-50521F707C33> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x7fff44a99000 - 0x7fff44a9bff7 com.apple.securityhi (9.0 - 55006) <05717F77-7A7B-37E6-AB3E-03F063E9095B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fff44a9c000 - 0x7fff44aa2ff7 com.apple.speech.recognition.framework (6.0.3 - 6.0.3) <3CC050FB-EBCB-3087-8EA5-F378C8F99217> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fff44bc4000 - 0x7fff44bc4fff com.apple.Cocoa (6.11 - 23) <4D068A12-9E8F-3264-88BA-8426A9849AE3> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x7fff44bd2000 - 0x7fff44d21ff7 com.apple.ColorSync (4.13.0 - 3345.6) <356BA478-76DE-3087-86BE-5E884276AB83> /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff44d22000 - 0x7fff44e0aff7 com.apple.contacts (1.0 - 2901) <A6734AF0-D8E6-32C7-B283-DF1E7627F0D3> /System/Library/Frameworks/Contacts.framework/Versions/A/Contacts
0x7fff44ead000 - 0x7fff44f33fff com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <E6E4A58D-9BAE-30B1-856E-E1332B98E9ED> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff44f97000 - 0x7fff44fc1ffb com.apple.CoreBluetooth (1.0 - 1) <4F2DDEF0-1F92-384B-8CDA-4958725D0A8E> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
0x7fff44fc2000 - 0x7fff45355ff3 com.apple.CoreData (120 - 866.6) <2408A361-E56E-30AD-B8CF-94305552E86C> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff45356000 - 0x7fff45446ff7 com.apple.CoreDisplay (101.3 - 110.18) <6DD41271-E145-3E99-9D49-7CC8AC1C65B6> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
0x7fff45447000 - 0x7fff4588dff7 com.apple.CoreFoundation (6.9 - 1575.405) <22EC9B76-B2B4-3CE8-9EAE-33531A902956> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff4588f000 - 0x7fff45f3cff7 com.apple.CoreGraphics (2.0 - 1265.13) <7FEDC82C-91C2-3BD0-8964-67174981BFED> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff45f3e000 - 0x7fff4625efff com.apple.CoreImage (14.4.0 - 750.0.140) <11026E39-D2FF-3CF6-8ACE-7BA293F9853E> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff462d8000 - 0x7fff4632eff7 com.apple.audio.midi.CoreMIDI (1.10 - 88) <130FB156-4863-3B5D-9508-DBF42A73823B> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
0x7fff46331000 - 0x7fff4655afff com.apple.CoreML (1.0 - 1) <9EC1FED2-BA47-307B-A326-43C4D05166E7> /System/Library/Frameworks/CoreML.framework/Versions/A/CoreML
0x7fff4655b000 - 0x7fff4665ffff com.apple.CoreMedia (1.0 - 2290.14) <2C7A5348-7F19-3E28-97E4-6065A64B1DC9> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x7fff46660000 - 0x7fff466bbfff com.apple.CoreMediaIO (900.0 - 5050.1) <57DDA850-09CC-374A-BD66-F17EA2230AF8> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
0x7fff466bc000 - 0x7fff466bcfff com.apple.CoreServices (947.2 - 947.2) <7BD142C3-402B-3294-BE74-9DD4623827E4> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff466bd000 - 0x7fff46739ff7 com.apple.AE (773 - 773) <55AE7C9E-27C3-30E9-A047-3B92A6FD53B4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff4673a000 - 0x7fff46a11fff com.apple.CoreServices.CarbonCore (1178.33 - 1178.33) <CB87F0C7-2CD6-3983-8E32-B6A2EC925352> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff46a12000 - 0x7fff46a5aff7 com.apple.DictionaryServices (1.2 - 284.16.4) <746EB200-DC51-30AE-9CBC-608A7B4CC8DA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff46a5b000 - 0x7fff46a63ffb com.apple.CoreServices.FSEvents (1239.200.13 - 1239.200.13) <5913F08D-4AA2-3200-B998-012E6A19A66D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
0x7fff46a64000 - 0x7fff46c15ff7 com.apple.LaunchServices (947.2 - 947.2) <42EA9E02-37CD-36DD-8265-5E5F0D8C62C9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff46c16000 - 0x7fff46cb4ff7 com.apple.Metadata (10.7.0 - 1191.59) <92951043-12CD-322D-A2CA-AF907618DE86> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff46cb5000 - 0x7fff46cffff7 com.apple.CoreServices.OSServices (947.2 - 947.2) <876F2E7E-0C63-38C5-8188-0F4829436DBF> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff46d00000 - 0x7fff46d67ff7 com.apple.SearchKit (1.4.0 - 1.4.0) <DA08AA6F-A6F1-36C0-87F4-E26294E51A3A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff46d68000 - 0x7fff46d89ff3 com.apple.coreservices.SharedFileList (71.28 - 71.28) <487A8464-729E-305A-B5D1-E3FE8EB9CFC5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
0x7fff47094000 - 0x7fff471f8ffb com.apple.CoreText (352.0 - 584.26.3.11) <EDA32C6C-EA1E-34A4-9B38-2728A309A60F> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff471f9000 - 0x7fff47239ff3 com.apple.CoreVideo (1.8 - 281.4) <10CF8E52-07E3-382B-8091-2CEEEFFA69B4> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff4723a000 - 0x7fff472c9fff com.apple.framework.CoreWLAN (13.0 - 1375.2) <A476486C-B863-3941-BAE6-A78BDFED4A3B> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x7fff47440000 - 0x7fff4744bffb com.apple.DirectoryService.Framework (10.14 - 207.200.4) <49B086F4-AFA2-3ABB-8D2E-CE253044C1C0> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x7fff4744c000 - 0x7fff474fafff com.apple.DiscRecording (9.0.3 - 9030.4.5) <D7A28B57-C025-3D44-BB17-82243B7B91BC> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x7fff474fb000 - 0x7fff4751ffff com.apple.DiscRecordingUI (9.0.3 - 9030.4.5) <ED9144F4-1C1D-3995-8C76-CC9CA6E8707A> /System/Library/Frameworks/DiscRecordingUI.framework/Versions/A/DiscRecordingUI
0x7fff47520000 - 0x7fff47525ffb com.apple.DiskArbitration (2.7 - 2.7) <04909487-FEF7-3AB9-B8B6-A5FB3DE938BE> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff476ec000 - 0x7fff47a9affb com.apple.Foundation (6.9 - 1575.405) <9FA71865-7713-3F53-91E7-5DCEBCF4F83D> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff47b09000 - 0x7fff47b38ffb com.apple.GSS (4.0 - 2.0) <CDAF0074-A0A1-3E11-94E5-5138A48A9636> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff47c38000 - 0x7fff47d42fff com.apple.Bluetooth (6.0.14 - 6.0.14d13) <4572C48F-E075-3D95-836B-92A38347FD8B> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
0x7fff47da5000 - 0x7fff47e34fff com.apple.framework.IOKit (2.0.2 - 1483.260.5) <C00462C2-9CF3-3E3E-BD1E-B57AF6AB562E> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff47e36000 - 0x7fff47e45ffb com.apple.IOSurface (255.6.1 - 255.6.1) <85F85EBB-EA59-3A8B-B3EB-7C20F3CC77AE> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff47e46000 - 0x7fff47e98ff3 com.apple.ImageCaptureCore (1.0 - 1534.2) <27942C51-8108-3ED9-B37E-7C365A31EC2D> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
0x7fff47e99000 - 0x7fff4802aff7 com.apple.ImageIO.framework (3.3.0 - 1850.2.14) <FFA98B4D-8CA1-3B60-A734-67198CFA1587> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff4802b000 - 0x7fff4802fffb libGIF.dylib (1850.2.14) <8D3E3D6A-82CA-338C-B089-C7ECA4FA0E17> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff48030000 - 0x7fff4810dfff libJP2.dylib (1850.2.14) <46BFA632-D4B0-30F8-99E1-30081C6574F0> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff4810e000 - 0x7fff48133fff libJPEG.dylib (1850.2.14) <B3D716B1-E30D-3FEC-B35A-0038256613E9> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff4840b000 - 0x7fff48431ff7 libPng.dylib (1850.2.14) <77EA1583-2A8C-3174-96AB-9215B4E318CE> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff48432000 - 0x7fff48434ffb libRadiance.dylib (1850.2.14) <CDC99D94-FA33-3E58-852A-1C19ED533BB3> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff48435000 - 0x7fff48482ff7 libTIFF.dylib (1850.2.14) <037E863C-DC10-33C7-9150-9F05397CB490> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff4877d000 - 0x7fff495ddfff com.apple.JavaScriptCore (14607 - 14607.3.9) <E25D3B54-A072-33F3-AA89-6F8588BF5A05> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x7fff495f5000 - 0x7fff4960efff com.apple.Kerberos (3.0 - 1) <DB1E0679-37E1-3B93-9789-32F63D660C3B> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff4960f000 - 0x7fff49644ff3 com.apple.LDAPFramework (2.4.28 - 194.5) <F617AD49-B777-3D49-91C1-FA6541EA3484> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x7fff498c8000 - 0x7fff498d2fff com.apple.MediaAccessibility (1.0 - 114.4) <76C449C5-DB45-3D7F-BFAD-3DACEF15DA21> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
0x7fff498e7000 - 0x7fff49981ffb com.apple.MediaPlayer (1.0 - 1.0) <F601EBD5-7A38-3F0D-BA43-6DC535978124> /System/Library/Frameworks/MediaPlayer.framework/Versions/A/MediaPlayer
0x7fff49982000 - 0x7fff4a028fff com.apple.MediaToolbox (1.0 - 2290.14) <927F9E24-32DB-33F9-9866-4DD8092A51F4> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x7fff4a02a000 - 0x7fff4a0d2ff7 com.apple.Metal (162.2 - 162.2) <B65C71BF-D40E-3BB3-940C-117DDD203551> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
0x7fff4a0d4000 - 0x7fff4a0edff3 com.apple.MetalKit (1.0 - 113) <51CDE966-54A7-3556-971B-1173E9986BB8> /System/Library/Frameworks/MetalKit.framework/Versions/A/MetalKit
0x7fff4a0ee000 - 0x7fff4a10dff7 com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <44CE8362-E972-3697-AD6F-15BC863BAEB8> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/Versions/A/MPSCore
0x7fff4a10e000 - 0x7fff4a18afe7 com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) <EE8440DA-66DF-3923-ABBC-E0543211C069> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Versions/A/MPSImage
0x7fff4a18b000 - 0x7fff4a1b2fff com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <E64450DF-2B96-331E-B7F4-666E00571C70> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix
0x7fff4a1b3000 - 0x7fff4a2deff7 com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) <F2CF26B6-73F1-3644-8FE9-CDB9B2C4501F> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork
0x7fff4a2df000 - 0x7fff4a2f9fff com.apple.MetalPerformanceShaders.MPSRayIntersector (1.0 - 1) <B33A35C3-0393-366B-ACFB-F4BB6A5F7B4A> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/Versions/A/MPSRayIntersector
0x7fff4a2fa000 - 0x7fff4a2fbff7 com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <69F14BCF-C5C5-3BF8-9C31-8F87D2D6130A> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
0x7fff4b0f9000 - 0x7fff4b105ff7 com.apple.NetFS (6.0 - 4.0) <1C8237D6-731D-3E32-8BD5-B92A33D08A30> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff4b106000 - 0x7fff4b243ffb com.apple.Network (1.0 - 1) <F46AFEE5-A56E-3BD9-AC07-C5D6334B3572> /System/Library/Frameworks/Network.framework/Versions/A/Network
0x7fff4db9a000 - 0x7fff4dba2fe3 libcldcpuengine.dylib (2.11) <AAE49359-EB53-3FD4-ADBF-C60498BD0B34> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
0x7fff4dba3000 - 0x7fff4dbfaff7 com.apple.opencl (2.15.3 - 2.15.3) <246CAF71-0D3D-3726-AAA3-33DBE8F3195E> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff4dbfb000 - 0x7fff4dc16ff7 com.apple.CFOpenDirectory (10.14 - 207.200.4) <F03D84EB-49B2-3A00-9127-B9A269824026> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff4dc17000 - 0x7fff4dc22ffb com.apple.OpenDirectory (10.14 - 207.200.4) <A8020CEE-5B78-3581-A735-EA2833683F31> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff4e572000 - 0x7fff4e574fff libCVMSPluginSupport.dylib (17.7.3) <6E77353D-9A36-3CD1-BB07-4D0237D3D6A6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fff4e575000 - 0x7fff4e57aff3 libCoreFSCache.dylib (166.8) <61A9787D-A579-34C2-82EB-BA5958BF372C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
0x7fff4e57b000 - 0x7fff4e57ffff libCoreVMClient.dylib (166.8) <618209D4-BA99-37C8-A579-368FCCD93732> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff4e580000 - 0x7fff4e588ff7 libGFXShared.dylib (17.7.3) <A4230DB0-5F15-38C6-BC95-3B5FDF6EF448> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff4e589000 - 0x7fff4e594fff libGL.dylib (17.7.3) <48475310-2843-3348-BFA2-A0A0C77DA7A3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff4e595000 - 0x7fff4e5cffef libGLImage.dylib (17.7.3) <AA8565FF-1835-3A8A-95C0-81A97EEDC6E6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff4e5d0000 - 0x7fff4e742ff7 libGLProgrammability.dylib (17.7.3) <6B26FEED-6783-32D0-8D45-53517C84FB43> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x7fff4e743000 - 0x7fff4e781fff libGLU.dylib (17.7.3) <8F33B475-9ED3-3269-8283-123A6036170B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff4f11e000 - 0x7fff4f12dffb com.apple.opengl (17.7.3 - 17.7.3) <6CD93FE7-C029-316B-A08D-54E5EC9F0830> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff4f12e000 - 0x7fff4f2c5ff7 GLEngine (17.7.3) <21FE1E93-54B2-3A4E-AFFE-F2DCF06B2220> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine
0x7fff4f2c6000 - 0x7fff4f2efff3 GLRendererFloat (17.7.3) <EDCF7340-77B3-3223-8469-E291842A7FDD> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
0x7fff4f4b0000 - 0x7fff4f5f9ff7 com.apple.QTKit (7.7.3 - 3040) <D42BB4BE-B347-3113-ACA4-3257A5E45F52> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x7fff4f5fa000 - 0x7fff4f84efff com.apple.imageKit (3.0 - 1067) <4F398AF4-828E-3FC2-9E3D-4EE3F36F7619> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0x7fff4f84f000 - 0x7fff4f93cff3 com.apple.PDFKit (1.0 - 745.4) <59D93E57-AEBC-390A-A274-D2F5FF7BB495> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x7fff4f93d000 - 0x7fff4fe0cff7 com.apple.QuartzComposer (5.1 - 370) <9C59494E-8D09-359E-B457-AA893520984C> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
0x7fff4fe0d000 - 0x7fff4fe33ff7 com.apple.quartzfilters (1.10.0 - 83.1) <1CABB0FA-A6DB-3DD5-A598-F298F081E04E> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
0x7fff4fe34000 - 0x7fff4ff35ff7 com.apple.QuickLookUIFramework (5.0 - 775.6) <5660DDBA-2BE4-310A-9E81-370106EDB21D> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x7fff4ff36000 - 0x7fff4ff36fff com.apple.quartzframework (1.5 - 23) <8C952BCD-52A8-3FD6-A000-2F3B106069D2> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x7fff4ff37000 - 0x7fff5018eff7 com.apple.QuartzCore (1.11 - 701.15) <67380D92-F388-32BA-96C4-1E7461D878AB> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff5018f000 - 0x7fff501e6fff com.apple.QuickLookFramework (5.0 - 775.6) <CB74C63F-E223-3783-9021-8E28091BCDA6> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x7fff503ad000 - 0x7fff503c7ff7 com.apple.SafariServices.framework (14611 - 14611.3.10.1.7) <3AD5D6CA-EE82-3087-972A-639BABA1AC24> /System/Library/Frameworks/SafariServices.framework/Versions/A/SafariServices
0x7fff509c6000 - 0x7fff50cc7ff7 com.apple.security (7.0 - 58286.270.14) <E4396E05-1649-31B2-80D9-228C15941670> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff50cc8000 - 0x7fff50d54fff com.apple.securityfoundation (6.0 - 55185.260.1) <69883A97-8EC6-3B39-8FCD-2CE06BAEA3E8> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff50d55000 - 0x7fff50d85ffb com.apple.securityinterface (10.0 - 55109.200.8) <483956F7-D5CC-3D25-A7B0-A169AF8FB1E8> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
0x7fff50d86000 - 0x7fff50d8afff com.apple.xpc.ServiceManagement (1.0 - 1) <AE9930FD-1AC9-391A-B769-03F6A0F05063> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x7fff51123000 - 0x7fff51190fff com.apple.SystemConfiguration (1.17 - 1.17) <5AD859DE-F55C-37F2-BF58-29F6234BD06C> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff513ef000 - 0x7fff51750fff com.apple.VideoToolbox (1.0 - 2290.14) <30C690CF-8935-39E8-B343-ADB009C84FC5> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x7fff51a25000 - 0x7fff52031ff7 libwebrtc.dylib (7607.3.9) <37081D15-C9F6-3F13-A29A-0F5672AC916E> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/Frameworks/libwebrtc.dylib
0x7fff52032000 - 0x7fff539b8ff7 com.apple.WebCore (14607 - 14607.3.9) <4D9F69EF-D3AF-32C5-8C15-1C8CD7370AFC> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x7fff539b9000 - 0x7fff53baaffb com.apple.WebKitLegacy (14607 - 14607.3.9) <3DE32075-E6CE-3FF1-B4EC-32A9DC0D5EF1> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy.framework/Versions/A/WebKitLegacy
0x7fff53bab000 - 0x7fff540fbff7 com.apple.WebKit (14607 - 14607.3.9) <7949E652-FCCA-3161-87C1-AB3C3FD0718A> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x7fff543cc000 - 0x7fff54471fef com.apple.APFS (1.0 - 1) <121C4AD9-617C-3865-8DF5-988E7C686611> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
0x7fff549fe000 - 0x7fff54a08fff com.apple.accessibility.AXCoreUtilities (1.0 - 1) <C97597AF-865F-3A33-A6EB-807EE9881521> /System/Library/PrivateFrameworks/AXCoreUtilities.framework/Versions/A/AXCoreUtilities
0x7fff54d20000 - 0x7fff54e6aff7 com.apple.AddressBook.core (1.0 - 1) <BAA3419D-2C62-3277-980D-11A9C51B1084> /System/Library/PrivateFrameworks/AddressBookCore.framework/Versions/A/AddressBookCore
0x7fff54e86000 - 0x7fff54e87ff7 com.apple.AggregateDictionary (1.0 - 1) <A6AF8AC4-1F25-37C4-9157-A02E9C200926> /System/Library/PrivateFrameworks/AggregateDictionary.framework/Versions/A/AggregateDictionary
0x7fff55245000 - 0x7fff55388fff com.apple.AnnotationKit (1.0 - 232.3.31) <73F4FFC8-A97F-3B97-AA8B-7C4CFF769295> /System/Library/PrivateFrameworks/AnnotationKit.framework/Versions/A/AnnotationKit
0x7fff55488000 - 0x7fff554b4ff7 com.apple.framework.Apple80211 (13.0 - 1380.2) <E4D12303-8B12-303C-91E2-3B40F60832BA> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x7fff555dc000 - 0x7fff555ebfc7 com.apple.AppleFSCompression (96.200.3 - 1.0) <3CF60CE8-976E-3CB8-959D-DD0948C1C2DE> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x7fff556e7000 - 0x7fff556f2fff com.apple.AppleIDAuthSupport (1.0 - 1) <2E9D1398-DBE6-328B-ADDA-20FA5FAD7405> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport
0x7fff55733000 - 0x7fff5577cff3 com.apple.AppleJPEG (1.0 - 1) <4C1F426B-7D77-3980-9633-7DBD8C666B9A> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
0x7fff5577d000 - 0x7fff5578dfff com.apple.AppleLDAP (10.14 - 46.200.2) <DA9C0E8E-86D6-3CE8-8A12-B9C2254920A8> /System/Library/PrivateFrameworks/AppleLDAP.framework/Versions/A/AppleLDAP
0x7fff559ad000 - 0x7fff559cafff com.apple.aps.framework (4.0 - 4.0) <83FB4BD1-0C45-3CEF-8640-567DA5A300A7> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService
0x7fff559cb000 - 0x7fff559cfff7 com.apple.AppleSRP (5.0 - 1) <EDD16B2E-4F35-3E13-B389-CF77B3CAD4EB> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
0x7fff559d0000 - 0x7fff559f2fff com.apple.applesauce (1.0 - ???) <F49107C7-3C51-3024-8EF1-C57643BE4F3B> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
0x7fff55ab2000 - 0x7fff55ab5ff7 com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <B4359468-EB6F-34E6-9B6F-AB23721D4A40> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
0x7fff55ab6000 - 0x7fff55b06ff7 com.apple.AppleVAFramework (5.1.4 - 5.1.4) <D3B360A8-6D9D-3C36-8642-3901D3AA1FB3> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x7fff55b51000 - 0x7fff55b65ffb com.apple.AssertionServices (1.0 - 1) <456E507A-4561-3628-9FBE-173ACE7429D8> /System/Library/PrivateFrameworks/AssertionServices.framework/Versions/A/AssertionServices
0x7fff55f35000 - 0x7fff56021ff7 com.apple.AuthKit (1.0 - 1) <2765ABE9-54F2-3E45-8A93-1261E251B90D> /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit
0x7fff561e3000 - 0x7fff561ebfff com.apple.coreservices.BackgroundTaskManagement (1.0 - 57.1) <2A396FC0-7B79-3088-9A82-FB93C1181A57> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
0x7fff561ec000 - 0x7fff56281fff com.apple.backup.framework (1.10.7 - ???) <5243C2BC-0159-3DBB-9FAB-22EA01E58052> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x7fff56282000 - 0x7fff562efff3 com.apple.BaseBoard (360.28 - 360.28) <68FA8044-F3CD-3BC6-9DAB-27DACF52BFC0> /System/Library/PrivateFrameworks/BaseBoard.framework/Versions/A/BaseBoard
0x7fff562f8000 - 0x7fff562feffb com.apple.BezelServicesFW (317.5 - 317.5) <AEA46A32-E9A5-3EC2-9246-5506BDC4CA13> /System/Library/PrivateFrameworks/BezelServices.framework/Versions/A/BezelServices
0x7fff56375000 - 0x7fff563b1ff3 com.apple.bom (14.0 - 197.6) <A99A6F9A-AFDE-3BC6-95CE-AA90B268B805> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
0x7fff56a60000 - 0x7fff56a8cfff com.apple.CalendarAgentLink (8.0 - 250) <0EFCDE1A-4FCB-36C0-B2E2-7B7183065B97> /System/Library/PrivateFrameworks/CalendarAgentLink.framework/Versions/A/CalendarAgentLink
0x7fff5714f000 - 0x7fff5719eff7 com.apple.ChunkingLibrary (201 - 201) <DFE16C42-24E6-386F-AC50-0058F61980A2> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x7fff57f5c000 - 0x7fff57f65ffb com.apple.CommonAuth (4.0 - 2.0) <93FCEC28-FF72-357B-8917-235B4F8AFF43> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff57f79000 - 0x7fff57f8effb com.apple.commonutilities (8.0 - 900) <080E168B-21B7-3CCA-AB84-BB9911D18DAC> /System/Library/PrivateFrameworks/CommonUtilities.framework/Versions/A/CommonUtilities
0x7fff58236000 - 0x7fff58298ff3 com.apple.AddressBook.ContactsFoundation (8.0 - ???) <F5136318-4F71-37D7-A909-5005C698A354> /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/ContactsFoundation
0x7fff58299000 - 0x7fff582bcff3 com.apple.contacts.ContactsPersistence (1.0 - ???) <4082E8CF-5C89-3DE1-97BF-6434F3E03C16> /System/Library/PrivateFrameworks/ContactsPersistence.framework/Versions/A/ContactsPersistence
0x7fff583fe000 - 0x7fff587e1fef com.apple.CoreAUC (274.0.0 - 274.0.0) <C71F1581-E73B-3DA0-958B-E912C3FB3F23> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x7fff587e2000 - 0x7fff58810ff7 com.apple.CoreAVCHD (6.0.0 - 6000.4.1) <A04A99B8-DAC5-36FC-BAC7-7431600C1F89> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
0x7fff588a6000 - 0x7fff58904ffb com.apple.corebrightness (1.0 - 1) <DE744471-E132-3AC1-A5D2-9E654BEDCCEA> /System/Library/PrivateFrameworks/CoreBrightness.framework/Versions/A/CoreBrightness
0x7fff58a3b000 - 0x7fff58a44fff com.apple.frameworks.CoreDaemon (1.3 - 1.3) <89BDACE6-32AA-3933-BD8C-A44650488873> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
0x7fff58c3e000 - 0x7fff58c4fff7 com.apple.CoreEmoji (1.0 - 69.19.9) <228457B3-E191-356E-9A5B-3C0438D05FBA> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
0x7fff58df8000 - 0x7fff58ee7fff com.apple.CoreHandwriting (161 - 1.2) <7CBB18C3-FE95-3352-9D67-B441E89AD10F> /System/Library/PrivateFrameworks/CoreHandwriting.framework/Versions/A/CoreHandwriting
0x7fff590b9000 - 0x7fff590cfffb com.apple.CoreMediaAuthoring (2.2 - 959) <86089759-E920-37DB-A3BB-F5621C351E4A> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
0x7fff591f9000 - 0x7fff5925fff7 com.apple.CoreNLP (1.0 - 130.15.22) <27877820-17D0-3B02-8557-4014E876CCC7> /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP
0x7fff593c6000 - 0x7fff593caff7 com.apple.CoreOptimization (1.0 - 1) <1C724E01-E9FA-3AEE-BE4B-C4DB8EC0C812> /System/Library/PrivateFrameworks/CoreOptimization.framework/Versions/A/CoreOptimization
0x7fff593cb000 - 0x7fff59457fff com.apple.CorePDF (4.0 - 414) <E4ECDD15-34C0-30C2-AFA9-27C8EDAC3DB0> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
0x7fff5950c000 - 0x7fff59514ff7 com.apple.CorePhoneNumbers (1.0 - 1) <11F97C7E-C183-305F-8E6C-9B374F50E26B> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers
0x7fff59515000 - 0x7fff5956bff7 com.apple.CorePrediction (1.0 - 1) <A66C8A6F-C3B2-3547-985D-C62C62F9FA48> /System/Library/PrivateFrameworks/CorePrediction.framework/Versions/A/CorePrediction
0x7fff59690000 - 0x7fff596c1ff3 com.apple.CoreServicesInternal (358 - 358) <DD6EF60D-048F-3186-83DA-EB191EDF48AE> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x7fff59a88000 - 0x7fff59b0cfff com.apple.CoreSymbolication (10.2 - 64490.25.1) <28B2FF2D-3FDE-3A20-B343-341E5BD4E22F> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fff59b9c000 - 0x7fff59cc7ff7 com.apple.coreui (2.1 - 499.10) <A80F4B09-F940-346F-A9DF-4EFADD9220A8> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff59cc8000 - 0x7fff59e68fff com.apple.CoreUtils (5.9 - 590.16) <BF9A990D-24C0-3633-A753-F19F4DFCA663> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
0x7fff59ebc000 - 0x7fff59f1fff7 com.apple.framework.CoreWiFi (13.0 - 1375.2) <7E9CC352-BB06-3C97-A51F-6A35F09EBA16> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
0x7fff59f20000 - 0x7fff59f31ff3 com.apple.CrashReporterSupport (10.13 - 938.29) <5942C233-DB5E-3119-8DA3-201A5C080191> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x7fff59fc1000 - 0x7fff59fd0fff com.apple.framework.DFRFoundation (1.0 - 211.1) <E3F02F2A-2059-39CC-85DA-969676EB88EB> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
0x7fff59fd1000 - 0x7fff59fd5ff7 com.apple.DSExternalDisplay (3.1 - 380) <787B9748-B120-3453-B8FE-61D9E363A9E0> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
0x7fff5a017000 - 0x7fff5a055ff7 com.apple.datadetectors (5.0 - 390.2) <B6DEDE81-832C-3078-ACAF-767F01E9615D> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetectors
0x7fff5a056000 - 0x7fff5a0cbffb com.apple.datadetectorscore (7.0 - 590.27) <06FB1A07-7AE6-3ADD-8E7E-41955FAB38E8> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff5a117000 - 0x7fff5a154ff7 com.apple.DebugSymbols (190 - 190) <6F4FAACA-E06B-38AD-A0C2-14EA5408A231> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fff5a155000 - 0x7fff5a290ff7 com.apple.desktopservices (1.13.6 - ???) <7536F3F3-90F1-3D1C-9249-91B809FE5328> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff5a33a000 - 0x7fff5a33bff7 com.apple.diagnosticlogcollection (10.0 - 1000) <3C6F41B0-DD03-373C-B423-63C1FA6174EC> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/Versions/A/DiagnosticLogCollection
0x7fff5a49c000 - 0x7fff5a562fff com.apple.DiskManagement (12.1 - 1555.270.2) <087F13AB-C8DA-3E6A-B457-1AA894D73ECC> /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManagement
0x7fff5a563000 - 0x7fff5a567ffb com.apple.DisplayServicesFW (3.1 - 380) <62041594-2A4C-3362-87EE-F8E8C8E5BEEC> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
0x7fff5a610000 - 0x7fff5a613ff3 com.apple.EFILogin (2.0 - 2) <C8EDA539-CA28-3962-8507-DC5F058CB6B5> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
0x7fff5ad33000 - 0x7fff5ad48fff com.apple.Engram (1.0 - 1) <F4A93313-F507-3F9A-AB1C-C18F2779B7CF> /System/Library/PrivateFrameworks/Engram.framework/Versions/A/Engram
0x7fff5ad49000 - 0x7fff5b02bff7 com.apple.vision.EspressoFramework (1.0 - 120) <8B56D943-F87B-3A01-B7A4-19DE3312B61C> /System/Library/PrivateFrameworks/Espresso.framework/Versions/A/Espresso
0x7fff5b1d7000 - 0x7fff5b5f2fff com.apple.vision.FaceCore (3.3.4 - 3.3.4) <A576E2DA-BF6F-3B18-8FEB-324E5C5FA9BD> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
0x7fff5eea6000 - 0x7fff5eea7fff libmetal_timestamp.dylib (902.3.2) <05389463-AF2E-33E2-A14F-1416E4A30835> /System/Library/PrivateFrameworks/GPUCompiler.framework/Versions/3902/Libraries/libmetal_timestamp.dylib
0x7fff6053b000 - 0x7fff60546ff7 libGPUSupportMercury.dylib (17.7.3) <79F94383-2923-3D96-9E2F-1CBEC7BDA376> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
0x7fff60547000 - 0x7fff6054cfff com.apple.GPUWrangler (3.50.16 - 3.50.16) <1156CF8C-729B-3173-B3CC-00BB17156BCC> /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler
0x7fff608da000 - 0x7fff608feff3 com.apple.GenerationalStorage (2.0 - 285.101) <84C2E52C-F2C6-3FF8-87E5-3C88A40D3881> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x7fff61358000 - 0x7fff61367fff com.apple.GraphVisualizer (1.0 - 5) <48D020B7-5938-3FAE-B468-E291AEE2C06F> /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer
0x7fff61368000 - 0x7fff61375ff7 com.apple.GraphicsServices (1.0 - 1.0) <56646B62-B331-31DC-80EB-7996DCAB6944> /System/Library/PrivateFrameworks/GraphicsServices.framework/Versions/A/GraphicsServices
0x7fff614cd000 - 0x7fff61541ff3 com.apple.Heimdal (4.0 - 2.0) <071E3ABF-ED87-3EF0-8ED3-54D428BD5088> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff61542000 - 0x7fff61570fff com.apple.HelpData (2.3 - 184.4) <22850610-29F8-3902-93A3-BBF403440185> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
0x7fff61f95000 - 0x7fff6208dff7 com.apple.ids (10.0 - 1000) <CFDD5888-606E-3196-9D03-7863A9DB5792> /System/Library/PrivateFrameworks/IDS.framework/Versions/A/IDS
0x7fff6208e000 - 0x7fff62191ffb com.apple.idsfoundation (10.0 - 1000) <17FFAADF-E870-3DCF-987F-CF9F4F2426C1> /System/Library/PrivateFrameworks/IDSFoundation.framework/Versions/A/IDSFoundation
0x7fff62710000 - 0x7fff62771fff com.apple.imfoundation (10.0 - 1000) <098F3A98-2184-32EF-8EC9-87B892CD85CA> /System/Library/PrivateFrameworks/IMFoundation.framework/Versions/A/IMFoundation
0x7fff6284c000 - 0x7fff62853ffb com.apple.IOAccelerator (404.15 - 404.15) <15B11DC6-DF66-3E0F-BAB2-573727CEA327> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
0x7fff62857000 - 0x7fff6286ffff com.apple.IOPresentment (1.0 - 42.6) <B5E36058-DB24-3CED-A8FF-980FDCCD6575> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
0x7fff62c17000 - 0x7fff62c44ff7 com.apple.IconServices (379 - 379) <7BAD562D-4FA3-3E11-863C-1EEBE2406D2C> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0x7fff62d6e000 - 0x7fff62d72ffb com.apple.InternationalSupport (1.0 - 10.15.6) <6226A905-D055-321D-B665-5B0CC4798A74> /System/Library/PrivateFrameworks/InternationalSupport.framework/Versions/A/InternationalSupport
0x7fff62ddc000 - 0x7fff62de9ffb com.apple.IntlPreferences (2.0 - 227.18) <1B5AFE5D-4D6F-3471-8F4D-256F5068093F> /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPreferences
0x7fff62ed7000 - 0x7fff62ee9ff3 com.apple.security.KeychainCircle.KeychainCircle (1.0 - 1) <C78A5090-CDB2-3D03-BE47-52EF7D7ECB89> /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle
0x7fff62f04000 - 0x7fff62fdfff7 com.apple.LanguageModeling (1.0 - 159.15.15) <3DE3CE61-542B-37B7-883E-4B9717CAC65F> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
0x7fff62fe0000 - 0x7fff6301cff7 com.apple.Lexicon-framework (1.0 - 33.15.10) <4B5E843E-2809-3E70-9560-9254E2656419> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
0x7fff63023000 - 0x7fff63028fff com.apple.LinguisticData (1.0 - 238.25) <F529B961-098C-3E4C-A3E9-9DA9BFA1B3F0> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
0x7fff6317a000 - 0x7fff63193ff3 com.apple.LookupFramework (1.2 - 251) <50031B5A-F3D5-39CC-954A-B3AEAF52FB89> /System/Library/PrivateFrameworks/Lookup.framework/Versions/A/Lookup
0x7fff63847000 - 0x7fff6384afff com.apple.Mangrove (1.0 - 25) <537A5B2E-4C30-3CFD-8BDC-79F9A04AC327> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
0x7fff638ce000 - 0x7fff638d0ff3 com.apple.marco (10.0 - 1000) <608B1000-1427-34B3-96B4-5B6079964E7F> /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco
0x7fff638d1000 - 0x7fff638f7ff3 com.apple.MarkupUI (1.0 - 232.3.31) <51E6781F-99C4-37D1-8FFE-0AFEDA997396> /System/Library/PrivateFrameworks/MarkupUI.framework/Versions/A/MarkupUI
0x7fff6395f000 - 0x7fff63992ff7 com.apple.MediaKit (16 - 907) <AB279933-3DEB-3F96-9634-166B8F0C2919> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x7fff63993000 - 0x7fff63cb6fff com.apple.MediaRemote (1.0 - 1) <8AF135B0-781C-3B85-B44A-C0CFAC3EADE0> /System/Library/PrivateFrameworks/MediaRemote.framework/Versions/A/MediaRemote
0x7fff63cb7000 - 0x7fff63cdafff com.apple.MediaServices (1.0 - 1) <82718A05-BD2D-37C2-A689-F09542CA988F> /System/Library/PrivateFrameworks/MediaServices.framework/Versions/A/MediaServices
0x7fff63d1e000 - 0x7fff63d46ff7 com.apple.spotlight.metadata.utilities (1.0 - 1191.59) <7008D69E-05A6-35FF-B9CB-FFB59EBA8608> /System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities
0x7fff63d47000 - 0x7fff63dd4ff7 com.apple.gpusw.MetalTools (1.0 - 1) <9B542958-6363-3041-A265-EC7AC7BD7A43> /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
0x7fff63deb000 - 0x7fff63e04ffb com.apple.MobileAssets (1.0 - 437.250.3) <8BE5B3A0-8F3A-3FAE-9AFF-32836300183C> /System/Library/PrivateFrameworks/MobileAsset.framework/Versions/A/MobileAsset
0x7fff63f7f000 - 0x7fff63f9affb com.apple.MobileKeyBag (2.0 - 1.0) <39337CBB-1D39-3DDC-A998-591194C76523> /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag
0x7fff63fad000 - 0x7fff64022fff com.apple.Montreal (1.0 - 42.15.9) <17BFD046-4362-3A76-A496-648D00FF3743> /System/Library/PrivateFrameworks/Montreal.framework/Versions/A/Montreal
0x7fff64023000 - 0x7fff6404dffb com.apple.MultitouchSupport.framework (2450.1 - 2450.1) <42A23EC9-64A7-31C7-BF33-DF4412ED8A3F> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff64289000 - 0x7fff64293fff com.apple.NetAuth (6.2 - 6.2) <0D01BBE5-0269-310D-B148-D19DAE143DEB> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff64af5000 - 0x7fff64b46ff3 com.apple.OTSVG (1.0 - ???) <E3C4A4B5-129C-399F-B858-C3D5A1CBBE3C> /System/Library/PrivateFrameworks/OTSVG.framework/Versions/A/OTSVG
0x7fff65bec000 - 0x7fff65cdffff com.apple.PencilKit (1.0 - 1) <79225726-6980-3680-AC0B-D8C5C5DB2224> /System/Library/PrivateFrameworks/PencilKit.framework/Versions/A/PencilKit
0x7fff65ce0000 - 0x7fff65cefff7 com.apple.PerformanceAnalysis (1.218.3.1 - 218.3.1) <B6FF319A-FC61-3EA9-A72D-68E1430429A7> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fff65cf0000 - 0x7fff65d19ff3 com.apple.persistentconnection (1.0 - 1.0) <9ECE64D9-8C5F-3FCE-8A46-29D7B3966920> /System/Library/PrivateFrameworks/PersistentConnection.framework/Versions/A/PersistentConnection
0x7fff65f16000 - 0x7fff65f16fff com.apple.PhoneNumbers (1.0 - 1) <DBCEDE3B-B681-3F6C-89EC-36E4827A2AF9> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers
0x7fff67b2c000 - 0x7fff67b80ffb com.apple.ProtectedCloudStorage (1.0 - 1) <0D6BFA27-B807-3999-8B65-C2183803CA20> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
0x7fff67b81000 - 0x7fff67b9fff7 com.apple.ProtocolBuffer (1 - 263.2) <907D6C95-D050-31DE-99CA-16A5135BC6F9> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
0x7fff67d1d000 - 0x7fff67d20ff3 com.apple.QuickLookNonBaseSystem (1.0 - 1) <69D0DD00-A3D2-3835-91F0-F33BD9D7D740> /System/Library/PrivateFrameworks/QuickLookNonBaseSystem.framework/Versions/A/QuickLookNonBaseSystem
0x7fff67d21000 - 0x7fff67d36ff3 com.apple.QuickLookThumbnailing (1.0 - 1) <B5E746AE-1DCB-3299-8626-10CCCBC2D5EE> /System/Library/PrivateFrameworks/QuickLookThumbnailing.framework/Versions/A/QuickLookThumbnailing
0x7fff67d37000 - 0x7fff67d87fff com.apple.ROCKit (27.6 - 27.6) <756C2253-E8B1-3C48-9945-DE8D6AD24DE2> /System/Library/PrivateFrameworks/ROCKit.framework/Versions/A/ROCKit
0x7fff67ec3000 - 0x7fff67ecefff com.apple.xpc.RemoteServiceDiscovery (1.0 - 1336.261.7) <3B7AC443-FA6B-36AD-B57A-4DAD06844281> /System/Library/PrivateFrameworks/RemoteServiceDiscovery.framework/Versions/A/RemoteServiceDiscovery
0x7fff67ee1000 - 0x7fff67f03fff com.apple.RemoteViewServices (2.0 - 128) <8FB0E4EB-DCBB-32E6-94C6-AA9BA9EE4CAC> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fff67f04000 - 0x7fff67f17ff3 com.apple.xpc.RemoteXPC (1.0 - 1336.261.7) <89D778BE-9A30-3906-AEE6-098677F10D89> /System/Library/PrivateFrameworks/RemoteXPC.framework/Versions/A/RemoteXPC
0x7fff68c42000 - 0x7fff68c8bfff com.apple.Safari.SafeBrowsing (14607 - 14607.3.9) <5C73225F-B323-3894-A751-E1BC05CD3779> /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/Versions/A/SafariSafeBrowsing
0x7fff6970d000 - 0x7fff6982bfff com.apple.Sharing (1288.62.5 - 1288.62.5) <BB647030-839A-3271-B205-D4325346DD3B> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
0x7fff6982c000 - 0x7fff6984bffb com.apple.shortcut (2.16 - 101) <FA635B3A-8B45-3132-BB06-BD0398F03E12> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
0x7fff6984c000 - 0x7fff6985efff com.apple.sidecar-core (1.0 - 38.2) <ECE7C76B-0BFE-378E-AE6D-F10D364F3F4C> /System/Library/PrivateFrameworks/SidecarCore.framework/Versions/A/SidecarCore
0x7fff6985f000 - 0x7fff6986eff7 com.apple.sidecar-ui (1.0 - 38.2) <B2CF3906-E8F1-3B82-BF46-FFE89690FE73> /System/Library/PrivateFrameworks/SidecarUI.framework/Versions/A/SidecarUI
0x7fff6a640000 - 0x7fff6a8efff3 com.apple.SkyLight (1.600.0 - 340.57) <0DF55001-21A3-3D7A-B8F0-F1122A63F2D1> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
0x7fff6b093000 - 0x7fff6b09ffff com.apple.SpeechRecognitionCore (5.0.21 - 5.0.21) <7A6A67DB-C813-328E-AAFB-D267A5B50B3D> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
0x7fff6b73e000 - 0x7fff6b77aff3 com.apple.StreamingZip (1.0 - 1) <046FAD5C-E0C5-3013-B1FE-24C018A0DDCF> /System/Library/PrivateFrameworks/StreamingZip.framework/Versions/A/StreamingZip
0x7fff6b7f0000 - 0x7fff6b87bfc7 com.apple.Symbolication (10.2 - 64490.38.1) <9FDCC98D-5B32-35AD-A9BF-94DF2B78507F> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x7fff6bd50000 - 0x7fff6bd5cfff com.apple.private.SystemPolicy (1.0 - 1) <9CDA85A3-875C-3615-8818-2DC73E9FFE8B> /System/Library/PrivateFrameworks/SystemPolicy.framework/Versions/A/SystemPolicy
0x7fff6bd61000 - 0x7fff6bd6dffb com.apple.TCC (1.0 - 1) <E3691073-7284-35E4-94F3-16587A7F380F> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x7fff6bfd3000 - 0x7fff6c09bff3 com.apple.TextureIO (3.8.4 - 3.8.1) <7CEAC05A-D283-3D5A-B1E3-C849285FA0BF> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
0x7fff6c0f8000 - 0x7fff6c113fff com.apple.ToneKit (1.0 - 1) <84911F2C-394F-3FFF-8220-B51F581BB8E6> /System/Library/PrivateFrameworks/ToneKit.framework/Versions/A/ToneKit
0x7fff6c114000 - 0x7fff6c139ff7 com.apple.ToneLibrary (1.0 - 1) <4D7D03EB-744F-3402-8C3E-B483A74BEF1E> /System/Library/PrivateFrameworks/ToneLibrary.framework/Versions/A/ToneLibrary
0x7fff6c151000 - 0x7fff6c152fff com.apple.TrustEvaluationAgent (2.0 - 31.200.1) <15DF9C73-54E4-3C41-BCF4-378338C55FB4> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x7fff6c158000 - 0x7fff6c310ffb com.apple.UIFoundation (1.0 - 551.5) <A0FDC3A4-45C6-3C87-B77F-7DC394374C08> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
0x7fff6c35e000 - 0x7fff6c364ffb com.apple.URLFormatting (59 - 59.47) <4EAD8032-A39D-35B7-91BD-97207E7DD60A> /System/Library/PrivateFrameworks/URLFormatting.framework/Versions/A/URLFormatting
0x7fff6cf8c000 - 0x7fff6d065fff com.apple.ViewBridge (407 - 407) <41AB432A-08A7-3808-8079-B07D742D3F33> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
0x7fff6d4a8000 - 0x7fff6d71affb libAWDSupportFramework.dylib (2131) <AC78D095-4D47-37DF-AE0D-8EEC7C2553F0> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libAWDSupportFramework.dylib
0x7fff6d71b000 - 0x7fff6d72cfff libprotobuf-lite.dylib (2131) <297886A7-F889-38AA-B6F6-162598345EC4> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libprotobuf-lite.dylib
0x7fff6d72d000 - 0x7fff6d787fff libprotobuf.dylib (2131) <05141A5F-1870-3AA7-B339-6EB13E375BA4> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libprotobuf.dylib
0x7fff6d788000 - 0x7fff6d7c9ff7 com.apple.awd (1.0 - 930.11) <652A1F08-52A3-36CC-8055-EF57143BED76> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/WirelessDiagnostics
0x7fff6d83d000 - 0x7fff6d840fff com.apple.dt.XCTTargetBootstrap (1.0 - 14490.66) <7AE3457F-AF40-3508-93FB-1D9E31EB1C9D> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/Versions/A/XCTTargetBootstrap
0x7fff6dc41000 - 0x7fff6dc43ffb com.apple.loginsupport (1.0 - 1) <3F8D6334-BCD6-36C1-BA20-CC8503A84375> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
0x7fff6dc44000 - 0x7fff6dc59fff com.apple.login (3.0 - 3.0) <E168F05D-A5DF-3848-8686-DF5015EA4BA4> /System/Library/PrivateFrameworks/login.framework/Versions/A/login
0x7fff6dc90000 - 0x7fff6dcc1ffb com.apple.contacts.vCard (1.0 - ???) <651AD944-66CA-3408-818F-484E0F53A1DE> /System/Library/PrivateFrameworks/vCard.framework/Versions/A/vCard
0x7fff6de7d000 - 0x7fff6de91ffb libAccessibility.dylib (2402.95) <6BC07631-25B1-3C31-A2CB-E5E477836A5E> /usr/lib/libAccessibility.dylib
0x7fff6df0d000 - 0x7fff6df41fff libCRFSuite.dylib (41.15.4) <406DAC06-0C77-3F90-878B-4D38F11F0256> /usr/lib/libCRFSuite.dylib
0x7fff6df44000 - 0x7fff6df4eff7 libChineseTokenizer.dylib (28.15.3) <9B7F6109-3A5D-3641-9A7E-31D2239D73EE> /usr/lib/libChineseTokenizer.dylib
0x7fff6df4f000 - 0x7fff6dfd8fff libCoreStorage.dylib (546.50.2) <1A8612CF-41D3-3D84-A95E-07707ECD3203> /usr/lib/libCoreStorage.dylib
0x7fff6dfdc000 - 0x7fff6dfddffb libDiagnosticMessagesClient.dylib (107) <A14D0819-0970-34CD-8680-80E4D7FE8C2C> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff6e014000 - 0x7fff6e26bff3 libFosl_dynamic.dylib (18.3.4) <1B5DD4E2-8AE0-315E-829E-D5BFCD264EA8> /usr/lib/libFosl_dynamic.dylib
0x7fff6e28b000 - 0x7fff6e292fff libMatch.1.dylib (31.200.1) <EF8164CB-B599-39D9-9E73-4958A372DC0B> /usr/lib/libMatch.1.dylib
0x7fff6e2bc000 - 0x7fff6e2dbfff libMobileGestalt.dylib (645.270.1) <99A06C8A-97D6-383D-862C-F453BABB48A4> /usr/lib/libMobileGestalt.dylib
0x7fff6e2dc000 - 0x7fff6e2dcfff libOpenScriptingUtil.dylib (179.1) <4D603146-EDA5-3A74-9FF8-4F75D8BB9BC6> /usr/lib/libOpenScriptingUtil.dylib
0x7fff6e41c000 - 0x7fff6e41dffb libSystem.B.dylib (1252.250.1) <B2E16B83-D383-330A-8BD3-39526248EDFD> /usr/lib/libSystem.B.dylib
0x7fff6e41e000 - 0x7fff6e498ff7 libTelephonyUtilDynamic.dylib (3705) <155194D3-2B24-3A5F-9C04-364E0D583C60> /usr/lib/libTelephonyUtilDynamic.dylib
0x7fff6e499000 - 0x7fff6e49afff libThaiTokenizer.dylib (2.15.1) <ADB37DC3-7D9B-3E73-A72A-BCC3433C937A> /usr/lib/libThaiTokenizer.dylib
0x7fff6e4ac000 - 0x7fff6e4c2ffb libapple_nghttp2.dylib (1.24.1) <6F04250A-6686-3FDC-9A8D-290C64B06502> /usr/lib/libapple_nghttp2.dylib
0x7fff6e4c3000 - 0x7fff6e4ecffb libarchive.2.dylib (54.250.1) <47289946-8504-3966-9127-6CE39993DC2C> /usr/lib/libarchive.2.dylib
0x7fff6e4ed000 - 0x7fff6e5ecfef libate.dylib (1.13.8) <461F7EA4-05E2-3091-8905-473A63A75300> /usr/lib/libate.dylib
0x7fff6e5f0000 - 0x7fff6e5f0ff3 libauto.dylib (187) <3E3780E1-96F3-3A22-91C5-92F9A5805518> /usr/lib/libauto.dylib
0x7fff6e5f1000 - 0x7fff6e6c1ff7 libboringssl.dylib (109.250.5) <E0C6A545-7EE4-3FF9-B67A-C68251BD9C65> /usr/lib/libboringssl.dylib
0x7fff6e6c2000 - 0x7fff6e6d2ffb libbsm.0.dylib (39.200.18) <CF381E0B-025B-364F-A83D-2527E03F1AA3> /usr/lib/libbsm.0.dylib
0x7fff6e6d3000 - 0x7fff6e6e0fff libbz2.1.0.dylib (38.200.3) <272953A1-8D36-329B-BDDB-E887B347710F> /usr/lib/libbz2.1.0.dylib
0x7fff6e6e1000 - 0x7fff6e734ff7 libc++.1.dylib (400.9.4) <9A60A190-6C34-339F-BB3D-AACE942009A4> /usr/lib/libc++.1.dylib
0x7fff6e735000 - 0x7fff6e74aff7 libc++abi.dylib (400.17) <38C09CED-9090-3719-90F3-04A2749F5428> /usr/lib/libc++abi.dylib
0x7fff6e74b000 - 0x7fff6e74bff3 libcharset.1.dylib (51.200.6) <2A27E064-314C-359C-93FC-8A9B06206174> /usr/lib/libcharset.1.dylib
0x7fff6e74c000 - 0x7fff6e75cffb libcmph.dylib (6.15.1) <9C52B2FE-179F-32AC-B87E-2AFC49ABF817> /usr/lib/libcmph.dylib
0x7fff6e75d000 - 0x7fff6e775ffb libcompression.dylib (52.250.2) <C7BE9843-9B19-33E0-A4A0-D48D0A999E86> /usr/lib/libcompression.dylib
0x7fff6e9ea000 - 0x7fff6ea00fff libcoretls.dylib (155.220.1) <4C64BE3E-41E3-3020-8BB7-07E90C0C861C> /usr/lib/libcoretls.dylib
0x7fff6ea01000 - 0x7fff6ea02ff3 libcoretls_cfhelpers.dylib (155.220.1) <0959B3E9-6643-3589-8BB3-21D52CDF0EF1> /usr/lib/libcoretls_cfhelpers.dylib
0x7fff6eba0000 - 0x7fff6ec98ff7 libcrypto.35.dylib (22.260.1) <91C3D71A-4D1D-331D-89CC-67863DF10574> /usr/lib/libcrypto.35.dylib
0x7fff6ed9a000 - 0x7fff6ee9afcb libcrypto.42.dylib (22.260.1) <BD995388-3083-3E74-AE7D-C4FCA5938E8E> /usr/lib/libcrypto.42.dylib
0x7fff6ee9b000 - 0x7fff6eea6ff7 libcsfde.dylib (546.50.2) <86408329-2DA0-3EA0-8F00-41CE6B9D52C5> /usr/lib/libcsfde.dylib
0x7fff6eeae000 - 0x7fff6ef04ff3 libcups.2.dylib (462.16) <E82021D0-36AD-3FB7-AE47-A03A6947C7D0> /usr/lib/libcups.2.dylib
0x7fff6ef2d000 - 0x7fff6ef81ff7 libcurl.4.dylib (105.200.6) <516C0F1D-1D18-31B7-BA61-B37AB20EB9C7> /usr/lib/libcurl.4.dylib
0x7fff6f039000 - 0x7fff6f039fff libenergytrace.dylib (17.200.1) <80BB567A-FD18-3497-BF97-353F57D98CDD> /usr/lib/libenergytrace.dylib
0x7fff6f03a000 - 0x7fff6f053ffb libexpat.1.dylib (16.1.2) <3E146D20-52C1-3EDA-9374-1243E2890AC6> /usr/lib/libexpat.1.dylib
0x7fff6f06b000 - 0x7fff6f070ff7 libgermantok.dylib (17.15.2) <E5F0F794-FF27-3D64-AE52-C78C6A84DD67> /usr/lib/libgermantok.dylib
0x7fff6f071000 - 0x7fff6f076ff7 libheimdal-asn1.dylib (520.270.8) <0860B210-2E91-3B39-AE87-D66A4605F006> /usr/lib/libheimdal-asn1.dylib
0x7fff6f0a1000 - 0x7fff6f191fff libiconv.2.dylib (51.200.6) <2047C9B7-3F74-3A95-810D-2ED8F0475A99> /usr/lib/libiconv.2.dylib
0x7fff6f192000 - 0x7fff6f3f3ffb libicucore.A.dylib (62141.0.1) <A0D63918-76E9-3C1B-B255-46F4C1DA7FE8> /usr/lib/libicucore.A.dylib
0x7fff6f440000 - 0x7fff6f441fff liblangid.dylib (128.15.1) <22D05C4F-769B-3075-ABCF-44A0EBACE028> /usr/lib/liblangid.dylib
0x7fff6f442000 - 0x7fff6f45aff3 liblzma.5.dylib (10.200.3) <E1F4FD60-1CE4-37B9-AD95-29D348AF1AC0> /usr/lib/liblzma.5.dylib
0x7fff6f472000 - 0x7fff6f516ff7 libmecab.1.0.0.dylib (779.24.1) <A8D0379B-85FA-3B3D-89ED-5CF2C3826AB2> /usr/lib/libmecab.1.0.0.dylib
0x7fff6f517000 - 0x7fff6f71bfff libmecabra.dylib (779.24.1) <D71F71E0-30E2-3DB3-B636-7DE13D51FB4B> /usr/lib/libmecabra.dylib
0x7fff6f8f3000 - 0x7fff6fc44ff7 libnetwork.dylib (1229.250.15) <72C7E9E3-B2BE-3300-BE1B-64606222022C> /usr/lib/libnetwork.dylib
0x7fff6fcd6000 - 0x7fff7045efd7 libobjc.A.dylib (756.2) <20942D4E-CE6F-376A-8BCD-016F88E4BFD5> /usr/lib/libobjc.A.dylib
0x7fff70470000 - 0x7fff70474ffb libpam.2.dylib (22.200.1) <586CF87F-349C-393D-AEEB-FB75F94A5EB7> /usr/lib/libpam.2.dylib
0x7fff70477000 - 0x7fff704acfff libpcap.A.dylib (79.250.4) <17AD7BD4-CF1C-32A0-A4FB-F1B460D652B9> /usr/lib/libpcap.A.dylib
0x7fff705c5000 - 0x7fff705ddffb libresolv.9.dylib (65.200.3) <1FB0982D-84D9-36E0-B3D8-C808891EFF50> /usr/lib/libresolv.9.dylib
0x7fff705df000 - 0x7fff7061aff3 libsandbox.1.dylib (851.270.6) <0A858BB9-9BCC-376B-8899-69C56AA36D5F> /usr/lib/libsandbox.1.dylib
0x7fff7061b000 - 0x7fff7062dff7 libsasl2.2.dylib (211.1) <EB100B5A-3178-3AFD-86F4-B2AF94E2534F> /usr/lib/libsasl2.2.dylib
0x7fff7062e000 - 0x7fff7062fff7 libspindump.dylib (267.3) <A584E403-8C95-3841-9C16-E22664A5A63F> /usr/lib/libspindump.dylib
0x7fff70630000 - 0x7fff70801ffb libsqlite3.dylib (274.26) <E28DB56E-90D1-3A05-B79A-DC2FFCE8D117> /usr/lib/libsqlite3.dylib
0x7fff708c5000 - 0x7fff708f4fff libssl.44.dylib (22.260.1) <F1DE913C-717A-3013-9780-DBF79406C58E> /usr/lib/libssl.44.dylib
0x7fff708f5000 - 0x7fff70940ff7 libstdc++.6.dylib (104.1) <BF6E1E5B-5DF2-3069-A926-20ABF03832B3> /usr/lib/libstdc++.6.dylib
0x7fff70970000 - 0x7fff709a0ffb libtidy.A.dylib (16.6) <50ACD74E-5756-3F3D-A1FF-47CC981B29CA> /usr/lib/libtidy.A.dylib
0x7fff709ba000 - 0x7fff70a19ffb libusrtcp.dylib (1229.250.15) <36BBD474-FAE5-366F-946D-16C5C4B4A792> /usr/lib/libusrtcp.dylib
0x7fff70a1a000 - 0x7fff70a1dff7 libutil.dylib (51.200.4) <CE9B18C9-66ED-32D4-9D29-01F8FCB467B0> /usr/lib/libutil.dylib
0x7fff70a1e000 - 0x7fff70a2bfff libxar.1.dylib (417.1) <39CCF46B-C81A-34B1-92A1-58C4E5DA846E> /usr/lib/libxar.1.dylib
0x7fff70a30000 - 0x7fff70b13fff libxml2.2.dylib (32.20) <3C0B6DA4-821C-3A1B-BB96-80DCC0B0939D> /usr/lib/libxml2.2.dylib
0x7fff70b14000 - 0x7fff70b3cff3 libxslt.1.dylib (16.7.3) <DD7A67EF-A9BE-3528-9E96-012206754664> /usr/lib/libxslt.1.dylib
0x7fff70b3d000 - 0x7fff70b4fff7 libz.1.dylib (70.200.4) <B048FC1F-058F-3A08-A1FE-81D5308CB3E6> /usr/lib/libz.1.dylib
0x7fff70b7d000 - 0x7fff70b7effb liblog_network.dylib (1229.250.15) <C9C042D5-C018-3FB6-AC50-F11F44F3D815> /usr/lib/log/liblog_network.dylib
0x7fff71333000 - 0x7fff71337ff3 libcache.dylib (81) <1987D1E1-DB11-3291-B12A-EBD55848E02D> /usr/lib/system/libcache.dylib
0x7fff71338000 - 0x7fff71342ff3 libcommonCrypto.dylib (60118.250.2) <1765BB6E-6784-3653-B16B-CB839721DC9A> /usr/lib/system/libcommonCrypto.dylib
0x7fff71343000 - 0x7fff7134aff7 libcompiler_rt.dylib (63.4) <5212BA7B-B7EA-37B4-AF6E-AC4F507EDFB8> /usr/lib/system/libcompiler_rt.dylib
0x7fff7134b000 - 0x7fff71354ff7 libcopyfile.dylib (146.250.1) <98CD00CD-9B91-3B5C-A9DB-842638050FA8> /usr/lib/system/libcopyfile.dylib
0x7fff71355000 - 0x7fff713dafff libcorecrypto.dylib (602.260.3) <9D9C206B-AB19-3257-95D7-59A993845640> /usr/lib/system/libcorecrypto.dylib
0x7fff71461000 - 0x7fff7149aff7 libdispatch.dylib (1008.270.1) <97273678-E94C-3C8C-89F6-2E2020F4B43B> /usr/lib/system/libdispatch.dylib
0x7fff7149b000 - 0x7fff714c7ff7 libdyld.dylib (655.1.1) <002418CC-AD11-3D10-865B-015591D24E6C> /usr/lib/system/libdyld.dylib
0x7fff714c8000 - 0x7fff714c8ffb libkeymgr.dylib (30) <0D0F9CA2-8D5A-3273-8723-59987B5827F2> /usr/lib/system/libkeymgr.dylib
0x7fff714c9000 - 0x7fff714d5ff3 libkxld.dylib (4903.278.70) <C1377D44-7B31-3AC0-ABF3-89F630B27B9C> /usr/lib/system/libkxld.dylib
0x7fff714d6000 - 0x7fff714d6ff7 liblaunch.dylib (1336.261.7) <688DAED5-8930-3271-BAEF-68AA48DF5EBB> /usr/lib/system/liblaunch.dylib
0x7fff714d7000 - 0x7fff714dcfff libmacho.dylib (927.0.3) <A377D608-77AB-3F6E-90F0-B4F251A5C12F> /usr/lib/system/libmacho.dylib
0x7fff714dd000 - 0x7fff714dfff7 libquarantine.dylib (86.270.1) <3F36A3D6-9606-3D90-B520-809BAEF981C3> /usr/lib/system/libquarantine.dylib
0x7fff714e0000 - 0x7fff714e1ff7 libremovefile.dylib (45.200.2) <9FBEB2FF-EEBE-31BC-BCFC-C71F8D0E99B6> /usr/lib/system/libremovefile.dylib
0x7fff714e2000 - 0x7fff714f9ff3 libsystem_asl.dylib (356.200.4) <A62A7249-38B8-33FA-9875-F1852590796C> /usr/lib/system/libsystem_asl.dylib
0x7fff714fa000 - 0x7fff714faff7 libsystem_blocks.dylib (73) <A453E8EE-860D-3CED-B5DC-BE54E9DB4348> /usr/lib/system/libsystem_blocks.dylib
0x7fff714fb000 - 0x7fff71582fff libsystem_c.dylib (1272.250.3) <6016EDA1-440B-34D7-A232-686CD7FBEE90> /usr/lib/system/libsystem_c.dylib
0x7fff71583000 - 0x7fff71586ffb libsystem_configuration.dylib (963.270.4) <22D75BE2-9672-337A-9BA5-878D69DAB93D> /usr/lib/system/libsystem_configuration.dylib
0x7fff71587000 - 0x7fff7158aff7 libsystem_coreservices.dylib (66.1) <B1505C8F-F2CA-3976-91B4-2F6EDAD49BFB> /usr/lib/system/libsystem_coreservices.dylib
0x7fff7158b000 - 0x7fff71591fff libsystem_darwin.dylib (1272.250.3) <DE5A4C05-2E2A-3221-B7C5-5EC0407F862E> /usr/lib/system/libsystem_darwin.dylib
0x7fff71592000 - 0x7fff71598ffb libsystem_dnssd.dylib (878.270.3) <D5352ABD-0311-3327-8E64-93F29EB19BF1> /usr/lib/system/libsystem_dnssd.dylib
0x7fff71599000 - 0x7fff715e4ffb libsystem_info.dylib (517.200.9) <D09D5AE0-2FDC-3A6D-93EC-729F931B1457> /usr/lib/system/libsystem_info.dylib
0x7fff715e5000 - 0x7fff7160dff7 libsystem_kernel.dylib (4903.278.70) <35EE704F-F9B6-3531-B312-E45CFA2A8743> /usr/lib/system/libsystem_kernel.dylib
0x7fff7160e000 - 0x7fff71659ff7 libsystem_m.dylib (3158.200.7) <F19B6DB7-014F-3820-831F-389CCDA06EF6> /usr/lib/system/libsystem_m.dylib
0x7fff7165a000 - 0x7fff71684fff libsystem_malloc.dylib (166.270.1) <011F3AD0-8E6A-3A89-AE64-6E5F6840F30A> /usr/lib/system/libsystem_malloc.dylib
0x7fff71685000 - 0x7fff7168fff7 libsystem_networkextension.dylib (767.250.2) <FF06F13A-AEFE-3A27-A073-910EF78AEA36> /usr/lib/system/libsystem_networkextension.dylib
0x7fff71690000 - 0x7fff71697fff libsystem_notify.dylib (172.200.21) <145B5CFC-CF73-33CE-BD3D-E8DDE268FFDE> /usr/lib/system/libsystem_notify.dylib
0x7fff71698000 - 0x7fff716a1fef libsystem_platform.dylib (177.270.1) <9D1FE5E4-EB7D-3B3F-A8D1-A96D9CF1348C> /usr/lib/system/libsystem_platform.dylib
0x7fff716a2000 - 0x7fff716acff7 libsystem_pthread.dylib (330.250.2) <2D5C08FF-484F-3D59-9132-CE1DCB3F76D7> /usr/lib/system/libsystem_pthread.dylib
0x7fff716ad000 - 0x7fff716b0ff7 libsystem_sandbox.dylib (851.270.6) <390BE353-BC0C-3E4C-9167-0D973F0DD822> /usr/lib/system/libsystem_sandbox.dylib
0x7fff716b1000 - 0x7fff716b3ff3 libsystem_secinit.dylib (30.260.2) <EF1EA47B-7B22-35E8-BD9B-F7003DCB96AE> /usr/lib/system/libsystem_secinit.dylib
0x7fff716b4000 - 0x7fff716bbff3 libsystem_symptoms.dylib (820.267.2) <0DA60956-0403-3456-9D6A-11F2DB9E3819> /usr/lib/system/libsystem_symptoms.dylib
0x7fff716bc000 - 0x7fff716d1ff7 libsystem_trace.dylib (906.260.3) <5B6FAE61-EF5C-381F-B71B-9B6F6428FEE2> /usr/lib/system/libsystem_trace.dylib
0x7fff716d3000 - 0x7fff716d8ffb libunwind.dylib (35.4) <24A97A67-F017-3CFC-B0D0-6BD0224B1336> /usr/lib/system/libunwind.dylib
0x7fff716d9000 - 0x7fff71708fff libxpc.dylib (1336.261.7) <404F0E1A-30BC-3CFB-98D3-4A2167CC2AB8> /usr/lib/system/libxpc.dylib
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: 680
thread_create: 0
thread_set_state: 0
VM Region Summary:
ReadOnly portion of Libraries: Total=639.4M resident=0K(0%) swapped_out_or_unallocated=639.4M(100%)
Writable regions: Total=1.4G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=1.4G(100%)
VIRTUAL REGION
REGION TYPE SIZE COUNT (non-coalesced)
=========== ======= =======
Accelerate framework 896K 6
Activity Tracing 256K 1
CG backing stores 12.9M 13
CG image 1452K 34
CoreAnimation 9296K 74
CoreGraphics 8K 1
CoreImage 56K 13
CoreUI image data 1324K 29
CoreUI image file 352K 5
Foundation 32K 2
Image IO 80K 13
Kernel Alloc Once 8K 1
MALLOC 958.2M 288
MALLOC guard page 48K 12
MALLOC_LARGE (reserved) 61.3M 43 reserved VM address space (unallocated)
MALLOC_NANO (reserved) 384.0M 1 reserved VM address space (unallocated)
Memory Tag 242 12K 1
Memory Tag 251 12K 1
OpenGL GLSL 256K 3
SQLite page cache 64K 1
STACK GUARD 56.2M 60
Stack 38.0M 60
VM_ALLOCATE 2440K 132
VM_ALLOCATE (reserved) 200K 1 reserved VM address space (unallocated)
__DATA 51.9M 450
__FONT_DATA 4K 1
__GLSLBUILTINS 5176K 1
__LINKEDIT 244.2M 59
__MFRT 4K 1
__POVERDDATA 4K 1
__POVERTEXT 4K 1
__TEXT 395.3M 420
__UNICODE 564K 1
libnetwork 128K 2
mapped file 89.2M 40
shared memory 696K 13
=========== ======= =======
TOTAL 2.3G 1785
TOTAL, minus reserved VM space 1.8G 1785
Last edited by ktm; 02-13-2023 at 02:32 PM.
Reason: oops
|
|
|
02-12-2023, 12:11 PM
|
#1185
|
Human being with feelings
Join Date: Feb 2021
Posts: 2,091
|
Maybe use a pastebin such as https://privatebin.net/ in future?!
|
|
|
02-12-2023, 01:35 PM
|
#1186
|
Human being with feelings
Join Date: Dec 2012
Posts: 13,322
|
Quote:
Originally Posted by chmaha
|
It would be enough to just use [CODE] tags
|
|
|
02-16-2023, 02:54 AM
|
#1187
|
Human being with feelings
Join Date: Feb 2021
Posts: 2,091
|
I just noticed that on https://reapack.com/repos my repo is showing as only have 4 effects and 2 scripts but those 4 "effects" which are metapackages house over 40 effects. I remember having a similar discussion about the ReaClassical script metapackage which houses 27 individual scripts and a template.
If it were you, @cfillion, what would be your preferred way of presenting all these? Individual + metapackages, just individual, just metapackages?
|
|
|
02-16-2023, 11:30 AM
|
#1188
|
Human being with feelings
Join Date: Jun 2013
Location: Krefeld, Germany
Posts: 14,172
|
Supposedly you face the same issue as with Tukan's contributions (his single package features more than 100 plugins).
This has been discussed here recently.
You do need to provide a "package" for each single plugin / script to allow users to find it. (Each plugin also needs a very "speaking" Name / "desc:" description to be findable. Moreover an individual ReaPack compatible (Markdown) documentation is essential to make it usable. )
A problem of ReaPacks is that it does not provide package dependency. Hence you can't provide a central common package with the support files all individual plugins/packages might need.
-Michael
|
|
|
02-16-2023, 03:31 PM
|
#1189
|
Human being with feelings
Join Date: Feb 2021
Posts: 2,091
|
Quote:
Originally Posted by mschnell
Supposedly you face the same issue as with Tukan's contributions (his single package features more than 100 plugins).
This has been discussed here recently.
You do need to provide a "package" for each single plugin / script to allow users to find it. (Each plugin also needs a very "speaking" Name / "desc:" description to be findable. Moreover an individual ReaPack compatible (Markdown) documentation is essential to make it usable. )
A problem of ReaPacks is that it does not provide package dependency. Hence you can't provide a central common package with the support files all individual plugins/packages might need.
-Michael
|
Thanks. The issue of package dependency doesn't seem relevant to my particular situation. As I'm said previously, I'm personally less concerned with naming conventions given I always tell people to search "ReaClassical" or "chmaha" for all the scripts/plugins. But, I will definitely consider adding some keywords to the name if I split them out into individual plugins again. I suppose my primary concern was one of optics, looking like I only have 4 effects to my name  Vanity of vanities  However, the massive plus is that the ReaPack listings look a lot cleaner.
|
|
|
02-17-2023, 01:59 AM
|
#1190
|
Human being with feelings
Join Date: Jun 2013
Location: Krefeld, Germany
Posts: 14,172
|
Quote:
Originally Posted by chmaha
I always tell people to search "ReaClassical" or "chmaha" for all the scripts/plugins.
|
That is very unfair with those who search for the functionality your contributions provide, but don't even know you.
The Great Plus of ReaPack's is that it allows to support those.
Thanks for your work !
-Michael
|
|
|
02-17-2023, 02:16 AM
|
#1191
|
Human being with feelings
Join Date: Feb 2021
Posts: 2,091
|
Quote:
Originally Posted by mschnell
That is very unfair with those who search for the functionality your contributions provide, but don't even know you.
|
I don't necessarily agree. Everything is documented well on the forums and PDF guide including names of plugins, what they do and how to use them. If they are searching for functionality on ReaPack they would have needed to import my repo which means they must have done some preliminary reading. It can't really be classed as "unfair" when I'm releasing these at no cost and through a user-installed repo independent of ReaTeams.
Quote:
Originally Posted by mschnell
The Great Plus of ReaPack's is that it allows to support those.
|
Worth pointing out again that the only thing ReaPack supports in that regard is searching by name of plugin. So, yes, I could rename one to "MagicFairyDust Saturator/Drive/Inflator" but it rather loses some of the charm  But, I'm definitely thinking about it. Glad you like my work.
I do hope @cfillion chimes in with his thoughts.
Last edited by chmaha; 02-17-2023 at 02:23 AM.
|
|
|
02-17-2023, 04:48 AM
|
#1192
|
Human being with feelings
Join Date: Jun 2013
Location: Krefeld, Germany
Posts: 14,172
|
See what he wrote some messages above (on the "Tukan" issue) in this thread.
I suggested allowing to provide searchable keywords with packages.
(by unfair I simply meant the difference between those searching in the forum and those relying on ReaPack).
-Michael
|
|
|
02-17-2023, 05:40 AM
|
#1193
|
Human being with feelings
Join Date: Feb 2021
Posts: 2,091
|
Quote:
Originally Posted by mschnell
See what he wrote some messages above (on the "Tukan" issue) in this thread.
I suggested allowing to provide searchable keywords with packages.
(by unfair I simply meant the difference between those searching in the forum and those relying on ReaPack).
-Michael
|
Thanks for that info. Yes, OK, it seems his recommendation is to individually package if they can be used separately. It's a pain (need to remove the noindex lines and add version numbers back) but I could do it at some point on a rainy day.
|
|
|
02-17-2023, 02:47 PM
|
#1194
|
Human being with feelings
Join Date: May 2015
Location: Québec, Canada
Posts: 4,683
|
Quote:
Originally Posted by chmaha
Thanks for that info. Yes, OK, it seems his recommendation is to individually package if they can be used separately.
|
In general, yes. Although it depends on how the individual resources are meant to be consumed.
Reasons to package individually: - Users can install/update/downgrade/uninstall what they want
- They can discover them through the package list (assuming descriptive names)
- Documentation, changelog, versioning etc specific to the one resource being packaged
- (Technically a bigger count on the website as you've first asked, though quality > quantity.
)
Reasons to package together: - Packages should be self-contained and install unique copies of all their dependencies. For example, a script which needs a JSFX for its core feature should install that dependency along with itself.
- If the individual resources are part of a bigger "thing" that need to all be updated at the same time.
|
|
|
02-18-2023, 01:07 AM
|
#1195
|
Human being with feelings
Join Date: Jun 2013
Location: Krefeld, Germany
Posts: 14,172
|
I do see the cons regarding automatic package dependency.
But the package provider might happily introduce manual dependency, and AFAIK, this is done with several contributions.
Just do an additional "support" package, and mention same in the documentation of the individual main packages. If the plugins can't be loaded the user simply is forced to install the support package as well.
Hopefully Tukan will do just that.
-Michael
|
|
|
04-04-2023, 05:28 AM
|
#1196
|
Human being with feelings
Join Date: Jan 2019
Location: Taiwan
Posts: 430
|
Hi, I submitted a merge request four days ago and it hasn't been passed yet. Don't mean to be pushing, I just wish to check if it's been forgotten or if there's some sort of mix-up since it's usually taken care of pretty quickly. Thanks!
|
|
|
04-04-2023, 07:38 AM
|
#1197
|
Human being with feelings
Join Date: May 2015
Location: Québec, Canada
Posts: 4,683
|
Missed it, merged now!
|
|
|
04-04-2023, 07:40 AM
|
#1198
|
Human being with feelings
Join Date: Jan 2019
Location: Taiwan
Posts: 430
|
Quote:
Originally Posted by cfillion
Missed it, merged now!
|
Thank you as always Cfillion!!
|
|
|
04-11-2023, 04:38 AM
|
#1199
|
Human being with feelings
Join Date: Feb 2021
Posts: 2,091
|
Could I get some help with this error message when running reapack-index, pretty please?: https://bpa.st/raw/JFSU4. It was all working fine yesterday  Maybe an Arch update of pandoc-cli or all the haskell stuff broke things.
EDIT: Fixed. I was right. Seems like community/haskell-hslua-classes just received an update and now everything is working again. Phew! Leaving this here just in case someone else comes across this issue...
Last edited by chmaha; 04-11-2023 at 09:48 AM.
|
|
|
05-24-2023, 11:25 AM
|
#1200
|
Human being with feelings
Join Date: Apr 2014
Posts: 397
|
Hello all,
I finally decided to create my own repository to share some of my scripts with everyone 🙂
After reading everything I could on the web, I still have a few questions.
It would be super neat if you could guide me a bit in this journey :-)
So first of all, I'm not sure what is the best way of organizing things…
- Do I need to create a repo for reascripts and another for jsfx?
- Do you create a specific folder in REAPER/Scripts for your repo and keep another folder for your personal or unreleased scripts? Can I have everything in the same folder and use .Gitignore to hide scripts from Git?
Then about the repository itself and ReaPack index…
- Is this template still good to use and how exactly work the "automated reapack-index running from GitHub Actions"? Is it a way to avoid having to manually run the reapack-index software to update the xml file? https://github.com/cfillion/reapack-repository-template
- In this article from X-Raym, PHP file is mentioned as a way to add security and control over what is shared online. Could you please elaborate a bit on this?
Using MacOS.
I am thrilled to soon become a modest part of the amazing scripters community in Reaper…
Thank you very much for your help!
|
|
|
Thread Tools |
|
Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -7. The time now is 04:04 PM.
|