Jump to content

[Guide] Dell XPS 15 L502X (Early 2011) Snow Leopard Install (possibly L702x too)


wen1
 Share

3,030 posts in this topic

Recommended Posts

@iMac, i can't replicate the WiFi bug. Here is the debug enabled version of the kext VoodooPS2Keyboard.kext.zip (replace it in the plugins folder inside the main kext). Post the console output when deactivating/activating the wifi.

 

Btw, Monitor out didn't work the last time i tried it. When i was experimenting with the Nvidia gpu, it caused KPs.

Edited by DoiX
Link to comment
Share on other sites

Here it is: https://www.dropbox....roller.kext.zip

 

Remember, if changed - set Mission Control back to F9 / Show Desktop to F11

 

Working:

3 Finger - Swipe Gestures up/down left/right

Most FN-Keys incl. trackpad lock

 

Not working:

After disabling WiFi (FN+F2) , can't be activated again!

 

Not tested:

MonitorOut FN+F1

 

 

Thanks DoiX,

and RehabMan for Source https://github.com/RehabMan

 

I can confirm that swipe up now works too. Thanks

 

I have that wifi bug too. The only way to bring it back is to boot into windows like you said. It's always happened on my laptop even when i wasn't using the voodooPS2keyboard kext

 

And Fn+F1 does nothing on my system.

Link to comment
Share on other sites

@ DoiX

I've tested the VoodooPS2Controller.kext based on your's again. I noticed drag&moving windows wasn't working for me. (Drag&Drop Icons are ok)

With RehabMan's previously it worked for windows, too.

 

Compared those two and found differences in trackpad.kext

and set them to RehabMan's settings:

<key>FingerZ</key>
<integer>40</integer>
<key>ImmediateClick</key>
<false/>

 

Now Drag&Move works fine for me again.

 

Updated Kext w/ Drag/Move Fix: https://www.dropbox....roller.kext.zip

 

 

Trying to debug tomorrow

Link to comment
Share on other sites

last version i pulled from git was .7.8 (beta 7.9 actually) and I still use is as it satisfies all my needs .. maybe the hotkeys from what used to be a plists have been merged as defaults into the kext.. oh well, there's practically nothing more for us in later versions.

 

here are some new kext I'm using if you are interested: https://dl.dropbox.c...73233/kexts.zip

1. IOWMIFamily by me, which doesn't require any DSDT modifications, picks up only Brightness controls hotkeys

2. VoodooPS2Conroller by RehabMan:

- supports kinetic scrolling

- two finger tap for middle click (opening links in new tabs in browser)

- three finger tap for right lick

- ignore accidental trackpad input

- disable touchpad from Fn+F3

- 3 finger up = show desktop (map to F6 in keyboard settings)

- 3 finger down = expose (map to F3)

- 3 finger left/right = backwards and forward navigation in browsers (emulates command+[ and cmd+] press)

- if you use daemon from Rehabman the option to disable touchpad when external mouse is connected in accessibility options is working flawlessly.

3. AppleSmartbattery by RehabMan, which I prefer over ACPI battery because it allows original apps like coconutbattery to work.

- fixed a bug when if no battery connected it would show battery as power source

- cycle estimation from last charge capacity and original capacity formula, dell keeps it's counter to DELLDIAG .. no access to it from ACPI

 

Here's an EXTRA for you ...

This is a nifty widget some might now, I have modified the source to allow it to work with AcpiSensors ... and its hardcoded to monitor AppleSmartbattery

https://dl.dropbox.c...g/iStat Pro.zip

And here's FakeSMC you need to be using in conjunction with this widget: https://dl.dropbox.c...akeSMC.kext.zip

 

This is what you have to have in your DSDT right before Device (EC: http://pastie.org/6145286

(I hate code box here ...)

 

Cheers!

@ DoiX

I've tested the VoodooPS2Controller.kext based on your's again. I noticed drag&moving windows wasn't working for me. (Drag&Drop Icons are ok)

With RehabMan's previously it worked for windows, too.

 

Compared those two and found differences in trackpad.kext

and set them to RehabMan's settings:

<key>FingerZ</key>
<integer>40</integer>
<key>ImmediateClick</key>
<false/>

 

Now Drag&Move works fine for me again.

 

Updated Kext w/ Drag/Move Fix: https://www.dropbox....roller.kext.zip

 

 

Trying to debug tomorrow

 

Hi,

 

was out of here for a long time due to little time doing all the stuff required to get the system up and working.

So i am still stuck on 10.7.2. .... is there any way those kexts might work with 10.7.2?

 

Thanks!

 

Edit: Saw this

 

How to Install:

 

It is important that you follow these instructions as it is not a good idea to have two different ApplePS2Controller.kexts under different names:

  • remove /S/L/E/AppleACPIPS2Nub.kext (note: this is only for version 1.7.4 or greater)
    sudo rm -rf /System/Library/Extensions/AppleACPIPS2Nub.kext
  • remove /S/L/E/ApplePS2Controller.kext
    sudo rm -rf /System/Library/Extensions/ApplePS2Controller.kext
  • install VoodooPS2Controller.kext using your favorite Kext installer (Kext Wizard) (note: for versions prior to 1.7.4, you must install AppleACPIPS2Nub.kext as well)
  • starting with version 1.7.8, install the VoodooPS2Daemon
    sudo cp org.rehabman.voodoo.driver.Daemon.plist /Library/LaunchDaemons
    sudo cp VoodooPS2Daemon /usr/bin
  • optional: rebuild permissions and kernel cache
  • reboot

 

Tried to open the source at github but it tells me tree took too long to generate. So this means it should work on 10.7.2 if i am not mistaken?

Where would i get the AppleACPIPS2Nub.kext to install since i am on 10.7.2?

I downloaded Timewalkers kexts.zip but unfortunately it was not in there.

Link to comment
Share on other sites

Target os in the project is 10.7, so it should work for you no problem.

 

Target os in the project is 10.7, so it should work for you no problem.

 

Thanks for your quick reply!

Where would i get the relevant AppleACPIPS2Nub.kext or would i just use the old one in some way?

 

Edit: used the old , and it works. However i cannot get the swiping gesture of the desktops to work. Which key do i have to assign to changing desktop in order to make it work? cmd +[ and cmd + ] ? I cannot get that combination as i have to press alt + 5 to get a [ so i have in the assignment of the key in the end "cmd+als+5" .

Realized that the key assigned to swiping left and right are the same keys that let you jump from one word to the next word in any text (unlike cmd/ctrl left arrow / cmd/ctrl right arrow that let you jump to the beginning of the line).

Is there are way to assign different keys to the action swipe left/right?

Edited by maxey
Link to comment
Share on other sites

Hey guys,

 

Been looking into this thread since probably it's early days (but never really actively participated as I have not much to offer).. Off and on... I have nothing but a great deal of gratitude for all the collaboration done here and elsewhere by enthusiasts and developers. But mainly people in this thread have been tremendously nice, helpful and informative, DoiX, wen1, jkbuha, TimeWalker, ben et al. Thank you.

 

Now to the part that I haven't found any pointers for.

 

I am on L502x GT540M machine with iATKOS ML2 and DoiX's ML optimizations installed. While GFX glitches are there, they are not that common. But the GUI hangs a lot with system log showing messages like:

 

 

Feb 21 11:58:27 Macintosh kernel[0]: stampWait: Overflowed checking for stamp 0x97d25 on MAIN ring: called from

Feb 21 11:58:27 Macintosh kernel[0]: timestamp = 0x97d23

Feb 21 11:58:27 Macintosh kernel[0]: **** Debug info for *possible* hang in MAIN graphics engine ****

Feb 21 11:58:27 Macintosh kernel[0]: ring head = 0x5a00fa10, wrap count = 720

Feb 21 11:58:27 Macintosh kernel[0]: ring tail = 0x0000ff50

Feb 21 11:58:27 Macintosh kernel[0]: ring control = 0x0000f801 enabled, auto report disabled, waiting, semaphore not waiting, length = 0x010 4KB pages

Feb 21 11:58:27 Macintosh kernel[0]: timestamps = 0x97d23

Feb 21 11:58:27 Macintosh kernel[0]: Semaphore register values:

Feb 21 11:58:27 Macintosh kernel[0]: VRSYNC: (0x12044) = 0x97d23

Feb 21 11:58:27 Macintosh kernel[0]: BRSYNC: (0x22040) = 0x0

Feb 21 11:58:27 Macintosh kernel[0]: RVSYNC: (0x 2040) = 0x0

Feb 21 11:58:27 Macintosh kernel[0]: BVSYNC: (0x22044) = 0x0

Feb 21 11:58:27 Macintosh kernel[0]: RBSYNC: (0x 2044) = 0x1

Feb 21 11:58:27 Macintosh kernel[0]: VBSYNC: (0x12040) = 0x0

Feb 21 11:58:27 Macintosh kernel[0]: Looks like MAIN ring is stuck waiting on an event

Feb 21 11:58:27 Macintosh kernel[0]: After attempt to clear wait condition = 0x0000f001 no longer waiting

 

I have scanned around on the internet quite a bit but there seems to be no clear answer/explanation of the phenomenon. Apparently some Macs also experienced similar errors when upgraded to 10.8.0 and some hackintoshes solved this problem by Switchresx custom resolutions with higher display clock speeds (a result that I have not really been able to replicate)...

Link to comment
Share on other sites

Realized that the key assigned to swiping left and right are the same keys that let you jump from one word to the next word in any text (unlike cmd/ctrl left arrow / cmd/ctrl right arrow that let you jump to the beginning of the line).

Is there are way to assign different keys to the action swipe left/right?

 

 

Check /VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Keyboard.kext/Contents/Info.plist

 

on section you can edit:

 

<key>ActionSwipeDown</key>
<string>67 d, 67 u</string>
<key>ActionSwipeLeft</key>
<string>37 d, 7b d, 7b u, 37 u</string>
<key>ActionSwipeRight</key>
<string>37 d, 7c d, 7c u, 37 u</string>
<key>ActionSwipeUp</key>
<string>65 d, 65 u</string>

 

which are simple makros pressing buttons by their key codes.

In this case perfoperforming a SwipeLeft will set key

37 and 7b to state "d" (down, pressed) and "u" (up) again.

 

To find out, which key a button belongs to I used http://manytricks.com/keycodes/

For example Pressing the Spacebar in Key Codes, telling me the Code: 0x31

 

So the string for using the spacebar would be

<string>31 d, 31 u</string>

 

I guess there are different ways getting the right KeyCodes, but I did it this way :)

 

 

@Doix I didn't spend much time on debugging.

I thought I could find something in Kernel.log but theres nothing related to WiFi.

How can I simple debug kexts or get some kind of log?

  • Like 1
Link to comment
Share on other sites

Check /VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Keyboard.kext/Contents/Info.plist

 

on section you can edit:

 

<key>ActionSwipeDown</key>
<string>67 d, 67 u</string>
<key>ActionSwipeLeft</key>
<string>37 d, 7b d, 7b u, 37 u</string>
<key>ActionSwipeRight</key>
<string>37 d, 7c d, 7c u, 37 u</string>
<key>ActionSwipeUp</key>
<string>65 d, 65 u</string>

 

which are simple makros pressing buttons by their key codes.

In this case perfoperforming a SwipeLeft will set key

37 and 7b to state "d" (down, pressed) and "u" (up) again.

 

To find out, which key a button belongs to I used http://manytricks.com/keycodes/

For example Pressing the Spacebar in Key Codes, telling me the Code: 0x31

 

So the string for using the spacebar would be

<string>31 d, 31 u</string>

 

I guess there are different ways getting the right KeyCodes, but I did it this way :)

 

 

@Doix I didn't spend much time on debugging.

I thought I could find something in Kernel.log but theres nothing related to WiFi.

How can I simple debug kexts or get some kind of log?

 

Thank you very much! Being not too experienced in editing a kext , how would i open

/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Keyboard.kext/Contents/Info.plist ?(Found a way to open it) I downloaded your VoodooPS2Controller.kext . I would open it some way, then edit it, then install the edited VoodooPS2Controller.kext with kextWizard, right?

Well i edited the info.plist and used the app to track down the keycodes, however pressing the windows button/ the ^-key doesnt give me a keycode. i try 91, is that right? turns out to be wrong. So which keycode is the left windows key or the ^-key respectively? Damn :D

 

 

http://boredzo.org/b...rtual-key-codes

 

i found this table

but i have the feeling they are not right, i mean for left /right arrow they have something like 123/124 so nothing like the 7b/7c which was used in the info.plist

 

 

 

and i also found this table

 

https://developer.mo...M/KeyboardEvent

 

123/124 corresponds to 7b/7c so and the 58 from the layout of the earlier table corresponds to the 3A.

Edited by maxey
Link to comment
Share on other sites

@maxey

 

Yes, it seems that the keycodes are not exactly the same even on same models. I guess it depends on components used for the keyboardcontroller which must not always are the same. Also there are different h/w revisions depending on manufacturing date.

 

A few posts earlier we figured out that Doix Layout differs from mine in some ways.

Thats why I posted how to edit yourself :)

 

So you managed to open/edit/install the kext - grats.

I'm checking my key codes for Alt/Cmd right now. For both I'm getting 0xffff - which is weird.

 

Anyway, which laptop you are using?

Link to comment
Share on other sites

Hey, i am using the DELL XPS15, but i figured out the keycodes.If I look up the key I need in the original "old" layout, for example arrow left being 123, and then checking in the second link i provided for the "123" , then i get to this line

DOM_VK_F12 0x7B (123) F12 key.

 

Putting aside the information about the F12 key , the 7B is right for me. Using it in Timewalkers kext gets me the left arrow up/down event.

So , for me at least, checking this way for the keycodes, works out.

 

Only thing that is weird, somehow the key making that symbol "^ and °" (which used to be above my tabulator-key) switched its functions with the key making that symbol "< and >" . (which used to be right of my shift-key)

Link to comment
Share on other sites

Only thing that is weird, somehow the key making that symbol "^ and °" (which used to be above my tabulator-key) switched its functions with the key making that symbol "< and >" . (which used to be right of my shift-key)

 

same here

Link to comment
Share on other sites

  • 2 weeks later...

I have a dell L702x with ML 10.8.2 installed and I am having a issue with just facetime.

My Specs are

CPU I7 2760Qm

GPU 555 GT W/Tuner

Ram 16Gb G SKill

17in 3d Monitor

2hdd (1ssd 256gb) (1 750gb hdd)

A.19 Bios

 

Everytime I try to call someone with Facetime I get the error listed below. I have tried the chimera fix and it has not worked for facetime.

 

Any help would be greatly appreciated

 

 

Process: FaceTime [375]

Path: /Applications/FaceTime.app/Contents/MacOS/FaceTime

Identifier: com.apple.FaceTime

Version: 2.0 (1080)

Build Info: FaceTime-1110000000000000~1

Code Type: X86-64 (Native)

Parent Process: launchd [139]

User ID: 501

 

PlugIn Path: cl_kernels

PlugIn Identifier: cl_kernels

PlugIn Version: ??? (???)

 

Date/Time: 2013-03-08 20:52:20.314 -0600

OS Version: Mac OS X 10.8.2 (12C54)

Report Version: 10

 

Interval Since Last Report: 6984 sec

Crashes Since Last Report: 10

Per-App Interval Since Last Report: 356 sec

Per-App Crashes Since Last Report: 10

Anonymous UUID: 7AEF9DAB-3DC8-1674-DA5E-15587011E951

 

Crashed Thread: 4 Dispatch queue: com.apple.root.low-overcommit-priority

 

Exception Type: EXC_BAD_ACCESS (SIGSEGV)

Exception Codes: KERN_INVALID_ADDRESS at 0x0000001011467f10

 

VM Regions Near 0x1011467f10:

CG backing stores 00000001c2436000-00000001c2679000 [ 2316K] rw-/rw- SM=SHM

-->

MALLOC_TINY 00007f90b0c00000-00007f90b0d00000 [ 1024K] rw-/rwx SM=COW

 

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

0 libsystem_kernel.dylib 0x00007fff81aee686 mach_msg_trap + 10

1 libsystem_kernel.dylib 0x00007fff81aedc42 mach_msg + 70

2 com.apple.CoreFoundation 0x00007fff875ea803 __CFRunLoopServiceMachPort + 195

3 com.apple.CoreFoundation 0x00007fff875efee6 __CFRunLoopRun + 1078

4 com.apple.CoreFoundation 0x00007fff875ef6b2 CFRunLoopRunSpecific + 290

5 com.apple.HIToolbox 0x00007fff8156e0a4 RunCurrentEventLoopInMode + 209

6 com.apple.HIToolbox 0x00007fff8156de42 ReceiveNextEventCommon + 356

7 com.apple.HIToolbox 0x00007fff8156dcd3 BlockUntilNextEventMatchingListInMode + 62

8 com.apple.AppKit 0x00007fff86aa1613 _DPSNextEvent + 685

9 com.apple.AppKit 0x00007fff86aa0ed2 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128

10 com.apple.AppKit 0x00007fff86a98283 -[NSApplication run] + 517

11 com.apple.AppKit 0x00007fff86a3ccb6 NSApplicationMain + 869

12 libdyld.dylib 0x00007fff852337e1 start + 1

 

Thread 1:: Dispatch queue: com.apple.gamekitservices.GKNATObserver.0x7f90b2d04880.natCheckQueue

0 libsystem_kernel.dylib 0x00007fff81aee6c2 semaphore_wait_trap + 10

1 libdispatch.dylib 0x00007fff8543b83b _dispatch_group_wait_slow + 154

2 com.apple.AVConference 0x000000010dacc92e __46-[GKNATObserverInternal tryNATCheckWithDelay:]_block_invoke_0 + 2365

3 libdispatch.dylib 0x00007fff85439f01 _dispatch_call_block_and_release + 15

4 libdispatch.dylib 0x00007fff854360b6 _dispatch_client_callout + 8

5 libdispatch.dylib 0x00007fff8543747f _dispatch_queue_drain + 235

6 libdispatch.dylib 0x00007fff854372f1 _dispatch_queue_invoke + 52

7 libdispatch.dylib 0x00007fff854371c3 _dispatch_worker_thread2 + 249

8 libsystem_c.dylib 0x00007fff86895cab _pthread_wqthread + 404

9 libsystem_c.dylib 0x00007fff86880171 start_wqthread + 13

 

Thread 2:: Dispatch queue: com.apple.libdispatch-manager

0 libsystem_kernel.dylib 0x00007fff81af0d16 kevent + 10

1 libdispatch.dylib 0x00007fff85438dea _dispatch_mgr_invoke + 883

2 libdispatch.dylib 0x00007fff854389ee _dispatch_mgr_thread + 54

 

Thread 3:: Dispatch queue: com.apple.root.high-priority

0 libsystem_kernel.dylib 0x00007fff81af0322 __select + 10

1 com.apple.AVConference 0x000000010dac8b17 CommTest + 1375

2 com.apple.AVConference 0x000000010dac9240 CommNAT_Test + 593

3 com.apple.AVConference 0x000000010daca5cb -[GKNATObserverInternal callCommNATTestFromIPPort:] + 985

4 com.apple.AVConference 0x000000010dacb8f4 -[GKNATObserverInternal NATCheckWithIPPort:useCache:] + 1064

5 libdispatch.dylib 0x00007fff85439f01 _dispatch_call_block_and_release + 15

6 libdispatch.dylib 0x00007fff854360b6 _dispatch_client_callout + 8

7 libdispatch.dylib 0x00007fff854371fa _dispatch_worker_thread2 + 304

8 libsystem_c.dylib 0x00007fff86895cab _pthread_wqthread + 404

9 libsystem_c.dylib 0x00007fff86880171 start_wqthread + 13

 

Thread 4 Crashed:: Dispatch queue: com.apple.root.low-overcommit-priority

0 unorm8_bgra.dylib 0x00000001107f5bad 0x1107b2000 + 277421

1 unorm8_bgra.dylib 0x0000000110805c51 0x1107b2000 + 343121

2 cl_kernels 0x0000000110791eeb passThroughKernel_wrapper + 795

3 libcldcpuengine.dylib 0x00000001102d7170 0x1102d3000 + 16752

4 libdispatch.dylib 0x00007fff8543af8c _dispatch_client_callout2 + 8

5 libdispatch.dylib 0x00007fff8543aefd _dispatch_apply2 + 78

6 libdispatch.dylib 0x00007fff8543ae30 dispatch_apply_f + 440

7 libcldcpuengine.dylib 0x00000001102d77ab 0x1102d3000 + 18347

8 libdispatch.dylib 0x00007fff854360b6 _dispatch_client_callout + 8

9 libdispatch.dylib 0x00007fff8543747f _dispatch_queue_drain + 235

10 libdispatch.dylib 0x00007fff854372f1 _dispatch_queue_invoke + 52

11 libdispatch.dylib 0x00007fff854371c3 _dispatch_worker_thread2 + 249

12 libsystem_c.dylib 0x00007fff86895cab _pthread_wqthread + 404

13 libsystem_c.dylib 0x00007fff86880171 start_wqthread + 13

 

Thread 5:

0 libsystem_kernel.dylib 0x00007fff81aee686 mach_msg_trap + 10

1 libsystem_kernel.dylib 0x00007fff81aedc42 mach_msg + 70

2 com.apple.CoreFoundation 0x00007fff875ea803 __CFRunLoopServiceMachPort + 195

3 com.apple.CoreFoundation 0x00007fff875efee6 __CFRunLoopRun + 1078

4 com.apple.CoreFoundation 0x00007fff875ef6b2 CFRunLoopRunSpecific + 290

5 com.apple.CoreMediaIO 0x00007fff8adba6f8 CMIO::DAL::RunLoop::OwnThread(void*) + 146

6 com.apple.CoreMediaIO 0x00007fff8adb22de CAPThread::Entry(CAPThread*) + 156

7 libsystem_c.dylib 0x00007fff86893742 _pthread_start + 327

8 libsystem_c.dylib 0x00007fff86880181 thread_start + 13

 

Thread 6:: com.apple.coremedia.imagequeue.coreanimation

0 libsystem_kernel.dylib 0x00007fff81af00fa __psynch_cvwait + 10

1 libsystem_c.dylib 0x00007fff86897fc3 _pthread_cond_wait + 927

2 com.apple.CoreMedia 0x00007fff89443fa5 FigSemaphoreWaitRelative + 190

3 com.apple.MediaToolbox 0x00007fff83a02294 0x7fff83908000 + 1024660

4 com.apple.CoreMedia 0x00007fff894444c9 figThreadMain + 382

5 libsystem_c.dylib 0x00007fff86893742 _pthread_start + 327

6 libsystem_c.dylib 0x00007fff86880181 thread_start + 13

 

Thread 7:: com.apple.coremedia.imagequeue.coreanimation

0 libsystem_kernel.dylib 0x00007fff81af00fa __psynch_cvwait + 10

1 libsystem_c.dylib 0x00007fff86897fc3 _pthread_cond_wait + 927

2 com.apple.CoreMedia 0x00007fff89443fa5 FigSemaphoreWaitRelative + 190

3 com.apple.MediaToolbox 0x00007fff83a02294 0x7fff83908000 + 1024660

4 com.apple.CoreMedia 0x00007fff894444c9 figThreadMain + 382

5 libsystem_c.dylib 0x00007fff86893742 _pthread_start + 327

6 libsystem_c.dylib 0x00007fff86880181 thread_start + 13

 

Thread 8:: Dispatch queue: com.apple.root.low-overcommit-priority

0 unorm8_bgra.dylib 0x00000001107f5bad 0x1107b2000 + 277421

1 unorm8_bgra.dylib 0x0000000110805c51 0x1107b2000 + 343121

2 cl_kernels 0x0000000110791eeb passThroughKernel_wrapper + 795

3 libcldcpuengine.dylib 0x00000001102d7170 0x1102d3000 + 16752

4 libdispatch.dylib 0x00007fff8543af8c _dispatch_client_callout2 + 8

5 libdispatch.dylib 0x00007fff8543aefd _dispatch_apply2 + 78

6 libdispatch.dylib 0x00007fff854360b6 _dispatch_client_callout + 8

7 libdispatch.dylib 0x00007fff854371fa _dispatch_worker_thread2 + 304

8 libsystem_c.dylib 0x00007fff86895cab _pthread_wqthread + 404

9 libsystem_c.dylib 0x00007fff86880171 start_wqthread + 13

 

Thread 9:: Dispatch queue: com.apple.root.low-overcommit-priority

0 unorm8_bgra.dylib 0x00000001107f5bad 0x1107b2000 + 277421

1 unorm8_bgra.dylib 0x0000000110805c51 0x1107b2000 + 343121

2 cl_kernels 0x0000000110791eeb passThroughKernel_wrapper + 795

3 libcldcpuengine.dylib 0x00000001102d7170 0x1102d3000 + 16752

4 libdispatch.dylib 0x00007fff8543af8c _dispatch_client_callout2 + 8

5 libdispatch.dylib 0x00007fff8543aefd _dispatch_apply2 + 78

6 libdispatch.dylib 0x00007fff854360b6 _dispatch_client_callout + 8

7 libdispatch.dylib 0x00007fff854371fa _dispatch_worker_thread2 + 304

8 libsystem_c.dylib 0x00007fff86895cab _pthread_wqthread + 404

9 libsystem_c.dylib 0x00007fff86880171 start_wqthread + 13

 

Thread 10:

0 libsystem_kernel.dylib 0x00007fff81af06d6 __workq_kernreturn + 10

1 libsystem_c.dylib 0x00007fff86895eec _pthread_workq_return + 25

2 libsystem_c.dylib 0x00007fff86895cb3 _pthread_wqthread + 412

3 libsystem_c.dylib 0x00007fff86880171 start_wqthread + 13

 

Thread 11:: Dispatch queue: com.apple.root.low-overcommit-priority

0 unorm8_bgra.dylib 0x00000001107f5bad 0x1107b2000 + 277421

1 unorm8_bgra.dylib 0x0000000110805c51 0x1107b2000 + 343121

2 cl_kernels 0x0000000110791eeb passThroughKernel_wrapper + 795

3 libcldcpuengine.dylib 0x00000001102d7170 0x1102d3000 + 16752

4 libdispatch.dylib 0x00007fff8543af8c _dispatch_client_callout2 + 8

5 libdispatch.dylib 0x00007fff8543aefd _dispatch_apply2 + 78

6 libdispatch.dylib 0x00007fff854360b6 _dispatch_client_callout + 8

7 libdispatch.dylib 0x00007fff854371fa _dispatch_worker_thread2 + 304

8 libsystem_c.dylib 0x00007fff86895cab _pthread_wqthread + 404

9 libsystem_c.dylib 0x00007fff86880171 start_wqthread + 13

 

Thread 12:: Dispatch queue: com.apple.root.low-overcommit-priority

0 unorm8_bgra.dylib 0x00000001107f5bad 0x1107b2000 + 277421

1 unorm8_bgra.dylib 0x0000000110805c51 0x1107b2000 + 343121

2 cl_kernels 0x0000000110791eeb passThroughKernel_wrapper + 795

3 libcldcpuengine.dylib 0x00000001102d7170 0x1102d3000 + 16752

4 libdispatch.dylib 0x00007fff8543af8c _dispatch_client_callout2 + 8

5 libdispatch.dylib 0x00007fff8543aefd _dispatch_apply2 + 78

6 libdispatch.dylib 0x00007fff854360b6 _dispatch_client_callout + 8

7 libdispatch.dylib 0x00007fff854371fa _dispatch_worker_thread2 + 304

8 libsystem_c.dylib 0x00007fff86895cab _pthread_wqthread + 404

9 libsystem_c.dylib 0x00007fff86880171 start_wqthread + 13

 

Thread 13:: Dispatch queue: com.apple.root.low-overcommit-priority

0 unorm8_bgra.dylib 0x00000001107f5bad 0x1107b2000 + 277421

1 unorm8_bgra.dylib 0x0000000110805c51 0x1107b2000 + 343121

2 cl_kernels 0x0000000110791eeb passThroughKernel_wrapper + 795

3 libcldcpuengine.dylib 0x00000001102d7170 0x1102d3000 + 16752

4 libdispatch.dylib 0x00007fff8543af8c _dispatch_client_callout2 + 8

5 libdispatch.dylib 0x00007fff8543aefd _dispatch_apply2 + 78

6 libdispatch.dylib 0x00007fff854360b6 _dispatch_client_callout + 8

7 libdispatch.dylib 0x00007fff854371fa _dispatch_worker_thread2 + 304

8 libsystem_c.dylib 0x00007fff86895cab _pthread_wqthread + 404

9 libsystem_c.dylib 0x00007fff86880171 start_wqthread + 13

 

Thread 14:: CVDisplayLink Dispatch queue: opencl_runtime

0 libsystem_kernel.dylib 0x00007fff81aee6c2 semaphore_wait_trap + 10

1 libdispatch.dylib 0x00007fff8543ac32 _dispatch_thread_semaphore_wait + 16

2 libdispatch.dylib 0x00007fff8543aa92 _dispatch_barrier_sync_f_slow + 188

3 libcldcpuengine.dylib 0x00000001102d6740 glrCompFinish + 27

4 com.apple.opencl 0x00007fff894b1863 0x7fff8948b000 + 157795

5 com.apple.opencl 0x00007fff894aac50 0x7fff8948b000 + 130128

6 libdispatch.dylib 0x00007fff854360b6 _dispatch_client_callout + 8

7 libdispatch.dylib 0x00007fff8543aaf1 _dispatch_barrier_sync_f_slow + 283

8 com.apple.opencl 0x00007fff894aad33 clFinish + 120

9 com.apple.CoreImage 0x00007fff8834875d -[FEOpenCLContext _quad:] + 3743

10 com.apple.CoreImage 0x00007fff88440bae -[FEContext(Drawing) quad:kernel:] + 107

11 com.apple.CoreImage 0x00007fff88382292 FEImageOrUnaryTreeNode::renderUnary1(FETreeContext*, FEShape const*, CGAffineTransform const*, FETreeTexture*) + 812

12 com.apple.CoreImage 0x00007fff883828bc FEImageOrUnaryTreeNode::render2(FETreeContext*, FEShape const*, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 1256

13 com.apple.CoreImage 0x00007fff88381717 FETreeNode::render_(FETreeContext*, FEShape const*, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 169

14 com.apple.CoreImage 0x00007fff88384e77 FECropTreeNode::render2(FETreeContext*, FEShape const*, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 219

15 com.apple.CoreImage 0x00007fff88381717 FETreeNode::render_(FETreeContext*, FEShape const*, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 169

16 com.apple.CoreImage 0x00007fff883818fe FETreeNode::renderTexture(void*, CGRect, FEFormat, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 46

17 com.apple.CoreImage 0x00007fff8837bf46 FETexture::retainTextureObject(FETextureCache*, FEContext*, unsigned int, void*, void (*)(void*, CGRect, FEFormat, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*), CGRect const*, bool, fe_texture_object_struct**) + 844

18 com.apple.CoreImage 0x00007fff8837c8b1 FETexture::newTexture(FEContext*, fe_texture_params_struct const*, void*, void (*)(void*, CGRect, FEFormat, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*), fe_texture_object_struct**) + 985

19 com.apple.CoreImage 0x00007fff88381d4a FETreeNode::createTexture(FETreeContext*, unsigned int, unsigned int, bool, bool, FETreeTexture*, unsigned int) + 1068

20 com.apple.CoreImage 0x00007fff88384377 FEApplyTreeNode::render2(FETreeContext*, FEShape const*, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 801

21 com.apple.CoreImage 0x00007fff88381717 FETreeNode::render_(FETreeContext*, FEShape const*, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 169

22 com.apple.CoreImage 0x00007fff883818fe FETreeNode::renderTexture(void*, CGRect, FEFormat, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 46

23 com.apple.CoreImage 0x00007fff8837bf46 FETexture::retainTextureObject(FETextureCache*, FEContext*, unsigned int, void*, void (*)(void*, CGRect, FEFormat, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*), CGRect const*, bool, fe_texture_object_struct**) + 844

24 com.apple.CoreImage 0x00007fff8837c8b1 FETexture::newTexture(FEContext*, fe_texture_params_struct const*, void*, void (*)(void*, CGRect, FEFormat, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*), fe_texture_object_struct**) + 985

25 com.apple.CoreImage 0x00007fff88381d4a FETreeNode::createTexture(FETreeContext*, unsigned int, unsigned int, bool, bool, FETreeTexture*, unsigned int) + 1068

26 com.apple.CoreImage 0x00007fff88384377 FEApplyTreeNode::render2(FETreeContext*, FEShape const*, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 801

27 com.apple.CoreImage 0x00007fff88381717 FETreeNode::render_(FETreeContext*, FEShape const*, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 169

28 com.apple.CoreImage 0x00007fff883818fe FETreeNode::renderTexture(void*, CGRect, FEFormat, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 46

29 com.apple.CoreImage 0x00007fff8837bf46 FETexture::retainTextureObject(FETextureCache*, FEContext*, unsigned int, void*, void (*)(void*, CGRect, FEFormat, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*), CGRect const*, bool, fe_texture_object_struct**) + 844

30 com.apple.CoreImage 0x00007fff8837c8b1 FETexture::newTexture(FEContext*, fe_texture_params_struct const*, void*, void (*)(void*, CGRect, FEFormat, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*), fe_texture_object_struct**) + 985

31 com.apple.CoreImage 0x00007fff88381d4a FETreeNode::createTexture(FETreeContext*, unsigned int, unsigned int, bool, bool, FETreeTexture*, unsigned int) + 1068

32 com.apple.CoreImage 0x00007fff88384377 FEApplyTreeNode::render2(FETreeContext*, FEShape const*, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 801

33 com.apple.CoreImage 0x00007fff88381717 FETreeNode::render_(FETreeContext*, FEShape const*, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 169

34 com.apple.CoreImage 0x00007fff883818fe FETreeNode::renderTexture(void*, CGRect, FEFormat, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 46

35 com.apple.CoreImage 0x00007fff8837bf46 FETexture::retainTextureObject(FETextureCache*, FEContext*, unsigned int, void*, void (*)(void*, CGRect, FEFormat, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*), CGRect const*, bool, fe_texture_object_struct**) + 844

36 com.apple.CoreImage 0x00007fff8837c8b1 FETexture::newTexture(FEContext*, fe_texture_params_struct const*, void*, void (*)(void*, CGRect, FEFormat, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*), fe_texture_object_struct**) + 985

37 com.apple.CoreImage 0x00007fff88381d4a FETreeNode::createTexture(FETreeContext*, unsigned int, unsigned int, bool, bool, FETreeTexture*, unsigned int) + 1068

38 com.apple.CoreImage 0x00007fff88384377 FEApplyTreeNode::render2(FETreeContext*, FEShape const*, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 801

39 com.apple.CoreImage 0x00007fff88381717 FETreeNode::render_(FETreeContext*, FEShape const*, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 169

40 com.apple.CoreImage 0x00007fff883818fe FETreeNode::renderTexture(void*, CGRect, FEFormat, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 46

41 com.apple.CoreImage 0x00007fff8837bf46 FETexture::retainTextureObject(FETextureCache*, FEContext*, unsigned int, void*, void (*)(void*, CGRect, FEFormat, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*), CGRect const*, bool, fe_texture_object_struct**) + 844

42 com.apple.CoreImage 0x00007fff8837c8b1 FETexture::newTexture(FEContext*, fe_texture_params_struct const*, void*, void (*)(void*, CGRect, FEFormat, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*), fe_texture_object_struct**) + 985

43 com.apple.CoreImage 0x00007fff88381d4a FETreeNode::createTexture(FETreeContext*, unsigned int, unsigned int, bool, bool, FETreeTexture*, unsigned int) + 1068

44 com.apple.CoreImage 0x00007fff88384377 FEApplyTreeNode::render2(FETreeContext*, FEShape const*, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 801

45 com.apple.CoreImage 0x00007fff88381717 FETreeNode::render_(FETreeContext*, FEShape const*, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 169

46 com.apple.CoreImage 0x00007fff883818fe FETreeNode::renderTexture(void*, CGRect, FEFormat, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 46

47 com.apple.CoreImage 0x00007fff8837bf46 FETexture::retainTextureObject(FETextureCache*, FEContext*, unsigned int, void*, void (*)(void*, CGRect, FEFormat, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*), CGRect const*, bool, fe_texture_object_struct**) + 844

48 com.apple.CoreImage 0x00007fff8837c8b1 FETexture::newTexture(FEContext*, fe_texture_params_struct const*, void*, void (*)(void*, CGRect, FEFormat, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*), fe_texture_object_struct**) + 985

49 com.apple.CoreImage 0x00007fff88381d4a FETreeNode::createTexture(FETreeContext*, unsigned int, unsigned int, bool, bool, FETreeTexture*, unsigned int) + 1068

50 com.apple.CoreImage 0x00007fff88384377 FEApplyTreeNode::render2(FETreeContext*, FEShape const*, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 801

51 com.apple.CoreImage 0x00007fff88381717 FETreeNode::render_(FETreeContext*, FEShape const*, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 169

52 com.apple.CoreImage 0x00007fff88385415 FETreeNode::render(FETreeContext*, FEShape const&, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 107

53 com.apple.CoreImage 0x00007fff88389161 FETreeContext::renderTree(FETreeNode*, FEShape const&, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 277

54 com.apple.CoreImage 0x00007fff88389485 FETreeContext::renderImage_(FEImage*, CGRect, FEShape const*, CGAffineTransform, CGColorSpace*, FEFormat, bool, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 703

55 com.apple.CoreImage 0x00007fff88389861 FETreeContext::renderImage(FEImage*, CGRect, FEShape const*, CGAffineTransform, CGColorSpace*, FEFormat, bool, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 459

56 com.apple.CoreImage 0x00007fff883600f6 -[FEImage(Internal) _renderWithContext:bounds:transform:colorSpace:format:premultiplied:setupCallback:finishCallback:callbackData:] + 339

57 com.apple.CoreImage 0x00007fff8835fac2 -[FEImage renderToContext:bounds:transform:destinationFormat:colorSpace:] + 216

58 com.apple.CoreImage 0x00007fff8830d31d renderImage(FEContext*, CGRect, CGAffineTransform, unsigned int, void*) + 136

59 com.apple.CoreImage 0x00007fff8830cfa6 -[CIBitmapContextImpl renderWithBounds:matrix:function:info:] + 417

60 com.apple.CoreImage 0x00007fff8830d287 -[CIBitmapContextImpl render:] + 230

61 com.apple.CoreImage 0x00007fff883129b4 -[CIContext render:] + 160

62 com.apple.QuartzCore 0x00007fff8bae0484 CA::OGL::SWContext::render_ciimage(void const*, void const*, CGAffineTransform const&, bool) + 686

63 com.apple.QuartzCore 0x00007fff8b9bfe85 CA::OGL::emit_filter(CA::OGL::Renderer&, CA::OGL::Filter const&, CA::OGL::Layer const&, CA::OGL::Surface*) + 948

64 com.apple.QuartzCore 0x00007fff8b9bfaba CA::OGL::FilterNode::apply(CA::OGL::Surface**) + 72

65 com.apple.QuartzCore 0x00007fff8b9ee3f1 CA::OGL::ImagingNode::render(CA::OGL::ImagingNode::RenderClosure*) + 231

66 com.apple.QuartzCore 0x00007fff8b9bd0a8 CA::OGL::ImagingNode::retain_surface() + 110

67 com.apple.QuartzCore 0x00007fff8b9ee362 CA::OGL::ImagingNode::render(CA::OGL::ImagingNode::RenderClosure*) + 88

68 com.apple.QuartzCore 0x00007fff8b9ee2cf CA::OGL::render_layers(CA::OGL::Renderer&, CA::OGL::Layer*) + 117

69 com.apple.QuartzCore 0x00007fff8b9ef0f1 CA::OGL::LayerNode::apply(CA::OGL::Surface**) + 261

70 com.apple.QuartzCore 0x00007fff8b9ee3f1 CA::OGL::ImagingNode::render(CA::OGL::ImagingNode::RenderClosure*) + 231

71 com.apple.QuartzCore 0x00007fff8b9bd0a8 CA::OGL::ImagingNode::retain_surface() + 110

72 com.apple.QuartzCore 0x00007fff8b9ee362 CA::OGL::ImagingNode::render(CA::OGL::ImagingNode::RenderClosure*) + 88

73 com.apple.QuartzCore 0x00007fff8b9ee2cf CA::OGL::render_layers(CA::OGL::Renderer&, CA::OGL::Layer*) + 117

74 com.apple.QuartzCore 0x00007fff8b9ef0f1 CA::OGL::LayerNode::apply(CA::OGL::Surface**) + 261

75 com.apple.QuartzCore 0x00007fff8b9ee3f1 CA::OGL::ImagingNode::render(CA::OGL::ImagingNode::RenderClosure*) + 231

76 com.apple.QuartzCore 0x00007fff8b9bd0a8 CA::OGL::ImagingNode::retain_surface() + 110

77 com.apple.QuartzCore 0x00007fff8b9ee362 CA::OGL::ImagingNode::render(CA::OGL::ImagingNode::RenderClosure*) + 88

78 com.apple.QuartzCore 0x00007fff8b9ee2cf CA::OGL::render_layers(CA::OGL::Renderer&, CA::OGL::Layer*) + 117

79 com.apple.QuartzCore 0x00007fff8b9e5487 CA::OGL::Renderer::render(CA::Render::Update const*) + 875

80 com.apple.QuartzCore 0x00007fff8b9e5096 CA::OGL::render(CA::OGL::Renderer&, CA::Render::Update*) + 227

81 com.apple.QuartzCore 0x00007fff8b9deeca view_draw(_CAView*, double, CVTimeStamp const*, bool) + 3948

82 com.apple.QuartzCore 0x00007fff8b9e7cd7 view_display_link(double, CVTimeStamp const*, void*) + 139

83 com.apple.QuartzCore 0x00007fff8b9e7bc2 link_callback + 244

84 com.apple.CoreVideo 0x00007fff814e603d CVDisplayLink::performIO(CVTimeStamp*) + 203

85 com.apple.CoreVideo 0x00007fff814e52a4 CVDisplayLink::runIOThread() + 632

86 com.apple.CoreVideo 0x00007fff814e5013 startIOThread(void*) + 148

87 libsystem_c.dylib 0x00007fff86893742 _pthread_start + 327

88 libsystem_c.dylib 0x00007fff86880181 thread_start + 13

 

Thread 15:: com.apple.gamekitservices.tundracapture.frameproc

0 libsystem_kernel.dylib 0x00007fff81af00fa __psynch_cvwait + 10

1 libsystem_c.dylib 0x00007fff86897f89 _pthread_cond_wait + 869

2 com.apple.AVConference 0x000000010db55403 FrameProc + 208

3 com.apple.CoreMedia 0x00007fff894444c9 figThreadMain + 382

4 libsystem_c.dylib 0x00007fff86893742 _pthread_start + 327

5 libsystem_c.dylib 0x00007fff86880181 thread_start + 13

 

Thread 16:

0 libsystem_kernel.dylib 0x00007fff81af0386 __semwait_signal + 10

1 libsystem_c.dylib 0x00007fff8691d800 nanosleep + 163

2 libsystem_c.dylib 0x00007fff8691d717 usleep + 54

3 com.apple.CoreMediaIO 0x00007fff8add02f4 CMIOGraph::OneOrMoreInputUnitsAreReadyToBePulled(bool&) + 578

4 com.apple.CoreMediaIO 0x00007fff8add0c24 CMIOGraph::DoWork(unsigned int) + 286

5 com.apple.CoreMediaIO 0x00007fff8add37a3 CMIO::Thread::QueuedTWorkThread<unsigned int>::DoWork() + 105

6 com.apple.CoreMediaIO 0x00007fff8addcfb4 CMIO::Thread::SignaledThread::ThreadLoop() + 214

7 com.apple.CoreMediaIO 0x00007fff8addceb8 CMIO::Thread::SignaledThread::WorkQueuedThreadCallback(void*) + 156

8 com.apple.CoreMedia 0x00007fff894444c9 figThreadMain + 382

9 libsystem_c.dylib 0x00007fff86893742 _pthread_start + 327

10 libsystem_c.dylib 0x00007fff86880181 thread_start + 13

 

Thread 17:

0 libsystem_kernel.dylib 0x00007fff81aee686 mach_msg_trap + 10

1 libsystem_kernel.dylib 0x00007fff81aedc42 mach_msg + 70

2 com.apple.CoreFoundation 0x00007fff875ea803 __CFRunLoopServiceMachPort + 195

3 com.apple.CoreFoundation 0x00007fff875efee6 __CFRunLoopRun + 1078

4 com.apple.CoreFoundation 0x00007fff875ef6b2 CFRunLoopRunSpecific + 290

5 com.apple.CoreFoundation 0x00007fff875fe371 CFRunLoopRun + 97

6 com.apple.cmio.DAL.VDC_4 0x000000010e02c137 0x10e026000 + 24887

7 libsystem_c.dylib 0x00007fff86893742 _pthread_start + 327

8 libsystem_c.dylib 0x00007fff86880181 thread_start + 13

 

Thread 18:: Dispatch queue: com.apple.root.low-overcommit-priority

0 unorm8_bgra.dylib 0x00000001107f5bad 0x1107b2000 + 277421

1 unorm8_bgra.dylib 0x0000000110805c51 0x1107b2000 + 343121

2 cl_kernels 0x0000000110791eeb passThroughKernel_wrapper + 795

3 libcldcpuengine.dylib 0x00000001102d7170 0x1102d3000 + 16752

4 libdispatch.dylib 0x00007fff8543af8c _dispatch_client_callout2 + 8

5 libdispatch.dylib 0x00007fff8543aefd _dispatch_apply2 + 78

6 libdispatch.dylib 0x00007fff854360b6 _dispatch_client_callout + 8

7 libdispatch.dylib 0x00007fff854371fa _dispatch_worker_thread2 + 304

8 libsystem_c.dylib 0x00007fff86895cab _pthread_wqthread + 404

9 libsystem_c.dylib 0x00007fff86880171 start_wqthread + 13

 

Thread 19:: com.apple.NSURLConnectionloader

0 libsystem_kernel.dylib 0x00007fff81aee686 mach_msg_trap + 10

1 libsystem_kernel.dylib 0x00007fff81aedc42 mach_msg + 70

2 com.apple.CoreFoundation 0x00007fff875ea803 __CFRunLoopServiceMachPort + 195

3 com.apple.CoreFoundation 0x00007fff875efee6 __CFRunLoopRun + 1078

4 com.apple.CoreFoundation 0x00007fff875ef6b2 CFRunLoopRunSpecific + 290

5 com.apple.Foundation 0x00007fff87975586 +[NSURLConnection(Loader) _resourceLoadLoop:] + 356

6 com.apple.Foundation 0x00007fff879d3612 __NSThread__main__ + 1345

7 libsystem_c.dylib 0x00007fff86893742 _pthread_start + 327

8 libsystem_c.dylib 0x00007fff86880181 thread_start + 13

 

Thread 20:: Dispatch queue: com.apple.root.low-overcommit-priority

0 unorm8_bgra.dylib 0x00000001107f5bad 0x1107b2000 + 277421

1 unorm8_bgra.dylib 0x0000000110805c51 0x1107b2000 + 343121

2 cl_kernels 0x0000000110791eeb passThroughKernel_wrapper + 795

3 libcldcpuengine.dylib 0x00000001102d7170 0x1102d3000 + 16752

4 libdispatch.dylib 0x00007fff8543af8c _dispatch_client_callout2 + 8

5 libdispatch.dylib 0x00007fff8543aefd _dispatch_apply2 + 78

6 libdispatch.dylib 0x00007fff854360b6 _dispatch_client_callout + 8

7 libdispatch.dylib 0x00007fff854371fa _dispatch_worker_thread2 + 304

8 libsystem_c.dylib 0x00007fff86895cab _pthread_wqthread + 404

9 libsystem_c.dylib 0x00007fff86880171 start_wqthread + 13

 

Thread 21:

0 libsystem_kernel.dylib 0x00007fff81af06d6 __workq_kernreturn + 10

1 libsystem_c.dylib 0x00007fff86895eec _pthread_workq_return + 25

2 libsystem_c.dylib 0x00007fff86895cb3 _pthread_wqthread + 412

3 libsystem_c.dylib 0x00007fff86880171 start_wqthread + 13

 

Thread 22:: com.apple.gamekitservices.vtransport.recvproc

0 libsystem_kernel.dylib 0x00007fff81af0322 __select + 10

1 com.apple.AVConference 0x000000010db4977b VTPRecvProc + 309

2 com.apple.CoreMedia 0x00007fff894444c9 figThreadMain + 382

3 libsystem_c.dylib 0x00007fff86893742 _pthread_start + 327

4 libsystem_c.dylib 0x00007fff86880181 thread_start + 13

 

Thread 23:: com.apple.gamekitservices.transport.recvproc

0 libsystem_kernel.dylib 0x00007fff81af00fa __psynch_cvwait + 10

1 libsystem_c.dylib 0x00007fff86897fc3 _pthread_cond_wait + 927

2 com.apple.AVConference 0x000000010db4cee6 VTP_Select + 1279

3 com.apple.AVConference 0x000000010db181a2 TPRecvProc + 781

4 libsystem_c.dylib 0x00007fff86893742 _pthread_start + 327

5 libsystem_c.dylib 0x00007fff86880181 thread_start + 13

 

Thread 24:: com.apple.audio.IOThread.client

0 libsystem_kernel.dylib 0x00007fff81aee686 mach_msg_trap + 10

1 libsystem_kernel.dylib 0x00007fff81aedc42 mach_msg + 70

2 com.apple.audio.CoreAudio 0x00007fff85108692 HALC_IOContext_Start + 116

3 com.apple.audio.CoreAudio 0x00007fff85107554 HALC_ProxyIOContext::IOWorkLoop() + 306

4 com.apple.audio.CoreAudio 0x00007fff85107391 HALC_ProxyIOContext::IOThreadEntry(void*) + 83

5 com.apple.audio.CoreAudio 0x00007fff8510724b HALB_IOThread::Entry(void*) + 75

6 libsystem_c.dylib 0x00007fff86893742 _pthread_start + 327

7 libsystem_c.dylib 0x00007fff86880181 thread_start + 13

 

Thread 4 crashed with X86 Thread State (64-bit):

rax: 0x000000000000000c rbx: 0x000000010e016b90 rcx: 0x000000011146d4e0 rdx: 0x0000000effffaa30

rdi: 0x00007f90b1892c30 rsi: 0x0000000000000003 rbp: 0x000000010e0149b0 rsp: 0x000000010e0149b0

r8: 0x000000010e016b90 r9: 0x000000010e015b90 r10: 0x000000010e015da0 r11: 0x0000000000000022

r12: 0x000000010e017b90 r13: 0x000000010e015b90 r14: 0x0000000000000021 r15: 0x000000010e014b90

rip: 0x00000001107f5bad rfl: 0x0000000000010246 cr2: 0x0000001011467f10

Logical CPU: 6

 

Binary Images:

0x10bc25000 - 0x10bd07fff com.apple.FaceTime (2.0 - 1080) <7EDEBC67-14A8-353B-97CA-A182BDFFAF81> /Applications/FaceTime.app/Contents/MacOS/FaceTime

0x10dac1000 - 0x10dbdfff7 com.apple.AVConference (1.0 - 408.20) <97B840A3-2FE9-3E9B-969F-76A60DD1927F> /System/Library/PrivateFrameworks/AVConference.framework/Versions/A/AVConference

0x10dc57000 - 0x10def0fff com.apple.VideoProcessing (142.5 - 142.5) <F8D68124-C6B7-3E8A-A057-C0D65F78C936> /System/Library/PrivateFrameworks/VideoProcessing.framework/Versions/A/VideoProcessing

0x10df45000 - 0x10df4ffff com.apple.ViceroyTrace (1.0 - 408.20) <1F724E98-3338-3B53-95F9-D2CB3C316151> /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/ViceroyTrace.framework/Versions/A/ViceroyTrace

0x10df58000 - 0x10df5dff7 com.apple.SimpleKeyExchange (1.0 - 408.20) <A5B6E528-80AA-380C-9588-962B3369320A> /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/SimpleKeyExchange.framework/Versions/A/SimpleKeyExchange

0x10df63000 - 0x10df84fff com.apple.ICE (1.0 - 408.20) <CBE49161-D583-34E7-8A98-09664121C5DC> /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/ICE.framework/Versions/A/ICE

0x10df8d000 - 0x10df8eff7 com.apple.LegacyHandle (1.0 - 408.20) <8F9B00D5-B03A-3ED2-A72D-D3C66874BB34> /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/LegacyHandle.framework/Versions/A/LegacyHandle

0x10df93000 - 0x10df94fff com.apple.snatmap (1.0 - 408.20) <79193636-0BC1-3F72-848A-AC480787774B> /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/snatmap.framework/Versions/A/snatmap

0x10e01b000 - 0x10e021fff com.apple.audio.AppleHDAHALPlugIn (2.1.3 - 2.1.3f7) <25F21980-C114-3688-B6E7-FD83052D67B1> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn

0x10e026000 - 0x10e04eff7 com.apple.cmio.DAL.VDC_4 (301.0 - 4147) <52F61616-1034-3699-BD49-7860000A2671> /System/Library/Frameworks/CoreMediaIO.framework/Resources/VDC.plugin/Contents/MacOS/VDC

0x10e12b000 - 0x10e12cfff com.apple.AddressBook.LocalSourceBundle (2.1 - 1167) <07E0DB43-14DD-3741-BCCA-31CE397A53BC> /System/Library/Address Book Plug-Ins/LocalSource.sourcebundle/Contents/MacOS/LocalSource

0x10e13e000 - 0x10e141fff com.apple.DirectoryServicesSource (2.1 - 1167) <2BB7BD50-BBB3-3FA9-BAB1-04C704726905> /System/Library/Address Book Plug-Ins/DirectoryServices.sourcebundle/Contents/MacOS/DirectoryServices

0x10e149000 - 0x10e19cfff com.apple.AddressBook.CardDAVPlugin (10.8 - 332) <14042D69-8E1F-3241-A679-C7ED224F2C43> /System/Library/Address Book Plug-Ins/CardDAVPlugin.sourcebundle/Contents/MacOS/CardDAVPlugin

0x10e1c8000 - 0x10e1d9ff7 com.apple.NSServerNotificationCenter (5.0 - 5.0) <79D8FF5B-BBC9-3A86-8927-177738E5D857> /System/Library/Frameworks/ServerNotification.framework/Versions/A/ServerNotification

0x10eb29000 - 0x10eca1ff7 com.apple.AppleGVAFramework (4.0.27 - 4.0.27) <D469B80B-5F8F-3D8E-A454-CDEC922461C5> /System/Library/PrivateFrameworks/AppleGVA.framework/Versions/Current/AppleGVA

0x1102d3000 - 0x1102dcfe7 libcldcpuengine.dylib (2.1.19) <50800DA2-7233-32E5-9553-A02171B68399> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib

0x1102e2000 - 0x1102e5ff7 libCoreFSCache.dylib (24.4) <C375CAA0-F91F-3D9F-AF90-DB951BD86983> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib

0x110396000 - 0x110397ff6 +cl_kernels (???) <AE49AA98-E0F3-4B39-AE10-B54C8917B12E> cl_kernels

0x1103a0000 - 0x1103a1ffb +cl_kernels (???) <2128B34F-AEEA-4B02-B3CE-C653ECFE0576> cl_kernels

0x1103a4000 - 0x110448ff7 sfixed14_rgba.dylib (2.1.19) <1B46A4D6-0A5F-36A2-A489-07B90A89C461> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/sfixed14_rgba.dylib

0x110467000 - 0x1104fdff7 unorm8_rgba.dylib (2.1.19) <9F69E2DA-1FFB-349D-AA56-30D667519AA9> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_rgba.dylib

0x110731000 - 0x110732ff4 +cl_kernels (???) <48DE2409-E272-433D-A1EC-D8F1D4CF3B7B> cl_kernels

0x11073d000 - 0x11073eff4 +cl_kernels (???) <CAEDEF3E-0CB6-4A11-9C96-D7DFB1520BC4> cl_kernels

0x110762000 - 0x110763ff2 +cl_kernels (???) <2EE46411-794C-48E7-9E16-08BBAE8915AD> cl_kernels

0x110791000 - 0x110791ff8 +cl_kernels (???) <2636A522-3C54-4CB5-B50E-52F5E087822E> cl_kernels

0x1107ae000 - 0x1107afffe +cl_kernels (???) <25CCBA14-0004-426F-A9D7-4BC80035C3F6> cl_kernels

0x1107b2000 - 0x11084dff7 unorm8_bgra.dylib (2.1.19) <904EA51D-225A-38AF-B66C-84493C55C065> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra.dylib

0x110ae9000 - 0x110c51ff7 com.apple.CMIOUnits (301.0 - 4147) <2A130662-B9FB-37B7-BFA7-0B9437AF8D10> /System/Library/Frameworks/CoreMediaIO.framework/Resources/CMIOUnits.bundle/Contents/MacOS/CMIOUnits

0x110c7b000 - 0x110cadff7 com.apple.FWAVC (301.47 - 47) <3CEA74D3-CF87-38DA-929F-D0AC0498E13E> /System/Library/PrivateFrameworks/FWAVC.framework/Versions/A/FWAVC

0x1110c5000 - 0x1110c5ff1 +cl_kernels (???) <F2ABDE3A-ACBF-4721-8107-CABF63139BE1> cl_kernels

0x1110ca000 - 0x1110cbff3 +cl_kernels (???) <E77EBC25-55F6-466D-99D1-93998402FE82> cl_kernels

0x111b06000 - 0x111c5afff com.apple.audio.units.Components (1.8 - 1.8) <7846E0A3-4AFB-3E29-96D3-BF87348024ED> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio

0x7fff6b825000 - 0x7fff6b85993f dyld (210.2.3) <36CAA36E-72BC-3E48-96D9-B96A2DF77730> /usr/lib/dyld

0x7fff81457000 - 0x7fff814b3fff com.apple.corelocation (1.0 - 1239.39) <88EFC8F1-0A91-3EB6-A1F6-76294541D85D> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation

0x7fff814b4000 - 0x7fff814e2fff com.apple.CoreServicesInternal (154.2 - 154.2) <3E6196E6-F3B4-316F-9E1F-13B6B9694C7E> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal

0x7fff814e3000 - 0x7fff8150dff7 com.apple.CoreVideo (1.8 - 99.3) <C424838A-889C-39E5-8108-FD05C93D26A0> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo

0x7fff8150e000 - 0x7fff8183eff7 com.apple.HIToolbox (2.0 - 625) <317F75F7-4B0F-35F5-89A7-F20BA60AC944> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox

0x7fff8183f000 - 0x7fff8188bff7 libauto.dylib (185.1) <73CDC482-16E3-3FC7-9BB4-FBA2DA44DBC2> /usr/lib/libauto.dylib

0x7fff8188c000 - 0x7fff818e3ff7 com.apple.ScalableUserInterface (1.0 - 1) <F1D43DFB-1796-361B-AD4B-39F1EED3BE19> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface

0x7fff818e4000 - 0x7fff81927ff7 com.apple.bom (12.0 - 192) <0BF1F2D2-3648-36B7-BE4B-551A0173209B> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom

0x7fff8192a000 - 0x7fff81987ff7 com.apple.AE (645.3 - 645.3) <FF867ACA-8628-3E5A-8FA0-AF429B42C5D7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE

0x7fff81999000 - 0x7fff81addfef com.apple.MediaControlSender (1.4.5 - 145.3) <3A308EA3-21F7-3213-9157-D3421EB43715> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/MediaControlSender

0x7fff81ade000 - 0x7fff81af9ff7 libsystem_kernel.dylib (2050.18.24) <C0535565-35D1-31A7-A744-63D9F10F12A4> /usr/lib/system/libsystem_kernel.dylib

0x7fff81b02000 - 0x7fff81c04fff libcrypto.0.9.8.dylib (47) <74F165AD-4572-3B26-B0E2-A97477FE59D0> /usr/lib/libcrypto.0.9.8.dylib

0x7fff81c05000 - 0x7fff81c72fff com.apple.datadetectorscore (4.0 - 269.1) <B69645EB-C4BF-3D52-A49B-CB1A1A88512F> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore

0x7fff81c73000 - 0x7fff81c74ff7 libdnsinfo.dylib (453.18) <E7595861-ECF9-336E-9901-BED2620FAA80> /usr/lib/system/libdnsinfo.dylib

0x7fff81c75000 - 0x7fff81cd2fff com.apple.ExchangeWebServices (3.0 - 157) <58BFD72E-27F3-3F22-A421-B883FACA0E19> /System/Library/PrivateFrameworks/ExchangeWebServices.framework/Versions/A/ExchangeWebServices

0x7fff81cd3000 - 0x7fff81fa3fff com.apple.security (7.0 - 55179.1) <639641EF-8156-3190-890C-1053658E044A> /System/Library/Frameworks/Security.framework/Versions/A/Security

0x7fff81fa4000 - 0x7fff81ffeff7 com.apple.imfoundation (8.0 - 900) <850E59A3-B5CE-3149-8D42-9ED4CBBCAA9D> /System/Library/PrivateFrameworks/IMFoundation.framework/Versions/A/IMFoundation

0x7fff82014000 - 0x7fff82450fff com.apple.VideoToolbox (1.0 - 926.62) <7D749558-08B6-3F86-A20E-05ECDACE6F17> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox

0x7fff82451000 - 0x7fff824d1ff7 com.apple.ApplicationServices.ATS (332 - 341.1) <BD83B039-AB25-3E3E-9975-A67DAE66988B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS

0x7fff824d2000 - 0x7fff824d2ff7 com.apple.SafariServices.framework (8536 - 8536.26.14) <3CE24612-F0CA-3C49-BC1C-63B300659DA5> /System/Library/PrivateFrameworks/SafariServices.framework/Versions/A/SafariServices

0x7fff824e2000 - 0x7fff8256fff7 com.apple.imavcore (8.0 - 900) <CAF60585-FFB5-3504-A9A1-A8A95DEBBAE5> /System/Library/PrivateFrameworks/IMAVCore.framework/Versions/A/IMAVCore

0x7fff82570000 - 0x7fff82573fff com.apple.help (1.3.2 - 42) <343904FE-3022-3573-97D6-5FE17F8643BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help

0x7fff82574000 - 0x7fff82581fff com.apple.KerberosHelper (4.0 - 1.0) <6815439D-1A03-3251-99FE-CC24CF4C93C5> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosHelper

0x7fff82582000 - 0x7fff82591ff7 libxar.1.dylib (105) <370ED355-E516-311E-BAFD-D80633A84BE1> /usr/lib/libxar.1.dylib

0x7fff82592000 - 0x7fff8259ffff libbz2.1.0.dylib (29) <CE9785E8-B535-3504-B392-82F0064D9AF2> /usr/lib/libbz2.1.0.dylib

0x7fff825a0000 - 0x7fff825a2fff libCVMSPluginSupport.dylib (8.6.1) <7EFDA31E-E463-3897-A8DC-7FD266EB713E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib

0x7fff825a3000 - 0x7fff826c3fff com.apple.desktopservices (1.7.2 - 1.7.2) <CDE8C2C2-C505-31B0-8C61-E40E4EA364A5> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv

0x7fff826c4000 - 0x7fff826c7fff libutil.dylib (30) <EF3340B2-9A53-3D5E-B9B4-BDB5EEECC178> /usr/lib/libutil.dylib

0x7fff826c8000 - 0x7fff826d1fff com.apple.CommerceCore (1.0 - 26) <997CD214-BC78-3C61-A1B8-813EA1CB9997> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore

0x7fff827c4000 - 0x7fff827fefff com.apple.framework.internetaccounts (2.1 - 210) <0AB62FFA-42C8-3433-9C23-7D1AB411348F> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/InternetAccounts

0x7fff8282b000 - 0x7fff82831fff libCGXCoreImage.A.dylib (324.6) <45864BEA-B2EA-3F5F-9D04-F9832AB67A00> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib

0x7fff8286b000 - 0x7fff8286efff com.apple.incomingcallfilter (8.0 - 900) <61FF4751-85E2-342F-889A-32E5F55A78BD> /System/Library/PrivateFrameworks/IncomingCallFilter.framework/Versions/A/IncomingCallFilter

0x7fff82886000 - 0x7fff82886fff com.apple.CoreServices (57 - 57) <9DD44CB0-C644-35C3-8F57-0B41B3EC147D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices

0x7fff82887000 - 0x7fff828a6ff7 com.apple.ChunkingLibrary (2.0 - 133.2) <D2A746DE-002A-3C6C-961E-BE94E71DB835> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary

0x7fff828fe000 - 0x7fff82900fff com.apple.securityhi (4.0 - 55002) <26E6D477-EF61-351F-BA8C-67824AA231C6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI

0x7fff82901000 - 0x7fff82903ff7 libunc.dylib (25) <92805328-CD36-34FF-9436-571AB0485072> /usr/lib/system/libunc.dylib

0x7fff8293f000 - 0x7fff8293ffff com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <B5A18EE8-DF81-38DD-ACAF-7076B2A26225> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib

0x7fff82940000 - 0x7fff82a69ff7 com.apple.avfoundation (2.0 - 361.25) <1F5CACA6-9CF3-3FAB-BDE1-E6CC96A63FF7> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation

0x7fff82a6a000 - 0x7fff82c9fff7 com.apple.CoreData (106.1 - 407.7) <24E0A6B4-9ECA-3D12-B26A-72B9DCF09768> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData

0x7fff82ca0000 - 0x7fff82cf7ff7 com.apple.AppleVAFramework (5.0.18 - 5.0.18) <B75949DD-AC27-3848-8221-00D70D14C7E0> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA

0x7fff82cf8000 - 0x7fff82ef8fff libicucore.A.dylib (491.11.1) <CC318A27-878A-38CE-9292-1B98353FA9C7> /usr/lib/libicucore.A.dylib

0x7fff82ef9000 - 0x7fff82f1aff7 libCRFSuite.dylib (33) <736ABE58-8DED-3289-A042-C25AF7AE5B23> /usr/lib/libCRFSuite.dylib

0x7fff82f1b000 - 0x7fff82f65ff7 libGLU.dylib (8.6.1) <DF45C1E3-3884-3991-B84F-F39B482E8BF8> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib

0x7fff82f77000 - 0x7fff83907c67 com.apple.CoreGraphics (1.600.0 - 324.6) <DCC70C6E-AB6D-3457-A823-7569CB29B107> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics

0x7fff83908000 - 0x7fff83d01ff7 com.apple.MediaToolbox (1.0 - 926.62) <83BBE53E-29FE-3874-9991-B6D009EADCC5> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox

0x7fff83d1b000 - 0x7fff83d1dfff com.apple.TrustEvaluationAgent (2.0 - 23) <A97D348B-32BF-3E52-8DF2-59BFAD21E1A3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent

0x7fff83d1e000 - 0x7fff83d78fff com.apple.print.framework.PrintCore (8.1 - 387.1) <1FA17B75-33E6-35BD-9198-35F92E37B248> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore

0x7fff83d79000 - 0x7fff83d8efff com.apple.ImageCapture (8.0 - 8.0) <17A45CE6-7DA3-36A5-B7EF-72BC136981AE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture

0x7fff83d8f000 - 0x7fff83d9dff7 libsystem_network.dylib (77.10) <0D99F24E-56FE-380F-B81B-4A4C630EE587> /usr/lib/system/libsystem_network.dylib

0x7fff83d9e000 - 0x7fff83d9effd com.apple.audio.units.AudioUnit (1.8 - 1.8) <29E2C990-3617-3FA2-BDD7-DB7DF493E443> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit

0x7fff83d9f000 - 0x7fff83e71ff7 com.apple.CoreText (260.0 - 275.16) <5BFC1D67-6A6F-38BC-9D90-9C712684EDAC> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText

0x7fff83e72000 - 0x7fff83fe3ff7 com.apple.QTKit (7.7.1 - 2599.13) <5B24A892-ED69-3C01-8B00-DF3AD81A20D4> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit

0x7fff83fe4000 - 0x7fff84075fff com.apple.CorePDF (2.0 - 2) <EB5660B1-0D79-34F3-B242-B559AE0A5B4A> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF

0x7fff84076000 - 0x7fff840a8fff com.apple.framework.Admin (12.0 - 12.0) <5D6978C8-0B1B-3D0E-A122-C0ABD0AA8488> /System/Library/PrivateFrameworks/Admin.framework/Versions/A/Admin

0x7fff840ab000 - 0x7fff840d6fff com.apple.framework.Apple80211 (8.0.1 - 801.17) <05786C8E-8C6F-31AF-80B5-9C98175757B4> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211

0x7fff842bf000 - 0x7fff8433eff7 com.apple.securityfoundation (6.0 - 55115.4) <8676E0DF-295F-3690-BDAA-6C9C1D210B88> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation

0x7fff8433f000 - 0x7fff8434aff7 com.apple.ProtocolBuffer (2 - 104) <3270C172-1437-3080-9E53-3E2DCA9AE2EC> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer

0x7fff843f3000 - 0x7fff843f7ff7 com.apple.CommonPanels (1.2.5 - 94) <AAC003DE-2D6E-38B7-B66B-1F3DA91E7245> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels

0x7fff843f8000 - 0x7fff8440bff7 com.apple.AppContainer (2.0 - 1) <13924FCF-66FC-3CC1-888C-42C22295B2E7> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer

0x7fff8440c000 - 0x7fff84468ff7 com.apple.Symbolication (1.3 - 93) <97F3B1D2-D81D-3F37-87B3-B9A686124CF5> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication

0x7fff84469000 - 0x7fff844d8fff com.apple.WhitePagesFramework (10.7.0 - 141.0) <65B30FD8-DEC0-31D4-8E7F-CBCB987D7A48> /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages

0x7fff844d9000 - 0x7fff844e0fff libcopyfile.dylib (89) <876573D0-E907-3566-A108-577EAD1B6182> /usr/lib/system/libcopyfile.dylib

0x7fff844e1000 - 0x7fff844ebfff libcsfde.dylib (274.7) <77562CC6-3D42-34BF-BAAB-660140479D55> /usr/lib/libcsfde.dylib

0x7fff844ec000 - 0x7fff845c6ff7 com.apple.backup.framework (1.4.1 - 1.4.1) <A3CFCA9E-717C-302D-821B-16FD35E6673F> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup

0x7fff845c7000 - 0x7fff845d5fff com.apple.Librarian (1.1 - 1) <1635162F-239A-341E-83C7-710C55E254AF> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian

0x7fff845d6000 - 0x7fff8461afff libcups.2.dylib (327) <9B3F3321-D2BC-3195-BF20-4008FC52A390> /usr/lib/libcups.2.dylib

0x7fff8461b000 - 0x7fff8461bfff com.apple.ApplicationServices (45 - 45) <A3ABF20B-ED3A-32B5-830E-B37831A45A80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices

0x7fff8469f000 - 0x7fff846aaff7 com.apple.bsd.ServiceManagement (2.0 - 2.0) <C12962D5-85FB-349E-AA56-64F4F487F219> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement

0x7fff846ab000 - 0x7fff846b3ff7 com.apple.AppSandbox (2.0 - 1) <B75AA17F-E401-3586-B8AE-AC71B68D6BF3> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox

0x7fff846b4000 - 0x7fff847cc92f libobjc.A.dylib (532.2) <90D31928-F48D-3E37-874F-220A51FD9E37> /usr/lib/libobjc.A.dylib

0x7fff847ce000 - 0x7fff847e2fff libGL.dylib (8.6.1) <2E00615F-97F5-34EB-BE07-75A24F3C18D7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib

0x7fff847e3000 - 0x7fff84804fff com.apple.Ubiquity (1.2 - 243.10) <F97D3A33-2C8B-3CFF-AF75-A74866D42853> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity

0x7fff84805000 - 0x7fff8491ffff com.apple.coreavchd (5.6.0 - 5600.4.16) <0CF2ABE5-B088-3B5D-9C04-47AE708ADAE3> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD

0x7fff84920000 - 0x7fff84924ff7 com.apple.TCC (1.0 - 1) <F2F3B753-FC73-3543-8BBE-859FDBB4D6A6> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC

0x7fff84925000 - 0x7fff84960fff com.apple.LDAPFramework (2.4.28 - 194.5) <0190B746-F684-3F43-B4D0-148EFE386CA4> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP

0x7fff84961000 - 0x7fff84962fff liblangid.dylib (116) <864C409D-D56B-383E-9B44-A435A47F2346> /usr/lib/liblangid.dylib

0x7fff84963000 - 0x7fff84a61fff com.apple.QuickLookUIFramework (4.0 - 555.4) <58EC2F30-0959-3586-A1DD-BDCAF589D2D3> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI

0x7fff84b2b000 - 0x7fff84daefff com.apple.RawCamera.bundle (4.00 - 658) <6786E9E0-3197-30A3-A0F4-22A6064B3EF2> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera

0x7fff84daf000 - 0x7fff84dc5fff com.apple.MultitouchSupport.framework (235.28 - 235.28) <BD78B16E-9B5A-3E07-93B4-13AD1A538CAC> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport

0x7fff84dc6000 - 0x7fff84e8bff7 com.apple.coreui (2.0 - 181.1) <83D2C92D-6842-3C9D-9289-39D5B4554C3A> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI

0x7fff84e8c000 - 0x7fff84ea6fff com.apple.CoreMediaAuthoring (2.1 - 914) <23F2B9D0-7B73-3C42-8EDC-8ADBF9C7B8C2> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring

0x7fff84ea7000 - 0x7fff8502dfff libBLAS.dylib (1073.4) <C102C0F6-8CB6-3B49-BA6B-2EB61F0B2784> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib

0x7fff8502e000 - 0x7fff850cdff7 com.apple.imcore (8.0 - 900) <528EE3D6-84F4-3AD2-805D-8831C9498972> /System/Library/PrivateFrameworks/IMCore.framework/Versions/A/IMCore

0x7fff850dc000 - 0x7fff85139fff com.apple.audio.CoreAudio (4.1.0 - 4.1.0) <B3198BD6-EA1D-3E5E-ADD4-37D8E6B72678> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio

0x7fff8513a000 - 0x7fff85149ff7 com.apple.opengl (1.8.6 - 1.8.6) <720CC06C-0D01-37AE-BB3D-D7F0242B262A> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL

0x7fff8514a000 - 0x7fff8514dfff com.apple.AppleSystemInfo (2.0 - 2) <BC221376-361F-3F85-B284-DC251D3BB442> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo

0x7fff85168000 - 0x7fff85170ff7 libsystem_dnssd.dylib (379.32.1) <62AA0B84-188A-348B-8F9E-3E2DB08DB93C> /usr/lib/system/libsystem_dnssd.dylib

0x7fff85171000 - 0x7fff8517ffff libcommonCrypto.dylib (60026) <2D6537F5-1B5E-305C-A1CF-D1FA80CA3939> /usr/lib/system/libcommonCrypto.dylib

0x7fff85180000 - 0x7fff851acff7 libRIP.A.dylib (324.6) <5A7EB5C2-BA60-36D7-BF41-9853F37837AA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib

0x7fff851ad000 - 0x7fff851c0ff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) <2F2694E9-A7BC-33C7-B4CF-8EC907DF0FEB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis

0x7fff851c1000 - 0x7fff851c6fff libcompiler_rt.dylib (30) <08F8731D-5961-39F1-AD00-4590321D24A9> /usr/lib/system/libcompiler_rt.dylib

0x7fff851c7000 - 0x7fff851c7fff com.apple.Carbon (154 - 155) <1B2846B1-384E-3D1C-8999-201215723349> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon

0x7fff851c8000 - 0x7fff851d3fff libsystem_notify.dylib (98.5) <C49275CC-835A-3207-AFBA-8C01374927B6> /usr/lib/system/libsystem_notify.dylib

0x7fff85231000 - 0x7fff85234ff7 libdyld.dylib (210.2.3) <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib

0x7fff85235000 - 0x7fff85240ff7 com.apple.aps.framework (3.0 - 3.0) <11E1A5D1-F5E5-3228-8B6F-77EB36B5C248> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService

0x7fff85241000 - 0x7fff85332fff com.apple.DiskImagesFramework (10.8 - 344) <B1B477F6-316D-32BD-8FCB-107F88649F69> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages

0x7fff85333000 - 0x7fff8538ffff com.apple.QuickLookFramework (4.0 - 555.4) <B34DB61C-15F0-3CF8-98A4-152C2F54DF8D> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook

0x7fff85390000 - 0x7fff853cfff7 com.apple.QD (3.42 - 285) <8DF36FCA-C06B-30F4-A631-7BE2FF7E56D1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD

0x7fff853d0000 - 0x7fff85426fff com.apple.HIServices (1.20 - 417) <A1129272-FEC8-350B-BA26-5A97F23C413D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices

0x7fff85434000 - 0x7fff85449ff7 libdispatch.dylib (228.23) <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib

0x7fff8544a000 - 0x7fff8547bff7 com.apple.DictionaryServices (1.2 - 184.4) <054F2D6F-9CFF-3EF1-9778-25C551B616C1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices

0x7fff8547c000 - 0x7fff854cdff7 com.apple.SystemConfiguration (1.12.2 - 1.12.2) <E095637C-457F-3D8F-AE32-A032F9D5A46C> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration

0x7fff854ce000 - 0x7fff854d3fff com.apple.OpenDirectory (10.8 - 151.10) <CF44120B-9B01-32DD-852E-C9C0E1243FC0> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory

0x7fff854d4000 - 0x7fff85514fff com.apple.MediaKit (13 - 659) <0C56D7FF-0430-3199-9952-CF8577519449> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit

0x7fff85570000 - 0x7fff856c8ff7 com.apple.syncservices (7.0 - 713) <924B8B34-2C9C-3C1D-909D-FF215AA8985D> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices

0x7fff856c9000 - 0x7fff856cdfff libpam.2.dylib (20) <C8F45864-5B58-3237-87E1-2C258A1D73B8> /usr/lib/libpam.2.dylib

0x7fff856ce000 - 0x7fff85858fff com.apple.WebKit (8536 - 8536.26.14) <7C4D5DE6-7153-3E54-8D4F-BB2E9AE74878> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit

0x7fff85859000 - 0x7fff858a0fff com.apple.facetimeservices (8.0 - 900) <6C3A50E2-0127-3937-8B8E-1A9BE620DC80> /System/Library/PrivateFrameworks/FTServices.framework/Versions/A/FTServices

0x7fff858a1000 - 0x7fff858b3ff7 libz.1.dylib (43) <2A1551E8-A272-3DE5-B692-955974FE1416> /usr/lib/libz.1.dylib

0x7fff858b4000 - 0x7fff858b5ff7 libSystem.B.dylib (169.3) <9089D72D-E714-31E1-80C8-698A8E8B05AD> /usr/lib/libSystem.B.dylib

0x7fff858b6000 - 0x7fff858d3fff com.apple.openscripting (1.3.6 - 148.2) <33B87CFB-CACC-3EBC-893D-38AECB94FB8A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting

0x7fff85acc000 - 0x7fff85b34fff libvDSP.dylib (380.6) <CD4C5EEB-9E63-30C4-8103-7A5EAEA0BE60> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib

0x7fff85b35000 - 0x7fff85c32fff libsqlite3.dylib (138.1) <ADE9CB98-D77D-300C-A32A-556B7440769F> /usr/lib/libsqlite3.dylib

0x7fff86510000 - 0x7fff86532ff7 com.apple.Kerberos (2.0 - 1) <C49B8820-34ED-39D7-A407-A3E854153556> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos

0x7fff86533000 - 0x7fff86537fff libCoreVMClient.dylib (24.4) <55F71158-ADEE-3863-92E9-4772DCEA8E31> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib

0x7fff86543000 - 0x7fff86545ff7 com.apple.EFILogin (2.0 - 2) <51A470D7-1F72-3369-AF0F-AD2340B42C12> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin

0x7fff86546000 - 0x7fff8656ffff libsandbox.1.dylib (220) <16C57341-F53E-3B9E-9DD7-247108522DD4> /usr/lib/libsandbox.1.dylib

0x7fff86570000 - 0x7fff86689fff com.apple.viceroy.framework (463 - 463) <344D48A4-80DF-3C06-A28F-132858F00985> /System/Library/PrivateFrameworks/VideoConference.framework/Versions/A/VideoConference

0x7fff8668a000 - 0x7fff8670cfff com.apple.Heimdal (3.0 - 2.0) <660A6C64-4912-32C8-A332-B64164032A2D> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal

0x7fff86710000 - 0x7fff867aafff libvMisc.dylib (380.6) <714336EA-1C0E-3735-B31C-19DFDAAF6221> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib

0x7fff867ab000 - 0x7fff867b1fff libGFXShared.dylib (8.6.1) <CF55E720-1B9E-3E24-A1DA-7FA8B261CD8E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib

0x7fff867c9000 - 0x7fff867e3fff com.apple.ScriptingBridge (1.3 - 61.2) <16852553-3FF9-368B-B60E-A7949FAF5A7A> /System/Library/Frameworks/ScriptingBridge.framework/Versions/A/ScriptingBridge

0x7fff867e4000 - 0x7fff8687efff com.apple.CoreSymbolication (3.0 - 87) <3D9CBE8D-F047-3DFA-B067-F9589E2AF8BA> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication

0x7fff8687f000 - 0x7fff8694bfe7 libsystem_c.dylib (825.25) <8CBCF9B9-EBB7-365E-A3FF-2F3850763C6B> /usr/lib/system/libsystem_c.dylib

0x7fff8694c000 - 0x7fff87579ff7 com.apple.AppKit (6.8 - 1187.34) <1FF64844-EB62-3F96-AED7-6525B7CCEC23> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit

0x7fff8757a000 - 0x7fff8758bff7 libsasl2.2.dylib (166) <649CAE0E-8FFE-3C60-A849-BE6300E4B726> /usr/lib/libsasl2.2.dylib

0x7fff875bb000 - 0x7fff877a4fff com.apple.CoreFoundation (6.8 - 744.12) <EF002794-DAEF-31C6-866C-E3E3AC387A9F> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation

0x7fff877a5000 - 0x7fff877a5fff com.apple.vecLib (3.8 - vecLib 3.8) <794317C7-4E38-338A-A874-5E18001C8503> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib

0x7fff877a6000 - 0x7fff877cbff7 libc++abi.dylib (24.4) <E7BD9363-1D25-3551-A68A-2E2FF6ABECD7> /usr/lib/libc++abi.dylib

0x7fff877cc000 - 0x7fff877ccfff libkeymgr.dylib (25) <CC9E3394-BE16-397F-926B-E579B60EE429> /usr/lib/system/libkeymgr.dylib

0x7fff877cd000 - 0x7fff87814ff7 com.apple.CalDAV (6.0 - 112.5) <F2F0833B-E133-3CC1-BACA-4E84D0A65A2D> /System/Library/PrivateFrameworks/CalDAV.framework/Versions/A/CalDAV

0x7fff87817000 - 0x7fff87842fff libxslt.1.dylib (11.3) <441776B8-9130-3893-956F-39C85FFA644F> /usr/lib/libxslt.1.dylib

0x7fff87843000 - 0x7fff8786afff com.apple.framework.familycontrols (4.1 - 410) <AE49B2AB-7D2B-3D52-8E21-60EBEA1A38E6> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls

0x7fff8786b000 - 0x7fff8786eff7 com.apple.LoginUICore (2.0 - 2.0) <965559B0-1F0E-3767-A16B-F91AABFA5275> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore.framework/Versions/A/LoginUICore

0x7fff8786f000 - 0x7fff8793dfff com.apple.Bluetooth (4.0.9 - 4.0.9f33) <3F57E1F3-08E8-3EDF-8DE0-E3855EB4D74B> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth

0x7fff8793e000 - 0x7fff87c9afff com.apple.Foundation (6.8 - 945.11) <A5D41956-A354-3ACC-9355-BE200072223B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation

0x7fff87c9b000 - 0x7fff87d22ff7 libCoreStorage.dylib (274.7) <8E13133C-1198-3555-9518-2BCC09C66C97> /usr/lib/libCoreStorage.dylib

0x7fff87d23000 - 0x7fff87d23fff com.apple.Cocoa (6.7 - 19) <1F77945C-F37A-3171-B22E-F7AB0FCBB4D4> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa

0x7fff87d24000 - 0x7fff87d29fff libcache.dylib (57) <65187C6E-3FBF-3EB8-A1AA-389445E2984D> /usr/lib/system/libcache.dylib

0x7fff87d2a000 - 0x7fff87d35ff7 com.apple.CalendarAgentLink (1.0 - 37) <B794F739-3AA0-395E-B8EA-3E9DECA10890> /System/Library/PrivateFrameworks/CalendarAgentLink.framework/Versions/A/CalendarAgentLink

0x7fff87d36000 - 0x7fff8804dff7 com.apple.CoreServices.CarbonCore (1037.3 - 1037.3) <DF7CABCA-F2CB-345B-8EFF-F0F4E937B7FF> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore

0x7fff8804e000 - 0x7fff880a3ff7 libTIFF.dylib (845) <ADCB4683-69EB-318B-8BE7-5FDF38BCADAF> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib

0x7fff880a4000 - 0x7fff880a5fff libsystem_blocks.dylib (59) <D92DCBC3-541C-37BD-AADE-ACC75A0C59C8> /usr/lib/system/libsystem_blocks.dylib

0x7fff880a6000 - 0x7fff880a6fff com.apple.AOSMigrate (1.0 - 1) <585B1483-490E-32DD-97DC-B9279E9D3490> /System/Library/PrivateFrameworks/AOSMigrate.framework/Versions/A/AOSMigrate

0x7fff880a7000 - 0x7fff880b1fff com.apple.DisplayServicesFW (2.6.1 - 353) <0505CB8A-47D9-3539-9A0D-24F09D99E9D8> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices

0x7fff880b2000 - 0x7fff880c0ff7 libkxld.dylib (2050.18.24) <7027CE49-007D-3553-8FFA-3E3B428B2316> /usr/lib/system/libkxld.dylib

0x7fff880c1000 - 0x7fff881b6fff libiconv.2.dylib (34) <FEE8B996-EB44-37FA-B96E-D379664DEFE1> /usr/lib/libiconv.2.dylib

0x7fff881b7000 - 0x7fff88206ff7 libcorecrypto.dylib (106.2) <CE0C29A3-C420-339B-ADAA-52F4683233CC> /usr/lib/system/libcorecrypto.dylib

0x7fff88207000 - 0x7fff88270fff libstdc++.6.dylib (56) <EAA2B53E-EADE-39CF-A0EF-FB9D4940672A> /usr/lib/libstdc++.6.dylib

0x7fff88271000 - 0x7fff88277fff com.apple.DiskArbitration (2.5.1 - 2.5.1) <F7DAF7CC-5893-3F06-9168-3B0192B66D15> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration

0x7fff88278000 - 0x7fff882bbfff com.apple.RemoteViewServices (2.0 - 80.5) <F3A897C9-A277-3B56-8FB3-2BC2C10C33BF> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices

0x7fff882bc000 - 0x7fff882c8fff libCSync.A.dylib (324.6) <2033247A-CABC-3E20-8498-7367A8F44A08> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib

0x7fff882c9000 - 0x7fff88301fff libtidy.A.dylib (15.10) <9009156B-84F5-3781-BFCB-B409B538CD18> /usr/lib/libtidy.A.dylib

0x7fff88302000 - 0x7fff88308ff7 libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib

0x7fff88309000 - 0x7fff885adfff com.apple.CoreImage (8.2.2 - 1.0.1) <930B0B23-DD84-3B0C-B5A9-C09B7068A6F0> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage

0x7fff885ae000 - 0x7fff885cefff libPng.dylib (845) <C3CDD2B4-3CB0-3F6D-8411-DAAF267E952B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib

0x7fff885cf000 - 0x7fff885d6fff com.apple.phonenumbers (1.1 - 47) <E6A01FEF-9C6D-3C18-B378-63F4134756E6> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers

0x7fff8864c000 - 0x7fff8864dfff libDiagnosticMessagesClient.dylib (8) <8548E0DC-0D2F-30B6-B045-FE8A038E76D8> /usr/lib/libDiagnosticMessagesClient.dylib

0x7fff8864e000 - 0x7fff8865fff7 com.apple.CalendarFoundation (1.0 - 29) <2C84D3EB-844E-39DA-A848-43FC42707168> /System/Library/PrivateFrameworks/CalendarFoundation.framework/Versions/A/CalendarFoundation

0x7fff88660000 - 0x7fff8866bfff com.apple.CommonAuth (3.0 - 2.0) <74A86DDD-57D0-3178-AB74-E1F31DBFFC39> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth

0x7fff886b1000 - 0x7fff886baff7 com.apple.marco (8.0 - 900) <5864ADD1-FC2F-37EF-BE89-A9E582C78610> /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco

0x7fff886bb000 - 0x7fff8882ffff com.apple.CFNetwork (596.2.3 - 596.2.3) <6A16C2BD-1035-30F9-AE96-D9E3BB54A976> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork

0x7fff88874000 - 0x7fff8887cfff liblaunch.dylib (442.26.2) <2F71CAF8-6524-329E-AC56-C506658B4C0C> /usr/lib/system/liblaunch.dylib

0x7fff8887d000 - 0x7fff88881fff libCGXType.A.dylib (324.6) <2FC25246-A69F-3F81-9AC6-0A1753E1C6A8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib

0x7fff88882000 - 0x7fff88c79fff libLAPACK.dylib (1073.4) <D632EC8B-2BA0-3853-800A-20DA00A1091C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib

0x7fff88c7a000 - 0x7fff89422fff com.apple.CoreAUC (6.16.00 - 6.16.00) <B0B4B5B8-6F8F-3221-9128-313E3B8C695D> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC

0x7fff89423000 - 0x7fff89423fff libOpenScriptingUtil.dylib (148.2) <B8061D13-C1B2-38D5-A723-9A98D64E67AC> /usr/lib/libOpenScriptingUtil.dylib

0x7fff89424000 - 0x7fff8946fff7 com.apple.CoreMedia (1.0 - 926.62) <CFBD094F-DA9C-3498-9D50-BC754B56F00A> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia

0x7fff89470000 - 0x7fff89472fff libquarantine.dylib (52) <4BE2E642-A14F-340A-B482-5BD2AEFD9C24> /usr/lib/system/libquarantine.dylib

0x7fff89473000 - 0x7fff8948afff com.apple.CFOpenDirectory (10.8 - 151.10) <10F41DA4-AD54-3F52-B898-588D9A117171> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory

0x7fff8948b000 - 0x7fff894e1ff7 com.apple.opencl (2.1.20 - 2.1.20) <AF142CA4-EA1D-31B0-A48F-AA2B75D4309E> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL

0x7fff894e2000 - 0x7fff89762ff7 com.apple.AOSKit (1.05 - 151) <A34E8584-797C-318F-9E25-937A710C68AB> /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit

0x7fff8977f000 - 0x7fff89783fff com.apple.IOSurface (86.0.3 - 86.0.3) <C121DE83-ED12-3DC1-BDB3-4FCB29AB0571> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface

0x7fff89784000 - 0x7fff89785ff7 libremovefile.dylib (23.1) <DBBFAF35-AC78-3856-92F6-6E4FD9DF14A2> /usr/lib/system/libremovefile.dylib

0x7fff89786000 - 0x7fff897a8ff7 libxpc.dylib (140.41) <FAC04D8B-680E-325F-8F0C-DD69859D0E01> /usr/lib/system/libxpc.dylib

0x7fff897a9000 - 0x7fff8985afff com.apple.LaunchServices (539.7 - 539.7) <DA7C602E-5E01-31B8-925D-B45360CA089F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices

0x7fff89d51000 - 0x7fff89eecfef com.apple.vImage (6.0 - 6.0) <FAE13169-295A-33A5-8E6B-7C2CC1407FA7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage

0x7fff89eed000 - 0x7fff8a006ff7 com.apple.ImageIO.framework (3.2.0 - 845) <553B9828-A7D9-3AE4-A214-1C33417545FD> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO

0x7fff8a007000 - 0x7fff8a008ff7 libsystem_sandbox.dylib (220) <3C3B03CF-C525-3CB3-8557-62E91B93AC95> /usr/lib/system/libsystem_sandbox.dylib

0x7fff8a251000 - 0x7fff8a28efe7 libGLImage.dylib (8.6.1) <7F31DD61-3110-3541-A9BB-035CD1262E50> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib

0x7fff8a294000 - 0x7fff8a6b1fff FaceCoreLight (2.4.1) <A34C9575-C4C1-31B1-809B-7751070B4E8B> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight

0x7fff8a6b2000 - 0x7fff8a6b8fff libmacho.dylib (829) <BF332AD9-E89F-387E-92A4-6E1AB74BD4D9> /usr/lib/system/libmacho.dylib

0x7fff8a7c2000 - 0x7fff8a7ceff7 com.apple.DirectoryService.Framework (10.8 - 151.10) <DA05EF06-8EBD-3759-B5D3-E6FC86C5D850> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService

0x7fff8a7cf000 - 0x7fff8a837ff7 libc++.1.dylib (65.1) <20E31B90-19B9-3C2A-A9EB-474E08F9FE05> /usr/lib/libc++.1.dylib

0x7fff8a884000 - 0x7fff8a8abff7 com.apple.PerformanceAnalysis (1.16 - 16) <E4888388-F41B-313E-9CBB-5807D077BDA9> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis

0x7fff8a8af000 - 0x7fff8a8f7fff libcurl.4.dylib (69.2) <EBDBF42D-E4A6-3D05-A76B-2817D79D59E2> /usr/lib/libcurl.4.dylib

0x7fff8a924000 - 0x7fff8a92cfff com.apple.AOSNotification (1.7.0 - 636.2) <20E768EB-FB1A-341F-8995-92272FDA8D6D> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotification

0x7fff8a92d000 - 0x7fff8a92efff libffi.dylib (18) <D20FE81C-271C-3446-ABC8-50B6A6F5BEA4> /usr/lib/libffi.dylib

0x7fff8a92f000 - 0x7fff8a93cff7 com.apple.NetAuth (4.0 - 4.0) <F5BC7D7D-AF28-3C83-A674-DADA48FF7810> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth

0x7fff8a93d000 - 0x7fff8a95cff7 libresolv.9.dylib (51) <0882DC2D-A892-31FF-AD8C-0BB518C48B23> /usr/lib/libresolv.9.dylib

0x7fff8a98f000 - 0x7fff8a98ffff com.apple.Accelerate (1.8 - Accelerate 1.8) <6AD48543-0864-3D40-80CE-01F184F24B45> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate

0x7fff8a990000 - 0x7fff8a994fff libGIF.dylib (845) <2690CE83-E934-3EF8-A30A-996EDADCE3E4> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib

0x7fff8a9e6000 - 0x7fff8aca9ff7 com.apple.AddressBook.framework (7.1 - 1167) <92EF9CE4-A42B-3D30-8CA2-79C0A66BB4CE> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook

0x7fff8acaa000 - 0x7fff8acd2fff libJPEG.dylib (845) <A32618D7-FB91-3EE2-A105-5407B2F3F8D8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib

0x7fff8acd3000 - 0x7fff8acd5ff7 com.apple.print.framework.Print (8.0 - 258) <34666CC2-B86D-3313-B3B6-A9977AD593DA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print

0x7fff8acd6000 - 0x7fff8ad63ff7 com.apple.SearchKit (1.4.0 - 1.4.0) <C7F43889-F8BF-3CB9-AD66-11AEFCBCEDE7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit

0x7fff8ad64000 - 0x7fff8adaffff com.apple.framework.CoreWLAN (3.0.1 - 301.11) <8370178E-438C-375C-AA41-A8DEE60B8636> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN

0x7fff8adb0000 - 0x7fff8adfdfff com.apple.CoreMediaIO (301.0 - 4147) <3B748499-C173-357B-976C-9FF257C5171E> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO

0x7fff8ae04000 - 0x7fff8ae3afff com.apple.DebugSymbols (98 - 98) <14E788B1-4EB2-3FD7-934B-849534DFC198> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols

0x7fff8ae3b000 - 0x7fff8ae3bfff com.apple.SafariDAVNotifier (1.1.1 - 1) <F2E6ABF4-C7D7-341F-BC27-C9B0E7C4F4EB> /System/Library/PrivateFrameworks/BookmarkDAV.framework/Versions/A/Frameworks/SafariDAVNotifier.framework/Versions/A/SafariDAVNotifier

0x7fff8ae3c000 - 0x7fff8af47fff libFontParser.dylib (84.5) <617A7D30-C7BC-39FC-A1FE-59367B4A5719> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib

0x7fff8af48000 - 0x7fff8b1f6fff com.apple.imageKit (2.2 - 667) <66A64289-6259-335E-9D8C-E3E02ECE7837> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit

0x7fff8b1f7000 - 0x7fff8b348fff com.apple.audio.toolbox.AudioToolbox (1.8 - 1.8) <833DA682-A3C1-39E7-AEC3-9EDC734DE2A9> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox

0x7fff8b349000 - 0x7fff8b3efff7 com.apple.CoreServices.OSServices (557.4 - 557.4) <841878A8-6F3E-300D-8F01-444B3CC1F41D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices

0x7fff8b3f0000 - 0x7fff8b664ff7 com.apple.CalendarStore (6.0 - 1245) <E7844C45-CDCD-3639-9476-7DBACDC90490> /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore

0x7fff8b665000 - 0x7fff8b665fff com.apple.quartzframework (1.5 - 1.5) <6403C982-0D45-37EE-A0F0-0EF8BCFEF440> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz

0x7fff8b666000 - 0x7fff8b679ff7 libbsm.0.dylib (32) <F497D3CE-40D9-3551-84B4-3D5E39600737> /usr/lib/libbsm.0.dylib

0x7fff8b67a000 - 0x7fff8b67dfff libRadiance.dylib (845) <E8956A35-494E-3014-8B86-362D32576116> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib

0x7fff8b6b4000 - 0x7fff8b6fcfff com.apple.framework.CoreWiFi (1.0 - 100.10) <0E863B4A-1094-3F8D-BEDE-D99537E9C588> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi

0x7fff8b6fd000 - 0x7fff8b74cff7 libFontRegistry.dylib (100) <2E03D7DA-9B8F-31BB-8FB5-3D3B6272127F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib

0x7fff8b74d000 - 0x7fff8b757fff com.apple.speech.recognition.framework (4.1.5 - 4.1.5) <D803919C-3102-3515-A178-61E9C86C46A1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition

0x7fff8b79a000 - 0x7fff8b897ff7 libxml2.2.dylib (22.3) <47B09CB2-C636-3024-8B55-6040F7829B4C> /usr/lib/libxml2.2.dylib

0x7fff8b898000 - 0x7fff8b8cfff7 libssl.0.9.8.dylib (47) <923945E6-C489-3406-903B-A362410753F8> /usr/lib/libssl.0.9.8.dylib

0x7fff8b8d0000 - 0x7fff8b8ddfff com.apple.AppleFSCompression (49 - 1.0) <5508344A-2A7E-3122-9562-6F363910A80E> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression

0x7fff8b8de000 - 0x7fff8b8dffff libodfde.dylib (18) <015DD2A0-D59A-3547-909D-7C028A65C312> /usr/lib/libodfde.dylib

0x7fff8b8e0000 - 0x7fff8b8e4fff com.apple.SecCodeWrapper (2.0 - 1) <B9D67B7E-8EAD-30E7-8898-98EF29E9A44C> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper

0x7fff8b975000 - 0x7fff8b9a1fff com.apple.quartzfilters (1.8.0 - 1.7.0) <B8DE45D7-1827-3379-A478-1A574A1D11D9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters

0x7fff8b9a2000 - 0x7fff8bb50fff com.apple.QuartzCore (1.8 - 304.0) <897FAA5D-FF13-33FE-878B-B164D684F019> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore

0x7fff8bb51000 - 0x7fff8bdacff7 com.apple.QuartzComposer (5.1 - 284) <D9CDC9ED-9F03-30F0-80DF-BA189A054AC9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer

0x7fff8be28000 - 0x7fff8be64fff com.apple.GeoServices (1.0 - 1) <DB382348-EBFA-3AD5-888B-7F4640F41834> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices

0x7fff8c1f1000 - 0x7fff8c1fcfff com.apple.CoreBluetooth (100.6 - 1) <8166B68C-3AA7-30F9-8454-CA2AA03F50E4> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth

0x7fff8c1fd000 - 0x7fff8c497ff7 com.apple.JavascriptCore (8536 - 8536.26.7) <ADAD1276-675A-3000-B746-560A2EB596A2> /System/Library/Frameworks/JavascriptCore.framework/Versions/A/JavascriptCore

0x7fff8c498000 - 0x7fff8c505ff7 com.apple.framework.IOKit (2.0 - 755.18.10) <142E19DD-1C8D-3D61-ABC8-83994A73279F> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit

0x7fff8c506000 - 0x7fff8c51afff com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) <94EDF2AB-809C-3D15-BED5-7AD45B2A7C16> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis

0x7fff8c51b000 - 0x7fff8c574fff com.apple.ImageCaptureCore (5.0.1 - 5.0.1) <2CC27836-1E1E-3633-B15C-A3BA1734D092> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore

0x7fff8c575000 - 0x7fff8c5c6ff7 com.apple.iCalendar (6.0 - 126.5) <3C743E01-70DB-341C-89EC-13B5EA70EEE2> /System/Library/PrivateFrameworks/iCalendar.framework/Versions/A/iCalendar

0x7fff8c5c7000 - 0x7fff8c601fff com.apple.GSS (3.0 - 2.0) <0BDF8090-5EF4-3759-94DE-8521D74188AA> /System/Library/Frameworks/GSS.framework/Versions/A/GSS

0x7fff8c602000 - 0x7fff8c6a0ff7 com.apple.ink.framework (10.8.2 - 150) <84B9825C-3822-375F-BE58-A753444FBDE2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink

0x7fff8c6a1000 - 0x7fff8c6b8fff com.apple.GenerationalStorage (1.1 - 132.2) <3F5C87BD-D866-3732-8CB9-D23ED9784D6E> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage

0x7fff8c6b9000 - 0x7fff8d672fff com.apple.WebCore (8536 - 8536.26.14) <60029E1A-C1DB-3A1F-8528-4970058D8B3D> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore

0x7fff8d681000 - 0x7fff8d754ff7 com.apple.DiscRecording (7.0 - 7000.2.4) <E5F3F320-1049-32D8-8189-916EF5C40A1A> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording

0x7fff8d755000 - 0x7fff8d812ff7 com.apple.ColorSync (4.8.0 - 4.8.0) <6CE333AE-EDDB-3768-9598-9DB38041DC55> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync

0x7fff8d813000 - 0x7fff8d847fff com.apple.securityinterface (6.0 - 55024.4) <614C9B8E-2056-3A41-9A01-DAF74C97CC43> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface

0x7fff8d898000 - 0x7fff8d99afff libJP2.dylib (845) <405CAF25-0AA5-3C6B-A4A6-94471A1EDD2F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib

0x7fff8d99b000 - 0x7fff8da1cfff com.apple.Metadata (10.7.0 - 707.3) <A45D75C1-B311-39F0-AF4A-63FCCC098C1D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata

0x7fff8da1d000 - 0x7fff8da38ff7 com.apple.frameworks.preferencepanes (15.0 - 15.0) <45E922F9-E5F5-3026-90BA-C1F5F8451C9B> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes

0x7fff8da39000 - 0x7fff8da67ff7 libsystem_m.dylib (3022.6) <B434BE5C-25AB-3EBD-BAA7-5304B34E3441> /usr/lib/system/libsystem_m.dylib

0x7fff8da68000 - 0x7fff8dad8fff com.apple.ISSupport (1.9.8 - 56) <23ED7650-2705-355A-9F11-409A9981AC53> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport

0x7fff8dad9000 - 0x7fff8dae5fff com.apple.CrashReporterSupport (10.8.2 - 414.3) <B1A904D2-1944-39AD-9F43-F589CEE3FCC3> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport

0x7fff8dae6000 - 0x7fff8daedfff com.apple.NetFS (5.0 - 4.0) <82E24B9A-7742-3DA3-9E99-ED267D98C05E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS

0x7fff8daee000 - 0x7fff8db10ff7 com.apple.AOSAccounts (1.1.2 - 1.1.94) <6D0ECB77-3081-3DC8-9B4F-20E5A1A09554> /System/Library/PrivateFrameworks/AOSAccounts.framework/Versions/A/AOSAccounts

0x7fff8db11000 - 0x7fff8db47fff libsystem_info.dylib (406.17) <4FFCA242-7F04-365F-87A6-D4EFB89503C1> /usr/lib/system/libsystem_info.dylib

0x7fff8db8b000 - 0x7fff8dc28ff7 com.apple.PDFKit (2.7.2 - 2.7.2) <DE5BE2EF-2570-3792-B1C3-AAD45765F533> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit

0x7fff8dc29000 - 0x7fff8dc2dfff libMatch.1.dylib (17) <E10E50F3-25F8-3B9B-AA11-923E40F5FFDD> /usr/lib/libMatch.1.dylib

0x7fff8dc2e000 - 0x7fff8dc95ff7 com.apple.coredav (1.0.1 - 179.6) <4E7C1925-D6D9-3E27-8FF1-BD4E615CC87E> /System/Library/PrivateFrameworks/CoreDAV.framework/Versions/A/CoreDAV

 

External Modification Summary:

Calls made by other processes targeting this process:

task_for_pid: 2

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: 232

thread_create: 0

thread_set_state: 0

 

VM Region Summary:

ReadOnly portion of Libraries: Total=231.5M resident=138.3M(60%) swapped_out_or_unallocated=93.2M(40%)

Writable regions: Total=136.0M written=12.6M(9%) resident=24.8M(18%) swapped_out=0K(0%) unallocated=111.3M(82%)

 

REGION TYPE VIRTUAL

=========== =======

CG backing stores 3972K

CG image 484K

CG raster data 564K

CG shared images 1184K

CoreAnimation 3572K

CoreImage 588K

CoreServices 1096K

IOKit 2824K

MALLOC 85.6M

MALLOC guard page 48K

Memory tag=240 4K

Memory tag=242 12K

Memory tag=249 156K

Memory tag=251 140K

OpenCL 108K

SQLite page cache 480K

STACK GUARD 56.1M

Stack 20.2M

VM_ALLOCATE 16.3M

__DATA 22.4M

__IMAGE 528K

__LINKEDIT 53.7M

__TEXT 177.8M

__UNICODE 544K

mapped file 38.5M

shared memory 308K

=========== =======

TOTAL 486.8M

 

Model: MacBookPro9,1, BootROM MBP91.00D3.B06, 4 processors, Intel Core i7, 2.39 GHz, 16 GB, SMC 1.30f3

Graphics: NVIDIA Chip Model, NVIDIA Chip Model, PCIe, 5 MB

Memory Module: BANK 0/ChannelA-DIMM0, 4 GB, DDR3, 1333 MHz, G Skill Intl, F3-10666CL9-4GBSQ

Memory Module: BANK 1/ChannelA-DIMM1, 4 GB, DDR3, 1333 MHz, G Skill Intl, F3-10666CL9-4GBSQ

Memory Module: BANK 2/ChannelB-DIMM0, 4 GB, DDR3, 1333 MHz, G Skill Intl, F3-10666CL9-4GBSQ

Memory Module: BANK 3/ChannelB-DIMM1, 4 GB, DDR3, 1333 MHz, G Skill Intl, F3-10666CL9-4GBSQ

Bluetooth: Version 4.0.9f33 10885, 2 service, 18 devices, 1 incoming serial ports

Network Service: Ethernet, Ethernet, en0

Serial ATA Device: M4-CT256M4SSD2, 256.06 GB

Serial ATA Device: ST9750420AS, 750.16 GB

Serial ATA Device: MAT{censored}A BD-RE UJ240AF

USB Device: hub_device, 0x8087 (Intel Corporation), 0x0024, 0x1a100000 / 2

USB Device: Laptop_Integrated_Webcam_2HDM, 0x0408 (Quanta Computer Inc.), 0x2fb1, 0x1a140000 / 4

USB Device: NVIDIA stereo controller, 0x0955 (NVIDIA), 0x7002, 0x1a130000 / 3

USB Device: hub_device, 0x8087 (Intel Corporation), 0x0024, 0x1d100000 / 2

USB Device: Bluetooth USB Host Controller, 0x8086 (Intel Corporation), 0x0189, 0x1d150000 / 3

Edited by Ramaddil
Link to comment
Share on other sites

@TimeWalker75,

 

Could you share your UEFI boot setup please?

 

Ive installed osx on a GPT partition, put the clover efi folder on the 209.7mb boot partition (this stopped the Operating System not found message), but now im left with just a spinning line in the top left hand corner. It just doesn't load into clover.

 

I replaced UEFIdriverx64 with the one you uploaded earlier.

 

Just not sure what to try next.

 

ps i formatted the boot partition to fat32 before i copied the efi folder

Link to comment
Share on other sites

can you upload your kexts? I will probably need the old audio kexts, as the one from DoiX's package did not work.

 

I was previously using the 2.7.4 VoodooHDA, but the new ones just cause a KP (!)

 

On second thoughts I fixed the battery like this:Screen_Shot_2013_03_17_at_07_43_51.png

Link to comment
Share on other sites

Thanks. Same problem as before here, headphone jacks produce sound, volume control visible on top bar, but no option for speaker output. Any thoughts?

 

EDIT: Nothing from the AppleHDA side worked for me. I went back to VoodooHDA 2.8.2 from OSXNET - this seems the most reliable for me.

Link to comment
Share on other sites

 Share

×
×
  • Create New...