Help? optimus/bumblebee force shutoff

Hi @ everybody,
I've installed Arch (3.10.3-1-ARCH) on my new Vaio SVS13A2 notebook. Works like a charm, except of the graphics switching thing...
I've installed the intel+intel-dri and nvidia driver, bumblebee, bbswitch, as well as primus.
So first of all I check if bumblebee deamon is running and then turn the craphics on:
# systemctl | grep bumblebee
bumblebeed.service loaded active running Bumblebee C Daemon
# tee /proc/acpi/bbswitch <<<ON
ON
# cat /proc/acpi/bbswitch
0000:01:00.0 ON
# lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
01:00.0 VGA compatible controller: NVIDIA Corporation GK107M [GeForce GT 640M LE] (rev a1)[/ins]
#modprobe nvidia
dmesg | grep -C 10 bbswitch:
[ 2.361897] iTCO_vendor_support: vendor-support=0
[ 2.363428] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10
[ 2.363486] iTCO_wdt: Found a Panther Point TCO device (Version=2, TCOBASE=0x0460)
[ 2.363612] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 2.393956] systemd-udevd[156]: renamed network interface eth0 to enp4s0
[ 2.417337] systemd-udevd[165]: renamed network interface wlan0 to wlp2s0
[ 2.420532] [drm] GMBUS [i915 gmbus dpd] timed out, falling back to bit banging on pin 6
[ 2.435022] fbcon: inteldrmfb (fb0) is primary device
[ 2.450563] iwlwifi 0000:02:00.0: L1 Enabled; Disabling L0S
[ 2.457345] iwlwifi 0000:02:00.0: Radio type=0x2-0x1-0x0
[ 2.476037] bbswitch: version 0.7
[ 2.476040] bbswitch: Found integrated VGA device 0000:00:02.0: \_SB_.PCI0.GFX0
[ 2.476042] bbswitch: Found discrete VGA device 0000:01:00.0: \_SB_.PCI0.PEG0.PEGP
[ 2.476090] bbswitch: detected an Optimus _DSM function
[ 2.476098] pci 0000:01:00.0: enabling device (0006 -> 0007)
[ 2.476123] bbswitch: Succesfully loaded. Discrete card 0000:01:00.0 is on
[ 2.477101] bbswitch: disabling discrete graphics
[ 2.491352] pci 0000:01:00.0: power state changed by ACPI to D3cold
[ 147.364282] bbswitch: enabling discrete graphics
[ 147.573363] pci 0000:01:00.0: power state changed by ACPI to D0
[ 283.321906] nvidia: module license 'NVIDIA' taints kernel.
[ 283.321910] Disabling lock debugging due to kernel taint
[ 283.326888] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=none
[ 283.327030] [drm] Initialized nvidia-drm 0.0.0 20130102 for 0000:01:00.0 on minor 1
[ 283.327035] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 325.15 Wed Jul 31 18:50:56 PDT 2013
If I type:
# optirun -vv glxgears
or
#primusrun glxgears
then the notebook just goes instant off, like i pulled the battery. Can't be healthy... Please help.
glxgears is working normally without optirun/primusrun.
This is what optirun displays, before the whole system just shutoff:
#optirun -vv glxgears
[ 51.955411] [DEBUG]Reading file: /etc/bumblebee/bumblebee.conf
[ 51.955626] [INFO]Configured driver: nvidia
[ 51.955738] [DEBUG]optirun version 3.2.1 starting...
[ 51.955746] [DEBUG]Active configuration:
[ 51.955750] [DEBUG] bumblebeed config file: /etc/bumblebee/bumblebee.conf
[ 51.955753] [DEBUG] X display: :8
[ 51.955764] [DEBUG] LD_LIBRARY_PATH: /usr/lib/nvidia:/usr/lib32/nvidia
[ 51.955767] [DEBUG] Socket path: /var/run/bumblebee.socket
[ 51.955769] [DEBUG] Accel/display bridge: primus
[ 51.955780] [DEBUG] VGL Compression: proxy
[ 51.955783] [DEBUG] VGLrun extra options:
[ 51.955787] [DEBUG] Primus LD Path: /usr/lib/primus:/usr/lib32/primus
here are my configs:
bumblebee.conf
[bumblebeed]
VirtualDisplay=:8
KeepUnusedXServer=false
ServerGroup=bumblebee
TurnCardOffAtExit=false
NoEcoModeOverride=false
Driver=nvidia
XorgConfDir=/etc/bumblebee/xorg.conf.d
[optirun]
Bridge=primus
VGLTransport=proxy
PrimusLibraryPath=/usr/lib/primus:/usr/lib32/primus
AllowFallbackToIGC=false
[driver-nvidia]
KernelDriver=nvidia
PMMethod=auto
LibraryPath=/usr/lib/nvidia:/usr/lib32/nvidia
XorgModulePath=/usr/lib/nvidia/xorg/,/usr/lib/xorg/modules
XorgConfFile=/etc/bumblebee/xorg.conf.nvidia
xorg.conf.nvidia:
Section "ServerLayout"
Identifier "Layout0"
Option "AutoAddDevices" "false"
Option "AutoAddGPU" "false"
EndSection
Section "Device"
Identifier "DiscreteNvidia"
Driver "nvidia"
VendorName "NVIDIA Corporation"
Option "ProbeAllGpus" "false"
Option "NoLogo" "true"
Option "UseEDID" "false"
Option "UseDisplayDevice" "none"
EndSection
Hope there is no information missing.
Thanks in advance for your help.
Martin
Last edited by martin155 (2013-08-08 12:41:44)

Yeah, you're right. Should have read the comment above PMMethod. I've now read the rest of the config at least
Lekensteyn wrote:Can you try to isolate the faulty component? It seems that bbswitch+nvidia = power off, but what about using Driver=nouveau?
What if you manually (with bumblebeed disabled) run (after a reboot without bumblebeed running nor nvidia loaded):
every command you wrote works like a charm:
# modprobe -v bbswitch
insmod /lib/modules/3.10.3-1-ARCH/extramodules/bbswitch.ko.gz
# tee /proc/acpi/bbswitch <<<OFF
OFF
# tee /proc/acpi/bbswitch <<<ON
ON
# cat /proc/acpi/bbswitch
0000:01:00.0 ON
# modprobe -v nvidia
insmod /lib/modules/3.10.3-1-ARCH/extramodules/nvidia.ko.gz
# modprobe -v -r nvidia
rmmod nvidia
# tee /proc/acpi/bbswitch <<<OFF
OFF
# cat /proc/acpi/bbswitch
0000:01:00.0 OFF
Turning the card on/off and loading nvidia kernel module via modprobe works.
There seems to be sth wrong with bumblebee?! I reinstalled everything several times / deleted config etc, before I opened this thread.
Oh, you're right Lekenstyn: I forgot to mention that it's the same with nouveau.
So there has to be sth wrong with bumblebee, right?
But what? I'm totally new to Linux-Optimus.
€dit: I'm not totally new to Arch, but why the heck is journalctl only outputting logs upto 2nd Aug? strange...
Well, this has to wait a sec, gotta go to the grocery
Last edited by martin155 (2013-08-08 17:04:48)

Similar Messages

  • Help need for force to signout All session ! how...

    hi
         help need for force to  signout All session !  how ??
    Solved!
    Go to Solution.

    Hi and welcome to the Skype Community,
    To force a signout of all instances your Skype is signed into please change your password: https://support.skype.com/en/faq/FA95/how-do-i-change-my-password
    Follow the latest Skype Community News
    ↓ Did my reply answer your question? Accept it as a solution to help others, Thanks. ↓

  • Can anyone help solve my forced reboot/Kernel panic situation?

    Dear mac users,
    Since 3 months I own my first macbook pro.
    Since some days, this happens: first the a transparent grey screen rolls down; then a grey box appears in which is written
    *You need to restart your computer. Hold down the Power button for several*
    *seconds or press the Restart button.*
    It happens quite regularly, the last time just after booting. There's no other choice but to switch off and reboot. The apple hardware test didn't reveal any problems.
    The problems started to occur after I applied the latest upgrades, and installed Parallels, in which I'm running Windows XP. The event however also occurs when Parallels is not running. I also freed up HD space, but to no result. After using the last major upgrade and rebooting, I noticed a one-time event of the screen seeming to darken forcing me to adjust brightness to the previous levels. The mouse pointer has disappeared and reappeared on one occasion.
    The last report seems to point to the USB drivers or bluetooth devise. Bluetooth and airport have both been switched off during the events. I might add that I have an external screen attached as I do a lot of photo editing.
    Any help will be grately appreciated! After finally abandoning windows, I thought my life would at last be free of trouble...
    This is the *last report*:
    Thu May 29 12:33:48 2008
    panic(cpu 1 caller 0x001A8CD4): Kernel trap at 0x0425fe00, type 14=page fault, registers:
    CR0: 0x8001003b, CR2: 0xe0004050, CR3: 0x013da000, CR4: 0x00000660
    EAX: 0x0489fa00, EBX: 0xe0004051, ECX: 0x0489fa00, EDX: 0x0489f000
    CR2: 0xe0004050, EBP: 0x46e97c58, ESI: 0x46e97c70, EDI: 0x0457ec00
    EFL: 0x00010202, EIP: 0x0425fe00, CS: 0x00000008, DS: 0x04220010
    Error code: 0x00000002
    Backtrace, Format - Frame : Return Address (4 potential args on stack)
    0x46e97a58 : 0x12b0fa (0x459294 0x46e97a8c 0x133243 0x0)
    0x46e97aa8 : 0x1a8cd4 (0x4627fc 0x425fe00 0xe 0x461fac)
    0x46e97b88 : 0x19ede5 (0x46e97ba0 0x2e 0x46e97c58 0x425fe00)
    0x46e97b98 : 0x425fe00 (0xe 0x48 0x10 0x2e990010)
    0x46e97c58 : 0x97b86c (0x489fa00 0x46e97c70 0x97dfa8 0xe0004051)
    0x46e97d88 : 0x5973dd (0x489fa00 0x457ec00 0xe0004051 0x0)
    0x46e97df8 : 0x80338f (0x42d9000 0x487b500 0xe0004051 0x0)
    0x46e97e68 : 0x801c30 (0x42d9000 0x4770000 0xe0004051 0x4769040)
    0x46e97ec8 : 0x5938f7 (0x42d9000 0x3e8 0x46e97f08 0x139906)
    0x46e97f28 : 0x42313c (0x42d9000 0x4846d80 0x46e97f44 0x1398d6)
    0x46e97f78 : 0x13eb1d (0x4846d80 0x4831670 0x0 0x2e03)
    0x46e97fc8 : 0x19ebdc (0x0 0x0 0x1a20b5 0x41701c0)
    Backtrace terminated-invalid frame pointer 0
    Kernel loadable modules in backtrace (with dependencies):
    com.apple.driver.AppleUSBBluetoothHCIController(2.1f17)@0x978000->0x97efff
    dependency: com.apple.iokit.IOBluetoothFamily(2.1f17)@0x941000
    dependency: com.apple.iokit.IOUSBFamily(3.1.5)@0x592000
    com.apple.driver.AppleUSBUHCI(3.1.5)@0x7fd000->0x80afff
    dependency: com.apple.iokit.IOPCIFamily(2.4.1)@0x5c1000
    dependency: com.apple.iokit.IOUSBFamily(3.1.5)@0x592000
    com.apple.iokit.IOUSBFamily(3.1.5)@0x592000->0x5b9fff
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    9D34
    Kernel version:
    Darwin Kernel Version 9.3.0: Fri May 23 00:49:16 PDT 2008; root:xnu-1228.5.18~1/RELEASE_I386
    System model name: MacBookPro3,1 (Mac-F4238BC8)
    System configuration:
    Model: MacBookPro3,1, BootROM MBP31.0070.B07, 2 processors, Intel Core 2 Duo, 2.4 GHz, 2 GB
    Graphics: GeForce 8600M GT, GeForce 8600M GT, spdisplayspciedevice, 256 MB
    Memory Module: BANK 0/DIMM0, 1 GB, DDR2 SDRAM, 667 MHz
    Memory Module: BANK 1/DIMM1, 1 GB, DDR2 SDRAM, 667 MHz
    AirPort: spairportwireless_card_type_airportextreme (0x168C, 0x87), 1.3.5
    Bluetooth: Version 2.1.0f17, 2 service, 0 devices, 1 incoming serial ports
    Network Service: Ethernet, Ethernet, en0
    Network Service: Parallels Host-Guest, Ethernet, en2
    Network Service: Parallels NAT, Ethernet, en3
    PCI Card: pci168c,24, sppci_othernetwork, PCI Slot 5
    Serial ATA Device: FUJITSU MHW2160BHPL, 149,05 GB
    Parallel ATA Device: HL-DT-ST DVDRW GSA-S10N
    USB Device: Built-in iSight, Apple Inc., high_speed, 500 mA
    USB Device: USB2.0 Hub, high_speed, 500 mA
    USB Device: USB Keyboard, Chicony, low_speed, 500 mA
    USB Device: deskjet 3600, hp, full_speed, 500 mA
    USB Device: USB2.0 Hub, high_speed, 500 mA
    USB Device: Super Multi Rewriter, HLDS Inc., high_speed, 500 mA
    USB Device: Mass Storage Device, Generic, high_speed, 500 mA
    USB Device: Apple Internal Keyboard / Trackpad, Apple Computer, full_speed, 500 mA
    USB Device: IR Receiver, Apple Computer, Inc., low_speed, 500 mA
    USB Device: Bluetooth USB Host Controller, Apple, Inc., full_speed, 500 mA
    USB Device: PHILIPS VOIP321, full_speed, 500 mA

    I doubt this is a permissions issue.
    Try unplugging your USB devices, see if the problem occurs again.
    I've had this happen when I tried to plugin a PHILIPS VOIP321 phone for attempted use over parallels. For some odd reason, the USB bus drivers of OS X just can't seem to recognize 2 VOIP phone thus far. The Philips VOIP321 and the Linksys CIT300 are both that I've tested and have never been able to get functioning.
    I saw you had USB Device: PHILIPS VOIP321, full_speed, 500 mA in your report, so may be the same issue.
    Thing is I find it odd that the USB Device was even named. I don't think my panic reports had that in it. Which leads me to believe that perhaps your issue is not the same as mine.
    has your VOIP321 functioned properly ever? if so, how?

  • Need help...Force Quit doesn't work & keep crashing HD b/c of it

    For a week now, I have been trying to re-download my iTunes library from the iTunes store. Turns out, the problem has to do with the amount of downloads they put in my queue, which causes iTunes to crash. But, when it does crash, Force Quit doesn't work UNTIL I am forced to unplug the hard drive it was writing to. This is BAD and could kill my hard drive (I've had to do this AT LEAST 20 times this week and have repaired it 4 times with DiskWarrior and TechTool Pro during the past week).
    Is there ANY way to get force quit to work without having to do this to the hard drive?? Seagate is no help as their phone just rings...no customer support avail even though hours say they are open. I am using 10.4.10 and a 500GB Seagate Pro External Hard Drive. I would put this in iTunes, but Force Quit is a Tiger thing. Off topic a bit, do you think iTunes would crash less if I downloaded to my internal HD instead (though, not really feasible as my internal couldn't fit all the downloads anyway)???
    Thanks in advance for any suggestions!

    The previous reply was correct -- the freeze you are experiencing has nothing to do with the number of songs in the iTunes queue. The problem is with your hard drive. The newer Seagate FreeAgent drives (and all FreeAgent Pros) use a chipset that does not play well with recent versions of MacOS. I am not sure if Seagate uses two individual chipsets: one for USB and one for eSATA (assuming you are using a FreeAgent Pro), or simple one that supports both protocols, but that is the causing your mysterious freeze.
    I have spent weeks troubleshooting this very same problem and have yet to find a solution. Right now, I am in standby mode until Apple releases 10.4.11 which is said to have fixed "issues with USB devices." I have tried many brands of external drives (Western Digital, Hitachi, roll-your-own, pre-FreeAgent Seagates) and they all work fine. I have even removed the drives from the FreeAgent Pro drives and put them into roll-your-own USB enclosures and they work fine. The problem is with the Seagate FreeAgent interface chip itself.
    Hopefully you can still return your new FreeAgent drive to the store you bought it from. I am a strong believer in Seagate drives and use them extensively at home and work (over a dozen externals total) and the FreeAgents have caused more trouble than I've ever experienced with an external device. As of now, I am using a Western Digital 750GB MyBook drive until Seagate or Apple can find a permanent fix for the issue.
    That being said, the FreeAgents have worked fine in the past and only recently have begun to have issues, so if you can, try rolling back to an earlier version of 10.4 and try again. Being a software developer, that option wasn't available to me.

  • Hiding Quick Help Link and Force Display Explanation Message

    Hi,
    We are using the Talent Profile window in Talent Management and have added custom help text in the explanation hierarchy elements for each view using Floorplan manager configuration. The requirement is for this help text to always be shown when the user views the screen. Also immediately to the right of the explanation text is a link "Hide Quick Help". We would like to Hide/remove that link from the screen so that the users will not accidentally hide the help text in the explanation UI element. Now I have searched the forums here and saw threads such as Show explanation by defaul ("Display Quick Help")? and How to hide Display Quick Help and More Field Help and others. I have tried using the application parameters WDDISABLEUSERPERSONALIZATION and WDHIDEMOREFIELDHELPASDEFAULT.The setting WDDISABLEUSERPERSONALIZATION = X successfullyremoved the personalization options from the context menu. I tried WDHIDEMOREFIELDHELPASDEFAULT and if the user had previously selected "Hide Quick Help", setting this parameter to either X or space did not bring up the Explanation text when that user closed out of and then re-entered the application. Does anyone know how to force this text to display regardless of what the user previously selected?
    Also I am at a lost as to how to get rid of the link "Hide Quick Help". Any help will be appreciated.
    Thanks,
    Gregg

    Hi,
    Was a solution found for this. I also have this request and the setting WDHIDEMOREFIELDHELPASDEFAULT does not solve this.
    Thanks,
    Sherri

  • Need help Recording G-Force VST's Like MInimonsta and M-Tron

    Hello everyone!
    Having a great time with logic pro 7 so far,
    I need some help recording my G-Force synths.
    Do I use the instrument,Rewire, or Audio tracks?
    Any basic setup tips would be golden!
    Thanks Folks
    Abe
    1.5 ghz, 1 gig ram   Mac OS X (10.3.9)  

    You should be using the AU versions... any reason not to or was the VST term used as a generic term for softsynth? They are avalable as AU.
    You would use an Audio Instrument track and then where you would set the input if it were an audio track... in audio instrument this is a pop up for your softdynths/samplers.
    Once you are ready to commit them as audio files then use "export track as audio file".
    J

  • Help with Bumblebee install

    Hi All,
    I'm having a few problems getting bumblebee installed.
    I have downloaded the most recent tar file from,
    https://github.com/Bumblebee-Project/Bu … /downloads
    used "tar xf filename" to unpack into it's own directory.
    I am now running sudo ./install to attempt an install (is this correct? I don't need to use makepkg?).
    The install tells me I have missing dependencies of virtualgl-bin and dkms-nvidia...
    I have virtualgl 2.3-2 installed and it appears when I type pacman -Q virtualgl. So I'm a little confused as to what virtualgl-bin is and where I get it from? help appreciated.
    Also I just downloaded dkms-nvidia from this link..
    http://aur.archlinux.org/packages.php?ID=45738
    and attempted to install the downloaded .run file using the 'sh' command... it runs the installer but that installer produces the following error,
    The kernel header file '/usr/src/linux-3.1.2-1-ARCH/include/linux/kernel.h' does not exist. The most likely reason for this is that the kernel source path  '/usr/src/linux-3.1.2-1-ARCH' is incorrect. Please make sure you have installed the kernel source files for your kernel and that they are properly configured.... etc
    Any ideas?
    Many Thanks

    Sidhartha wrote:I am now running sudo ./install to attempt an install (is this correct?
    No, it is not correct.
    One of the main reasons why you are encouraged to use pacman/makepkg/aur-helpers to install software is so that pacman can manage the dependencies.  This is one of the strengths of pacman, and of arch in general.  From reading your previous posts it seems like you continue to install packages without using any of the above listed tools.
    If you choose to install manually, your files can be in various locations and you will have to keep track of them all yourself.  If you are unable to keep track of them (I can't blame you, I wouldn't be able to, so I use pacman/yaourt) ... if you can not keep track of them, I don't know how anyone else on these forums would know what you have done or how to fix it.
    Sidhartha wrote:Any ideas?
    Three ideas.  First, remove *all* packages that you have installed manually and reinstall them using pacman or aur-tools.  Second read, or reread the wiki's and other info Karol provided on the other thread - and let the information sink in.  Three, thank Karol for being far more patient and helpful than there was any reason to be.

  • Help! Error force quits Muse on save.

    Can anybody help me diagnose what this error means? It force quits the program when I try and save:
    Assert: "Unowned UID in database. UID: U6087 Class: LinkProxy persistOwner:non-existent uid:U6075"
    Thanks!

    Hi ZAK
    I tested Adobe muse this month but cannot get through to anyone about how to make the slide show go in a different
    direction. Example left to right in auto mode. Also to make the slide show go vertical in any direction in auto mode?
    If this is not possible please pass on this suggetion . I would have signed uo for the service if this could WORK..
    Please view wix.com slider options for referance.
    Kind Regards,
    Jason

  • Help Safari randomly force closes daily

    safari 5.0.5 always force closes, please help.
    i am adding the report.
    Process:         Safari [6124]
    Path:            /Applications/Safari.app/Contents/MacOS/Safari
    Identifier:      com.apple.Safari
    Version:         5.0.5 (6533.21.1)
    Build Info:      WebBrowser-75332101~1
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [95]
    Date/Time:       2011-08-27 20:32:04.184 -0400
    OS Version:      Mac OS X 10.6.7 (10J4139)
    Report Version:  6
    Interval Since Last Report:          64907 sec
    Crashes Since Last Report:           8
    Per-App Interval Since Last Report:  63711 sec
    Per-App Crashes Since Last Report:   5
    Anonymous UUID:                      F3D83CB2-F2B3-45F4-97A0-8CCF02B6B6A5
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000018
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   com.apple.JavaScriptCore                0x00007fff845e6c7b JSC::JSActivation::~JSActivation() + 59
    1   com.apple.JavaScriptCore                0x00007fff845458ce JSC::Heap::allocate(unsigned long) + 142
    2   com.apple.JavaScriptCore                0x00007fff846a034a cti_op_new_regexp + 90
    3   ???                                     0x000052a1bbffe18b 0 + 90854597321099
    4   com.apple.JavaScriptCore                0x00007fff8469806f JSC::Interpreter::execute(JSC::FunctionExecutable*, JSC::ExecState*, JSC::JSFunction*, JSC::JSObject*, JSC::ArgList const&, JSC::ScopeChainNode*, JSC::JSValue*) + 511
    5   ???                                     0x000000011e12a180 0 + 4799504768
    6   ???                                     0x000000012b360000 0 + 5019926528
    7   com.apple.WebCore                       0x00007fff8503ffa0 WebCore::JSDOMWindowShell::~JSDOMWindowShell() + 0
    8   ???                                     0x9090909090900000 0 + 10416984888683003904
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                       0x00007fff80d4612a kevent + 10
    1   libSystem.B.dylib                       0x00007fff80d47ffd _dispatch_mgr_invoke + 154
    2   libSystem.B.dylib                       0x00007fff80d47cd4 _dispatch_queue_invoke + 185
    3   libSystem.B.dylib                       0x00007fff80d477fe _dispatch_worker_thread2 + 252
    4   libSystem.B.dylib                       0x00007fff80d47128 _pthread_wqthread + 353
    5   libSystem.B.dylib                       0x00007fff80d46fc5 start_wqthread + 13
    Thread 2:  WebCore: IconDatabase
    0   libSystem.B.dylib                       0x00007fff80d67f8a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff80d6bda1 _pthread_cond_wait + 1286
    2   com.apple.WebCore                       0x00007fff847d70f9 WebCore::IconDatabase::syncThreadMainLoop() + 249
    3   com.apple.WebCore                       0x00007fff847d31fc WebCore::IconDatabase::iconDatabaseSyncThread() + 172
    4   libSystem.B.dylib                       0x00007fff80d664f6 _pthread_start + 331
    5   libSystem.B.dylib                       0x00007fff80d663a9 thread_start + 13
    Thread 3:  Safari: CertRevocationChecker
    0   libSystem.B.dylib                       0x00007fff80d2d29a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff80d2d90d mach_msg + 59
    2   com.apple.CoreFoundation                0x00007fff836cd932 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation                0x00007fff836ccdbf CFRunLoopRunSpecific + 575
    4   com.apple.Safari                        0x000000010002f5c5 0x100000000 + 193989
    5   com.apple.Safari                        0x000000010002f555 0x100000000 + 193877
    6   libSystem.B.dylib                       0x00007fff80d664f6 _pthread_start + 331
    7   libSystem.B.dylib                       0x00007fff80d663a9 thread_start + 13
    Thread 4:
    0   libSystem.B.dylib                       0x00007fff80d2d29a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff80d2d90d mach_msg + 59
    2   com.apple.CoreFoundation                0x00007fff836cd932 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation                0x00007fff836ccdbf CFRunLoopRunSpecific + 575
    4   com.apple.Foundation                    0x00007fff88165f67 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 297
    5   com.apple.Foundation                    0x00007fff880e6f28 __NSThread__main__ + 1429
    6   libSystem.B.dylib                       0x00007fff80d664f6 _pthread_start + 331
    7   libSystem.B.dylib                       0x00007fff80d663a9 thread_start + 13
    Thread 5:
    0   libSystem.B.dylib                       0x00007fff80d2d29a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff80d2d90d mach_msg + 59
    2   libSystem.B.dylib                       0x00007fff80db3953 thread_suspend + 71
    3   ???                                     0x0000000103fdb49f 0 + 4361925791
    Thread 6:  Safari: SafeBrowsingManager
    0   libSystem.B.dylib                       0x00007fff80d2d29a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff80d2d90d mach_msg + 59
    2   com.apple.CoreFoundation                0x00007fff836cd932 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation                0x00007fff836ccdbf CFRunLoopRunSpecific + 575
    4   com.apple.Safari                        0x000000010002f5c5 0x100000000 + 193989
    5   com.apple.Safari                        0x000000010002f555 0x100000000 + 193877
    6   libSystem.B.dylib                       0x00007fff80d664f6 _pthread_start + 331
    7   libSystem.B.dylib                       0x00007fff80d663a9 thread_start + 13
    Thread 7:  Safari: SnapshotStore
    0   libSystem.B.dylib                       0x00007fff80d67f8a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff80d6bda1 _pthread_cond_wait + 1286
    2   com.apple.JavaScriptCore                0x00007fff8453ba40 ***::ThreadCondition::timedWait(***::Mutex&, double) + 64
    3   com.apple.Safari                        0x00000001001be5bd 0x100000000 + 1828285
    4   com.apple.Safari                        0x00000001000470a7 0x100000000 + 290983
    5   com.apple.Safari                        0x0000000100046f25 0x100000000 + 290597
    6   libSystem.B.dylib                       0x00007fff80d664f6 _pthread_start + 331
    7   libSystem.B.dylib                       0x00007fff80d663a9 thread_start + 13
    Thread 8:
    0   libSystem.B.dylib                       0x00007fff80d2d29a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff80d2d90d mach_msg + 59
    2   com.apple.CoreFoundation                0x00007fff836cd932 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation                0x00007fff836ccdbf CFRunLoopRunSpecific + 575
    4   com.apple.Foundation                    0x00007fff881217c8 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 270
    5   com.apple.Foundation                    0x00007fff881216a7 -[NSRunLoop(NSRunLoop) run] + 77
    6   com.machangout.glimsInternal            0x000000011b375c6a -[MHOGoogleConnectionThreaded thread:] + 429
    7   com.apple.Foundation                    0x00007fff880e6f28 __NSThread__main__ + 1429
    8   libSystem.B.dylib                       0x00007fff80d664f6 _pthread_start + 331
    9   libSystem.B.dylib                       0x00007fff80d663a9 thread_start + 13
    Thread 9:  WebCore: LocalStorage
    0   libSystem.B.dylib                       0x00007fff80d67f8a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff80d6bda1 _pthread_cond_wait + 1286
    2   com.apple.JavaScriptCore                0x00007fff8453ba40 ***::ThreadCondition::timedWait(***::Mutex&, double) + 64
    3   com.apple.WebCore                       0x00007fff84b27fb1 WebCore::LocalStorageThread::threadEntryPoint() + 193
    4   libSystem.B.dylib                       0x00007fff80d664f6 _pthread_start + 331
    5   libSystem.B.dylib                       0x00007fff80d663a9 thread_start + 13
    Thread 10:  com.apple.CFSocket.private
    0   libSystem.B.dylib                       0x00007fff80d70e52 select$DARWIN_EXTSN + 10
    1   com.apple.CoreFoundation                0x00007fff836ef498 __CFSocketManager + 824
    2   libSystem.B.dylib                       0x00007fff80d664f6 _pthread_start + 331
    3   libSystem.B.dylib                       0x00007fff80d663a9 thread_start + 13
    Thread 11:
    0   libSystem.B.dylib                       0x00007fff80d2d29a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff80d2d90d mach_msg + 59
    2   com.apple.QuartzCore                    0x00007fff8711437a CA::Render::Server::server_thread(void*) + 177
    3   com.apple.QuartzCore                    0x00007fff871142ba thread_fun + 34
    4   libSystem.B.dylib                       0x00007fff80d664f6 _pthread_start + 331
    5   libSystem.B.dylib                       0x00007fff80d663a9 thread_start + 13
    Thread 12:
    0   libSystem.B.dylib                       0x00007fff80d67f8a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff80d6bda1 _pthread_cond_wait + 1286
    2   com.apple.CoreVideo                     0x00007fff8471d342 CVDisplayLink::runIOThread() + 804
    3   com.apple.CoreVideo                     0x00007fff8471cfe3 startIOThread(void*) + 139
    4   libSystem.B.dylib                       0x00007fff80d664f6 _pthread_start + 331
    5   libSystem.B.dylib                       0x00007fff80d663a9 thread_start + 13
    Thread 13:
    0   libSystem.B.dylib                       0x00007fff80d46f4a __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x00007fff80d4735c _pthread_wqthread + 917
    2   libSystem.B.dylib                       0x00007fff80d46fc5 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x00007fff708342d0  rbx: 0x000000012e631940  rcx: 0x0000000000000005  rdx: 0x0000000000000063
      rdi: 0x000000012e631940  rsi: 0x0000000000031940  rbp: 0x0000000100d8d950  rsp: 0x00007fff5fbfe440
       r8: 0x0000000000000079   r9: 0x000000011f171800  r10: 0x000000000000003f  r11: 0x00007fff846a02f0
      r12: 0x00000000000001e7  r13: 0x000000012e631940  r14: 0x000000011f5a3fa0  r15: 0x0000000000000000
      rip: 0x00007fff845e6c7b  rfl: 0x0000000000010206  cr2: 0x0000000000000018
    Binary Images:
           0x100000000 -        0x1006afff7  com.apple.Safari 5.0.5 (6533.21.1) <B81D1199-542C-D929-A1CA-A139EA6262C1> /Applications/Safari.app/Contents/MacOS/Safari
           0x100758000 -        0x100758fff +GlimsLoaderMinimal.dylib ??? (???) <3BAA9682-DD18-8442-D38A-7160FC8F7EAE> /Library/Frameworks/GlimsAdditions.framework/Library/GlimsLoaderMinimal.dylib
           0x10078d000 -        0x10078efff +GlimsSafariLoader.dylib ??? (???) <41108908-805E-37C8-B61B-E5A1E1099AD8> /Library/Frameworks/GlimsAdditions.framework/Library/GlimsSafariLoader.dylib
           0x117fb6000 -        0x117fb8fff +de.bahoom.HyperDockSafariPlugin 1.0 (1.1) <14FFF4BD-2BEC-3809-BCBD-414B3AEC67BB> /Users/moemoks/Library/ScriptingAdditions/HyperDockSafariPlugin.osax/Contents/M acOS/HyperDockSafariPlugin
           0x117fc4000 -        0x117fc4fff  com.apple.JavaPluginCocoa 13.5.0 (13.5.0) <2147F637-E291-A79E-770B-E122F4A1FA47> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaPluginCocoa.bundle/C ontents/MacOS/JavaPluginCocoa
           0x117fc8000 -        0x117fcdff7  JavaLaunching ??? (???) <9E94B3DF-E0FB-BE09-1F88-E6334CA87466> /System/Library/PrivateFrameworks/JavaLaunching.framework/Versions/A/JavaLaunch ing
           0x118178000 -        0x11819efff  GLRendererFloat ??? (???) <443D04B8-58D6-4982-C039-456D12861F51> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
           0x1181ad000 -        0x118340fe7  GLEngine ??? (???) <528DDC17-901D-FA67-0EFC-28D36ABD28D2> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
           0x11a53e000 -        0x11a930fff  com.apple.ATIRadeonX3000GLDriver 1.6.34 (6.3.4) <042F2B53-7B98-6A1A-C95F-6C97181CDC2A> /System/Library/Extensions/ATIRadeonX3000GLDriver.bundle/Contents/MacOS/ATIRade onX3000GLDriver
           0x11b332000 -        0x11b3a4ff7 +com.machangout.glimsInternal 1.0b30 (1.0 build 30) <4B9E0C4E-F267-33F1-BD6C-CCEB57F326D9> /Library/Application Support/Glims/PlugIns/Glims for Safari.plugin/Contents/MacOS/.GlimsInternal
           0x11d6f5000 -        0x11d6f7fff +com.growl.GrowlSafari 1.2.2 (1.2.2) <FAF538CD-531C-0A75-B107-EE50DBDE172A> /Applications/GrowlSafari.app/Contents/Resources/GrowlSafari.bundle/Contents/Ma cOS/GrowlSafari
           0x11e823000 -        0x11e82fff7 +com.growl.growlframework 1.2.2 (1.2.2) <C76D2B1C-5455-CFCA-6470-B8B171C14A16> /Applications/GrowlSafari.app/Contents/Resources/GrowlSafari.bundle/Contents/Fr ameworks/Growl.framework/Growl
        0x7fff5fc00000 -     0x7fff5fc3be0f  dyld 132.1 (???) <DD3F7F3E-8612-A7BD-F508-9EF29132C419> /usr/lib/dyld
        0x7fff80027000 -     0x7fff80a1dfff  com.apple.AppKit 6.6.7 (1038.35) <204DDF4C-70DB-DBB2-77C1-5EFB10B52A5C> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff80a1e000 -     0x7fff80a24ff7  IOSurface ??? (???) <12FB0DFC-8A3E-B349-2A3C-28A4D3BA4DD8> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff80b20000 -     0x7fff80ba5ff7  com.apple.print.framework.PrintCore 6.3 (312.7) <F00C561F-D38B-8785-5218-1A0C3BA61177> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff80ba6000 -     0x7fff80bc9fff  com.apple.opencl 12.3.6 (12.3.6) <C7C90299-2126-830A-7D00-73331AA044B3> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff80bca000 -     0x7fff80bcaff7  com.apple.Cocoa 6.6 (???) <C69E895A-1C66-3DA9-5F63-8BE85DB9C4E1> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff80d2c000 -     0x7fff80eedfff  libSystem.B.dylib 125.2.10 (compatibility 1.0.0) <283B4178-4E72-0EF4-8BA1-45593D618CB5> /usr/lib/libSystem.B.dylib
        0x7fff80eee000 -     0x7fff80f7afef  SecurityFoundation ??? (???) <C538CFE6-A2C9-0678-3221-C0E8667D22C3> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff80f7b000 -     0x7fff811e5fef  com.apple.QuartzComposer 4.2 ({156.29}) <9DB94380-EAF9-6636-2986-BD1EA06A693F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
        0x7fff811e6000 -     0x7fff81268fff  com.apple.QuickLookUIFramework 2.3 (327.6) <8BAA8E90-D3EB-A783-B3CF-501BBF793892> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
        0x7fff8128a000 -     0x7fff81299fff  com.apple.NetFS 3.2.2 (3.2.2) <0A19AF05-F331-2762-A03C-CA78E86C7810> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff8129a000 -     0x7fff814d4fef  com.apple.imageKit 2.0.3 (1.0) <59B92439-88C0-C60E-E9C9-7D834A36E1F9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
        0x7fff81505000 -     0x7fff8150bfff  libCGXCoreImage.A.dylib 545.0.0 (compatibility 64.0.0) <C2D07389-FADC-EAD7-5845-2654E9074839> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
        0x7fff8151a000 -     0x7fff81520ff7  com.apple.CommerceCore 1.0 (9) <E69F547C-1501-927D-A760-B0C9456EE284> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
        0x7fff81521000 -     0x7fff81521ff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <15DF8B4A-96B2-CB4E-368D-DEC7DF6B62BB> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff81522000 -     0x7fff81969fef  com.apple.RawCamera.bundle 3.7.1 (570) <5AFA87CA-DC3D-F84E-7EA1-6EABA8807766> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff8196a000 -     0x7fff819b3fef  libGLU.dylib ??? (???) <07FBC3E4-4FD3-F217-014F-E32886FC1512> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff819b4000 -     0x7fff81b6cfef  com.apple.ImageIO.framework 3.0.4 (3.0.4) <18E0385C-EFB3-145F-302E-3365B03B204D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
        0x7fff81b6d000 -     0x7fff81b7bff7  libkxld.dylib ??? (???) <FB6ED83A-060F-CACC-83EC-49F3DB223CEA> /usr/lib/system/libkxld.dylib
        0x7fff81b7c000 -     0x7fff81bf9fef  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
        0x7fff81f3e000 -     0x7fff81fbdfe7  com.apple.audio.CoreAudio 3.2.6 (3.2.6) <E20E7A28-A009-D6E2-A45C-2E58CE659EE5> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff81fc5000 -     0x7fff82097fe7  com.apple.CFNetwork 454.11.12 (454.11.12) <3F3CFCB5-430F-A1A4-428D-1CE0DCD06E2F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
        0x7fff8209b000 -     0x7fff8209bff7  com.apple.ApplicationServices 38 (38) <0E2FC75E-2BE2-D04D-CA78-76E38A89DD30> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff8209c000 -     0x7fff821a2fe7  com.apple.PubSub 1.0.5 (65.21) <1F9B7C84-375D-036F-790A-02BBE7BCE445> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
        0x7fff821a3000 -     0x7fff82253fff  edu.mit.Kerberos 6.5.11 (6.5.11) <3437B39E-8B40-B7E5-2FC3-000A0F7262C3> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff82254000 -     0x7fff82588fff  com.apple.CoreServices.CarbonCore 861.34 (861.34) <C793D790-7317-978B-EF4F-1EEFDFE423CA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff82589000 -     0x7fff8258aff7  com.apple.TrustEvaluationAgent 1.1 (1) <A91CE5B9-3C63-5F8C-5052-95CCAB866F72> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff8258b000 -     0x7fff825c4fef  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <1E857AD0-B7F4-68D3-5E02-194E5E1C7A4D> /usr/lib/libcups.2.dylib
        0x7fff825c5000 -     0x7fff82602fff  com.apple.LDAPFramework 2.0 (120.1) <E5FA9339-4812-E8FE-C366-EE3DC975DBC6> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
        0x7fff82605000 -     0x7fff827c3fff  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <12EB72D5-55E0-6D83-533F-FDA5D9B1CDD2> /usr/lib/libicucore.A.dylib
        0x7fff827c4000 -     0x7fff82902fff  com.apple.CoreData 102.1 (251) <96C5E9A6-C28C-E9CC-A0DB-27801A22A49F> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff82903000 -     0x7fff829a3fff  com.apple.LaunchServices 362.2 (362.2) <68FB6920-A331-F6B6-201A-4D4593021212> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff829a4000 -     0x7fff82abefef  libGLProgrammability.dylib ??? (???) <0E6CA4E8-9484-475C-2FF0-3DEBF4624C44> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
        0x7fff82bc0000 -     0x7fff82be8fff  com.apple.DictionaryServices 1.1.2 (1.1.2) <6B8C5FB6-FE6F-3345-0441-BED51E815379> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff82be9000 -     0x7fff82befff7  com.apple.DiskArbitration 2.3.1 (2.3.1) <FD5CF2E6-E5FF-1E2A-37E0-304722DA15E1> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff82bf0000 -     0x7fff82c0dff7  libPng.dylib ??? (???) <F5CABB0C-4DE4-148B-9AAB-54FE179BC62F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff82c0e000 -     0x7fff82c70fe7  com.apple.datadetectorscore 2.0 (80.7) <18610985-EE24-CCF7-AB4B-7D4F7C8A4FF5> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff82c71000 -     0x7fff82c73fff  com.apple.print.framework.Print 6.1 (237.1) <87A5BEEC-2D37-5CB7-8B13-7B605397573F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
        0x7fff82def000 -     0x7fff82f06fef  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <EF023D83-F9E9-834E-64C1-B2E26151F63B> /usr/lib/libxml2.2.dylib
        0x7fff82f07000 -     0x7fff82f5cff7  com.apple.framework.familycontrols 2.0.2 (2020) <8591B47D-BCE3-3EF7-DECB-8795FE3556BA> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
        0x7fff82f5d000 -     0x7fff82f6cfff  libxar.1.dylib ??? (???) <D599B824-2CD1-879B-8468-CF0C85EF3BA5> /usr/lib/libxar.1.dylib
        0x7fff82f6d000 -     0x7fff82f83fef  libbsm.0.dylib ??? (???) <0321D32C-9FE1-3919-E03E-2530A0C1191B> /usr/lib/libbsm.0.dylib
        0x7fff82f84000 -     0x7fff82fc7fef  libtidy.A.dylib ??? (???) <C32D1061-EF58-9DE1-6D6E-1286E58B83EB> /usr/lib/libtidy.A.dylib
        0x7fff82fc8000 -     0x7fff82fccff7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib
        0x7fff82fcd000 -     0x7fff82fe1ff7  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <574C1BE0-5E5E-CCAF-06F8-92A69CB2892D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff82fe2000 -     0x7fff8302cff7  com.apple.Metadata 10.6.3 (507.15) <E289DF44-BE9A-7F32-3716-AB7F15337ADF> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff8302d000 -     0x7fff83072fff  com.apple.CoreMediaIOServices 140.0 (1493) <298AEE5E-1301-6F37-3ADD-95B3488D8D63> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
        0x7fff83073000 -     0x7fff83073ff7  com.apple.Carbon 150 (152) <BD59781B-CDD9-9E53-7918-5566FB25D304> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff83074000 -     0x7fff830bbff7  com.apple.coreui 2 (114) <31118426-355F-206A-65AB-CCA2D2D3EBD7> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff830bc000 -     0x7fff830c9fe7  libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <48CE1A65-39A4-C72A-AEDE-4C7A7B46D794> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
        0x7fff830e5000 -     0x7fff830f6ff7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <5BAFAE5C-2307-C27B-464D-582A10A6990B> /usr/lib/libz.1.dylib
        0x7fff83132000 -     0x7fff83144fe7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <30FE378B-99FE-8C7C-06D0-A3AA0A0A70D4> /usr/lib/libsasl2.2.dylib
        0x7fff83145000 -     0x7fff83165ff7  com.apple.DirectoryService.Framework 3.6 (621.11) <3F20A2F1-DEE3-7483-C74B-0F092628C634> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
        0x7fff83231000 -     0x7fff832eefff  com.apple.CoreServices.OSServices 359 (359) <5B0AB0D4-5A52-E429-846D-56C975E2BF5E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff832ef000 -     0x7fff83423ff7  com.apple.audio.toolbox.AudioToolbox 1.6.6 (1.6.6) <0E1F4725-9E00-1BE1-7D1D-ED4D389E411A> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff8354f000 -     0x7fff83635fef  com.apple.DesktopServices 1.5.10 (1.5.10) <3AFD31F5-28B7-D428-19A2-22AA71C26F71> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff83681000 -     0x7fff837f8fe7  com.apple.CoreFoundation 6.6.4 (550.42) <E8A12F17-D5B7-B801-076E-C22C8E176E8B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff837f9000 -     0x7fff83836ff7  libFontRegistry.dylib ??? (???) <B7139315-C799-B681-17A0-3139149E829E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff83837000 -     0x7fff84041fe7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <2F26CDC7-DAE9-9ABE-6806-93BBBDA20DA0> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff84042000 -     0x7fff840beff7  com.apple.ISSupport 1.9.4 (52) <2381DB3E-EF16-9E32-D528-43BB53C267D6> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
        0x7fff840bf000 -     0x7fff840c4fff  libGIF.dylib ??? (???) <A28A62E0-D749-61B3-BAF3-34B26AB976B9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff840c5000 -     0x7fff84131ff7  com.apple.CorePDF 1.3 (1.3) <36CE4BBE-0115-D0EF-A18F-F0FE690EB6F2> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff84362000 -     0x7fff84363fff  com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <EC039008-5367-090D-51FD-EA4D2623671A> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
        0x7fff84380000 -     0x7fff843c4fe7  com.apple.ImageCaptureCore 1.0.4 (1.0.4) <56E4A86E-F43E-F616-681B-C6DFE4B149E5> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
        0x7fff84415000 -     0x7fff84415ff7  com.apple.quartzframework 1.5 (1.5) <FA660AAC-70CD-7EA2-5DF1-A8724D8F4B1B> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fff84416000 -     0x7fff84449fff  libTrueTypeScaler.dylib ??? (???) <1DE9403D-D52C-A0CA-55C0-7C32BA3B821D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
        0x7fff8444a000 -     0x7fff84451fff  com.apple.OpenDirectory 10.6 (10.6) <460F77D1-3CB8-B9B6-B9D1-D6644D2C6756> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff84503000 -     0x7fff84512fef  com.apple.opengl 1.6.13 (1.6.13) <D652AB73-4954-3D04-F2C7-4BBEA09440F6> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff84513000 -     0x7fff84529fe7  com.apple.MultitouchSupport.framework 207.11 (207.11) <3A40DE89-87E1-2484-AA29-154F8811E1AB> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff8452a000 -     0x7fff8471afef  com.apple.JavaScriptCore 6533.20 (6533.20.20) <0AA8B101-C02C-0858-84BC-4E4D397E0231> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff8471b000 -     0x7fff84740ff7  com.apple.CoreVideo 1.6.2 (45.6) <31802A1C-81BC-33F8-D5C8-39A793D4D926> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff84741000 -     0x7fff847d0fff  com.apple.PDFKit 2.5.1 (2.5.1) <C0E3AE4B-E71A-16D8-0D51-FB7D3E3AD793> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
        0x7fff847d1000 -     0x7fff8544cfef  com.apple.WebCore 6533.21 (6533.21.1) <A7433C61-B507-BDB0-9CA8-1A3A2A699B2F> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
        0x7fff8544d000 -     0x7fff854b7fe7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <7BD7F19B-ACD4-186C-B42D-4DEBA6795628> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff854b8000 -     0x7fff854c9fff  com.apple.DSObjCWrappers.Framework 10.6 (134) <CF1D9C05-8D77-0FFE-38E8-63D8A23E92E1> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
        0x7fff854ca000 -     0x7fff855a7ff7  com.apple.vImage 4.1 (4.1) <A0DE28F5-7B45-D268-0497-C79A826C8E53> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff855a8000 -     0x7fff855aafff  libRadiance.dylib ??? (???) <EAEDC7F4-1DC6-3091-9789-A0CD5D3892C7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
        0x7fff855ab000 -     0x7fff855acfff  liblangid.dylib ??? (???) <D0666597-B331-C43C-67BB-F2E754079A7A> /usr/lib/liblangid.dylib
        0x7fff855ad000 -     0x7fff855adff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <4CCE5D69-F1B3-8FD3-1483-E0271DB2CCF3> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff855ae000 -     0x7fff855cffff  libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <9B7AEE96-D18E-5ECF-9837-BD5CFD397831> /usr/lib/libresolv.9.dylib
        0x7fff855d0000 -     0x7fff85618ff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <98FC4457-F405-0262-00F7-56119CA107B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff85619000 -     0x7fff85660fff  com.apple.QuickLookFramework 2.3 (327.6) <115BCFBD-8BC8-9E9D-BE04-2EC05EF78CC0> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff856a0000 -     0x7fff856b9fff  com.apple.CFOpenDirectory 10.6 (10.6) <32DF31BC-F7EE-40A6-C629-5AE4B389C1A8> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff85914000 -     0x7fff859d5fef  com.apple.ColorSync 4.6.6 (4.6.6) <D560FFAC-CC7C-8C1C-E20C-40D87236F309> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff859ea000 -     0x7fff85a1afef  com.apple.shortcut 1.1 (1.1) <0A20F092-6161-4EA7-D8E6-859B5C350DE7> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
        0x7fff85a1b000 -     0x7fff85a20fff  libGFXShared.dylib ??? (???) <4FCF6E2F-BAA0-49FC-0F0F-DAAD16DFD73F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff85a3d000 -     0x7fff85a76ff7  com.apple.MeshKit 1.1 (49.2) <B85DDDC7-4053-4DB8-E1B5-AA0CBD4CDD1C> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
        0x7fff85a77000 -     0x7fff85a7aff7  libCoreVMClient.dylib ??? (???) <4816F956-6AF2-4BCB-13A2-FF61779272A6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff85b40000 -     0x7fff85ba8fff  com.apple.MeshKitRuntime 1.1 (49.2) <A490FE03-313D-1317-A9B8-25EF75CB1A81> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
        0x7fff85bd9000 -     0x7fff85be4fff  com.apple.CrashReporterSupport 10.6.7 (258) <C390DFA5-F3B6-160C-0BAB-B0DD86C91F08> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff85bf3000 -     0x7fff85c53fe7  com.apple.framework.IOKit 2.0 (???) <D205ABB9-0E45-5254-2610-D4522EC2378E> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff85c54000 -     0x7fff85c59ff7  com.apple.CommonPanels 1.2.4 (91) <8B088D78-E508-6622-E477-E34C22CF2F67> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fff85c5a000 -     0x7fff85d10fff  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <1960E662-D35C-5D98-EB16-D43166AE6A22> /usr/lib/libobjc.A.dylib
        0x7fff85d11000 -     0x7fff85d4bfff  libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <AE68B25E-C127-7BB3-ED42-0466BDEDA9D1> /usr/lib/libssl.0.9.8.dylib
        0x7fff85d62000 -     0x7fff85d8dff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <6589F0FC-41DB-8494-CA8B-487F4E328EB9> /usr/lib/libxslt.1.dylib
        0x7fff85d8e000 -     0x7fff85d99ff7  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <C359B93B-CC9B-FC0B-959E-FB10674103A7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff86586000 -     0x7fff865c7ff7  com.apple.CoreMedia 0.484.33 (484.33) <A71AC28E-955E-0793-6A55-71EA38796264> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff865c8000 -     0x7fff86850fef  com.apple.security 6.1.2 (55002) <0892E773-CCDF-77A8-4D65-754348A00AE8> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff86879000 -     0x7fff86913ff7  com.apple.ApplicationServices.ATS 275.15.1 (???) <7715F1B4-F8C7-2769-5CB2-BB68BA62C598> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff8691c000 -     0x7fff86965ff7  com.apple.securityinterface 4.0.1 (40418) <1C1BD8E9-F128-CE8C-0C20-F29882B8AC32> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff8696b000 -     0x7fff8696eff7  com.apple.securityhi 4.0 (36638) <2C522D50-1BBF-F38B-F9DB-502FEF49F94D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff8696f000 -     0x7fff869a0fff  libGLImage.dylib ??? (???) <B228754C-73E1-DC48-D683-E4139DF4F533> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff86a2e000 -     0x7fff86a49ff7  com.apple.openscripting 1.3.1 (???) <DC329CD4-1159-A40A-A769-70CAA70F601A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff86a4a000 -     0x7fff86a55ff7  com.apple.HelpData 2.0.5 (34.1.1) <495A70E4-4614-04F9-6CB1-B2B1A65A2B2F> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
        0x7fff86aec000 -     0x7fff86b69fef  com.apple.backup.framework 1.2.2 (1.2.2) <BB72F0C7-20E2-76DC-6764-5B93A7AC0EB5> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff86b6a000 -     0x7fff86bb9fef  libTIFF.dylib ??? (???) <61D93131-A236-011D-340B-6557A2590B77> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff86bba000 -     0x7fff86dfcfe7  com.apple.AddressBook.framework 5.0.4 (883) <B6BD722F-BD01-E73A-66D2-88AFE26355DF> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
        0x7fff86e3d000 -     0x7fff86e4efff  SyndicationUI ??? (???) <62A4BC15-72EA-0CC1-046A-52E576E8D751> /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
        0x7fff86f07000 -     0x7fff86f48fef  com.apple.QD 3.36 (???) <04F03722-91CA-6858-55A4-54D7F29789A6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff86f49000 -     0x7fff86f8cff7  libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <69640B69-6B01-75A3-204F-96A521A0EC6F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
        0x7fff87066000 -     0x7fff87070fff  com.apple.DisplayServicesFW 2.3.3 (289) <D537142B-3376-9DBD-F82E-82C731CC20A9> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
        0x7fff87071000 -     0x7fff870c0ff7  com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <EDE08F8A-F933-0059-3E58-A31C45C82329> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
        0x7fff870c1000 -     0x7fff8745efe7  com.apple.QuartzCore 1.6.3 (227.36) <491C4890-9A37-0033-7BCB-E5F53F01E869> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff8745f000 -     0x7fff8745fff7  com.apple.vecLib 3.6 (vecLib 3.6) <96FB6BAD-5568-C4E0-6FA7-02791A58B584> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff87460000 -     0x7fff87588ff7  com.apple.MediaToolbox 0.484.33 (484.33) <A91EC908-9BCB-A41E-1AA1-E881F7E80952> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
        0x7fff87589000 -     0x7fff8759ffff  com.apple.ImageCapture 6.0.2 (6.0.2) <E0D9E290-458B-EE88-AA9D-97C0B51EA03E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff875a0000 -     0x7fff875a3fff  com.apple.help 1.3.1 (41) <AEDDF93F-BAC0-0308-68FD-039A99F3A158> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff875b2000 -     0x7fff878b0fff  com.apple.HIToolbox 1.6.5 (???) <98FCEA0D-FA33-E859-B39C-2C1F59F9E22D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff878d6000 -     0x7fff87fd306f  com.apple.CoreGraphics 1.545.0 (???) <6B955FEA-8E41-9118-9EAF-BF7D1C600EB1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff88049000 -     0x7fff8807fff7  com.apple.framework.Apple80211 6.2.5 (625.6) <3E9FA6D0-603C-18D0-B6D9-03451A6942A8> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff88080000 -     0x7fff88095ff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <59D9E83D-3131-91F4-E3E2-02047F55917F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff880d6000 -     0x7fff88359fe7  com.apple.Foundation 6.6.6 (751.53) <3D801E14-5B73-649E-4482-FD527B5FFEBC> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff88366000 -     0x7fff88470ff7  com.apple.MeshKitIO 1.1 (49.2) <D7227401-9DC9-C2CB-C83B-C2B10C61D4E4> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
        0x7fff88471000 -     0x7fff884c3ff7  com.apple.HIServices 1.8.2 (???) <C7381225-559C-2C58-97EC-4880DF4C1AB6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff884c4000 -     0x7fff884c4ff7  com.apple.CoreServices 44 (44) <616722B1-5E79-DCCF-BF5E-0DD5802CCBD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff884c5000 -     0x7fff88543ff7  com.apple.CoreText 3.151.8 (???) <1735E84F-2059-302C-5C9B-F9DB0F3CC443> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
        0x7fff88544000 -     0x7fff8857ffff  com.apple.AE 496.4 (496.4) <CB905496-4D6B-F26A-399D-840D26DBEE5B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff88580000 -     0x7fff886feff7  com.apple.WebKit 6533.21 (6533.21.1) <E954BB9E-51DC-9B68-5312-E1507329A9B3> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
        0x7fff887f8000 -     0x7fff88804fff  libbz2.1.0.dylib 1.0.5 (compatibility 1.0.0) <A21B7E3A-1EDD-7684-ACC1-72587034A020> /usr/lib/libbz2.1.0.dylib
        0x7fff88805000 -     0x7fff88846fff  com.apple.SystemConfiguration 1.10.5 (1.10.2) <43B7DE8E-7BA1-0ABE-800E-41590ACB9291> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff88847000 -     0x7fff88848ff7  com.apple.audio.units.AudioUnit 1.6.6 (1.6.6) <8B646856-A474-B7B0-8ACF-B51B18DDF190> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff88849000 -     0x7fff8885dfff  libGL.dylib ??? (???) <0FA671EB-6FA0-BA97-C00A-C42247C22B26> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff8885e000 -     0x7fff88d64ff7  com.apple.VideoToolbox 0.484.33 (484.33) <CD2F6EA6-ED13-B142-C576-2A87179ABA64> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
        0x7fff88d65000 -     0x7fff88db1fff  libauto.dylib ??? (???) <328CCF97-091D-C529-E576-C78583445711> /usr/lib/libauto.dylib
        0x7fff88db2000 -     0x7fff88e6bfff  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <E8FFCEA1-3BE3-F0C9-07EA-C37678C4D2F5> /usr/lib/libsqlite3.dylib
        0x7fff88e6c000 -     0x7fff88f21fe7  com.apple.ink.framework 1.3.3 (107) <A68339AA-909D-E46C-35C0-72808EE3D043> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff88f22000 -     0x7fff88f2dfff  com.apple.corelocation 12.1 (12.1) <7F562820-A388-47B4-B070-239AC4594D8D> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
        0x7fff88f44000 -     0x7fff88fd4fff  com.apple.SearchKit 1.3.0 (1.3.0) <45BA1053-9196-3C2F-2421-AFF5E09627CC> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff88fd5000 -     0x7fff89418fef  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <57D38705-6F21-2A82-F3F6-03CFFF214775> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff89419000 -     0x7fff8948aff7  com.apple.AppleVAFramework 4.10.25 (4.10.25) <6B3F3558-55FE-092F-C22B-F590718F9653> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff8948b000 -     0x7fff8948fff7  libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <3A6D0B56-B9BC-D2EE-B0F2-4E7842BB1895> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
        0x7fff894a9000 -     0x7fff895cafe7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <5CD78EA4-1770-6C83-51AD-99B5701CB5AB> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff895cb000 -     0x7fff895fafff  com.apple.quartzfilters 1.6.0 (1.6.0) <52D41730-D485-A7AE-4937-FE37FC732F65> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
        0x7fff895fb000 -     0x7fff89621fe7  libJPEG.dylib ??? (???) <482A3D71-BA81-FDD5-CA6A-50D1D3C25DE2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff89622000 -     0x7fff896e4fef  libFontParser.dylib ??? (???) <CAA5448C-C038-F830-C400-CA008E175CA3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff896e5000 -     0x7fff89855fff  com.apple.QTKit 7.6.6 (1772) <42FBBC9F-8243-10F4-9F39-1352358C56CC> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fffffe00000 -     0x7fffffe01fff  libSystem.B.dylib ??? (???) <283B4178-4E72-0EF4-8BA1-45593D618CB5> /usr/lib/libSystem.B.dylib
    Model: iMac12,2, BootROM IM121.0047.B0A, 4 processors, Intel Core i5, 2.7 GHz, 12 GB, SMC 1.72f1
    Graphics: AMD Radeon HD 6770M, AMD Radeon HD 6770M, PCIe, 512 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x9A), Atheros 9380: 4.0.35.3
    Bluetooth: Version 2.4.5f1, 2 service, 19 devices, 1 incoming serial ports
    Network Service: Ethernet Adaptor (en2), Ethernet, en2
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: WDC WD1001FALS-403AA0, 931.51 GB
    Serial ATA Device: OPTIARC DVD RW AD-5680H
    USB Device: FaceTime HD Camera (Built-in), 0x05ac  (Apple Inc.), 0x850b, 0xfa200000 / 3
    USB Device: Hub, 0x0424  (SMSC), 0x2514, 0xfa100000 / 2
    USB Device: Lexicon Alpha, 0x1210, 0x000a, 0xfa130000 / 6
    USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 4
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8215, 0xfa111000 / 7
    USB Device: Hub, 0x0424  (SMSC), 0x2514, 0xfd100000 / 2
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0xfd120000 / 4
    USB Device: Internal Memory Card Reader, 0x05ac  (Apple Inc.), 0x8403, 0xfd110000 / 3
    thank you

    Process:         Safari [2523]
    Path:            /Applications/Safari.app/Contents/MacOS/Safari
    Identifier:      com.apple.Safari
    Version:         5.0.5 (6533.21.1)
    Build Info:      WebBrowser-75332101~1
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [106]
    Date/Time:       2011-08-28 00:21:44.470 -0400
    OS Version:      Mac OS X 10.6.7 (10J4139)
    Report Version:  6
    Interval Since Last Report:          78609 sec
    Crashes Since Last Report:           15
    Per-App Interval Since Last Report:  74618 sec
    Per-App Crashes Since Last Report:   7
    Anonymous UUID:                      F3D83CB2-F2B3-45F4-97A0-8CCF02B6B6A5
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: 0x000000000000000d, 0x0000000000000000
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   com.apple.CoreFoundation                0x00007fff8368c960 CFRelease + 112
    1   com.apple.CoreFoundation                0x00007fff836aefc3 __CFArrayReleaseValues + 435
    2   com.apple.CoreFoundation                0x00007fff8368caa3 _CFRelease + 179
    3   com.apple.CoreFoundation                0x00007fff83691183 __CFDictionaryCallback + 355
    4   com.apple.CoreFoundation                0x00007fff836a3d21 __CFBasicHashDrain + 497
    5   com.apple.CoreFoundation                0x00007fff8368caa3 _CFRelease + 179
    6   com.apple.CFNetwork                     0x00007fff81feb9d6 AutoDict::~AutoDict() + 50
    7   com.apple.CFNetwork                     0x00007fff82051b59 TypedDict<__CFString const*, __CFArray*>::~TypedDict() + 31
    8   com.apple.CFNetwork                     0x00007fff820519a5 MemoryCookies::~MemoryCookies() + 37
    9   com.apple.CFNetwork                     0x00007fff81fdca71 DiskCookieStorage::syncStorageLocked(unsigned char) + 579
    10  com.apple.CFNetwork                     0x00007fff81fdc7f9 DiskCookieStorage::copyDomainCookiesLocked(__CFString const*, unsigned char) + 37
    11  com.apple.CFNetwork                     0x00007fff81fdc7b1 PrivateHTTPCookieStorage::copyDomainCookies(__CFString const*, unsigned char) + 61
    12  com.apple.CFNetwork                     0x00007fff81fdc654 HTTPCookieStorage::lookupAndCopyCookies(__CFString const*, __CFString const*, unsigned char, __CFArray*) + 74
    13  com.apple.CFNetwork                     0x00007fff81fdc301 HTTPCookieStorage::copyCookiesForURL(__CFURL const*, unsigned char) + 209
    14  com.apple.Foundation                    0x00007fff88167932 -[NSHTTPCookieStorage cookiesForURL:] + 101
    15  com.apple.WebCore                       0x00007fff84864e38 WebCore::ResourceHandle::start(WebCore::Frame*) + 1688
    16  com.apple.WebCore                       0x00007fff84863c1c WebCore::ResourceHandle::create(WebCore::ResourceRequest const&, WebCore::ResourceHandleClient*, WebCore::Frame*, bool, bool) + 284
    17  com.apple.WebCore                       0x00007fff8491204a WebCore::ResourceLoader::load(WebCore::ResourceRequest const&) + 1946
    18  com.apple.WebCore                       0x00007fff851796b0 WebCore::SubresourceLoader::create(WebCore::Frame*, WebCore::SubresourceLoaderClient*, WebCore::ResourceRequest const&, WebCore::SecurityCheckPolicy, bool, bool) + 944
    19  com.apple.WebCore                       0x00007fff84a68765 WebCore::DocumentThreadableLoader::loadRequest(WebCore::ResourceRequest const&, WebCore::SecurityCheckPolicy) + 149
    20  com.apple.WebCore                       0x00007fff84f569c0 WebCore::DocumentThreadableLoader::DocumentThreadableLoader(WebCore::Document*, WebCore::ThreadableLoaderClient*, WebCore::DocumentThreadableLoader::BlockingBehavior, WebCore::ResourceRequest const&, WebCore::ThreadableLoaderOptions const&) + 320
    21  com.apple.WebCore                       0x00007fff84f57082 WebCore::DocumentThreadableLoader::create(WebCore::Document*, WebCore::ThreadableLoaderClient*, WebCore::ResourceRequest const&, WebCore::ThreadableLoaderOptions const&) + 82
    22  com.apple.WebCore                       0x00007fff8519a018 WebCore::ThreadableLoader::create(WebCore::ScriptExecutionContext*, WebCore::ThreadableLoaderClient*, WebCore::ResourceRequest const&, WebCore::ThreadableLoaderOptions const&) + 184
    23  com.apple.WebCore                       0x00007fff84a680f1 WebCore::XMLHttpRequest::createRequest(int&) + 1169
    24  com.apple.WebCore                       0x00007fff84a67475 WebCore::XMLHttpRequest::send(WebCore::String const&, int&) + 69
    25  com.apple.WebCore                       0x00007fff84a67400 WebCore::XMLHttpRequest::send(int&) + 32
    26  com.apple.WebCore                       0x00007fff84a671ad WebCore::JSXMLHttpRequest::send(JSC::ExecState*, JSC::ArgList const&) + 317
    27  com.apple.WebCore                       0x00007fff84a67069 WebCore::jsXMLHttpRequestPrototypeFunctionSend(JSC::ExecState*, JSC::JSObject*, JSC::JSValue, JSC::ArgList const&) + 137
    28  ???                                     0x000041cb868001b4 0 + 72342390702516
    29  com.apple.JavaScriptCore                0x00007fff8469806f JSC::Interpreter::execute(JSC::FunctionExecutable*, JSC::ExecState*, JSC::JSFunction*, JSC::JSObject*, JSC::ArgList const&, JSC::ScopeChainNode*, JSC::JSValue*) + 511
    30  ???                                     0x000000011ad6d480 0 + 4745254016
    31  ???                                     0x000000012317c140 0 + 4883726656
    32  com.apple.WebCore                       0x00007fff8503ffa0 WebCore::JSDOMWindowShell::~JSDOMWindowShell() + 0
    33  ???                                     0x9090909090900000 0 + 10416984888683003904
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                       0x00007fff80d72652 select$DARWIN_EXTSN$NOCANCEL + 10
    1   libSystem.B.dylib                       0x00007fff80d480e7 _dispatch_mgr_invoke + 388
    2   libSystem.B.dylib                       0x00007fff80d47cd4 _dispatch_queue_invoke + 185
    3   libSystem.B.dylib                       0x00007fff80d477fe _dispatch_worker_thread2 + 252
    4   libSystem.B.dylib                       0x00007fff80d47128 _pthread_wqthread + 353
    5   libSystem.B.dylib                       0x00007fff80d46fc5 start_wqthread + 13
    Thread 2:  WebCore: IconDatabase
    0   libSystem.B.dylib                       0x00007fff80d67f8a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff80d6bda1 _pthread_cond_wait + 1286
    2   com.apple.WebCore                       0x00007fff847d70f9 WebCore::IconDatabase::syncThreadMainLoop() + 249
    3   com.apple.WebCore                       0x00007fff847d31fc WebCore::IconDatabase::iconDatabaseSyncThread() + 172
    4   libSystem.B.dylib                       0x00007fff80d664f6 _pthread_start + 331
    5   libSystem.B.dylib                       0x00007fff80d663a9 thread_start + 13
    Thread 3:  Safari: CertRevocationChecker
    0   libSystem.B.dylib                       0x00007fff80d2d29a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff80d2d90d mach_msg + 59
    2   com.apple.CoreFoundation                0x00007fff836cd932 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation                0x00007fff836ccdbf CFRunLoopRunSpecific + 575
    4   com.apple.Safari                        0x000000010002f5c5 0x100000000 + 193989
    5   com.apple.Safari                        0x000000010002f555 0x100000000 + 193877
    6   libSystem.B.dylib                       0x00007fff80d664f6 _pthread_start + 331
    7   libSystem.B.dylib                       0x00007fff80d663a9 thread_start + 13
    Thread 4:
    0   libSystem.B.dylib                       0x00007fff80d2d29a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff80d2d90d mach_msg + 59
    2   com.apple.CoreFoundation                0x00007fff836cd932 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation                0x00007fff836ccdbf CFRunLoopRunSpecific + 575
    4   com.apple.Foundation                    0x00007fff88165f67 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 297
    5   com.apple.Foundation                    0x00007fff880e6f28 __NSThread__main__ + 1429
    6   libSystem.B.dylib                       0x00007fff80d664f6 _pthread_start + 331
    7   libSystem.B.dylib                       0x00007fff80d663a9 thread_start + 13
    Thread 5:  Safari: SafeBrowsingManager
    0   libSystem.B.dylib                       0x00007fff80d2d29a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff80d2d90d mach_msg + 59
    2   com.apple.CoreFoundation                0x00007fff836cd932 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation                0x00007fff836ccdbf CFRunLoopRunSpecific + 575
    4   com.apple.Safari                        0x000000010002f5c5 0x100000000 + 193989
    5   com.apple.Safari                        0x000000010002f555 0x100000000 + 193877
    6   libSystem.B.dylib                       0x00007fff80d664f6 _pthread_start + 331
    7   libSystem.B.dylib                       0x00007fff80d663a9 thread_start + 13
    Thread 6:  Safari: SnapshotStore
    0   libSystem.B.dylib                       0x00007fff80d67f8a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff80d6bda1 _pthread_cond_wait + 1286
    2   com.apple.JavaScriptCore                0x00007fff8453ba40 ***::ThreadCondition::timedWait(***::Mutex&, double) + 64
    3   com.apple.Safari                        0x00000001001be5bd 0x100000000 + 1828285
    4   com.apple.Safari                        0x00000001000470a7 0x100000000 + 290983
    5   com.apple.Safari                        0x0000000100046f25 0x100000000 + 290597
    6   libSystem.B.dylib                       0x00007fff80d664f6 _pthread_start + 331
    7   libSystem.B.dylib                       0x00007fff80d663a9 thread_start + 13
    Thread 7:  WebCore: LocalStorage
    0   libSystem.B.dylib                       0x00007fff80d67f8a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff80d6bda1 _pthread_cond_wait + 1286
    2   com.apple.JavaScriptCore                0x00007fff8453ba40 ***::ThreadCondition::timedWait(***::Mutex&, double) + 64
    3   com.apple.WebCore                       0x00007fff84b27fb1 WebCore::LocalStorageThread::threadEntryPoint() + 193
    4   libSystem.B.dylib                       0x00007fff80d664f6 _pthread_start + 331
    5   libSystem.B.dylib                       0x00007fff80d663a9 thread_start + 13
    Thread 8:  com.apple.CFSocket.private
    0   libSystem.B.dylib                       0x00007fff80d70e52 select$DARWIN_EXTSN + 10
    1   com.apple.CoreFoundation                0x00007fff836ef498 __CFSocketManager + 824
    2   libSystem.B.dylib                       0x00007fff80d664f6 _pthread_start + 331
    3   libSystem.B.dylib                       0x00007fff80d663a9 thread_start + 13
    Thread 9:
    0   libSystem.B.dylib                       0x00007fff80d2d29a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff80d2d90d mach_msg + 59
    2   com.apple.QuartzCore                    0x00007fff8711437a CA::Render::Server::server_thread(void*) + 177
    3   com.apple.QuartzCore                    0x00007fff871142ba thread_fun + 34
    4   libSystem.B.dylib                       0x00007fff80d664f6 _pthread_start + 331
    5   libSystem.B.dylib                       0x00007fff80d663a9 thread_start + 13
    Thread 10:
    0   libSystem.B.dylib                       0x00007fff80d46f4a __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x00007fff80d4735c _pthread_wqthread + 917
    2   libSystem.B.dylib                       0x00007fff80d46fc5 start_wqthread + 13
    Thread 11:
    0   libSystem.B.dylib                       0x00007fff80d46f4a __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x00007fff80d4735c _pthread_wqthread + 917
    2   libSystem.B.dylib                       0x00007fff80d46fc5 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x0072002d0065006c  rcx: 0x0000000000000001  rdx: 0x0000000000000001
      rdi: 0x0072002d0065006c  rsi: 0x0072002d0065006c  rbp: 0x00007fff5fbfd350  rsp: 0x00007fff5fbfd340
       r8: 0x00007fff707140e0   r9: 0x0000000116b8caf0  r10: 0x0000000000000001  r11: 0x0000000000000002
      r12: 0x0000000000000000  r13: 0x0000000000000003  r14: 0x0000000116bc8900  r15: 0x0000000000000000
      rip: 0x00007fff8368c960  rfl: 0x0000000000010246  cr2: 0x0000000100702000
    Binary Images:
           0x100000000 -        0x1006afff7  com.apple.Safari 5.0.5 (6533.21.1) <B81D1199-542C-D929-A1CA-A139EA6262C1> /Applications/Safari.app/Contents/MacOS/Safari
           0x1173b4000 -        0x1173b8ff7  libFontRegistryUI.dylib ??? (???) <D899EA35-811A-5537-BF0D-7723F6F5782A> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Resources/libFontRegistryUI.dylib
           0x1181bc000 -        0x1181e2fff  GLRendererFloat ??? (???) <443D04B8-58D6-4982-C039-456D12861F51> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
           0x11a4d7000 -        0x11a66afe7  GLEngine ??? (???) <528DDC17-901D-FA67-0EFC-28D36ABD28D2> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
           0x11a69b000 -        0x11aa8dfff  com.apple.ATIRadeonX3000GLDriver 1.6.34 (6.3.4) <042F2B53-7B98-6A1A-C95F-6C97181CDC2A> /System/Library/Extensions/ATIRadeonX3000GLDriver.bundle/Contents/MacOS/ATIRade onX3000GLDriver
           0x11e46c000 -        0x11e46efff +de.bahoom.HyperDockSafariPlugin 1.0 (1.1) <14FFF4BD-2BEC-3809-BCBD-414B3AEC67BB> /Users/moemoks/Library/ScriptingAdditions/HyperDockSafariPlugin.osax/Contents/M acOS/HyperDockSafariPlugin
           0x11e5e3000 -        0x11e5e3fff  com.apple.JavaPluginCocoa 13.5.0 (13.5.0) <2147F637-E291-A79E-770B-E122F4A1FA47> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaPluginCocoa.bundle/C ontents/MacOS/JavaPluginCocoa
           0x11e5e7000 -        0x11e5ecff7  JavaLaunching ??? (???) <9E94B3DF-E0FB-BE09-1F88-E6334CA87466> /System/Library/PrivateFrameworks/JavaLaunching.framework/Versions/A/JavaLaunch ing
        0x7fff5fc00000 -     0x7fff5fc3be0f  dyld 132.1 (???) <DD3F7F3E-8612-A7BD-F508-9EF29132C419> /usr/lib/dyld
        0x7fff80027000 -     0x7fff80a1dfff  com.apple.AppKit 6.6.7 (1038.35) <204DDF4C-70DB-DBB2-77C1-5EFB10B52A5C> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff80a1e000 -     0x7fff80a24ff7  IOSurface ??? (???) <12FB0DFC-8A3E-B349-2A3C-28A4D3BA4DD8> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff80b20000 -     0x7fff80ba5ff7  com.apple.print.framework.PrintCore 6.3 (312.7) <F00C561F-D38B-8785-5218-1A0C3BA61177> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff80ba6000 -     0x7fff80bc9fff  com.apple.opencl 12.3.6 (12.3.6) <C7C90299-2126-830A-7D00-73331AA044B3> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff80bca000 -     0x7fff80bcaff7  com.apple.Cocoa 6.6 (???) <C69E895A-1C66-3DA9-5F63-8BE85DB9C4E1> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff80d2c000 -     0x7fff80eedfff  libSystem.B.dylib 125.2.10 (compatibility 1.0.0) <283B4178-4E72-0EF4-8BA1-45593D618CB5> /usr/lib/libSystem.B.dylib
        0x7fff80eee000 -     0x7fff80f7afef  SecurityFoundation ??? (???) <C538CFE6-A2C9-0678-3221-C0E8667D22C3> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff80f7b000 -     0x7fff811e5fef  com.apple.QuartzComposer 4.2 ({156.29}) <9DB94380-EAF9-6636-2986-BD1EA06A693F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
        0x7fff811e6000 -     0x7fff81268fff  com.apple.QuickLookUIFramework 2.3 (327.6) <8BAA8E90-D3EB-A783-B3CF-501BBF793892> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
        0x7fff8128a000 -     0x7fff81299fff  com.apple.NetFS 3.2.2 (3.2.2) <0A19AF05-F331-2762-A03C-CA78E86C7810> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff8129a000 -     0x7fff814d4fef  com.apple.imageKit 2.0.3 (1.0) <59B92439-88C0-C60E-E9C9-7D834A36E1F9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
        0x7fff81505000 -     0x7fff8150bfff  libCGXCoreImage.A.dylib 545.0.0 (compatibility 64.0.0) <C2D07389-FADC-EAD7-5845-2654E9074839> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
        0x7fff8151a000 -     0x7fff81520ff7  com.apple.CommerceCore 1.0 (9) <E69F547C-1501-927D-A760-B0C9456EE284> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
        0x7fff81521000 -     0x7fff81521ff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <15DF8B4A-96B2-CB4E-368D-DEC7DF6B62BB> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff81522000 -     0x7fff81969fef  com.apple.RawCamera.bundle 3.7.1 (570) <5AFA87CA-DC3D-F84E-7EA1-6EABA8807766> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff8196a000 -     0x7fff819b3fef  libGLU.dylib ??? (???) <07FBC3E4-4FD3-F217-014F-E32886FC1512> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff819b4000 -     0x7fff81b6cfef  com.apple.ImageIO.framework 3.0.4 (3.0.4) <18E0385C-EFB3-145F-302E-3365B03B204D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
        0x7fff81b6d000 -     0x7fff81b7bff7  libkxld.dylib ??? (???) <FB6ED83A-060F-CACC-83EC-49F3DB223CEA> /usr/lib/system/libkxld.dylib
        0x7fff81b7c000 -     0x7fff81bf9fef  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
        0x7fff81f3e000 -     0x7fff81fbdfe7  com.apple.audio.CoreAudio 3.2.6 (3.2.6) <E20E7A28-A009-D6E2-A45C-2E58CE659EE5> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff81fc5000 -     0x7fff82097fe7  com.apple.CFNetwork 454.11.12 (454.11.12) <3F3CFCB5-430F-A1A4-428D-1CE0DCD06E2F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
        0x7fff8209b000 -     0x7fff8209bff7  com.apple.ApplicationServices 38 (38) <0E2FC75E-2BE2-D04D-CA78-76E38A89DD30> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff8209c000 -     0x7fff821a2fe7  com.apple.PubSub 1.0.5 (65.21) <1F9B7C84-375D-036F-790A-02BBE7BCE445> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
        0x7fff821a3000 -     0x7fff82253fff  edu.mit.Kerberos 6.5.11 (6.5.11) <3437B39E-8B40-B7E5-2FC3-000A0F7262C3> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff82254000 -     0x7fff82588fff  com.apple.CoreServices.CarbonCore 861.34 (861.34) <C793D790-7317-978B-EF4F-1EEFDFE423CA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff82589000 -     0x7fff8258aff7  com.apple.TrustEvaluationAgent 1.1 (1) <A91CE5B9-3C63-5F8C-5052-95CCAB866F72> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff8258b000 -     0x7fff825c4fef  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <1E857AD0-B7F4-68D3-5E02-194E5E1C7A4D> /usr/lib/libcups.2.dylib
        0x7fff825c5000 -     0x7fff82602fff  com.apple.LDAPFramework 2.0 (120.1) <E5FA9339-4812-E8FE-C366-EE3DC975DBC6> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
        0x7fff82605000 -     0x7fff827c3fff  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <12EB72D5-55E0-6D83-533F-FDA5D9B1CDD2> /usr/lib/libicucore.A.dylib
        0x7fff827c4000 -     0x7fff82902fff  com.apple.CoreData 102.1 (251) <96C5E9A6-C28C-E9CC-A0DB-27801A22A49F> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff82903000 -     0x7fff829a3fff  com.apple.LaunchServices 362.2 (362.2) <68FB6920-A331-F6B6-201A-4D4593021212> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff829a4000 -     0x7fff82abefef  libGLProgrammability.dylib ??? (???) <0E6CA4E8-9484-475C-2FF0-3DEBF4624C44> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
        0x7fff82bc0000 -     0x7fff82be8fff  com.apple.DictionaryServices 1.1.2 (1.1.2) <6B8C5FB6-FE6F-3345-0441-BED51E815379> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff82be9000 -     0x7fff82befff7  com.apple.DiskArbitration 2.3.1 (2.3.1) <FD5CF2E6-E5FF-1E2A-37E0-304722DA15E1> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff82bf0000 -     0x7fff82c0dff7  libPng.dylib ??? (???) <F5CABB0C-4DE4-148B-9AAB-54FE179BC62F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff82c0e000 -     0x7fff82c70fe7  com.apple.datadetectorscore 2.0 (80.7) <18610985-EE24-CCF7-AB4B-7D4F7C8A4FF5> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff82c71000 -     0x7fff82c73fff  com.apple.print.framework.Print 6.1 (237.1) <87A5BEEC-2D37-5CB7-8B13-7B605397573F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
        0x7fff82def000 -     0x7fff82f06fef  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <EF023D83-F9E9-834E-64C1-B2E26151F63B> /usr/lib/libxml2.2.dylib
        0x7fff82f07000 -     0x7fff82f5cff7  com.apple.framework.familycontrols 2.0.2 (2020) <8591B47D-BCE3-3EF7-DECB-8795FE3556BA> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
        0x7fff82f5d000 -     0x7fff82f6cfff  libxar.1.dylib ??? (???) <D599B824-2CD1-879B-8468-CF0C85EF3BA5> /usr/lib/libxar.1.dylib
        0x7fff82f6d000 -     0x7fff82f83fef  libbsm.0.dylib ??? (???) <0321D32C-9FE1-3919-E03E-2530A0C1191B> /usr/lib/libbsm.0.dylib
        0x7fff82f84000 -     0x7fff82fc7fef  libtidy.A.dylib ??? (???) <C32D1061-EF58-9DE1-6D6E-1286E58B83EB> /usr/lib/libtidy.A.dylib
        0x7fff82fc8000 -     0x7fff82fccff7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib
        0x7fff82fcd000 -     0x7fff82fe1ff7  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <574C1BE0-5E5E-CCAF-06F8-92A69CB2892D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff82fe2000 -     0x7fff8302cff7  com.apple.Metadata 10.6.3 (507.15) <E289DF44-BE9A-7F32-3716-AB7F15337ADF> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff8302d000 -     0x7fff83072fff  com.apple.CoreMediaIOServices 140.0 (1493) <298AEE5E-1301-6F37-3ADD-95B3488D8D63> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
        0x7fff83073000 -     0x7fff83073ff7  com.apple.Carbon 150 (152) <BD59781B-CDD9-9E53-7918-5566FB25D304> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff83074000 -     0x7fff830bbff7  com.apple.coreui 2 (114) <31118426-355F-206A-65AB-CCA2D2D3EBD7> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff830bc000 -     0x7fff830c9fe7  libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <48CE1A65-39A4-C72A-AEDE-4C7A7B46D794> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
        0x7fff830e5000 -     0x7fff830f6ff7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <5BAFAE5C-2307-C27B-464D-582A10A6990B> /usr/lib/libz.1.dylib
        0x7fff83132000 -     0x7fff83144fe7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <30FE378B-99FE-8C7C-06D0-A3AA0A0A70D4> /usr/lib/libsasl2.2.dylib
        0x7fff83145000 -     0x7fff83165ff7  com.apple.DirectoryService.Framework 3.6 (621.11) <3F20A2F1-DEE3-7483-C74B-0F092628C634> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
        0x7fff83231000 -     0x7fff832eefff  com.apple.CoreServices.OSServices 359 (359) <5B0AB0D4-5A52-E429-846D-56C975E2BF5E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff832ef000 -     0x7fff83423ff7  com.apple.audio.toolbox.AudioToolbox 1.6.6 (1.6.6) <0E1F4725-9E00-1BE1-7D1D-ED4D389E411A> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff8354f000 -     0x7fff83635fef  com.apple.DesktopServices 1.5.10 (1.5.10) <3AFD31F5-28B7-D428-19A2-22AA71C26F71> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff83681000 -     0x7fff837f8fe7  com.apple.CoreFoundation 6.6.4 (550.42) <E8A12F17-D5B7-B801-076E-C22C8E176E8B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff837f9000 -     0x7fff83836ff7  libFontRegistry.dylib ??? (???) <B7139315-C799-B681-17A0-3139149E829E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff83837000 -     0x7fff84041fe7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <2F26CDC7-DAE9-9ABE-6806-93BBBDA20DA0> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff84042000 -     0x7fff840beff7  com.apple.ISSupport 1.9.4 (52) <2381DB3E-EF16-9E32-D528-43BB53C267D6> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
        0x7fff840bf000 -     0x7fff840c4fff  libGIF.dylib ??? (???) <A28A62E0-D749-61B3-BAF3-34B26AB976B9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff840c5000 -     0x7fff84131ff7  com.apple.CorePDF 1.3 (1.3) <36CE4BBE-0115-D0EF-A18F-F0FE690EB6F2> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff84362000 -     0x7fff84363fff  com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <EC039008-5367-090D-51FD-EA4D2623671A> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
        0x7fff84380000 -     0x7fff843c4fe7  com.apple.ImageCaptureCore 1.0.4 (1.0.4) <56E4A86E-F43E-F616-681B-C6DFE4B149E5> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
        0x7fff84415000 -     0x7fff84415ff7  com.apple.quartzframework 1.5 (1.5) <FA660AAC-70CD-7EA2-5DF1-A8724D8F4B1B> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fff84416000 -     0x7fff84449fff  libTrueTypeScaler.dylib ??? (???) <1DE9403D-D52C-A0CA-55C0-7C32BA3B821D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
        0x7fff8444a000 -     0x7fff84451fff  com.apple.OpenDirectory 10.6 (10.6) <460F77D1-3CB8-B9B6-B9D1-D6644D2C6756> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff84503000 -     0x7fff84512fef  com.apple.opengl 1.6.13 (1.6.13) <D652AB73-4954-3D04-F2C7-4BBEA09440F6> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff84513000 -     0x7fff84529fe7  com.apple.MultitouchSupport.framework 207.11 (207.11) <3A40DE89-87E1-2484-AA29-154F8811E1AB> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff8452a000 -     0x7fff8471afef  com.apple.JavaScriptCore 6533.20 (6533.20.20) <0AA8B101-C02C-0858-84BC-4E4D397E0231> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff8471b000 -     0x7fff84740ff7  com.apple.CoreVideo 1.6.2 (45.6) <31802A1C-81BC-33F8-D5C8-39A793D4D926> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff84741000 -     0x7fff847d0fff  com.apple.PDFKit 2.5.1 (2.5.1) <C0E3AE4B-E71A-16D8-0D51-FB7D3E3AD793> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
        0x7fff847d1000 -     0x7fff8544cfef  com.apple.WebCore 6533.21 (6533.21.1) <A7433C61-B507-BDB0-9CA8-1A3A2A699B2F> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
        0x7fff8544d000 -     0x7fff854b7fe7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <7BD7F19B-ACD4-186C-B42D-4DEBA6795628> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff854b8000 -     0x7fff854c9fff  com.apple.DSObjCWrappers.Framework 10.6 (134) <CF1D9C05-8D77-0FFE-38E8-63D8A23E92E1> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
        0x7fff854ca000 -     0x7fff855a7ff7  com.apple.vImage 4.1 (4.1) <A0DE28F5-7B45-D268-0497-C79A826C8E53> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff855a8000 -     0x7fff855aafff  libRadiance.dylib ??? (???) <EAEDC7F4-1DC6-3091-9789-A0CD5D3892C7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
        0x7fff855ab000 -     0x7fff855acfff  liblangid.dylib ??? (???) <D0666597-B331-C43C-67BB-F2E754079A7A> /usr/lib/liblangid.dylib
        0x7fff855ad000 -     0x7fff855adff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <4CCE5D69-F1B3-8FD3-1483-E0271DB2CCF3> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff855ae000 -     0x7fff855cffff  libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <9B7AEE96-D18E-5ECF-9837-BD5CFD397831> /usr/lib/libresolv.9.dylib
        0x7fff855d0000 -     0x7fff85618ff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <98FC4457-F405-0262-00F7-56119CA107B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff85619000 -     0x7fff85660fff  com.apple.QuickLookFramework 2.3 (327.6) <115BCFBD-8BC8-9E9D-BE04-2EC05EF78CC0> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff856a0000 -     0x7fff856b9fff  com.apple.CFOpenDirectory 10.6 (10.6) <32DF31BC-F7EE-40A6-C629-5AE4B389C1A8> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff85914000 -     0x7fff859d5fef  com.apple.ColorSync 4.6.6 (4.6.6) <D560FFAC-CC7C-8C1C-E20C-40D87236F309> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff85a1b000 -     0x7fff85a20fff  libGFXShared.dylib ??? (???) <4FCF6E2F-BAA0-49FC-0F0F-DAAD16DFD73F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff85a3d000 -     0x7fff85a76ff7  com.apple.MeshKit 1.1 (49.2) <B85DDDC7-4053-4DB8-E1B5-AA0CBD4CDD1C> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
        0x7fff85a77000 -     0x7fff85a7aff7  libCoreVMClient.dylib ??? (???) <4816F956-6AF2-4BCB-13A2-FF61779272A6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff85b40000 -     0x7fff85ba8fff  com.apple.MeshKitRuntime 1.1 (49.2) <A490FE03-313D-1317-A9B8-25EF75CB1A81> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
        0x7fff85bd9000 -     0x7fff85be4fff  com.apple.CrashReporterSupport 10.6.7 (258) <C390DFA5-F3B6-160C-0BAB-B0DD86C91F08> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff85bf3000 -     0x7fff85c53fe7  com.apple.framework.IOKit 2.0 (???) <D205ABB9-0E45-5254-2610-D4522EC2378E> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff85c54000 -     0x7fff85c59ff7  com.apple.CommonPanels 1.2.4 (91) <8B088D78-E508-6622-E477-E34C22CF2F67> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fff85c5a000 -     0x7fff85d10fff  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <1960E662-D35C-5D98-EB16-D43166AE6A22> /usr/lib/libobjc.A.dylib
        0x7fff85d11000 -     0x7fff85d4bfff  libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <AE68B25E-C127-7BB3-ED42-0466BDEDA9D1> /usr/lib/libssl.0.9.8.dylib
        0x7fff85d62000 -     0x7fff85d8dff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <6589F0FC-41DB-8494-CA8B-487F4E328EB9> /usr/lib/libxslt.1.dylib
        0x7fff85d8e000 -     0x7fff85d99ff7  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <C359B93B-CC9B-FC0B-959E-FB10674103A7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff86586000 -     0x7fff865c7ff7  com.apple.CoreMedia 0.484.33 (484.33) <A71AC28E-955E-0793-6A55-71EA38796264> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff865c8000 -     0x7fff86850fef  com.apple.security 6.1.2 (55002) <0892E773-CCDF-77A8-4D65-754348A00AE8> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff86879000 -     0x7fff86913ff7  com.apple.ApplicationServices.ATS 275.15.1 (???) <7715F1B4-F8C7-2769-5CB2-BB68BA62C598> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff8691c000 -     0x7fff86965ff7  com.apple.securityinterface 4.0.1 (40418) <1C1BD8E9-F128-CE8C-0C20-F29882B8AC32> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff8696b000 -     0x7fff8696eff7  com.apple.securityhi 4.0 (36638) <2C522D50-1BBF-F38B-F9DB-502FEF49F94D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff8696f000 -     0x7fff869a0fff  libGLImage.dylib ??? (???) <B228754C-73E1-DC48-D683-E4139DF4F533> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff86a2e000 -     0x7fff86a49ff7  com.apple.openscripting 1.3.1 (???) <DC329CD4-1159-A40A-A769-70CAA70F601A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff86aec000 -     0x7fff86b69fef  com.apple.backup.framework 1.2.2 (1.2.2) <BB72F0C7-20E2-76DC-6764-5B93A7AC0EB5> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff86b6a000 -     0x7fff86bb9fef  libTIFF.dylib ??? (???) <61D93131-A236-011D-340B-6557A2590B77> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff86bba000 -     0x7fff86dfcfe7  com.apple.AddressBook.framework 5.0.4 (883) <B6BD722F-BD01-E73A-66D2-88AFE26355DF> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
        0x7fff86e3d000 -     0x7fff86e4efff  SyndicationUI ??? (???) <62A4BC15-72EA-0CC1-046A-52E576E8D751> /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
        0x7fff86f07000 -     0x7fff86f48fef  com.apple.QD 3.36 (???) <04F03722-91CA-6858-55A4-54D7F29789A6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff86f49000 -     0x7fff86f8cff7  libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <69640B69-6B01-75A3-204F-96A521A0EC6F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
        0x7fff87066000 -     0x7fff87070fff  com.apple.DisplayServicesFW 2.3.3 (289) <D537142B-3376-9DBD-F82E-82C731CC20A9> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
        0x7fff87071000 -     0x7fff870c0ff7  com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <EDE08F8A-F933-0059-3E58-A31C45C82329> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
        0x7fff870c1000 -     0x7fff8745efe7  com.apple.QuartzCore 1.6.3 (227.36) <491C4890-9A37-0033-7BCB-E5F53F01E869> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff8745f000 -     0x7fff8745fff7  com.apple.vecLib 3.6 (vecLib 3.6) <96FB6BAD-5568-C4E0-6FA7-02791A58B584> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff87460000 -     0x7fff87588ff7  com.apple.MediaToolbox 0.484.33 (484.33) <A91EC908-9BCB-A41E-1AA1-E881F7E80952> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
        0x7fff87589000 -     0x7fff8759ffff  com.apple.ImageCapture 6.0.2 (6.0.2) <E0D9E290-458B-EE88-AA9D-97C0B51EA03E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff875a0000 -     0x7fff875a3fff  com.apple.help 1.3.1 (41) <AEDDF93F-BAC0-0308-68FD-039A99F3A158> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff875b2000 -     0x7fff878b0fff  com.apple.HIToolbox 1.6.5 (???) <98FCEA0D-FA33-E859-B39C-2C1F59F9E22D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff878d6000 -     0x7fff87fd306f  com.apple.CoreGraphics 1.545.0 (???) <6B955FEA-8E41-9118-9EAF-BF7D1C600EB1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff88049000 -     0x7fff8807fff7  com.apple.framework.Apple80211 6.2.5 (625.6) <3E9FA6D0-603C-18D0-B6D9-03451A6942A8> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff88080000 -     0x7fff88095ff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <59D9E83D-3131-91F4-E3E2-02047F55917F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff880d6000 -     0x7fff88359fe7  com.apple.Foundation 6.6.6 (751.53) <3D801E14-5B73-649E-4482-FD527B5FFEBC> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff88366000 -     0x7fff88470ff7  com.apple.MeshKitIO 1.1 (49.2) <D7227401-9DC9-C2CB-C83B-C2B10C61D4E4> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
        0x7fff88471000 -     0x7fff884c3ff7  com.apple.HIServices 1.8.2 (???) <C7381225-559C-2C58-97EC-4880DF4C1AB6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff884c4000 -     0x7fff884c4ff7  com.apple.CoreServices 44 (44) <616722B1-5E79-DCCF-BF5E-0DD5802CCBD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff884c5000 -     0x7fff88543ff7  com.apple.CoreText 3.151.8 (???) <1735E84F-2059-302C-5C9B-F9DB0F3CC443> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
        0x7fff88544000 -     0x7fff8857ffff  com.apple.AE 496.4 (496.4) <CB905496-4D6B-F26A-399D-840D26DBEE5B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff88580000 -     0x7fff886feff7  com.apple.WebKit 6533.21 (6533.21.1) <E954BB9E-51DC-9B68-5312-E1507329A9B3> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
        0x7fff887f8000 -     0x7fff88804fff  libbz2.1.0.dylib 1.0.5 (compatibility 1.0.0) <A21B7E3A-1EDD-7684-ACC1-72587034A020> /usr/lib/libbz2.1.0.dylib
        0x7fff88805000 -     0x7fff88846fff  com.apple.SystemConfiguration 1.10.5 (1.10.2) <43B7DE8E-7BA1-0ABE-800E-41590ACB9291> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff88847000 -     0x7fff88848ff7  com.apple.audio.units.AudioUnit 1.6.6 (1.6.6) <8B646856-A474-B7B0-8ACF-B51B18DDF190> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff88849000 -     0x7fff8885dfff  libGL.dylib ??? (???) <0FA671EB-6FA0-BA97-C00A-C42247C22B26> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff8885e000 -     0x7fff88d64ff7  com.apple.VideoToolbox 0.484.33 (484.33) <CD2F6EA6-ED13-B142-C576-2A87179ABA64> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
        0x7fff88d65000 -     0x7fff88db1fff  libauto.dylib ??? (???) <328CCF97-091D-C529-E576-C78583445711> /usr/lib/libauto.dylib
        0x7fff88db2000 -     0x7fff88e6bfff  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <E8FFCEA1-3BE3-F0C9-07EA-C37678C4D2F5> /usr/lib/libsqlite3.dylib
        0x7fff88e6c000 -     0x7fff88f21fe7  com.apple.ink.framework 1.3.3 (107) <A68339AA-909D-E46C-35C0-72808EE3D043> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff88f22000 -     0x7fff88f2dfff  com.apple.corelocation 12.1 (12.1) <7F562820-A388-47B4-B070-239AC4594D8D> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
        0x7fff88f44000 -     0x7fff88fd4fff  com.apple.SearchKit 1.3.0 (1.3.0) <45BA1053-9196-3C2F-2421-AFF5E09627CC> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff88fd5000 -     0x7fff89418fef  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <57D38705-6F21-2A82-F3F6-03CFFF214775> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff89419000 -     0x7fff8948aff7  com.apple.AppleVAFramework 4.10.25 (4.10.25) <6B3F3558-55FE-092F-C22B-F590718F9653> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff8948b000 -     0x7fff8948fff7  libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <3A6D0B56-B9BC-D2EE-B0F2-4E7842BB1895> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
        0x7fff894a9000 -     0x7fff895cafe7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <5CD78EA4-1770-6C83-51AD-99B5701CB5AB> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff895cb000 -     0x7fff895fafff  com.apple.quartzfilters 1.6.0 (1.6.0) <52D41730-D485-A7AE-4937-FE37FC732F65> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
        0x7fff895fb000 -     0x7fff89621fe7  libJPEG.dylib ??? (???) <482A3D71-BA81-FDD5-CA6A-50D1D3C25DE2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff89622000 -     0x7fff896e4fef  libFontParser.dylib ??? (???) <CAA5448C-C038-F830-C400-CA008E175CA3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff896e5000 -     0x7fff89855fff  com.apple.QTKit 7.6.6 (1772) <42FBBC9F-8243-10F4-9F39-1352358C56CC> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fffffe00000 -     0x7fffffe01fff  libSystem.B.dylib ??? (???) <283B4178-4E72-0EF4-8BA1-45593D618CB5> /usr/lib/libSystem.B.dylib
    Model: iMac12,2, BootROM IM121.0047.B0A, 4 processors, Intel Core i5, 2.7 GHz, 12 GB, SMC 1.72f1
    Graphics: AMD Radeon HD 6770M, AMD Radeon HD 6770M, PCIe, 512 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x9A), Atheros 9380: 4.0.35.3
    Bluetooth: Version 2.4.5f1, 2 service, 19 devices, 1 incoming serial ports
    Network Service: Ethernet Adaptor (en2), Ethernet, en2
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: WDC WD1001FALS-403AA0, 931.51 GB
    Serial ATA Device: OPTIARC DVD RW AD-5680H
    USB Device: FaceTime HD Camera (Built-in), 0x05ac  (Apple Inc.), 0x850b, 0xfa200000 / 3
    USB Device: Hub, 0x0424  (SMSC), 0x2514, 0xfa100000 / 2
    USB Device: Lexicon Alpha, 0x1210, 0x000a, 0xfa130000 / 5
    USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 4
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8215, 0xfa111000 / 6
    USB Device: Hub, 0x0424  (SMSC), 0x2514, 0xfd100000 / 2
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0xfd120000 / 4
    USB Device: Internal Memory Card Reader, 0x05ac  (Apple Inc.), 0x8403, 0xfd110000 / 3

  • [Solved] Doom 3 NVIDIA Optimus Bumblebee

    Has anyone been able to get Doom 3 to work on their NVIDIA optimus laptop? Bumblebee works fine with every other program I've tried. Doom 3 launches on the integrated graphics card. Running optirun doom3 outputs:
    ----- R_InitOpenGL -----                                                                                             
    Setup X display connection                                                                                           
    dlopen(libGL.so.1)                                                                                                   
    Initializing OpenGL display                                                                                         
    Using XFree86-VidModeExtension Version 2.2                                                                           
    XFree86-VidModeExtension: not fullscreen, ignored                                                                   
    Couldn't get a visual
    dlopen(libGL.so.1)
    Initializing OpenGL display
    Using XFree86-VidModeExtension Version 2.2
    Free86-VidModeExtension Activated at 640x480
    Couldn't get a visual
    idRenderSystem::Shutdown()
    [VGL] ERROR: in remove--
    [VGL]    128: Invalid argument
    signal caught: Segmentation fault
    si_code 1
    Was in fatal error shutdown: Unable to initialize OpenGL
    Trying to exit gracefully..
    /usr/bin/doom3: line 5:  1191 Segmentation fault      linux32 ./doom.x86 "$@"
    I have lib32-virtualgl installed so as far as I know that should be enough to let 32bit programs to run.
    Last edited by PrinceManfred (2012-08-22 17:25:12)

    I have lib32-virtualgl installed so as far as I know that should be enough to let 32bit programs to run.
    No, you still need 32bit drivers. Installing lib32-nvidia-utils-bumblebee should do the trick. However, using the suggested native method above would be a lot cleaner.

  • PLEASE help - Elements 8 forcing 16:9 to a 4:3 layout causing distortion

    I'm so frustrated with Elements 8 that it's actually starting to make me feel ill now...!
    I've been trying for the last four hours to make a simple six minute movie on Adobe Elements 8. I won't bore you with all the details of the intense frustration of using this program (mainly to do with massive massive PC useage which causes the whole thing to crawl along making every task take four times longer than it should) but having finally acheived getting the thing edited and saved it's managed to convert what started out as a widescreen video into 4:3, so everythig is squeezed and distorted.
    I've tried everythig in the save area to do it differently, but no joy.
    Having researched it as best I could (not easy) I find that there are settings before you save. Basically there are two that apply to me:
    PAL DV Standard
    PAL DV Widescreen
    Both squeeze the movie into 4:3.
    I've used this program before and got Widescreen in, widescreen out no problems, but not any more.
    I've tried searching the help menus, I've tried finding a way to contact Adobe, but total blank.
    Can anyone pleas please help?

    Thank you. Adobe forums won't let me copy and paste the question and I've just about lost the will to live with this one after five hours now.
    I know that sounds pathetic but it's just ground me down to nothing.
    I give up.

  • Need help - had to force quit iPhoto '09 and now I cannot see my photos

    I just imported some photos and at the end when it asks for Keep Originals or Delete, I chose Delete and that action took me to a spinning beach ball. Since it did not complete for a few minutes, I decided to force quit the application.
    I restarted it and realized that iPhoto did not have my imported pictures, and worse, it had successfully deleted the pictures from the camera!
    Does anyone know of a way to somehow get those photos from somewhere/anywhere?

    LarryHN wrote:
    1 - it is recommended that you never have iPhoto delete your photos - import your photos and select do not delete - after dismounting the camera and verifying that the import went fine use your camera to format the media card - this both protects you from computer/software failures that can lose photos (as you just had) but also renews the media card format making such failures less likely
    2 - at this time the only option you have is to use file recovery software like Media recover - http://www.mediarecover.com/ to recover the photos on your camera card
    LN
    LN
    Message was edited by: LarryHN
    Yes, I have learned the hard way that I will always "keep originals" and delete/format offline.
    I have downloaded mediarecover and it seems to be great. It took a long time to do the deep scan, so I stopped it midway, but it had found 30-odd pictures already! Thanks for the recommendation, I will be purchasing the software

  • HELP! My phone shutoff by itself and won't power back on!

    My iPhone was fully charged and had been working fine all day. I just went to check emails on it and it is completely black. I tried to power it back on and nothing, not even when plugged into the charger. Why would this happen and how can I get it back on? Thanks.

    try a reset, hold down the home/sleep button together until you see the apple logo and then release, then wait for the phone to boot back up.

  • HELP ITUNES IS FORCING ME TO RESTORE I CANT

    IT WONT LET ME ACCESS MY PHONE UNLESS I RESTORE PLEASE I CANT LOOSE EVERYTHING ON MY PHONE PLEASE PLEASE PLEASE HELP

    Sorry, but if your device is in Recovery mode, then you have no other option but to restore. If you are seeing an iTunes logo and a usb cord on the screen, it means that all of your data is already gone.
    Do you have a backup to iCloud by any chance?
    Sorry,
    GB

  • Setting up vdpau in nvidia optimus laptops

    Hi,
    I have purchased a laptop with nvidia optimus with integrated intel graphic card.
    I want to setup vdpau in it.
    My nvidia card is GEFORCE GT 840M.
    I have installed nvidia proprietery drivers and bumblebee.
    Output of vdpauinfo:
    display:0 screen:0
    Error creating VDPAU device:1
    Please help me.

    Bumblebee does not offer VDPAU offloading, only OpenGL offloading.
    For vdpau, install the modesetting and nvidia drivers. [ Ref:  https://wiki.archlinux.org/index.php/NVIDIA_Optimus]

Maybe you are looking for