Giter Site home page Giter Site logo

chrome-webvr-issues's Introduction

Chrome WebVR Issues

THIS REPOSITORY IS OBSOLETE!

Please file new bugs against the official Canary Windows release or Android releases at https://crbug.com

chrome-webvr-issues's People

Contributors

toji avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

chrome-webvr-issues's Issues

Direct Mode

I'm at the point now where forcing Extended Mode on 64-Bit Windows 10 with the latest Catalyst Drivers is impossible using Oculus Runtime 0.8.0.0. I know you have addressed this before but any light on the possibility of a Direct Mode build? Thanks!

zero'd position not persisting after page refresh.

In this example:

http://caseyyee.github.io/three.js/examples/webgl_effects_vrposition.html

When zero'ing the sensor by running:

vrControls.zeroSensor()

The position resets/zero's properly.

Upon refreshing the page, the position needs to be reset again. The zero'd position should be persisted even after refresh. In Firefox VR builds, the reset position is persisted until the browser session is closed.

Why this is important:
When moving user between web VR pages, the user shouldn't have to reset the position for every page that is loaded.

edit: additional details
using:
Chromium Version 40.0.2199.0
Mac OSX 10.10 (14A389)
Oculus rift DK2 with firmware 2.12
Oculus runtime 0.4.3

My demo is crashing ChromeVR but not FirefoxVR

Hey guys,

I'm currently working on a WebVR plugin for Cesium, a WebGL virtual globe engine, and would like to get it working in Chrome.

My cesium-vr demo works fine in Firefox but crashes when I go fullscreen in the current Chrome builds (OSX or Windows). I'm using the 0.4.4 oculus runtime. I grabbed the stack trace I'm getting in OSX (I'm not sure how to get that in Windows).

Here's my repo for the demo if you were interested.

Has anyone else experienced something similar with their content?

High Latency

Around 100-120ms of latency are exhibited by the chrome build, this should be more along the lines of 30ms tops (as per oculus recommendation.

HTC vive pre Failed to recalculate device parameters.Dpdb.recalculateDeviceParams_

Chrome htc vive not detection orientation

Pixel width: 1920
dpdb.js:111 Pixel height: 1200
dpdb.js:153 No DPDB device match.
dpdb.js:74 New device parameters:
dpdb.js:75 null

Fetching DPDB...
device-info.js:107 Using fallback iOS device measurements.
webvr-manager.js:69 Using the Cardboard I/O 2014 viewer.
webvr-manager.js:217 Mode change: 0 => 1
dpdb.js:53 Successfully loaded online DPDB.
dpdb.js:72 Recalculating device params.
dpdb.js:109 User agent: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2663.0 Safari/537.36
dpdb.js:110 Pixel width: 1920
dpdb.js:111 Pixel height: 1200
dpdb.js:153 No DPDB device match.
dpdb.js:74 New device parameters:
dpdb.js:75 null
dpdb.js:83 Failed to recalculate device parameters.Dpdb.recalculateDeviceParams_ @ dpdb.js:83
http://borismus.github.io/favicon.ico Failed to load resource: the server responded with a status of 404 (Not Found)

Android content_shell_apk build failed

Android content_shell_apk build failed.
Build Error:
../../content/shell/browser/shell.h:123:8: error: 'void content::Shell::EnterFullscreenModeForTab(content::WebContents*, const GURL&)' marked override, but does not override

Patch needed to FIX this:
content/shell/browser/shell.cc
void Shell::EnterFullscreenModeForTab(WebContents* web_contents,

  •                                  const GURL& origin) {
    
  •                                  const GURL& origin,
    
  •                                  int display_id) {
    
    ToggleFullscreenModeForTab(web_contents, true);
    }

content/shell/browser/shell.h
void LoadProgressChanged(WebContents* source, double progress) override;
#endif
void EnterFullscreenModeForTab(WebContents* web_contents,

  •                             const GURL& origin) override;
    
  •                             const GURL& origin,
    
  •                             int display_id) override;
    

Chromium do not get HTC Vive in device list

I got a HTC Vive dev kit and had it working (vive tutorial showing in the HMD, SteamVR icons all green).

I downloaded the Chromium build "Chromium_Win_OpenVR_0.9.10.7z", enabled WebVR in chrome://flags

But I can't launch any WebVR demo, and when I try this bit of code, all I get is an empty array:

function EnumerateVRDevices(devices) {
  console.log(devices);
}
navigator.getVRDevices().then(EnumerateVRDevices);

Is there anything I'm missing there?
Thanks!

Cardboard bug - vertically squeezed fullscreen mode.

The cardboard fullscreen rendering output is vertically squeezed.

Here a screenshot comparison - a panoramic image (looking down at the floor) once displayed with the Cardboard Photosphere viewer and once via WebVR in the Android Chrome Shell browser:
webvr_vertical_scaling_bug

The reason might be the top Android bar...
Either the fullscreen mode should cover it too (like in the normal Chrome browser in fullscreen mode) or the rendering output window be scaled to the real screen height and then cropped at top by that bar height...

Best regards,
Klaus

Chrome OpenVR for Vive crash when changing page

I just implemented changing pages on Beloola by using a menu, allowing the user to go from one space to another. It's a simple window.location.href = "mynewaddress" but it makes chromium crash each time.

New desktop build for Oculus SDK 0.7 (or 0.6)

Is it possible to get a new Windows Chromium build that supports a more recent Oculus SDK? Even a build against the 0.6 SDK should allow folks running the 0.7 runtime.

The current build does not detect the oculus at all (which is expected) on Windows 10 / SDK 0.7 since it's built against the Oculus 0.5.0.1 SDK.

Many thanks for all the great work.

Chromium_Win_Oculus_0.8.0.0 crash on http://media.tojicode.com/webvr-test/

Get Windows 8.1 64-bit machine with AMD Radeon / DK2 (details below),.
Get Chromium_Win_Oculus_0.8.0.0
Open http://media.tojicode.com/webvr-test/

See 3d scene with rotating oculus.
Click View in VR
See how Chrome tryes to go to Fullscreen, wait 3 seconds, and get Opps Chrome Crashed page. During that, Oculus device have not even blinked in it's screen...

Which logs may I to send to you? How may I get them?

Display Driver Version: 1.2.8.0
Positional Tracker Driver Version: 1.0.14.0

AMD Radeon R9 200 Series
AMD FX(tm)-8300 Eight-Core Processor           

HMD Firmware: 2.12

Connected to OVRService server.

Contrast Too high

Hey guys,

I am having a strange thing happening with my project. When i display it onto the Oculus the contrast seems to increase on Oculus but is fine on monitor.I have tried it on the Firefox and the contrast is fine.

I am using Oculus runtime version 0.8 and Re­release Chromium_Win_Oculus_0.8.0.0.

I notice the contrast is slightly brighter in the Quake 3 example aswell.

Segfault on linux shortly after startup

This is with the latest available Chromium_WebVR_Linux_SDK_0.4.4.zip 12/30/14

I start it with ./chrome-wrapper --no-sandbox --user-data-dir=/tmp/chromevr --disable-gpu-vsync

it starts, shows the window for a few seconds and without any interaction it segfaults with and without an active rift, with intel and radeonsi.

Program received signal SIGSEGV, Segmentation fault.
0x000055555689cdf3 in SkRegion::~SkRegion() ()
(gdb) bt
#0  0x000055555689cdf3 in SkRegion::~SkRegion() ()
#1  0x0000555556cccc5d in cc::FilterOperation::~FilterOperation() ()
#2  0x0000555556ccd7a8 in cc::FilterOperations::~FilterOperations() ()
#3  0x0000555556cd104a in cc::RenderPassDrawQuad::~RenderPassDrawQuad() ()
#4  0x0000555556ccf38b in cc::ListContainer<cc::DrawQuad>::~ListContainer() ()
#5  0x0000555556ccff25 in cc::RenderPass::~RenderPass() ()
#6  0x0000555556d8a2c5 in cc::DirectRenderer::DrawFrame(cc::ScopedPtrVector<cc::RenderPass>*, float, gfx::Rect const&, gfx::Rect const&, bool) ()
#7  0x0000555556d131a2 in cc::LayerTreeHostImpl::DrawLayers(cc::LayerTreeHostImpl::FrameData*, base::TimeTicks) ()
#8  0x0000555556d2778c in cc::SingleThreadProxy::DoComposite(base::TimeTicks, cc::LayerTreeHostImpl::FrameData*) ()
#9  0x0000555556d27489 in cc::SingleThreadProxy::CompositeImmediately(base::TimeTicks) ()
#10 0x0000555556c9a251 in ui::Compositor::Draw() ()
#11 0x00005555565499ba in base::debug::TaskAnnotator::RunTask(char const*, char const*, base::PendingTask const&) ()
#12 0x0000555556508f02 in base::MessageLoop::RunTask(base::PendingTask const&) ()
#13 0x00005555565090b9 in base::MessageLoop::DeferOrRunPendingTask(base::PendingTask const&) ()
#14 0x000055555650949b in base::MessageLoop::DoWork() ()
#15 0x000055555653f219 in base::MessagePumpGlib::Run(base::MessagePump::Delegate*) ()
#16 0x000055555651a7c0 in base::RunLoop::Run() ()
#17 0x000055555622ff52 in ChromeBrowserMainParts::MainMessageLoopRun(int*) ()
#18 0x0000555558602ca4 in content::BrowserMainLoop::RunMainMessageLoopParts() ()
#19 0x000055555843cf6d in content::BrowserMainRunnerImpl::Run() ()
#20 0x000055555843cb43 in content::BrowserMain(content::MainFunctionParams const&) ()
#21 0x00005555564c0695 in content::ContentMainRunnerImpl::Run() ()
#22 0x00005555564bf2b0 in content::ContentMain(content::ContentMainParams const&) ()
#23 0x0000555555f58378 in ChromeMain ()
#24 0x00007ffff19c1800 in __libc_start_main () from /usr/lib/libc.so.6
#25 0x0000555555f5823b in _start ()

Fullscreen mis-sizes Oculus display in some demos

I've just started working on a WebVR demo based on some of the Quake demo's source, and it's mostly working so far, except for one issue: when I switch to 'VR mode', the distorted binocular view somehow winds up bigger than the screen, with its edges cut off.

weirdcrop

I know this isn't a problem with my Rift or my desktop, because the Quake demo is the right size:

quakeworks

And this doesn't seem like something I could have done wrong in my code, because it doesn't seem like the positioning of the distorted view on the Rift's display should be something that a page script could have any control over... (Also, it's worth mentioning that this same demo displays correctly in Firefox: )

firefoxworks

When I logged the size of the canvas after its reassignment to the render target size, it returned 2364x1461, the same as it does in the Quake demo.

You can try it here if you need to (though please note that it's literally half-finished at the moment) : http://ravenworks.ca/temp/riftdev/

Presumably there's some small thing I removed in adapting the Quake demo to my purposes (I'm doing a form of raytracing on a screen-size quad, so it's mostly just the hardware-management and fullscreen-management code that applies) that makes the API go slightly haywire when it's absent, but even though I'm not sure exactly where the change is that broke this, it definitely seems like something that the browser needs to fix, since I don't think the sizing/placement of the post-distortion view is anything that I could control from JavaScript, right?

Chromium OpenVR build crashes when reloading in VR

Bug occured with the latest Chromium_Win_OpenVR_0.9.10 build on Windows 8.1

Reprosteps :

  • Have a HTC Vive connected to the computer and working
  • Launch WebGL site (beloola.com or vizor.io)
  • Launch VR mode (Settings->Enter VR in beloola or fullscreen mode in vizor)
  • Press F5

Expected result :
The page should reload and leave VR mode quietly

Actual result :
The page reload, after a couple of seconds the browser show crash, if you press F5 we get the "WebGL hit a snag" message. Clicking reload then works.

Chrome crashes if I don't initialize vrcontrols in webvr-boilerplate

I was getting a bug where chrome crashed 'oh snap' everytime i went into VR mode. I tracked it down to the case where if you don't initialize vrcontrols (and read sensor data I assume), chrome crashes on entering VR mode.

Repro steps:

  • clone webvr-boilerplate
  • comment out each mention of controls
  • load index.html and enter vr mode
  • oh snap

Newest ChromeShell (Android) build immediately crashes on startup

Hi Brandon,

Just wanted to let you know that the newest ChromeShell WebVR build for Android immediately crashes on my Samsung Galaxy Note 4 (European model) on startup.

Only the message "ChromeShell stopped" is shown.

I've reverted back to the previous version, which works great :)

Any ideas?

Latest build crashes a few seconds after entering VR mode

I can repro this with the three.js "cubes" example from the dev branch (e0a81853 specifically). The example continues to run without issue, including HMD tracking, in windowed mode. When I start VR mode, everything seems fine for a few seconds, rendering correctly in the Rift but crashes about 3 seconds in.

I'm running Windows 8.1 with an Nvidia 850m and the latest drivers. After the crash, a tooltip appears in the taskbar saying the "Display driver stopped responding".

Let me know if you need any more details.

Microphone does not allowed

I'm testing an application using Oculus DK2, about the track with oculus rift its fine, but my application uses the microphone.
When the browser ask for permission to use the mic it does not recognize as allowed and keep asking for permission no mather how many times you allow.

Misbehavior when entering fullscreen vr mode after user is already in fullscreen mode.

Repro steps (chrome, haven't tried in FF yet):

  1. Go to mozvr.com
  2. Hit F11 to enter fullscreen mode
  3. Hit f to enter vr mode

Observed behavior:
Canvas contents are displayed on regular monitor instead of the HMD. Browser UI is visible, but can't be interacted with. Can't exit fullscreen.

As a workaround, I'm just going to prevent entering vr mode when the user is already in fullscreen. I tried exiting fullscreen first, but didn't get that to work for some reason.

Thanks for reading, & happy New Year! :)

Rye

webkitRequestFullscreen not functioning correctly (in my demo)

Hi. I can get your demo working correctly (very cool!), but in the demo I've set up, if I use webkitRequestFullscreen (lower 's') the webkitfullscreenchange event doesn't fire. Also, :fullscreen CSS selectors don't take effect.

In contrast, if I change it to upper case 'S', then the change event fires OK and fullscreen CSS works (so the only problem is there's no distortion applied - as you indicated would be the case in your blog post). The Mozilla version is working correctly for me.

I'm using the July 17th build on Mac OS.

I've gone through looking at all the differences between our demos and trying everything I can think of, but no joy so far!

I'd be really grateful if you might just be able to take a look... The source code is at:
https://github.com/poshaughnessy/oculus-rift-webvr-demo

Thanks!

Better fullscreen behavior

Currently the WebVR API uses very hacky (probably insecure) behavior to move the entire browser window over to the HMD just before going fullscreen, which produces the desired effect of automatically sending the content to the right display but isn't a great user experience because the broswer window just disappears without warning from the main display until you hit escape.

We should figure out a way to move only the VR content, leaving the rest of the window in place. Ideally we would also have a placeholder element left in place of the VR content that instructs the users to put on the HMD to see the content and how to exit out of that mode. This element should ideally be able to be hidden by developers and replaced with their own page appropriate filler content.

Fullscreen permission prompt is not accessible on VR headset

When requesting full-screen with pointer lock, the door-hanger permission UI is impossible to see and interact with as its entirely out of view on the VR display.

The solution might be simply to have the permission ui to show up on the users main display instead.

The workaround for the issue is to first request full-screen and pointer lock without specifying vrDisplay options. This presents the permission on the users main display first. Once the permission is granted, you can then re-request full-screen with vrDisplay options.

Pointer lock is important to have when requesting full-screen since the native OS cursor is not at all useable for VR use. Any mouse-based cursor replacement would probably need to use pointerlock to work properly.

Support Timewarp

Given the current latency of WebVR it would be valuable to support Timewarp, preferably without additional effort on the part of the developer. There should be a way to turn it off as well, to account for rare cases where the VR display is not explicitly a "First person" view of a scene (like http://media.tojicode.com/webvr-test/).

Chrome doesn't follow the VRPositionState spec

I'm using the OSX build downloaded from here:

https://drive.google.com/folderview?id=0BzudLt22BqGRbW9WTHMtOWMzNjQ#list

When a positional tracker is not present the VRPositionState must containt hasPosition === false and position must be null. As stated in the latest spec:

http://mozvr.github.io/webvr-spec/webvr.html#dom-vrpositionstate-hasposition

Chrome always return a position even if there's no positional camera connected and the hasPosition attribute is never set.

Have to close Chrome between each demo

I'm on Win7 64-bit, Oculus DK2, SDK 0.8.0.0, Chromium WebVR build 51.0.2663.0

  1. Open any page that presents to the HMD (i.e. http://toji.github.io/webvr-samples/03-vr-presentation.html )
  2. Enter VR. Everything works normally.
  3. Press the browser's "back" button, WITHOUT first clicking 'exit VR'. The last image on the HMD stays there, frozen (which is already a bit of a bug)
  4. Navigate to another page with HMD support (or even the same one again).
  5. Enter VR. The page acts like it was successful, but the frozen image from last time is STILL there instead of the live view you should be seeing. It will stay there until you quit Chromium.
  6. Quit Chromium. The HMD finally goes black.
  7. Launching Chromium again will now allow you to repeat the process.

Timewarp looks broken with Three.js

I see that @toji has Timewarp working in the Quake example, which appears to be a custom WebGL framework. With the Three.js example, it's all messed up. The center line between the two eyes moves left and right, and the distortion is extreme.

Can you explain in more detail how Timewarp works so we can adapt the Three.js code? Thanks.

(Reference #5)

chromium crash with krpano parent or nested layers

Hi, I experience chromium crashes when you use nested layers or parents in Krpano.
Nested layers like:
<layer name=".... >
<layer name=".../>

or

the old parent/child system
<layer name="test" parent="layer[test2]"... />

It crashes when you use one of these anywhere in your project. Vr mode or not.. it crashes.

Tuur

Flickering FPS (and stuttering) in Sample 4 but not in Sample 3

When I run Sample 3 ("VR Presentation"), I get a totally constant 75 fps, no dips at all, and the world feels wonderfully smooth. (I'm on a DK2, so 75 is the correct FPS.)

When I run Sample 4 ("Simple Mirroring"), the FPS counter rapidly flicks back and forth from 71 to 79 fps (with a 75 in there occasionally), and there is visible stuttering if I slide my head horizontally (though it still appears smooth if I only rotate my head, so timewarp seems to still work).

79fps

Occasionally there are pockets of solid 75fps (the right side of the graph above) but within a few seconds it goes back to cycling rapidly between 71, 75, and 79.

I'm running Windows 7 64-bit, with an Oculus DK2 and a GTX 970, running SDK 0.8.0.0 and Chromium WebVR build 51.0.2663.0

Android chrome_shell_apk build failed (/third_party/cacheinvalidation)

chrome_shell_apk Build error:

[144/2744] ACTION Generating Java code from protobuf files in ../../third_party/cacheinvalidation/src/proto
FAILED: cd ../../third_party/cacheinvalidation; ../../build/protoc_java.py "--protoc=../../out/Release/android_protoc" "--proto-path=../../third_party/cacheinvalidation/src/proto" "--java-out-dir=../../out/Release/java_proto/cacheinvalidation_proto_java/src" "--stamp=../../out/Release/java_proto/cacheinvalidation_proto_java/src.stamp" ../../third_party/cacheinvalidation/src/proto/android_channel.proto ../../third_party/cacheinvalidation/src/proto/android_listener.proto ../../third_party/cacheinvalidation/src/proto/android_service.proto ../../third_party/cacheinvalidation/src/proto/channel_common.proto ../../third_party/cacheinvalidation/src/proto/client.proto ../../third_party/cacheinvalidation/src/proto/client_protocol.proto ../../third_party/cacheinvalidation/src/proto/java_client.proto ../../third_party/cacheinvalidation/src/proto/types.proto
Traceback (most recent call last):
File "../../build/protoc_java.py", line 68, in
sys.exit(main(sys.argv[1:]))
File "../../build/protoc_java.py", line 51, in main
+ args)
File "../../build/android/gyp/util/build_utils.py", line 158, in CheckOutput
raise CalledProcessError(cwd, args, stdout + stderr)

Oculus VR Direct Mode

Direct mode is not yet supported in the Chrome build. Is it possible to support it?

Stuttering

When walking or moving the head, some stuttering (as in dropped frames maybe) is visible. I don't know where this comes from (could be GC related) but it should be investigated.

Crashes when refreshing WebVR-enabled pages

The latest build (51.0.2669.0) seems to be crashing when refreshing WebVR-enabled pages. I've tested on the following URLs:

http://media.tojicode.com/q3bsp/
https://rawgit.com/mrdoob/three.js/dev/examples/webvr_rollercoaster.html

For me these examples are crashing every other refresh - first load works, refresh shows "aw snap", refresh again and it works, refresh again and "aw snap", etc.

It's not necessary to activate WebVR presentation mode to see this crash, but the crash does not seem to happen in regular non-WebVR-enabled WebGL content. Maybe something with the device detection code?

Eyes negatived between versions?

I'm actually not sure whether this is a bug or a bug fix, but it's inconsistent with the previous version and with firefox so it's at least worth bringing up:

In Firefox's WebVR build and the Chrome 38.0.2124.0 WebVR build, my left eye would have a positive X offset, and my right eye would have a negative X offset. This always struck me as odd, but the consistency of it made me think that it must be related to whether positive/negative Z is considered forwards, or that I must be meant to subtract that offset (which then puts the eyes on the correct side).

In Chrome's 40.0.2187.0 WebVR build (which claimed not to have user-facing changes!), the eye offset values are all exactly negative of what they were in the previous build. Like I mentioned, at first glance it seems to make more sense this way, but the fact that it was changed without warning in a build that claims not to have user-facing changes (thereby breaking all previous WebVR demos in the process!) makes me wonder whether it's a bug?

For the moment I'll just update my demos to look whether each eye's X value is positive or negative and flip them according to what it finds, but I figured I should confirm how it's going to be going forward.

75 FPS

The Oculus DK2 runs at 75 FPS. I'm not sure the chrome build reaches that framerate, it's a possible issue.

Direct Mode: no image in the headset

Hi,

First, thank you so much for this chrome build and your work: that's awesome.
I saw that last chrome webvr build should support Direct mode with Oculus Rift, but I can't make it work.

Actually, headset movements are properly fetched by the web app (I tried de mozvr.com app, and my own three.js app), but there isn't anything on the headset screen (it's not even running).

Everything is ok with the extended mode (well, it's really annoying to move the window each time, but it works :) ).

I hope you can help me (and sorry for my english).

My config:

  • Window 8.1, 64bits
  • Nvidia GTX 850M
  • Oculus DK2 (0.4.4)

Thanks !

Entering fullscreen mode stops working after doing it a few times (windows 8.1).

(as demoed at WebVR superfriends meeting)

OS: Windows 8.1
Gfx card: NVIDIA GeForce GT 755M

Using the "direct mode only" build from march 29.

After entering the fullscreen mode a few times the fullscreen mode stops working.

When this happens, the DK2 does switch to the blue light, but the image seen inside the HMD is a frozen screenshot that has remained from the moment just before you exited fullscreen the last time.

Once this starts to happen, the only way to make it work again is to restart the browser, refreshing the tab does not help.

Steps to reproduce:

  1. Go to: http://vizor.io/yrx7nGxLQcge with DK2 connected and in direct mode
  2. Wait for the scene to preload and play
  3. Press the fullscreen button to enter VR mode, and esc to come out
  4. Repeat going to fullscreen until the freezescreen happens (usually about 6-8 times on my system)

Crash when calling 'exitFullscreen' after exiting the VR fullscreen mode.

Hi,

first - WebVR is awesome - with 75hz and timewarp it just feels like native! :-)

During developing I found a small bug:

When calling document.webkitExitFullscreen() AFTER exiting the VR fullscreen mode, the browser crashes.

This happens on all systems - Windows, Mac and Android.

To test it:

  1. open any WebVR example - e.g. : http://media.tojicode.com/webvr-test/
  2. enter the VR mode and exit it (ESC)
  3. open the developer console and enter - document.webkitExitFullscreen()

Best regards,
Klaus

Intermittent crashes

Hi @toji!
I have intermittent crashes with Chromium Version 38.0.2097.0 (283630) only when my OVR is plugged in. Here is the stack trace:

Unhandled exception at 0x61226A0C (chrome.dll) in chrome.exe: 0xC0000005: Access violation executing location 0x61226A0C.

chrome.dll!61226a0c() Unknown
[Frames below may be incorrect and/or missing, no symbols loaded for chrome.dll]
chrome.dll!5fdf51da() Unknown
chrome.dll!5fdf4d86() Unknown
chrome.dll!5fded501() Unknown
[External Code]
chrome.dll!5fdd848c() Unknown
chrome.dll!5fdd86f7() Unknown
chrome.dll!6047c00a() Unknown
chrome.dll!6047c132() Unknown
[External Code]

Calling `webkitFilter` on SVG image crashes out on Mac OS X

Hi there! When trying out @borismus webvr-boilerplate, I noticed that it crashes out (crash log below) for the latest (Dec 30th 2014 build) of the Chromium VR release. This is seems to the use of webkitFilter on a SVG image. This doesn't seem to crash out Chrome, and I haven't tried other Chromium builds.

Thanks!

Process:               Chromium [24623]
Path:                  /Applications/Chromium.app/Contents/MacOS/Chromium
Identifier:            org.chromium.Chromium
Version:               41.0.2264.0 (2264.0)
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           Chromium [24623]
User ID:               501

Date/Time:             2015-03-12 21:26:40.549 -0700
OS Version:            Mac OS X 10.10.2 (14C1510)
Report Version:        11
Anonymous UUID:        0589D5F8-5980-96DE-5FFC-C98089C947AB

Sleep/Wake UUID:       6918D1B7-5288-4A99-9EAD-FEC375E45148

Time Awake Since Boot: 17000 seconds
Time Since Wake:       3500 seconds

Crashed Thread:        14  Chrome_IOThread

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

VM Regions Near 0:
--> 
    __TEXT                 0000000101958000-0000000101959000 [    4K] r-x/rwx SM=COW  /Applications/Chromium.app/Contents/MacOS/Chromium

Thread 0:: CrBrowserMain  Dispatch queue: com.apple.main-thread
0   com.apple.CoreFoundation        0x00007fff8e155507 CFEqual + 215
1   com.apple.CoreFoundation        0x00007fff8e172c95 _CFPrefsGetCacheStringForBundleID + 37
2   com.apple.CoreFoundation        0x00007fff8e2bfe66 +[CFPrefsSearchListSource withSearchListForIdentifier:container:perform:] + 406
3   com.apple.CoreFoundation        0x00007fff8e2f23b7 _CFPreferencesCopyAppValueWithContainer + 183
4   com.apple.CoreFoundation        0x00007fff8e2f24cd _CFPreferencesGetAppBooleanValueWithContainer + 29
5   com.apple.HIServices            0x00007fff8ab3b66a _AXInterfaceGetIncreaseContrastEnabled + 35
6   com.apple.AppKit                0x00007fff89a06c84 +[NSAppearance _syrahAppearance] + 67
7   com.apple.AppKit                0x00007fff89124ce3 -[NSView _setSuperview:] + 2350
8   com.apple.AppKit                0x00007fff89127c10 -[NSView removeFromSuperview] + 435
9   org.chromium.Chromium.framework 0x0000000104b454e9 content::RenderWidgetHostViewMac::Destroy() + 105
10  org.chromium.Chromium.framework 0x0000000104b3c447 content::RenderWidgetHostImpl::RendererExited(base::TerminationStatus, int) + 151
11  org.chromium.Chromium.framework 0x0000000104b30f20 content::RenderViewHostImpl::OnMessageReceived(IPC::Message const&) + 3776
12  org.chromium.Chromium.framework 0x0000000104b23de2 content::RenderProcessHostImpl::ProcessDied(bool) + 850
13  org.chromium.Chromium.framework 0x0000000101ff6854 base::debug::TaskAnnotator::RunTask(char const*, char const*, base::PendingTask const&) + 244
14  org.chromium.Chromium.framework 0x0000000102028b08 base::MessageLoop::RunTask(base::PendingTask const&) + 552
15  org.chromium.Chromium.framework 0x0000000102028f1f base::MessageLoop::DoWork() + 623
16  org.chromium.Chromium.framework 0x0000000101fe40e1 base::MessagePumpCFRunLoopBase::RunWork() + 49
17  com.apple.CoreFoundation        0x00007fff8e1b7681 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
18  com.apple.CoreFoundation        0x00007fff8e1a980d __CFRunLoopDoSources0 + 269
19  com.apple.CoreFoundation        0x00007fff8e1a8e3f __CFRunLoopRun + 927
20  com.apple.CoreFoundation        0x00007fff8e1a8858 CFRunLoopRunSpecific + 296
21  com.apple.HIToolbox             0x00007fff869d2aef RunCurrentEventLoopInMode + 235
22  com.apple.HIToolbox             0x00007fff869d286a ReceiveNextEventCommon + 431
23  com.apple.HIToolbox             0x00007fff869d26ab _BlockUntilNextEventMatchingListInModeWithFilter + 71
24  com.apple.AppKit                0x00007fff8910ef81 _DPSNextEvent + 964
25  com.apple.AppKit                0x00007fff8910e730 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 194
26  com.apple.AppKit                0x00007fff89102593 -[NSApplication run] + 594
27  org.chromium.Chromium.framework 0x0000000101fe4771 base::MessagePumpNSApplication::DoRun(base::MessagePump::Delegate*) + 321
28  org.chromium.Chromium.framework 0x0000000101fe3f4c base::MessagePumpCFRunLoopBase::Run(base::MessagePump::Delegate*) + 92
29  org.chromium.Chromium.framework 0x000000010203dbb3 base::RunLoop::Run() + 99
30  org.chromium.Chromium.framework 0x00000001019fbb61 ChromeBrowserMainParts::MainMessageLoopRun(int*) + 145
31  org.chromium.Chromium.framework 0x00000001049638b9 content::BrowserMainLoop::RunMainMessageLoopParts() + 57
32  org.chromium.Chromium.framework 0x0000000104965e52 content::BrowserMainRunnerImpl::Run() + 18
33  org.chromium.Chromium.framework 0x000000010495ffd7 content::BrowserMain(content::MainFunctionParams const&) + 167
34  org.chromium.Chromium.framework 0x0000000101fc5a44 content::ContentMainRunnerImpl::Run() + 116
35  org.chromium.Chromium.framework 0x0000000101fc4f46 content::ContentMain(content::ContentMainParams const&) + 54
36  org.chromium.Chromium.framework 0x00000001019625f2 ChromeMain + 66
37  org.chromium.Chromium           0x0000000101958f39 main + 9
38  org.chromium.Chromium           0x0000000101958f24 start + 52

Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0   libsystem_kernel.dylib          0x00007fff8f002232 kevent64 + 10
1   libdispatch.dylib               0x00007fff8d6b1a6a _dispatch_mgr_thread + 52

Thread 2:
0   libsystem_kernel.dylib          0x00007fff8f00194a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff8dfb040d start_wqthread + 13

Thread 3:: NetworkConfigWatcher
0   libsystem_kernel.dylib          0x00007fff8effc4de mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff8effb64f mach_msg + 55
2   com.apple.CoreFoundation        0x00007fff8e1a9b34 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation        0x00007fff8e1a8ffb __CFRunLoopRun + 1371
4   com.apple.CoreFoundation        0x00007fff8e1a8858 CFRunLoopRunSpecific + 296
5   com.apple.Foundation            0x00007fff93821849 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 278
6   org.chromium.Chromium.framework 0x0000000101fe45b4 base::MessagePumpNSRunLoop::DoRun(base::MessagePump::Delegate*) + 100
7   org.chromium.Chromium.framework 0x0000000101fe3f4c base::MessagePumpCFRunLoopBase::Run(base::MessagePump::Delegate*) + 92
8   org.chromium.Chromium.framework 0x000000010203dbb3 base::RunLoop::Run() + 99
9   org.chromium.Chromium.framework 0x000000010202849d base::MessageLoop::Run() + 29
10  org.chromium.Chromium.framework 0x0000000102057f63 base::Thread::ThreadMain() + 211
11  org.chromium.Chromium.framework 0x000000010205409b base::(anonymous namespace)::ThreadFunc(void*) + 171
12  libsystem_pthread.dylib         0x00007fff8dfb2268 _pthread_body + 131
13  libsystem_pthread.dylib         0x00007fff8dfb21e5 _pthread_start + 176
14  libsystem_pthread.dylib         0x00007fff8dfb041d thread_start + 13

Thread 4:: DnsConfigService
0   libsystem_kernel.dylib          0x00007fff8f00221a kevent + 10
1   org.chromium.Chromium.framework 0x0000000102068aed event_base_loop + 669
2   org.chromium.Chromium.framework 0x0000000101fe35b0 base::MessagePumpLibevent::Run(base::MessagePump::Delegate*) + 432
3   org.chromium.Chromium.framework 0x000000010203dbb3 base::RunLoop::Run() + 99
4   org.chromium.Chromium.framework 0x000000010202849d base::MessageLoop::Run() + 29
5   org.chromium.Chromium.framework 0x0000000102057f63 base::Thread::ThreadMain() + 211
6   org.chromium.Chromium.framework 0x000000010205409b base::(anonymous namespace)::ThreadFunc(void*) + 171
7   libsystem_pthread.dylib         0x00007fff8dfb2268 _pthread_body + 131
8   libsystem_pthread.dylib         0x00007fff8dfb21e5 _pthread_start + 176
9   libsystem_pthread.dylib         0x00007fff8dfb041d thread_start + 13

Thread 5:: WorkerPool/22803
0   libsystem_kernel.dylib          0x00007fff8f001136 __psynch_cvwait + 10
1   org.chromium.Chromium.framework 0x000000010204e13b base::ConditionVariable::TimedWait(base::TimeDelta const&) + 91
2   org.chromium.Chromium.framework 0x000000010205a90c base::PosixDynamicThreadPool::WaitForTask() + 204
3   org.chromium.Chromium.framework 0x000000010205ae35 base::(anonymous namespace)::WorkerThread::ThreadMain() + 709
4   org.chromium.Chromium.framework 0x000000010205409b base::(anonymous namespace)::ThreadFunc(void*) + 171
5   libsystem_pthread.dylib         0x00007fff8dfb2268 _pthread_body + 131
6   libsystem_pthread.dylib         0x00007fff8dfb21e5 _pthread_start + 176
7   libsystem_pthread.dylib         0x00007fff8dfb041d thread_start + 13

Thread 6:: WorkerPool/26131
0   libsystem_kernel.dylib          0x00007fff8f001136 __psynch_cvwait + 10
1   org.chromium.Chromium.framework 0x000000010204e13b base::ConditionVariable::TimedWait(base::TimeDelta const&) + 91
2   org.chromium.Chromium.framework 0x000000010205a90c base::PosixDynamicThreadPool::WaitForTask() + 204
3   org.chromium.Chromium.framework 0x000000010205ae35 base::(anonymous namespace)::WorkerThread::ThreadMain() + 709
4   org.chromium.Chromium.framework 0x000000010205409b base::(anonymous namespace)::ThreadFunc(void*) + 171
5   libsystem_pthread.dylib         0x00007fff8dfb2268 _pthread_body + 131
6   libsystem_pthread.dylib         0x00007fff8dfb21e5 _pthread_start + 176
7   libsystem_pthread.dylib         0x00007fff8dfb041d thread_start + 13

Thread 7:: CrShutdownDetector
0   libsystem_kernel.dylib          0x00007fff8f002682 read + 10
1   org.chromium.Chromium.framework 0x000000010205409b base::(anonymous namespace)::ThreadFunc(void*) + 171
2   libsystem_pthread.dylib         0x00007fff8dfb2268 _pthread_body + 131
3   libsystem_pthread.dylib         0x00007fff8dfb21e5 _pthread_start + 176
4   libsystem_pthread.dylib         0x00007fff8dfb041d thread_start + 13

Thread 8:: BrowserBlockingWorker1/28179
0   libsystem_kernel.dylib          0x00007fff8f001136 __psynch_cvwait + 10
1   org.chromium.Chromium.framework 0x000000010204e13b base::ConditionVariable::TimedWait(base::TimeDelta const&) + 91
2   org.chromium.Chromium.framework 0x0000000102055236 base::SequencedWorkerPool::Inner::ThreadLoop(base::SequencedWorkerPool::Worker*) + 2358
3   org.chromium.Chromium.framework 0x00000001020548b3 base::SequencedWorkerPool::Worker::Run() + 131
4   org.chromium.Chromium.framework 0x0000000102057743 base::SimpleThread::ThreadMain() + 179
5   org.chromium.Chromium.framework 0x000000010205409b base::(anonymous namespace)::ThreadFunc(void*) + 171
6   libsystem_pthread.dylib         0x00007fff8dfb2268 _pthread_body + 131
7   libsystem_pthread.dylib         0x00007fff8dfb21e5 _pthread_start + 176
8   libsystem_pthread.dylib         0x00007fff8dfb041d thread_start + 13

Thread 9:: Chrome_DBThread
0   libsystem_kernel.dylib          0x00007fff8effc4de mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff8effb64f mach_msg + 55
2   com.apple.CoreFoundation        0x00007fff8e1a9b34 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation        0x00007fff8e1a8ffb __CFRunLoopRun + 1371
4   com.apple.CoreFoundation        0x00007fff8e1a8858 CFRunLoopRunSpecific + 296
5   org.chromium.Chromium.framework 0x0000000101fe432f base::MessagePumpCFRunLoop::DoRun(base::MessagePump::Delegate*) + 79
6   org.chromium.Chromium.framework 0x0000000101fe3f4c base::MessagePumpCFRunLoopBase::Run(base::MessagePump::Delegate*) + 92
7   org.chromium.Chromium.framework 0x000000010203dbb3 base::RunLoop::Run() + 99
8   org.chromium.Chromium.framework 0x000000010202849d base::MessageLoop::Run() + 29
9   org.chromium.Chromium.framework 0x000000010496b1f8 content::BrowserThreadImpl::DBThreadRun(base::MessageLoop*) + 24
10  org.chromium.Chromium.framework 0x0000000102057f63 base::Thread::ThreadMain() + 211
11  org.chromium.Chromium.framework 0x000000010205409b base::(anonymous namespace)::ThreadFunc(void*) + 171
12  libsystem_pthread.dylib         0x00007fff8dfb2268 _pthread_body + 131
13  libsystem_pthread.dylib         0x00007fff8dfb21e5 _pthread_start + 176
14  libsystem_pthread.dylib         0x00007fff8dfb041d thread_start + 13

Thread 10:: Chrome_FileThread
0   libsystem_kernel.dylib          0x00007fff8f00221a kevent + 10
1   org.chromium.Chromium.framework 0x0000000102068aed event_base_loop + 669
2   org.chromium.Chromium.framework 0x0000000101fe3598 base::MessagePumpLibevent::Run(base::MessagePump::Delegate*) + 408
3   org.chromium.Chromium.framework 0x000000010203dbb3 base::RunLoop::Run() + 99
4   org.chromium.Chromium.framework 0x000000010202849d base::MessageLoop::Run() + 29
5   org.chromium.Chromium.framework 0x000000010496b278 content::BrowserThreadImpl::FileThreadRun(base::MessageLoop*) + 24
6   org.chromium.Chromium.framework 0x0000000102057f63 base::Thread::ThreadMain() + 211
7   org.chromium.Chromium.framework 0x000000010205409b base::(anonymous namespace)::ThreadFunc(void*) + 171
8   libsystem_pthread.dylib         0x00007fff8dfb2268 _pthread_body + 131
9   libsystem_pthread.dylib         0x00007fff8dfb21e5 _pthread_start + 176
10  libsystem_pthread.dylib         0x00007fff8dfb041d thread_start + 13

Thread 11:: Chrome_FileUserBlockingThread
0   libsystem_kernel.dylib          0x00007fff8effc4de mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff8effb64f mach_msg + 55
2   com.apple.CoreFoundation        0x00007fff8e1a9b34 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation        0x00007fff8e1a8ffb __CFRunLoopRun + 1371
4   com.apple.CoreFoundation        0x00007fff8e1a8858 CFRunLoopRunSpecific + 296
5   org.chromium.Chromium.framework 0x0000000101fe432f base::MessagePumpCFRunLoop::DoRun(base::MessagePump::Delegate*) + 79
6   org.chromium.Chromium.framework 0x0000000101fe3f4c base::MessagePumpCFRunLoopBase::Run(base::MessagePump::Delegate*) + 92
7   org.chromium.Chromium.framework 0x000000010203dbb3 base::RunLoop::Run() + 99
8   org.chromium.Chromium.framework 0x000000010202849d base::MessageLoop::Run() + 29
9   org.chromium.Chromium.framework 0x000000010496b2f8 content::BrowserThreadImpl::FileUserBlockingThreadRun(base::MessageLoop*) + 24
10  org.chromium.Chromium.framework 0x0000000102057f63 base::Thread::ThreadMain() + 211
11  org.chromium.Chromium.framework 0x000000010205409b base::(anonymous namespace)::ThreadFunc(void*) + 171
12  libsystem_pthread.dylib         0x00007fff8dfb2268 _pthread_body + 131
13  libsystem_pthread.dylib         0x00007fff8dfb21e5 _pthread_start + 176
14  libsystem_pthread.dylib         0x00007fff8dfb041d thread_start + 13

Thread 12:: Chrome_ProcessLauncherThread
0   libsystem_kernel.dylib          0x00007fff8effc4de mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff8effb64f mach_msg + 55
2   com.apple.CoreFoundation        0x00007fff8e1a9b34 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation        0x00007fff8e1a8ffb __CFRunLoopRun + 1371
4   com.apple.CoreFoundation        0x00007fff8e1a8858 CFRunLoopRunSpecific + 296
5   org.chromium.Chromium.framework 0x0000000101fe432f base::MessagePumpCFRunLoop::DoRun(base::MessagePump::Delegate*) + 79
6   org.chromium.Chromium.framework 0x0000000101fe3f4c base::MessagePumpCFRunLoopBase::Run(base::MessagePump::Delegate*) + 92
7   org.chromium.Chromium.framework 0x000000010203dbb3 base::RunLoop::Run() + 99
8   org.chromium.Chromium.framework 0x000000010202849d base::MessageLoop::Run() + 29
9   org.chromium.Chromium.framework 0x000000010496b378 content::BrowserThreadImpl::ProcessLauncherThreadRun(base::MessageLoop*) + 24
10  org.chromium.Chromium.framework 0x0000000102057f63 base::Thread::ThreadMain() + 211
11  org.chromium.Chromium.framework 0x000000010205409b base::(anonymous namespace)::ThreadFunc(void*) + 171
12  libsystem_pthread.dylib         0x00007fff8dfb2268 _pthread_body + 131
13  libsystem_pthread.dylib         0x00007fff8dfb21e5 _pthread_start + 176
14  libsystem_pthread.dylib         0x00007fff8dfb041d thread_start + 13

Thread 13:: Chrome_CacheThread
0   libsystem_kernel.dylib          0x00007fff8f00221a kevent + 10
1   org.chromium.Chromium.framework 0x0000000102068aed event_base_loop + 669
2   org.chromium.Chromium.framework 0x0000000101fe3598 base::MessagePumpLibevent::Run(base::MessagePump::Delegate*) + 408
3   org.chromium.Chromium.framework 0x000000010203dbb3 base::RunLoop::Run() + 99
4   org.chromium.Chromium.framework 0x000000010202849d base::MessageLoop::Run() + 29
5   org.chromium.Chromium.framework 0x000000010496b3f8 content::BrowserThreadImpl::CacheThreadRun(base::MessageLoop*) + 24
6   org.chromium.Chromium.framework 0x0000000102057f63 base::Thread::ThreadMain() + 211
7   org.chromium.Chromium.framework 0x000000010205409b base::(anonymous namespace)::ThreadFunc(void*) + 171
8   libsystem_pthread.dylib         0x00007fff8dfb2268 _pthread_body + 131
9   libsystem_pthread.dylib         0x00007fff8dfb21e5 _pthread_start + 176
10  libsystem_pthread.dylib         0x00007fff8dfb041d thread_start + 13

Thread 14 Crashed:: Chrome_IOThread
0   org.chromium.Chromium.framework 0x0000000102a865e4 cc::SideBySide3DRendererProvider::RemoveProvider(cc::SideBySide3DRendererProvider*) + 308
1   org.chromium.Chromium.framework 0x0000000104c24d17 content::OculusVRDevice::~OculusVRDevice() + 39
2   org.chromium.Chromium.framework 0x0000000104c267ff content::OculusVRDeviceProvider::Shutdown() + 63
3   org.chromium.Chromium.framework 0x0000000104bf5329 content::VRDeviceService::RemoveVRServiceConsumer(content::VRServiceConsumer*) + 169
4   org.chromium.Chromium.framework 0x0000000104b50063 content::VRDeviceMessageFilter::~VRDeviceMessageFilter() + 51
5   org.chromium.Chromium.framework 0x000000010490adeb content::BrowserMessageFilter::Internal::~Internal() + 59
6   org.chromium.Chromium.framework 0x000000010275caa8 IPC::ChannelProxy::Context::OnChannelClosed() + 168
7   org.chromium.Chromium.framework 0x0000000101ff6854 base::debug::TaskAnnotator::RunTask(char const*, char const*, base::PendingTask const&) + 244
8   org.chromium.Chromium.framework 0x0000000102028b08 base::MessageLoop::RunTask(base::PendingTask const&) + 552
9   org.chromium.Chromium.framework 0x0000000102028f1f base::MessageLoop::DoWork() + 623
10  org.chromium.Chromium.framework 0x0000000101fe35d9 base::MessagePumpLibevent::Run(base::MessagePump::Delegate*) + 473
11  org.chromium.Chromium.framework 0x000000010203dbb3 base::RunLoop::Run() + 99
12  org.chromium.Chromium.framework 0x000000010202849d base::MessageLoop::Run() + 29
13  org.chromium.Chromium.framework 0x000000010496b478 content::BrowserThreadImpl::IOThreadRun(base::MessageLoop*) + 24
14  org.chromium.Chromium.framework 0x0000000102057f63 base::Thread::ThreadMain() + 211
15  org.chromium.Chromium.framework 0x000000010205409b base::(anonymous namespace)::ThreadFunc(void*) + 171
16  libsystem_pthread.dylib         0x00007fff8dfb2268 _pthread_body + 131
17  libsystem_pthread.dylib         0x00007fff8dfb21e5 _pthread_start + 176
18  libsystem_pthread.dylib         0x00007fff8dfb041d thread_start + 13

Thread 15:: IndexedDB
0   libsystem_kernel.dylib          0x00007fff8effc4de mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff8effb64f mach_msg + 55
2   com.apple.CoreFoundation        0x00007fff8e1a9b34 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation        0x00007fff8e1a8ffb __CFRunLoopRun + 1371
4   com.apple.CoreFoundation        0x00007fff8e1a8858 CFRunLoopRunSpecific + 296
5   org.chromium.Chromium.framework 0x0000000101fe432f base::MessagePumpCFRunLoop::DoRun(base::MessagePump::Delegate*) + 79
6   org.chromium.Chromium.framework 0x0000000101fe3f4c base::MessagePumpCFRunLoopBase::Run(base::MessagePump::Delegate*) + 92
7   org.chromium.Chromium.framework 0x000000010203dbb3 base::RunLoop::Run() + 99
8   org.chromium.Chromium.framework 0x000000010202849d base::MessageLoop::Run() + 29
9   org.chromium.Chromium.framework 0x0000000102057f63 base::Thread::ThreadMain() + 211
10  org.chromium.Chromium.framework 0x000000010205409b base::(anonymous namespace)::ThreadFunc(void*) + 171
11  libsystem_pthread.dylib         0x00007fff8dfb2268 _pthread_body + 131
12  libsystem_pthread.dylib         0x00007fff8dfb21e5 _pthread_start + 176
13  libsystem_pthread.dylib         0x00007fff8dfb041d thread_start + 13

Thread 16:: NetworkConfigWatcher
0   libsystem_kernel.dylib          0x00007fff8effc4de mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff8effb64f mach_msg + 55
2   com.apple.CoreFoundation        0x00007fff8e1a9b34 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation        0x00007fff8e1a8ffb __CFRunLoopRun + 1371
4   com.apple.CoreFoundation        0x00007fff8e1a8858 CFRunLoopRunSpecific + 296
5   com.apple.Foundation            0x00007fff93821849 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 278
6   org.chromium.Chromium.framework 0x0000000101fe45b4 base::MessagePumpNSRunLoop::DoRun(base::MessagePump::Delegate*) + 100
7   org.chromium.Chromium.framework 0x0000000101fe3f4c base::MessagePumpCFRunLoopBase::Run(base::MessagePump::Delegate*) + 92
8   org.chromium.Chromium.framework 0x000000010203dbb3 base::RunLoop::Run() + 99
9   org.chromium.Chromium.framework 0x000000010202849d base::MessageLoop::Run() + 29
10  org.chromium.Chromium.framework 0x0000000102057f63 base::Thread::ThreadMain() + 211
11  org.chromium.Chromium.framework 0x000000010205409b base::(anonymous namespace)::ThreadFunc(void*) + 171
12  libsystem_pthread.dylib         0x00007fff8dfb2268 _pthread_body + 131
13  libsystem_pthread.dylib         0x00007fff8dfb21e5 _pthread_start + 176
14  libsystem_pthread.dylib         0x00007fff8dfb041d thread_start + 13

Thread 17:
0   libsystem_kernel.dylib          0x00007fff8effc4de mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff8effb64f mach_msg + 55
2   org.chromium.Chromium.framework 0x0000000104ab18b0 content::MachListenerThreadDelegate::ThreadMain() + 352
3   org.chromium.Chromium.framework 0x000000010205409b base::(anonymous namespace)::ThreadFunc(void*) + 171
4   libsystem_pthread.dylib         0x00007fff8dfb2268 _pthread_body + 131
5   libsystem_pthread.dylib         0x00007fff8dfb21e5 _pthread_start + 176
6   libsystem_pthread.dylib         0x00007fff8dfb041d thread_start + 13

Thread 18:: BrowserWatchdog
0   libsystem_kernel.dylib          0x00007fff8effc4de mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff8effb64f mach_msg + 55
2   com.apple.CoreFoundation        0x00007fff8e1a9b34 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation        0x00007fff8e1a8ffb __CFRunLoopRun + 1371
4   com.apple.CoreFoundation        0x00007fff8e1a8858 CFRunLoopRunSpecific + 296
5   org.chromium.Chromium.framework 0x0000000101fe432f base::MessagePumpCFRunLoop::DoRun(base::MessagePump::Delegate*) + 79
6   org.chromium.Chromium.framework 0x0000000101fe3f4c base::MessagePumpCFRunLoopBase::Run(base::MessagePump::Delegate*) + 92
7   org.chromium.Chromium.framework 0x000000010203dbb3 base::RunLoop::Run() + 99
8   org.chromium.Chromium.framework 0x000000010202849d base::MessageLoop::Run() + 29
9   org.chromium.Chromium.framework 0x0000000102057f63 base::Thread::ThreadMain() + 211
10  org.chromium.Chromium.framework 0x000000010205409b base::(anonymous namespace)::ThreadFunc(void*) + 171
11  libsystem_pthread.dylib         0x00007fff8dfb2268 _pthread_body + 131
12  libsystem_pthread.dylib         0x00007fff8dfb21e5 _pthread_start + 176
13  libsystem_pthread.dylib         0x00007fff8dfb041d thread_start + 13

Thread 19:: OptimizingCompi
0   libsystem_kernel.dylib          0x00007fff8effc51a semaphore_wait_trap + 10
1   org.chromium.Chromium.framework 0x0000000103623517 v8::base::Semaphore::Wait() + 23
2   org.chromium.Chromium.framework 0x00000001034e9e55 v8::internal::OptimizingCompilerThread::Run() + 101
3   org.chromium.Chromium.framework 0x0000000103624b07 v8::base::ThreadEntry(void*) + 87
4   libsystem_pthread.dylib         0x00007fff8dfb2268 _pthread_body + 131
5   libsystem_pthread.dylib         0x00007fff8dfb21e5 _pthread_start + 176
6   libsystem_pthread.dylib         0x00007fff8dfb041d thread_start + 13

Thread 20:: Proxy resolver
0   libsystem_kernel.dylib          0x00007fff8effc4de mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff8effb64f mach_msg + 55
2   com.apple.CoreFoundation        0x00007fff8e1a9b34 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation        0x00007fff8e1a8ffb __CFRunLoopRun + 1371
4   com.apple.CoreFoundation        0x00007fff8e1a8858 CFRunLoopRunSpecific + 296
5   org.chromium.Chromium.framework 0x0000000101fe432f base::MessagePumpCFRunLoop::DoRun(base::MessagePump::Delegate*) + 79
6   org.chromium.Chromium.framework 0x0000000101fe3f4c base::MessagePumpCFRunLoopBase::Run(base::MessagePump::Delegate*) + 92
7   org.chromium.Chromium.framework 0x000000010203dbb3 base::RunLoop::Run() + 99
8   org.chromium.Chromium.framework 0x000000010202849d base::MessageLoop::Run() + 29
9   org.chromium.Chromium.framework 0x0000000102057f63 base::Thread::ThreadMain() + 211
10  org.chromium.Chromium.framework 0x000000010205409b base::(anonymous namespace)::ThreadFunc(void*) + 171
11  libsystem_pthread.dylib         0x00007fff8dfb2268 _pthread_body + 131
12  libsystem_pthread.dylib         0x00007fff8dfb21e5 _pthread_start + 176
13  libsystem_pthread.dylib         0x00007fff8dfb041d thread_start + 13

Thread 21:: AudioThread
0   libsystem_kernel.dylib          0x00007fff8effc4de mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff8effb64f mach_msg + 55
2   com.apple.CoreFoundation        0x00007fff8e1a9b34 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation        0x00007fff8e1a8ffb __CFRunLoopRun + 1371
4   com.apple.CoreFoundation        0x00007fff8e1a8858 CFRunLoopRunSpecific + 296
5   org.chromium.Chromium.framework 0x0000000101fe432f base::MessagePumpCFRunLoop::DoRun(base::MessagePump::Delegate*) + 79
6   org.chromium.Chromium.framework 0x0000000101fe3f4c base::MessagePumpCFRunLoopBase::Run(base::MessagePump::Delegate*) + 92
7   org.chromium.Chromium.framework 0x000000010203dbb3 base::RunLoop::Run() + 99
8   org.chromium.Chromium.framework 0x000000010202849d base::MessageLoop::Run() + 29
9   org.chromium.Chromium.framework 0x0000000102057f63 base::Thread::ThreadMain() + 211
10  org.chromium.Chromium.framework 0x000000010205409b base::(anonymous namespace)::ThreadFunc(void*) + 171
11  libsystem_pthread.dylib         0x00007fff8dfb2268 _pthread_body + 131
12  libsystem_pthread.dylib         0x00007fff8dfb21e5 _pthread_start + 176
13  libsystem_pthread.dylib         0x00007fff8dfb041d thread_start + 13

Thread 22:: Chrome_HistoryThread
0   libsystem_kernel.dylib          0x00007fff8effc4de mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff8effb64f mach_msg + 55
2   com.apple.CoreFoundation        0x00007fff8e1a9b34 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation        0x00007fff8e1a8ffb __CFRunLoopRun + 1371
4   com.apple.CoreFoundation        0x00007fff8e1a8858 CFRunLoopRunSpecific + 296
5   org.chromium.Chromium.framework 0x0000000101fe432f base::MessagePumpCFRunLoop::DoRun(base::MessagePump::Delegate*) + 79
6   org.chromium.Chromium.framework 0x0000000101fe3f4c base::MessagePumpCFRunLoopBase::Run(base::MessagePump::Delegate*) + 92
7   org.chromium.Chromium.framework 0x000000010203dbb3 base::RunLoop::Run() + 99
8   org.chromium.Chromium.framework 0x000000010202849d base::MessageLoop::Run() + 29
9   org.chromium.Chromium.framework 0x0000000102057f63 base::Thread::ThreadMain() + 211
10  org.chromium.Chromium.framework 0x000000010205409b base::(anonymous namespace)::ThreadFunc(void*) + 171
11  libsystem_pthread.dylib         0x00007fff8dfb2268 _pthread_body + 131
12  libsystem_pthread.dylib         0x00007fff8dfb21e5 _pthread_start + 176
13  libsystem_pthread.dylib         0x00007fff8dfb041d thread_start + 13

Thread 23:: NetworkConfigWatcher
0   libsystem_kernel.dylib          0x00007fff8effc4de mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff8effb64f mach_msg + 55
2   com.apple.CoreFoundation        0x00007fff8e1a9b34 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation        0x00007fff8e1a8ffb __CFRunLoopRun + 1371
4   com.apple.CoreFoundation        0x00007fff8e1a8858 CFRunLoopRunSpecific + 296
5   com.apple.Foundation            0x00007fff93821849 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 278
6   org.chromium.Chromium.framework 0x0000000101fe45b4 base::MessagePumpNSRunLoop::DoRun(base::MessagePump::Delegate*) + 100
7   org.chromium.Chromium.framework 0x0000000101fe3f4c base::MessagePumpCFRunLoopBase::Run(base::MessagePump::Delegate*) + 92
8   org.chromium.Chromium.framework 0x000000010203dbb3 base::RunLoop::Run() + 99
9   org.chromium.Chromium.framework 0x000000010202849d base::MessageLoop::Run() + 29
10  org.chromium.Chromium.framework 0x0000000102057f63 base::Thread::ThreadMain() + 211
11  org.chromium.Chromium.framework 0x000000010205409b base::(anonymous namespace)::ThreadFunc(void*) + 171
12  libsystem_pthread.dylib         0x00007fff8dfb2268 _pthread_body + 131
13  libsystem_pthread.dylib         0x00007fff8dfb21e5 _pthread_start + 176
14  libsystem_pthread.dylib         0x00007fff8dfb041d thread_start + 13

Thread 24:: Proxy resolver
0   libsystem_kernel.dylib          0x00007fff8effc4de mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff8effb64f mach_msg + 55
2   com.apple.CoreFoundation        0x00007fff8e1a9b34 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation        0x00007fff8e1a8ffb __CFRunLoopRun + 1371
4   com.apple.CoreFoundation        0x00007fff8e1a8858 CFRunLoopRunSpecific + 296
5   org.chromium.Chromium.framework 0x0000000101fe432f base::MessagePumpCFRunLoop::DoRun(base::MessagePump::Delegate*) + 79
6   org.chromium.Chromium.framework 0x0000000101fe3f4c base::MessagePumpCFRunLoopBase::Run(base::MessagePump::Delegate*) + 92
7   org.chromium.Chromium.framework 0x000000010203dbb3 base::RunLoop::Run() + 99
8   org.chromium.Chromium.framework 0x000000010202849d base::MessageLoop::Run() + 29
9   org.chromium.Chromium.framework 0x0000000102057f63 base::Thread::ThreadMain() + 211
10  org.chromium.Chromium.framework 0x000000010205409b base::(anonymous namespace)::ThreadFunc(void*) + 171
11  libsystem_pthread.dylib         0x00007fff8dfb2268 _pthread_body + 131
12  libsystem_pthread.dylib         0x00007fff8dfb21e5 _pthread_start + 176
13  libsystem_pthread.dylib         0x00007fff8dfb041d thread_start + 13

Thread 25:: Chrome_SafeBrowsingThread
0   libsystem_kernel.dylib          0x00007fff8effc4de mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff8effb64f mach_msg + 55
2   com.apple.CoreFoundation        0x00007fff8e1a9b34 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation        0x00007fff8e1a8ffb __CFRunLoopRun + 1371
4   com.apple.CoreFoundation        0x00007fff8e1a8858 CFRunLoopRunSpecific + 296
5   org.chromium.Chromium.framework 0x0000000101fe432f base::MessagePumpCFRunLoop::DoRun(base::MessagePump::Delegate*) + 79
6   org.chromium.Chromium.framework 0x0000000101fe3f4c base::MessagePumpCFRunLoopBase::Run(base::MessagePump::Delegate*) + 92
7   org.chromium.Chromium.framework 0x000000010203dbb3 base::RunLoop::Run() + 99
8   org.chromium.Chromium.framework 0x000000010202849d base::MessageLoop::Run() + 29
9   org.chromium.Chromium.framework 0x0000000102057f63 base::Thread::ThreadMain() + 211
10  org.chromium.Chromium.framework 0x000000010205409b base::(anonymous namespace)::ThreadFunc(void*) + 171
11  libsystem_pthread.dylib         0x00007fff8dfb2268 _pthread_body + 131
12  libsystem_pthread.dylib         0x00007fff8dfb21e5 _pthread_start + 176
13  libsystem_pthread.dylib         0x00007fff8dfb041d thread_start + 13

Thread 26:: handle-watcher-thread
0   libsystem_kernel.dylib          0x00007fff8f001136 __psynch_cvwait + 10
1   org.chromium.Chromium.framework 0x0000000102efabb8 mojo::system::Waiter::Wait(unsigned long long, unsigned int*) + 216
2   org.chromium.Chromium.framework 0x0000000102eeb865 mojo::system::Core::WaitManyInternal(unsigned int const*, unsigned int const*, unsigned int, unsigned long long, unsigned int*, mojo::system::HandleSignalsState*) + 501
3   org.chromium.Chromium.framework 0x0000000102eebb46 mojo::system::Core::WaitMany(mojo::system::UserPointer<unsigned int const>, mojo::system::UserPointer<unsigned int const>, unsigned int, unsigned long long, mojo::system::UserPointer<unsigned int>, mojo::system::UserPointer<MojoHandleSignalsState>) + 358
4   org.chromium.Chromium.framework 0x0000000102ee4832 MojoWaitMany + 82
5   org.chromium.Chromium.framework 0x0000000102ee1cc5 mojo::common::MessagePumpMojo::DoInternalWork(mojo::common::MessagePumpMojo::RunState const&, bool) + 277
6   org.chromium.Chromium.framework 0x0000000102ee1a23 mojo::common::MessagePumpMojo::DoRunLoop(mojo::common::MessagePumpMojo::RunState*, base::MessagePump::Delegate*) + 51
7   org.chromium.Chromium.framework 0x0000000102ee19aa mojo::common::MessagePumpMojo::Run(base::MessagePump::Delegate*) + 266
8   org.chromium.Chromium.framework 0x000000010203dbb3 base::RunLoop::Run() + 99
9   org.chromium.Chromium.framework 0x000000010202849d base::MessageLoop::Run() + 29
10  org.chromium.Chromium.framework 0x0000000102057f63 base::Thread::ThreadMain() + 211
11  org.chromium.Chromium.framework 0x000000010205409b base::(anonymous namespace)::ThreadFunc(void*) + 171
12  libsystem_pthread.dylib         0x00007fff8dfb2268 _pthread_body + 131
13  libsystem_pthread.dylib         0x00007fff8dfb21e5 _pthread_start + 176
14  libsystem_pthread.dylib         0x00007fff8dfb041d thread_start + 13

Thread 27:: Startup watchdog thread Watchdog
0   libsystem_kernel.dylib          0x00007fff8f001136 __psynch_cvwait + 10
1   org.chromium.Chromium.framework 0x000000010204e13b base::ConditionVariable::TimedWait(base::TimeDelta const&) + 91
2   org.chromium.Chromium.framework 0x0000000102059e7f base::Watchdog::ThreadDelegate::ThreadMain() + 463
3   org.chromium.Chromium.framework 0x000000010205409b base::(anonymous namespace)::ThreadFunc(void*) + 171
4   libsystem_pthread.dylib         0x00007fff8dfb2268 _pthread_body + 131
5   libsystem_pthread.dylib         0x00007fff8dfb21e5 _pthread_start + 176
6   libsystem_pthread.dylib         0x00007fff8dfb041d thread_start + 13

Thread 28:: BrowserBlockingWorker2/69123
0   libsystem_kernel.dylib          0x00007fff8f001136 __psynch_cvwait + 10
1   org.chromium.Chromium.framework 0x000000010204e13b base::ConditionVariable::TimedWait(base::TimeDelta const&) + 91
2   org.chromium.Chromium.framework 0x0000000102055236 base::SequencedWorkerPool::Inner::ThreadLoop(base::SequencedWorkerPool::Worker*) + 2358
3   org.chromium.Chromium.framework 0x00000001020548b3 base::SequencedWorkerPool::Worker::Run() + 131
4   org.chromium.Chromium.framework 0x0000000102057743 base::SimpleThread::ThreadMain() + 179
5   org.chromium.Chromium.framework 0x000000010205409b base::(anonymous namespace)::ThreadFunc(void*) + 171
6   libsystem_pthread.dylib         0x00007fff8dfb2268 _pthread_body + 131
7   libsystem_pthread.dylib         0x00007fff8dfb21e5 _pthread_start + 176
8   libsystem_pthread.dylib         0x00007fff8dfb041d thread_start + 13

Thread 29:
0   libsystem_kernel.dylib          0x00007fff8f00194a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff8dfb040d start_wqthread + 13

Thread 30:: Chrome_PasswordStore_Thread
0   libsystem_kernel.dylib          0x00007fff8effc4de mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff8effb64f mach_msg + 55
2   com.apple.CoreFoundation        0x00007fff8e1a9b34 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation        0x00007fff8e1a8ffb __CFRunLoopRun + 1371
4   com.apple.CoreFoundation        0x00007fff8e1a8858 CFRunLoopRunSpecific + 296
5   org.chromium.Chromium.framework 0x0000000101fe432f base::MessagePumpCFRunLoop::DoRun(base::MessagePump::Delegate*) + 79
6   org.chromium.Chromium.framework 0x0000000101fe3f4c base::MessagePumpCFRunLoopBase::Run(base::MessagePump::Delegate*) + 92
7   org.chromium.Chromium.framework 0x000000010203dbb3 base::RunLoop::Run() + 99
8   org.chromium.Chromium.framework 0x000000010202849d base::MessageLoop::Run() + 29
9   org.chromium.Chromium.framework 0x0000000102057f63 base::Thread::ThreadMain() + 211
10  org.chromium.Chromium.framework 0x000000010205409b base::(anonymous namespace)::ThreadFunc(void*) + 171
11  libsystem_pthread.dylib         0x00007fff8dfb2268 _pthread_body + 131
12  libsystem_pthread.dylib         0x00007fff8dfb21e5 _pthread_start + 176
13  libsystem_pthread.dylib         0x00007fff8dfb041d thread_start + 13

Thread 31:
0   libsystem_kernel.dylib          0x00007fff8effc4de mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff8effb64f mach_msg + 55
2   com.apple.CoreFoundation        0x00007fff8e1a9b34 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation        0x00007fff8e1a8ffb __CFRunLoopRun + 1371
4   com.apple.CoreFoundation        0x00007fff8e1a8858 CFRunLoopRunSpecific + 296
5   com.apple.AppKit                0x00007fff8927233b _NSEventThread + 137
6   libsystem_pthread.dylib         0x00007fff8dfb2268 _pthread_body + 131
7   libsystem_pthread.dylib         0x00007fff8dfb21e5 _pthread_start + 176
8   libsystem_pthread.dylib         0x00007fff8dfb041d thread_start + 13

Thread 32:: CachePoolWorker1/98575
0   libsystem_kernel.dylib          0x00007fff8f001136 __psynch_cvwait + 10
1   org.chromium.Chromium.framework 0x0000000102055251 base::SequencedWorkerPool::Inner::ThreadLoop(base::SequencedWorkerPool::Worker*) + 2385
2   org.chromium.Chromium.framework 0x00000001020548b3 base::SequencedWorkerPool::Worker::Run() + 131
3   org.chromium.Chromium.framework 0x0000000102057743 base::SimpleThread::ThreadMain() + 179
4   org.chromium.Chromium.framework 0x000000010205409b base::(anonymous namespace)::ThreadFunc(void*) + 171
5   libsystem_pthread.dylib         0x00007fff8dfb2268 _pthread_body + 131
6   libsystem_pthread.dylib         0x00007fff8dfb21e5 _pthread_start + 176
7   libsystem_pthread.dylib         0x00007fff8dfb041d thread_start + 13

Thread 33:: BrowserBlockingWorker3/98819
0   libsystem_kernel.dylib          0x00007fff8f001136 __psynch_cvwait + 10
1   org.chromium.Chromium.framework 0x000000010204e13b base::ConditionVariable::TimedWait(base::TimeDelta const&) + 91
2   org.chromium.Chromium.framework 0x0000000102055236 base::SequencedWorkerPool::Inner::ThreadLoop(base::SequencedWorkerPool::Worker*) + 2358
3   org.chromium.Chromium.framework 0x00000001020548b3 base::SequencedWorkerPool::Worker::Run() + 131
4   org.chromium.Chromium.framework 0x0000000102057743 base::SimpleThread::ThreadMain() + 179
5   org.chromium.Chromium.framework 0x000000010205409b base::(anonymous namespace)::ThreadFunc(void*) + 171
6   libsystem_pthread.dylib         0x00007fff8dfb2268 _pthread_body + 131
7   libsystem_pthread.dylib         0x00007fff8dfb21e5 _pthread_start + 176
8   libsystem_pthread.dylib         0x00007fff8dfb041d thread_start + 13

Thread 34:: LevelDBEnv
0   libsystem_kernel.dylib          0x00007fff8f001136 __psynch_cvwait + 10
1   org.chromium.Chromium.framework 0x0000000103048b48 leveldb_env::ChromiumEnv::BGThread() + 104
2   org.chromium.Chromium.framework 0x0000000103049fe9 leveldb_env::ChromiumEnv::BGThreadWrapper(void*) + 9
3   org.chromium.Chromium.framework 0x000000010304a650 leveldb_env::Thread::ThreadMain() + 16
4   org.chromium.Chromium.framework 0x000000010205409b base::(anonymous namespace)::ThreadFunc(void*) + 171
5   libsystem_pthread.dylib         0x00007fff8dfb2268 _pthread_body + 131
6   libsystem_pthread.dylib         0x00007fff8dfb21e5 _pthread_start + 176
7   libsystem_pthread.dylib         0x00007fff8dfb041d thread_start + 13

Thread 35:: Service Discovery Thread
0   libsystem_kernel.dylib          0x00007fff8effc4de mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff8effb64f mach_msg + 55
2   com.apple.CoreFoundation        0x00007fff8e1a9b34 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation        0x00007fff8e1a8ffb __CFRunLoopRun + 1371
4   com.apple.CoreFoundation        0x00007fff8e1a8858 CFRunLoopRunSpecific + 296
5   com.apple.Foundation            0x00007fff93821849 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 278
6   org.chromium.Chromium.framework 0x0000000101fe45b4 base::MessagePumpNSRunLoop::DoRun(base::MessagePump::Delegate*) + 100
7   org.chromium.Chromium.framework 0x0000000101fe3f4c base::MessagePumpCFRunLoopBase::Run(base::MessagePump::Delegate*) + 92
8   org.chromium.Chromium.framework 0x000000010203dbb3 base::RunLoop::Run() + 99
9   org.chromium.Chromium.framework 0x000000010202849d base::MessageLoop::Run() + 29
10  org.chromium.Chromium.framework 0x0000000102057f63 base::Thread::ThreadMain() + 211
11  org.chromium.Chromium.framework 0x000000010205409b base::(anonymous namespace)::ThreadFunc(void*) + 171
12  libsystem_pthread.dylib         0x00007fff8dfb2268 _pthread_body + 131
13  libsystem_pthread.dylib         0x00007fff8dfb21e5 _pthread_start + 176
14  libsystem_pthread.dylib         0x00007fff8dfb041d thread_start + 13

Thread 36:: com.apple.CFSocket.private
0   libsystem_kernel.dylib          0x00007fff8f0013fa __select + 10
1   libsystem_pthread.dylib         0x00007fff8dfb2268 _pthread_body + 131
2   libsystem_pthread.dylib         0x00007fff8dfb21e5 _pthread_start + 176
3   libsystem_pthread.dylib         0x00007fff8dfb041d thread_start + 13

Thread 37:: WorkerPool/112899
0   libsystem_kernel.dylib          0x00007fff8f001136 __psynch_cvwait + 10
1   org.chromium.Chromium.framework 0x000000010204e13b base::ConditionVariable::TimedWait(base::TimeDelta const&) + 91
2   org.chromium.Chromium.framework 0x000000010205a90c base::PosixDynamicThreadPool::WaitForTask() + 204
3   org.chromium.Chromium.framework 0x000000010205ae35 base::(anonymous namespace)::WorkerThread::ThreadMain() + 709
4   org.chromium.Chromium.framework 0x000000010205409b base::(anonymous namespace)::ThreadFunc(void*) + 171
5   libsystem_pthread.dylib         0x00007fff8dfb2268 _pthread_body + 131
6   libsystem_pthread.dylib         0x00007fff8dfb21e5 _pthread_start + 176
7   libsystem_pthread.dylib         0x00007fff8dfb041d thread_start + 13

Thread 38:
0   libsystem_kernel.dylib          0x00007fff8f00194a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff8dfb040d start_wqthread + 13

Thread 39:
0   libsystem_kernel.dylib          0x00007fff8f00194a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff8dfb040d start_wqthread + 13

Thread 40:
0   libsystem_kernel.dylib          0x00007fff8f00194a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff8dfb040d start_wqthread + 13

Thread 41:
0   libsystem_kernel.dylib          0x00007fff8f00194a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff8dfb040d start_wqthread + 13

Thread 42:
0   libsystem_kernel.dylib          0x00007fff8f00194a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff8dfb040d start_wqthread + 13

Thread 43:
0   libsystem_kernel.dylib          0x00007fff8f00194a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff8dfb040d start_wqthread + 13

Thread 44:
0   libsystem_kernel.dylib          0x00007fff8f00194a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff8dfb040d start_wqthread + 13

Thread 45:
0   libsystem_kernel.dylib          0x00007fff8f00194a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff8dfb040d start_wqthread + 13

Thread 46:: CVDisplayLink
0   libsystem_kernel.dylib          0x00007fff8f001136 __psynch_cvwait + 10
1   com.apple.CoreVideo             0x00007fff8b905ff8 CVDisplayLink::waitUntil(unsigned long long) + 240
2   com.apple.CoreVideo             0x00007fff8b9054b3 CVDisplayLink::runIOThread() + 511
3   com.apple.CoreVideo             0x00007fff8b90529b startIOThread(void*) + 147
4   libsystem_pthread.dylib         0x00007fff8dfb2268 _pthread_body + 131
5   libsystem_pthread.dylib         0x00007fff8dfb21e5 _pthread_start + 176
6   libsystem_pthread.dylib         0x00007fff8dfb041d thread_start + 13

Thread 47:: NetClient
0   libsystem_kernel.dylib          0x00007fff8f0013fa __select + 10
1   org.chromium.Chromium.framework 0x0000000102bbd326 OVR::Net::Session::Poll(bool) + 534
2   org.chromium.Chromium.framework 0x0000000102bc91ac OVR::Service::NetClient::Run() + 60
3   org.chromium.Chromium.framework 0x0000000102bcd856 OVR::Thread_PthreadStartFn(void*) + 54
4   libsystem_pthread.dylib         0x00007fff8dfb2268 _pthread_body + 131
5   libsystem_pthread.dylib         0x00007fff8dfb21e5 _pthread_start + 176
6   libsystem_pthread.dylib         0x00007fff8dfb041d thread_start + 13

Thread 14 crashed with X86 Thread State (64-bit):
  rax: 0x000000010744a498  rbx: 0x0000600000a5d850  rcx: 0x0000000000015be8  rdx: 0x0000000000015be7
  rdi: 0x0000000000000000  rsi: 0x0000000000000008  rbp: 0x00000001133e9720  rsp: 0x00000001133e96f0
   r8: 0x00007ffaeaa02200   r9: 0x0000000000000800  r10: 0x00000000e7dc5d64  r11: 0x00000000287d5e30
  r12: 0x00007ffaea073fe0  r13: 0x000000010744a498  r14: 0x00006000002d3cd8  r15: 0x000060800006ef58
  rip: 0x0000000102a865e4  rfl: 0x0000000000010202  cr2: 0x0000000000000000

Logical CPU:     2
Error Code:      0x00000004
Trap Number:     14


Binary Images:
       0x101958000 -        0x101958fff +org.chromium.Chromium (41.0.2264.0 - 2264.0) <2676EF40-AEAE-388E-B377-F55CD84C344F> /Applications/Chromium.app/Contents/MacOS/Chromium
       0x10195f000 -        0x106f83f2f +org.chromium.Chromium.framework (41.0.2264.0 - 2264.0) <46E826AE-DFB6-39B0-B241-E458E0A92BA4> /Applications/Chromium.app/Contents/Versions/41.0.2264.0/Chromium Framework.framework/Chromium Framework
       0x109442000 -        0x109479fff  com.apple.audio.midi.CoreMIDI (1.10 - 88) <8803C090-9288-3128-B0FF-9CBA810660DC> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
       0x11a65d000 -        0x11a65dff5 +cl_kernels (???) <BB4157B4-C58D-46E6-BFA5-B92D4214E48A> cl_kernels
       0x11ab9c000 -        0x11ab9cfef +cl_kernels (???) <FCC6B93E-E0FE-4EF2-BA61-FDB9D73D6380> cl_kernels
       0x11c1d9000 -        0x11c1e0ff7  com.apple.CacheDelete (1.0 - 1) <4F892758-9EE4-3514-9EFE-1C76D2E98C73> /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete
       0x11cb58000 -        0x11cb58ffe +cl_kernels (???) <53507C53-3FEF-40C5-A85C-F89627109E15> cl_kernels
       0x11cc39000 -        0x11cd1ffef  unorm8_bgra.dylib (2.4.5) <9423FFD4-6EF3-31BF-9DE9-6D55BA76D59E> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib
       0x11dfcd000 -        0x11dfd1ff3  libFontRegistryUI.dylib (134) <9C55337C-4D65-34C8-9BB9-90399B420A6F> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framework/Resources/libFontRegistryUI.dylib
       0x11e091000 -        0x11e091ffe +cl_kernels (???) <53507C53-3FEF-40C5-A85C-F89627109E15> cl_kernels
       0x11e096000 -        0x11e096fef +cl_kernels (???) <FCC6B93E-E0FE-4EF2-BA61-FDB9D73D6380> cl_kernels
       0x12499e000 -        0x124a7eff7  unorm8_rgba.dylib (2.4.5) <2720A91C-F32D-378D-9154-E12A5E214341> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_rgba.dylib
       0x1271c0000 -        0x1271dbff3  com.apple.security.csparser (3.0 - 57031.10.10) <6AC29346-B10D-3986-B06E-876B57392FC2> /System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/MacOS/csparser
       0x128b05000 -        0x128b0bff7  com.apple.qldisplay.Text (5.0 - 675.13) <88FE1C90-5FA4-3498-BF85-47438C7435DB> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/PlugIns/Text.qldisplay/Contents/MacOS/Text
    0x123400000000 -     0x1234004f7fff  com.apple.driver.AppleIntelHD5000GraphicsGLDriver (10.2.46 - 10.0.2) <35154588-E0D4-3FB3-8C0E-C7D1FA6C646E> /System/Library/Extensions/AppleIntelHD5000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD5000GraphicsGLDriver
    0x123440000000 -     0x123440864fff  com.apple.GeForceGLDriver (10.2.1 - 10.0.2) <9E2BE857-9242-330A-AA6F-102FB3214F34> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDriver
    0x7fff66f21000 -     0x7fff66f57837  dyld (353.2.1) <65DCCB06-339C-3E25-9702-600A28291D0E> /usr/lib/dyld
    0x7fff84da1000 -     0x7fff84dafff7  com.apple.ToneLibrary (1.0 - 1) <3E6D130D-77B0-31E1-98E3-A6052AB09824> /System/Library/PrivateFrameworks/ToneLibrary.framework/Versions/A/ToneLibrary
    0x7fff84dd0000 -     0x7fff84dd1fff  libDiagnosticMessagesClient.dylib (100) <2EE8E436-5CDC-34C5-9959-5BA218D507FB> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff84dd2000 -     0x7fff84decff7  com.apple.Kerberos (3.0 - 1) <7760E0C2-A222-3709-B2A6-B692D900CEB1> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff84ded000 -     0x7fff84deffff  com.apple.OAuth (25 - 25) <EE765AF0-2BB6-3689-9EAA-689BF1F02A0D> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
    0x7fff84e62000 -     0x7fff850a3fff  com.apple.AddressBook.framework (9.0 - 1563) <63953D92-FB0D-31B1-A449-07BA64D08BA9> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x7fff850cc000 -     0x7fff850d4ff7  com.apple.AppleSRP (5.0 - 1) <01EC5144-D09A-3D6A-AE35-F6D48585F154> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
    0x7fff850d5000 -     0x7fff85126ff7  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <AF72B06E-C6C1-3FAE-8B47-AF461CAE0E22> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff85127000 -     0x7fff8512bfff  com.apple.LoginUICore (3.0 - 3.0) <035C8626-9E66-3E3F-9976-BA4BCD9646F3> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore.framework/Versions/A/LoginUICore
    0x7fff8512c000 -     0x7fff85618ff7  com.apple.MediaToolbox (1.0 - 1562.107) <F0888EAC-FB6D-35C5-B2FB-AC9A72FE4650> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x7fff85625000 -     0x7fff8574dff7  com.apple.coreui (2.1 - 305.6.1) <B56EC212-73C1-326F-B78C-EB856386296E> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff85776000 -     0x7fff858b0ff7  com.apple.ImageIO.framework (3.3.0 - 1232) <A9682E9F-4917-3926-A035-7FEE7FF9D2AB> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff858b1000 -     0x7fff85991fff  com.apple.QuickLookUIFramework (5.0 - 675.13) <A4B5E57E-F363-3C63-8861-4DCEAC3FB23B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x7fff859a9000 -     0x7fff859d1fff  libsystem_info.dylib (459) <B85A85D5-8530-3A93-B0C3-4DEC41F79478> /usr/lib/system/libsystem_info.dylib
    0x7fff859d2000 -     0x7fff859eaff7  libexpat.1.dylib (12) <C5FE8836-E277-3162-9D15-6735321CB2C6> /usr/lib/libexpat.1.dylib
    0x7fff859eb000 -     0x7fff85cd2ffb  com.apple.CoreServices.CarbonCore (1108.2 - 1108.2) <FD87F83F-301A-3BD6-8262-5692FC1B4457> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff85cd3000 -     0x7fff85cedff3  com.apple.Ubiquity (1.3 - 313) <DF56A657-CC6E-3BE2-86A0-71F07127724C> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x7fff85cee000 -     0x7fff85cf6fe7  libcldcpuengine.dylib (2.4.5) <F9EF8060-5E40-3E88-BC38-7452649672B2> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
    0x7fff85cf7000 -     0x7fff86220ff7  com.apple.QuartzComposer (5.1 - 325.1) <ABCC8B0F-9961-37D3-B231-9F2B9E027411> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
    0x7fff86221000 -     0x7fff8624cff3  libarchive.2.dylib (30) <8CBB4416-EBE9-3574-8ADC-44655D245F39> /usr/lib/libarchive.2.dylib
    0x7fff8624f000 -     0x7fff86256ff7  libcompiler_rt.dylib (35) <BF8FC133-EE10-3DA6-9B90-92039E28678F> /usr/lib/system/libcompiler_rt.dylib
    0x7fff8629d000 -     0x7fff862a0ff7  com.apple.Mangrove (1.0 - 1) <2AF1CAE9-8BF9-33C4-9C1B-123DBAF1522B> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
    0x7fff862a1000 -     0x7fff863b3ff7  libvDSP.dylib (516) <151B3CCB-77D3-3715-A3D0-7C74CD5C7FFC> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff863b4000 -     0x7fff863cdff7  com.apple.CFOpenDirectory (10.10 - 187) <0F9747EF-12A3-3694-984D-0B8352CA6C0F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff863ce000 -     0x7fff86464ffb  com.apple.CoreMedia (1.0 - 1562.107) <FE18102D-8D7A-3500-A400-747AA8C0B3D0> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff8649b000 -     0x7fff864b6ff7  com.apple.aps.framework (4.0 - 4.0) <F3C3C246-101E-3E81-9608-D2D6E9352532> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService
    0x7fff864b7000 -     0x7fff86516ff3  com.apple.AE (681 - 681) <7F544183-A515-31A8-B45F-89A167F56216> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff86517000 -     0x7fff86528fff  libcmph.dylib (1) <46EC3997-DB5E-38AE-BBBB-A035A54AD3C0> /usr/lib/libcmph.dylib
    0x7fff86529000 -     0x7fff8652cfff  com.apple.help (1.3.3 - 46) <CA4541F4-CEF5-355C-8F1F-EA65DC1B400F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff8652d000 -     0x7fff86538ff7  com.apple.speech.synthesis.framework (5.3.3 - 5.3.3) <7DF3C68C-B219-3E13-AE72-24B8606A1560> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff86539000 -     0x7fff8653ffff  libsystem_trace.dylib (72.1.3) <A9E6B7D8-C327-3742-AC54-86C94218B1DF> /usr/lib/system/libsystem_trace.dylib
    0x7fff867e0000 -     0x7fff867e1ff7  libsystem_blocks.dylib (65) <9615D10A-FCA7-3BE4-AA1A-1B195DACE1A1> /usr/lib/system/libsystem_blocks.dylib
    0x7fff867e2000 -     0x7fff86810fff  com.apple.CoreServicesInternal (221.2.2 - 221.2.2) <16F7A7F1-CF1D-35AD-A91F-690A814048DF> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff86811000 -     0x7fff8689dff7  libsystem_c.dylib (1044.10.1) <199ED5EB-77A1-3D43-AA51-81779CE0A742> /usr/lib/system/libsystem_c.dylib
    0x7fff8689e000 -     0x7fff868cdfff  com.apple.securityinterface (10.0 - 55058) <21F38170-2D3D-3FA2-B0EC-379482AFA5E4> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
    0x7fff86920000 -     0x7fff86922fff  libRadiance.dylib (1232) <9C2DBBDF-0F0B-36BF-84D0-13E0086F793A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff86923000 -     0x7fff86946ff7  com.apple.framework.familycontrols (4.1 - 410) <153DC4C9-3C06-3147-8AC6-024AB4819C00> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x7fff86947000 -     0x7fff869a3fff  com.apple.QuickLookFramework (5.0 - 675.13) <70196DC4-E71B-37E8-AA15-B7FD21EC1012> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x7fff869a4000 -     0x7fff86ca8ffb  com.apple.HIToolbox (2.1.1 - 757.3) <D827FC03-5668-3AA4-AF0E-46EEF7358EEA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff86cb3000 -     0x7fff86cbdff7  com.apple.CrashReporterSupport (10.10 - 629) <4BCAA6B5-EC7F-365F-9D3F-BC483B7E956C> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff86cbe000 -     0x7fff86cc5ff7  com.apple.phonenumbers (1.1.1 - 105) <AE39B6FE-05AB-3181-BB2A-4D50A8B392F2> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers
    0x7fff86cc6000 -     0x7fff86d6cff7  com.apple.PDFKit (3.1 - 3.1) <D2D019DD-5DCA-3C0D-B9B7-0F919A6CD1DD> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
    0x7fff86d9e000 -     0x7fff86da6fff  libMatch.1.dylib (24) <C917279D-33C2-38A8-9BDD-18F3B24E6FBD> /usr/lib/libMatch.1.dylib
    0x7fff870b1000 -     0x7fff870dcfff  com.apple.DictionaryServices (1.2 - 229) <6789EC43-CADA-394D-8FE8-FC3A2DD136B9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff870dd000 -     0x7fff871cdfef  libJP2.dylib (1232) <13BFC6A7-E24E-3F29-AD3C-E2D382A1223A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff871ce000 -     0x7fff871d0ffb  libCGXType.A.dylib (775.16) <B2DC78CA-179F-39A7-8D0B-873DC0ACFE96> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x7fff871d1000 -     0x7fff8735ffff  libBLAS.dylib (1128) <497912C1-A98E-3281-BED7-E9C751552F61> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff87360000 -     0x7fff8739bfff  com.apple.Symbolication (1.4 - 56045) <D64571B1-4483-3FE2-BD67-A91360F79727> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fff8739c000 -     0x7fff8739cfff  com.apple.CoreServices (62 - 62) <9E4577CA-3FC3-300D-AB00-87ADBDDA2E37> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff87538000 -     0x7fff875c1fff  com.apple.CoreSymbolication (3.1 - 57020) <FDF8F348-164D-38F9-90EB-F42585DD2C77> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff875c2000 -     0x7fff875f2fff  libsystem_m.dylib (3086.1) <1E12AB45-6D96-36D0-A226-F24D9FB0D9D6> /usr/lib/system/libsystem_m.dylib
    0x7fff87650000 -     0x7fff87651ff7  libodfde.dylib (22) <52D0ABCD-F464-362C-86EA-ACA10993F556> /usr/lib/libodfde.dylib
    0x7fff87652000 -     0x7fff87683fff  libtidy.A.dylib (15.15) <37FC944D-271A-386A-9ADD-FA33AD48F96D> /usr/lib/libtidy.A.dylib
    0x7fff8775b000 -     0x7fff8775ffff  libpam.2.dylib (20) <E805398D-9A92-31F8-8005-8DC188BD8B6E> /usr/lib/libpam.2.dylib
    0x7fff87767000 -     0x7fff87778ff7  libz.1.dylib (55) <88C7C7DE-04B8-316F-8B74-ACD9F3DE1AA1> /usr/lib/libz.1.dylib
    0x7fff87779000 -     0x7fff87786fff  com.apple.SpeechRecognitionCore (2.0.32 - 2.0.32) <87F0C88D-502D-3217-8B4A-8388288568BA> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
    0x7fff8795b000 -     0x7fff87960fff  com.apple.DiskArbitration (2.6 - 2.6) <0DFF4D9B-2AC3-3B82-B5C5-30F4EFBD2DB9> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff879c7000 -     0x7fff87a35ffb  com.apple.Heimdal (4.0 - 2.0) <3E5DA653-A343-3257-ADE1-BA879BAE280F> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff87a36000 -     0x7fff87a6efff  com.apple.RemoteViewServices (2.0 - 99) <C9A62691-B0D9-34B7-B71C-A48B5F4DC553> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff87a6f000 -     0x7fff87a70fff  liblangid.dylib (117) <B54A4AA0-2E53-3671-90F5-AFF711C0EB9E> /usr/lib/liblangid.dylib
    0x7fff87a71000 -     0x7fff87a7cfff  libGL.dylib (11.1.1) <1F0EB9FB-4B0F-349B-80DD-93FD3F45B9C7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff87a82000 -     0x7fff87af8fe7  libcorecrypto.dylib (233.1.2) <E1789801-3985-3949-B736-6B3378873301> /usr/lib/system/libcorecrypto.dylib
    0x7fff87af9000 -     0x7fff88332fe3  com.apple.CoreGraphics (1.600.0 - 775.16) <A7BA30E6-A15F-3E48-9718-3837949A0E2E> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff883b1000 -     0x7fff883e1fff  com.apple.GSS (4.0 - 2.0) <FD154E62-F4CF-339D-B66C-AF4AED6A94A6> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff883e2000 -     0x7fff8844efff  com.apple.framework.CoreWLAN (5.0 - 500.35.2) <37551DDD-C07C-31EB-923A-9721F03D7E29> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff886e6000 -     0x7fff886e6fff  com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) <9D749502-A228-3BF1-B52F-A182DEEB2C4D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff887a6000 -     0x7fff887b6ff7  libbsm.0.dylib (34) <A3A2E56C-2B65-37C7-B43A-A1F926E1A0BB> /usr/lib/libbsm.0.dylib
    0x7fff887b7000 -     0x7fff887b7fff  com.apple.ApplicationServices (48 - 48) <5BF7910B-C328-3BF8-BA4F-CE52B574CE01> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff887b8000 -     0x7fff888aafff  libxml2.2.dylib (26) <B834E7C8-EC3E-3382-BC5A-DA38DC4D720C> /usr/lib/libxml2.2.dylib
    0x7fff889aa000 -     0x7fff889bdff7  com.apple.CoreBluetooth (1.0 - 1) <FA9B43B3-E183-3040-AE25-66EF9870CF35> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fff889be000 -     0x7fff889bfff7  com.apple.AddressBook.ContactsData (9.0 - 1563) <2A4BD452-4279-38AA-A4EE-761903795B05> /System/Library/PrivateFrameworks/ContactsData.framework/Versions/A/ContactsData
    0x7fff889c0000 -     0x7fff88a1aff7  com.apple.LanguageModeling (1.0 - 1) <ACA93FE0-A0E3-333E-AE3C-8EB7DE5F362F> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fff88a1b000 -     0x7fff88a23ffb  com.apple.CoreServices.FSEvents (1210 - 1210) <782A9C69-7A45-31A7-8960-D08A36CBD0A7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
    0x7fff88a24000 -     0x7fff88a2efff  com.apple.IntlPreferences (2.0 - 150.1) <C62C6F4F-38B9-340B-82A6-1F82AFE1D724> /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPreferences
    0x7fff88a2f000 -     0x7fff88a89fff  com.apple.Suggestions (4.0 - 165) <34A8FB72-F663-3085-B4D0-6982B0BDCF21> /System/Library/PrivateFrameworks/Suggestions.framework/Versions/A/Suggestions
    0x7fff88ab1000 -     0x7fff88ab9ff7  com.apple.icloud.FindMyDevice (1.0 - 1) <D198E170-3610-3727-BC87-73AD249CA097> /System/Library/PrivateFrameworks/FindMyDevice.framework/Versions/A/FindMyDevice
    0x7fff88ac7000 -     0x7fff88c32ff7  com.apple.audio.toolbox.AudioToolbox (1.12 - 1.12) <5C6DBEB4-F2EA-3262-B9FC-AFB89404C1DA> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff88c33000 -     0x7fff88f5aff7  com.apple.FinderKit (1.3.2 - 1.3.2) <DE455DD5-9C85-37CD-BFF7-16D9C8095BE9> /System/Library/PrivateFrameworks/FinderKit.framework/Versions/A/FinderKit
    0x7fff88f5b000 -     0x7fff890eafff  libGLProgrammability.dylib (11.1.1) <90DE65E5-77DF-3646-B8E8-0462E240800A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
    0x7fff890eb000 -     0x7fff89c35ff7  com.apple.AppKit (6.9 - 1344.72) <44EF7DEB-3072-3515-9F34-2857D557E828> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff89c63000 -     0x7fff89e48ff3  libicucore.A.dylib (531.31) <B08E00D5-13C6-3391-AB3A-8DE693D3B42E> /usr/lib/libicucore.A.dylib
    0x7fff89e49000 -     0x7fff89e4bff3  com.apple.SafariServices.framework (10600 - 10600.3.18) <2C2F0A8D-CC06-30CF-B247-93A96A25F0D5> /System/Library/PrivateFrameworks/SafariServices.framework/Versions/A/SafariServices
    0x7fff89e68000 -     0x7fff89ebcfff  libc++.1.dylib (120) <1B9530FD-989B-3174-BB1C-BDC159501710> /usr/lib/libc++.1.dylib
    0x7fff89ebd000 -     0x7fff89fa1fff  libcrypto.0.9.8.dylib (52.10.1) <2A2924DE-63FB-37F6-B102-84D69240675B> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff8a05b000 -     0x7fff8a20afff  GLEngine (11.1.1) <72892F1E-5ED5-3733-BE77-FC37CF69D801> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine
    0x7fff8a2ca000 -     0x7fff8a545ff7  com.apple.CoreData (111 - 526.1) <DC4F037B-B7F4-381A-B939-4414489D76BF> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff8a546000 -     0x7fff8a56efff  libxpc.dylib (559.10.3) <876216DC-D5D3-381E-8AF9-49AE464E5107> /usr/lib/system/libxpc.dylib
    0x7fff8a56f000 -     0x7fff8a6b5fef  libsqlite3.dylib (168) <8B78BED1-7B9B-3943-80DC-0871015AEAC4> /usr/lib/libsqlite3.dylib
    0x7fff8a6b6000 -     0x7fff8a6eeffb  libsystem_network.dylib (411.1) <2EC3A005-473F-3C36-A665-F88B5BACC7F0> /usr/lib/system/libsystem_network.dylib
    0x7fff8a6ef000 -     0x7fff8a6f7fff  libsystem_dnssd.dylib (561.1.1) <62B70ECA-E40D-3C63-896E-7F00EC386DDB> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff8a6f8000 -     0x7fff8a6f9fff  com.apple.TrustEvaluationAgent (2.0 - 25) <2D61A2C3-C83E-3A3F-8EC1-736DBEC250AB> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff8a6fa000 -     0x7fff8a6fefff  com.apple.TCC (1.0 - 1) <61F36A72-B983-3A2D-9D37-A2F194D31E7D> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff8a6ff000 -     0x7fff8a78dff7  com.apple.CorePDF (4.0 - 4) <9CD7EC6D-3593-3D60-B04F-75F612CCB99A> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x7fff8a78e000 -     0x7fff8a78eff7  libkeymgr.dylib (28) <77845842-DE70-3CC5-BD01-C3D14227CED5> /usr/lib/system/libkeymgr.dylib
    0x7fff8a7a8000 -     0x7fff8ab13fff  com.apple.VideoToolbox (1.0 - 1562.107) <2EAFB008-7F19-34C2-A5A6-43B4CD35FEF3> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x7fff8ab14000 -     0x7fff8ab19ff7  libmacho.dylib (862) <126CA2ED-DE91-308F-8881-B9DAEC3C63B6> /usr/lib/system/libmacho.dylib
    0x7fff8ab1a000 -     0x7fff8ab63ff3  com.apple.HIServices (1.22 - 520.12) <8EAC82AB-6A7D-3606-AF6F-60A9410D1278> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff8abec000 -     0x7fff8abf5ff7  libsystem_notify.dylib (133.1.1) <61147800-F320-3DAA-850C-BADF33855F29> /usr/lib/system/libsystem_notify.dylib
    0x7fff8abf6000 -     0x7fff8ac30ffb  com.apple.DebugSymbols (115 - 115) <6F03761D-7C3A-3C80-8031-AA1C1AD7C706> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff8ac31000 -     0x7fff8ac7dff7  libcups.2.dylib (408) <9CECCDE3-51D7-3028-830C-F58BD36E3317> /usr/lib/libcups.2.dylib
    0x7fff8ac8b000 -     0x7fff8ac8dff7  libquarantine.dylib (76) <DC041627-2D92-361C-BABF-A869A5C72293> /usr/lib/system/libquarantine.dylib
    0x7fff8ac8e000 -     0x7fff8accffff  libGLU.dylib (11.1.1) <E9ADAD30-0133-320D-A60E-D1A7F91A7795> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff8acd0000 -     0x7fff8ad00ff3  com.apple.CoreAVCHD (5.7.5 - 5750.4.1) <3E51287C-E97D-3886-BE88-8F6872400876> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x7fff8ad01000 -     0x7fff8ad0dff7  com.apple.OpenDirectory (10.10 - 187) <8B98ECCB-7EFA-3A58-BD2B-A0835D869B1A> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff8ad51000 -     0x7fff8ae69ffb  com.apple.CoreText (352.0 - 454.3) <B3B8C775-14FA-38F3-9CD5-830422AE9C49> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff8ae6a000 -     0x7fff8afaeff7  com.apple.QTKit (7.7.3 - 2890) <6F6CD79F-CFBB-3FE4-82C6-47991346FB17> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fff8afaf000 -     0x7fff8affdfff  libcurl.4.dylib (83.1.2) <337A1FF8-E8B1-3173-9F29-C0D4C851D8E1> /usr/lib/libcurl.4.dylib
    0x7fff8affe000 -     0x7fff8b007fff  libGFXShared.dylib (11.1.1) <7AE7D152-597E-3B27-A52C-8DA76760B61C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff8b008000 -     0x7fff8b00cfff  libcache.dylib (69) <45E9A2E7-99C4-36B2-BEE3-0C4E11614AD1> /usr/lib/system/libcache.dylib
    0x7fff8b00d000 -     0x7fff8b00dfff  com.apple.Carbon (154 - 157) <0DF27AD6-ED64-34D7-825D-65297D276652> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff8b04f000 -     0x7fff8b0ccfff  com.apple.CoreServices.OSServices (640.3 - 640.3) <84A91B00-0ED4-350C-B30A-AEAE437AE02A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff8b0d8000 -     0x7fff8b0ddff7  libunwind.dylib (35.3) <BE7E51A0-B6EA-3A54-9CCA-9D88F683A6D6> /usr/lib/system/libunwind.dylib
    0x7fff8b0de000 -     0x7fff8b0e3ff7  libsystem_stats.dylib (163.10.18) <9B8CCF24-DDDB-399A-9237-4BEC225D2E8C> /usr/lib/system/libsystem_stats.dylib
    0x7fff8b0e4000 -     0x7fff8b100fff  com.apple.GenerationalStorage (2.0 - 209.11) <9FF8DD11-25FB-3047-A5BF-9415339B3EEC> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fff8b101000 -     0x7fff8b141ff7  libGLImage.dylib (11.1.1) <3986BFA3-4F55-380F-B01D-91BA9785D70C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff8b142000 -     0x7fff8b146ff7  libGIF.dylib (1232) <3C70FBBC-FBA5-3013-A440-05D68B63885F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff8b147000 -     0x7fff8b149ff7  libsystem_coreservices.dylib (9) <41B7C578-5A53-31C8-A96F-C73E030B0938> /usr/lib/system/libsystem_coreservices.dylib
    0x7fff8b14a000 -     0x7fff8b34dff3  com.apple.CFNetwork (720.2.4 - 720.2.4) <E550C671-930F-3B12-8798-23898473E179> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff8b34e000 -     0x7fff8b34efff  com.apple.Cocoa (6.8 - 21) <EAC0EA1E-3C62-3B28-A941-5D8B1E085FF8> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff8b34f000 -     0x7fff8b351fff  com.apple.SecCodeWrapper (4.0 - 238.10.1) <8DAF71DB-C99A-3B72-A639-2C8CBEA84B93> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
    0x7fff8b352000 -     0x7fff8b352fff  com.apple.audio.units.AudioUnit (1.12 - 1.12) <76EF1C9D-DEA4-3E55-A134-4099B2FD2CF2> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff8b384000 -     0x7fff8b386fff  com.apple.EFILogin (2.0 - 2) <39895ACB-E756-342C-ABE5-DB7100EF0A69> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
    0x7fff8b400000 -     0x7fff8b50efff  com.apple.desktopservices (1.9.2 - 1.9.2) <8670FD3B-8A5B-3D84-B21E-DF21140545A2> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff8b50f000 -     0x7fff8b51dff7  com.apple.opengl (11.1.1 - 11.1.1) <F79F5FFF-372E-329E-81FB-EE9BD6A2A7A7> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff8b51e000 -     0x7fff8b51fffb  libremovefile.dylib (35) <3485B5F4-6CE8-3C62-8DFD-8736ED6E8531> /usr/lib/system/libremovefile.dylib
    0x7fff8b529000 -     0x7fff8b52bfff  com.apple.loginsupport (1.0 - 1) <21DBC18C-F260-39FC-B52F-04A5AA84523A> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fff8b539000 -     0x7fff8b5d8df7  com.apple.AppleJPEG (1.0 - 1) <9BB3D7DF-630A-3E1C-A124-12D6C4D0DE70> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x7fff8b5ee000 -     0x7fff8b600fff  libsasl2.2.dylib (193) <E523DD05-544B-3430-8AA9-672408A5AF8B> /usr/lib/libsasl2.2.dylib
    0x7fff8b601000 -     0x7fff8b7fb46f  libobjc.A.dylib (647) <759E155D-BC42-3D4E-869B-6F57D477177C> /usr/lib/libobjc.A.dylib
    0x7fff8b862000 -     0x7fff8b868fff  com.apple.speech.recognition.framework (5.0.9 - 5.0.9) <BB2D573F-0A01-379F-A2BA-3C454EDCB111> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff8b869000 -     0x7fff8b8faff7  libCoreStorage.dylib (471.10.6) <892DEEE7-C8C7-35EA-931D-FF9862BDEB2B> /usr/lib/libCoreStorage.dylib
    0x7fff8b8fb000 -     0x7fff8b902fff  com.apple.NetFS (6.0 - 4.0) <1581D25F-CC07-39B0-90E8-5D4F3CF84EBA> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff8b903000 -     0x7fff8b930fff  com.apple.CoreVideo (1.8 - 145.1) <18DB07E0-B927-3260-A234-636F298D1917> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff8b931000 -     0x7fff8b946fff  com.apple.ToneKit (1.0 - 1) <CA375645-8DE1-3DE8-A2E0-0537849DF59B> /System/Library/PrivateFrameworks/ToneKit.framework/Versions/A/ToneKit
    0x7fff8b947000 -     0x7fff8b948fff  libSystem.B.dylib (1213) <90B107BC-FF74-32CC-B1CF-4E02F544D957> /usr/lib/libSystem.B.dylib
    0x7fff8b9a1000 -     0x7fff8bad3ff7  com.apple.MediaControlSender (2.0 - 215.15) <454420EB-E6FE-3074-8D58-67471E1D61E5> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/MediaControlSender
    0x7fff8bad4000 -     0x7fff8bad5fff  libsystem_secinit.dylib (18) <581DAD0F-6B63-3A48-B63B-917AF799ABAA> /usr/lib/system/libsystem_secinit.dylib
    0x7fff8bad6000 -     0x7fff8bad6fff  com.apple.Accelerate (1.10 - Accelerate 1.10) <2C8AF258-4F11-3BEC-A826-22D7199B3975> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff8bad7000 -     0x7fff8bb09ff3  com.apple.frameworks.CoreDaemon (1.3 - 1.3) <C6DB0A07-F8E4-3837-BCA9-225F460EDA81> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
    0x7fff8bb0a000 -     0x7fff8bb59ff7  libstdc++.6.dylib (104.1) <803F6AC8-87DC-3E24-9E80-729B551F6FFF> /usr/lib/libstdc++.6.dylib
    0x7fff8bb5a000 -     0x7fff8bb73fff  com.apple.openscripting (1.4 - 162) <80DFF366-B950-3F79-903F-99DA0FFDB570> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff8bb74000 -     0x7fff8bb8aff7  libsystem_asl.dylib (267) <F153AC5B-0542-356E-88C8-20A62CA704E2> /usr/lib/system/libsystem_asl.dylib
    0x7fff8bb8e000 -     0x7fff8bec1fff  libmecabra.dylib (666.2) <F757CABA-3EDB-3ABA-A378-A7C574EA233B> /usr/lib/libmecabra.dylib
    0x7fff8bec2000 -     0x7fff8becdfff  com.apple.AppSandbox (4.0 - 238.10.1) <4C171026-DC9A-3CEE-AB42-110859674F61> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
    0x7fff8bece000 -     0x7fff8bed5fff  com.apple.network.statistics.framework (1.2 - 1) <61B311D1-7F15-35B3-80D4-99B8BE90ACD9> /System/Library/PrivateFrameworks/NetworkStatistics.framework/Versions/A/NetworkStatistics
    0x7fff8bed6000 -     0x7fff8bf96fff  com.apple.backup.framework (1.6.2 - 1.6.2) <63E8CA47-B7B8-3A63-B505-D1622CE52527> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff8bf97000 -     0x7fff8c018ff3  com.apple.CoreUtils (1.0 - 101.1) <45E5E51B-947E-3F2D-BD9C-480E72555C23> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x7fff8c14e000 -     0x7fff8c14eff7  libunc.dylib (29) <5676F7EA-C1DF-329F-B006-D2C3022B7D70> /usr/lib/system/libunc.dylib
    0x7fff8c14f000 -     0x7fff8c157fff  libsystem_platform.dylib (63) <64E34079-D712-3D66-9CE2-418624A5C040> /usr/lib/system/libsystem_platform.dylib
    0x7fff8c304000 -     0x7fff8c318ff7  com.apple.MultitouchSupport.framework (262.33.1 - 262.33.1) <62DF9340-01A1-3E12-A604-C90F6361FD9E> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff8c319000 -     0x7fff8c31effb  libheimdal-asn1.dylib (398.10.1) <A7B6447A-6680-3625-83C3-993B58D5C43F> /usr/lib/libheimdal-asn1.dylib
    0x7fff8c31f000 -     0x7fff8c334ff7  com.apple.AppContainer (4.0 - 238.10.1) <24A43E31-BCD3-32DB-8023-DE7EEA912E89> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
    0x7fff8c335000 -     0x7fff8c355fff  com.apple.IconServices (47.1 - 47.1) <E83DFE3B-6541-3736-96BB-26DC5D0100F1> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fff8c356000 -     0x7fff8c3a3fff  com.apple.ImageCaptureCore (6.0 - 6.0) <C2DED299-7E2B-3501-9FD6-74892A7484B3> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
    0x7fff8c454000 -     0x7fff8c82bfe7  com.apple.CoreAUC (211.0.0 - 211.0.0) <C8B2470F-3994-37B8-BE10-6F78667604AC> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x7fff8c830000 -     0x7fff8c83ffff  com.apple.LangAnalysis (1.7.0 - 1.7.0) <D1E527E4-C561-352F-9457-E8C50232793C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff8c840000 -     0x7fff8c852ff7  com.apple.CoreDuetDaemonProtocol (1.0 - 1) <CE9FABB4-1C5D-3F9B-9BB8-5CC50C3E5E31> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/CoreDuetDaemonProtocol
    0x7fff8c85e000 -     0x7fff8c86aff7  libGPUSupportMercury.dylib (11.1.1) <D5AE513E-99FB-3D22-8FFC-9DAA26407DA3> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
    0x7fff8c86b000 -     0x7fff8c86ffff  libCoreVMClient.dylib (79) <FC4E08E3-749E-32FF-B5E9-211F29864831> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff8c8de000 -     0x7fff8c96fff7  com.apple.cloudkit.CloudKit (259.2.5 - 259.2.5) <241EB647-C917-32F7-956A-6E505827048C> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit
    0x7fff8c970000 -     0x7fff8c97dff7  libxar.1.dylib (254) <CE10EFED-3066-3749-838A-6A15AC0DBCB6> /usr/lib/libxar.1.dylib
    0x7fff8c97e000 -     0x7fff8c98bfff  com.apple.ProtocolBuffer (1 - 225.1) <2D502FBB-D2A0-3937-A5C5-385FA65B3874> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
    0x7fff8c98c000 -     0x7fff8c999ff7  libbz2.1.0.dylib (36) <2DF83FBC-5C08-39E1-94F5-C28653791B5F> /usr/lib/libbz2.1.0.dylib
    0x7fff8c99a000 -     0x7fff8c9a1fff  libCGCMS.A.dylib (775.16) <8A173E74-7123-35F1-B160-853528C144ED> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS.A.dylib
    0x7fff8c9a2000 -     0x7fff8c9efff3  com.apple.print.framework.PrintCore (10.0 - 451) <3CA58254-D14F-3913-9DFB-CAC499570CC7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff8c9f0000 -     0x7fff8ca30ff7  com.apple.CloudDocs (1.0 - 280.6) <C1179CEF-E058-3E16-BF90-C059FE7CDE77> /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs
    0x7fff8cab3000 -     0x7fff8cab5fff  libsystem_configuration.dylib (699.1.5) <5E14864E-089A-3D84-85A4-980B776427A8> /usr/lib/system/libsystem_configuration.dylib
    0x7fff8cab6000 -     0x7fff8d33eff7  libclh.dylib (4.0.3 - 4.0.3) <5041EEED-0356-3302-861F-526709ACA871> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
    0x7fff8d33f000 -     0x7fff8d65afcf  com.apple.vImage (8.0 - 8.0) <1183FE6A-FDB6-3B3B-928D-50C7909F2308> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff8d65b000 -     0x7fff8d6acff7  com.apple.AppleVAFramework (5.0.31 - 5.0.31) <56AA4060-63DF-3DF0-AB8A-880D0DD6F075> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff8d6ad000 -     0x7fff8d6d7ff7  libdispatch.dylib (442.1.4) <502CF32B-669B-3709-8862-08188225E4F0> /usr/lib/system/libdispatch.dylib
    0x7fff8d6d8000 -     0x7fff8d70bff7  com.apple.MediaKit (16 - 757) <345EDAFE-3E39-3B0F-8D84-54657EC4396D> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x7fff8d70c000 -     0x7fff8d70ffff  com.apple.xpc.ServiceManagement (1.0 - 1) <5EFD45BF-B0CD-39F2-8232-6BA33E63E5D4> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff8d877000 -     0x7fff8dadfff3  com.apple.security (7.0 - 57031.10.10) <79C37E73-271B-3BEF-A96E-CDB83FF12CF0> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff8dae0000 -     0x7fff8db74fff  com.apple.ink.framework (10.9 - 213) <8E029630-1530-3734-A446-13353F0E7AC5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff8db75000 -     0x7fff8db7eff3  com.apple.CommonAuth (4.0 - 2.0) <BA9F5A09-D200-3D18-9F4A-20C789291A30> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff8db7f000 -     0x7fff8db8afff  com.apple.CommerceCore (1.0 - 376.6.2) <3FD9A3A6-C12F-31E0-B90E-5E325B595750> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
    0x7fff8db8b000 -     0x7fff8dbb8fff  com.apple.Accounts (113 - 113) <990F0F61-6AC5-3076-932E-02A9A7F75AC4> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
    0x7fff8dbc6000 -     0x7fff8dbf2fff  libsandbox.1.dylib (358.1.1) <BA84BDAF-2C59-3CED-8970-9FB029BD7442> /usr/lib/libsandbox.1.dylib
    0x7fff8dbf4000 -     0x7fff8dbf6ff7  com.apple.securityhi (9.0 - 55006) <1F40ECF1-6AEF-3E64-9DAD-ADC646CCEA98> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff8dc96000 -     0x7fff8df3eff7  com.apple.RawCamera.bundle (6.03 - 777) <127AB12C-190F-31BC-A0D9-A127004F7017> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff8df3f000 -     0x7fff8dfaefff  com.apple.SearchKit (1.4.0 - 1.4.0) <BFD6D876-36BA-3A3B-9F15-3E2F7DE6E89D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff8dfaf000 -     0x7fff8dfb8fff  libsystem_pthread.dylib (105.10.1) <3103AA7F-3BAE-3673-9649-47FFD7E15C97> /usr/lib/system/libsystem_pthread.dylib
    0x7fff8e032000 -     0x7fff8e0edff7  com.apple.DiscRecording (9.0 - 9000.4.2) <9BB46993-311A-3F2E-BD77-3CBEFB71C1F0> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x7fff8e113000 -     0x7fff8e136fff  com.apple.Sharing (328.3.2 - 328.3.2) <F555679F-1CD1-3EB2-8E01-FCB80EF07330> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff8e137000 -     0x7fff8e4cdfff  com.apple.CoreFoundation (6.9 - 1152) <CBD1591C-405E-376E-87E9-B264610EBF49> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff8e4ce000 -     0x7fff8e4d1ff7  com.apple.AppleSystemInfo (3.1 - 3.1) <B40B3737-42A5-3D57-9E87-D3905EE5BADB> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
    0x7fff8e4d2000 -     0x7fff8e4d4ff7  libutil.dylib (38) <471AD65E-B86E-3C4A-8ABD-B8665A2BCE3F> /usr/lib/libutil.dylib
    0x7fff8e4d5000 -     0x7fff8e5f7ff7  com.apple.LaunchServices (644.12.4 - 644.12.4) <59E909E8-ED4A-33EA-B85D-D409BADDF854> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff8e605000 -     0x7fff8e605fff  com.apple.quartzframework (1.5 - 1.5) <4944127A-F319-3689-AAEC-58591D3CAC07> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x7fff8e606000 -     0x7fff8e620fff  com.apple.AppleVPAFramework (1.2.10 - 1.2.10) <DC3D5A44-AB1E-32A9-9D22-FC922B52346A> /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA
    0x7fff8e621000 -     0x7fff8e66dff7  com.apple.corelocation (1486.17 - 1615.21.1) <B81BC475-E215-3491-A750-8B23F05ABF5B> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
    0x7fff8e746000 -     0x7fff8e9f2fff  com.apple.GeoServices (1.0 - 982.4.10) <8A7FE04A-2785-30E7-A6E2-DC15D170DAF5> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
    0x7fff8e9f3000 -     0x7fff8ea65ff7  com.apple.framework.IOKit (2.0.2 - 1050.10.8) <FDFB1FBE-6A0E-3D63-828C-CD53500FCB0F> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff8ea79000 -     0x7fff8ea93ff7  libextension.dylib (55.1) <6D0CF094-85E8-3F5B-A3F1-25ECF60F80D9> /usr/lib/libextension.dylib
    0x7fff8ea94000 -     0x7fff8ea97fff  com.apple.IOSurface (97.0.1 - 97.0.1) <0C9ED49D-AADB-3CB9-9A11-F5D765253548> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff8eab1000 -     0x7fff8ead7ff7  com.apple.ChunkingLibrary (2.1 - 163.1) <3514F2A4-38BD-3849-9286-B3B991057742> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x7fff8ead8000 -     0x7fff8ed42fff  com.apple.imageKit (2.6.1 - 840) <8C974E7D-2258-3FBC-948C-D93226F42DCA> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
    0x7fff8ed43000 -     0x7fff8ed45ff7  libsystem_sandbox.dylib (358.1.1) <95312E09-DA28-324A-A084-F3E574D0210E> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff8ed54000 -     0x7fff8edf6ff7  com.apple.Bluetooth (4.3.2 - 4.3.2f6) <95676652-21AB-3FFA-B53D-EBC8BF4E913E> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fff8edf7000 -     0x7fff8ee02ff7  libcsfde.dylib (471.10.6) <E1BF5816-3CE6-30CE-B3EE-F68CB6BA1378> /usr/lib/libcsfde.dylib
    0x7fff8ef04000 -     0x7fff8ef53ff7  com.apple.opencl (2.4.2 - 2.4.2) <D16CFDE6-B5F7-301A-995E-8B583D8C675A> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff8ef83000 -     0x7fff8efeaff7  com.apple.framework.CoreWiFi (3.0 - 300.4) <19269C1D-EB29-384A-83F3-7DDDEB7D9DAD> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fff8efeb000 -     0x7fff8f008fff  libsystem_kernel.dylib (2782.10.72) <97CD7ACD-EA0C-3434-BEFC-FCD013D6BB73> /usr/lib/system/libsystem_kernel.dylib
    0x7fff8f009000 -     0x7fff8f2d8ff3  com.apple.CoreImage (10.0.33) <6E3DDA29-718B-3BDB-BFAF-F8C201BF93A4> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff8f2d9000 -     0x7fff8f2dcff7  libdyld.dylib (353.2.1) <4E33E416-F1D8-3598-B8CC-6863E2ECD0E6> /usr/lib/system/libdyld.dylib
    0x7fff8f2dd000 -     0x7fff8f307fff  GLRendererFloat (11.1.1) <53C3F7C6-CC53-3287-9853-DA46FA7587E7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
    0x7fff8f35a000 -     0x7fff8f37efef  libJPEG.dylib (1232) <638302B6-369F-3C50-BF63-F8D19C393F47> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff8f37f000 -     0x7fff8f3bafff  com.apple.QD (301 - 301) <C4D2AD03-B839-350A-AAF0-B4A08F8BED77> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff8f628000 -     0x7fff8f647fff  com.apple.CoreDuet (1.0 - 1) <36AA9FD5-2685-314D-B364-3FA4688D86BD> /System/Library/PrivateFrameworks/CoreDuet.framework/Versions/A/CoreDuet
    0x7fff8f648000 -     0x7fff8f653ff7  com.apple.DirectoryService.Framework (10.10 - 187) <29F7A48C-D8DD-33EB-B9E3-863DA7DBB421> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
    0x7fff8f708000 -     0x7fff8f70dff7  com.apple.MediaAccessibility (1.0 - 61) <00A3E0B6-79AC-387E-B282-AADFBD5722F6> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
    0x7fff8f70e000 -     0x7fff8f732ff7  com.apple.quartzfilters (1.10.0 - 1.10.0) <1AE50F4A-0098-34E7-B24D-DF7CB94073CE> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
    0x7fff8f733000 -     0x7fff8f75cffb  libxslt.1.dylib (13) <AED1143F-B848-3E73-81ED-71356F25F084> /usr/lib/libxslt.1.dylib
    0x7fff8f75d000 -     0x7fff8f777ff7  liblzma.5.dylib (7) <1D03E875-A7C0-3028-814C-3C27F7B7C079> /usr/lib/liblzma.5.dylib
    0x7fff8f778000 -     0x7fff8f795ffb  libresolv.9.dylib (57) <26B38E61-298A-3C3A-82C1-3B5E98AD5E29> /usr/lib/libresolv.9.dylib
    0x7fff8f796000 -     0x7fff8f7c2fff  com.apple.framework.SystemAdministration (1.0 - 1.0) <F2A164C7-4813-3F27-ABF7-810A5F4FA51D> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/SystemAdministration
    0x7fff8f86c000 -     0x7fff8f86dff7  com.apple.print.framework.Print (10.0 - 265) <3BC4FE7F-78A0-3E57-8F4C-520E7EFD36FA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff8f86e000 -     0x7fff8f86efff  libOpenScriptingUtil.dylib (162) <EFD79173-A9DA-3AE6-BE15-3948938204A6> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff8f884000 -     0x7fff8f88aff7  com.apple.XPCService (2.0 - 1) <AA4A5393-1F5D-3465-A417-0414B95DC052> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
    0x7fff8f88c000 -     0x7fff8f8d9ff3  com.apple.CoreMediaIO (601.0 - 4749) <ED45B200-08A1-3E72-8DE9-9901C94A7BCA> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x7fff8f8da000 -     0x7fff8f905fff  libc++abi.dylib (125) <88A22A0F-87C6-3002-BFBA-AC0F2808B8B9> /usr/lib/libc++abi.dylib
    0x7fff8f906000 -     0x7fff8f924ff7  com.apple.addressbook.vCard (9.0 - 1563) <370F3435-855E-3C60-9CC9-B3F24AC1AF97> /System/Library/PrivateFrameworks/vCard.framework/Versions/A/vCard
    0x7fff8f935000 -     0x7fff8f937fff  com.apple.CoreDuetDebugLogging (1.0 - 1) <9A6E5710-EA99-366E-BF40-9A65EC1B46A1> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/Versions/A/CoreDuetDebugLogging
    0x7fff8f938000 -     0x7fff8f943fff  libcommonCrypto.dylib (60061) <D381EBC6-69D8-31D3-8084-5A80A32CB748> /usr/lib/system/libcommonCrypto.dylib
    0x7fff8f944000 -     0x7fff8f94ffdb  com.apple.AppleFSCompression (68.1.1 - 1.0) <F30E8CA3-50B3-3B44-90A0-803C5C308BFE> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fff8f950000 -     0x7fff8fd5dff7  libLAPACK.dylib (1128) <F9201AE7-B031-36DB-BCF8-971E994EF7C1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff8fd5e000 -     0x7fff8fd97fff  com.apple.AirPlaySupport (2.0 - 215.15) <C36CC8AF-27CC-3B18-9C3C-3F845B35FDEC> /System/Library/PrivateFrameworks/AirPlaySupport.framework/Versions/A/AirPlaySupport
    0x7fff8fd98000 -     0x7fff8fd9cfff  libspindump.dylib (182) <085978DC-A34D-3B72-BC7B-025C35A0A373> /usr/lib/libspindump.dylib
    0x7fff8fd9d000 -     0x7fff8fda9ff7  com.apple.HelpData (2.1.4 - 90) <471200E4-1D51-3D8C-A956-A52F8EB7B552> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x7fff8fdaa000 -     0x7fff8fe80ff3  com.apple.DiskImagesFramework (10.10.1 - 396) <E7478685-E829-372A-A945-A512730D3312> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x7fff8fe81000 -     0x7fff902b1fff  com.apple.vision.FaceCore (3.1.6 - 3.1.6) <C3B823AA-C261-37D3-B4AC-C59CE91C8241> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff9040a000 -     0x7fff9053afff  com.apple.UIFoundation (1.0 - 1) <8E030D93-441C-3997-9CD2-55C8DFAC8B84> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
    0x7fff9057d000 -     0x7fff905a4ff7  com.apple.shortcut (2.13 - 2.13) <0BA7C57A-C2FC-3DFC-83B2-CE6C33770B52> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x7fff905a5000 -     0x7fff905afff7  com.apple.NetAuth (5.0 - 5.0) <B9EC5425-D38D-308C-865F-207E0A98BAC7> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff905b0000 -     0x7fff905c7ff7  libLinearAlgebra.dylib (1128) <E78CCBAA-A999-3B65-8EC9-06DB15E67C37> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fff905cd000 -     0x7fff9064ffff  com.apple.PerformanceAnalysis (1.0 - 1) <94F08B1A-F6AF-38D5-BE92-4FED34742966> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff90650000 -     0x7fff90696ffb  libFontRegistry.dylib (134) <01B8034A-45FD-3360-A347-A1896F591363> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff906d8000 -     0x7fff907caff7  libiconv.2.dylib (42) <2A06D02F-8B76-3864-8D96-64EF5B40BC6C> /usr/lib/libiconv.2.dylib
    0x7fff907cb000 -     0x7fff907e7ff7  com.apple.pluginkit.framework (1.0 - 1) <FEB6FF0B-A688-37C9-93CF-E886E7ED3141> /System/Library/PrivateFrameworks/PlugInKit.framework/Versions/A/PlugInKit
    0x7fff9112a000 -     0x7fff91138fff  com.apple.AddressBook.ContactsFoundation (9.0 - 1563) <CCAB74BF-947C-384D-B4C8-E2118145555B> /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/ContactsFoundation
    0x7fff911a9000 -     0x7fff911e0ffb  com.apple.LDAPFramework (2.4.28 - 194.5) <D22234AA-8B30-3010-8CF0-67516D52CC33> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff911e1000 -     0x7fff91276ff7  com.apple.ColorSync (4.9.0 - 4.9.0) <F06733BD-A10C-3DB3-B050-825351130392> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff912bc000 -     0x7fff9136bfe7  libvMisc.dylib (516) <A82F9FE8-70ED-3BC9-9184-1A2B9EE3C010> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff9136c000 -     0x7fff9187fff3  com.apple.JavaScriptCore (10600 - 10600.3.13) <C0C3246C-D26F-3440-AC75-81CFFA4F9C91> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff918f0000 -     0x7fff918f2fff  libCVMSPluginSupport.dylib (11.1.1) <DA0706C5-F02A-3F3D-8EBA-18C04313CA2C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff928ac000 -     0x7fff928b0fff  com.apple.IOAccelerator (156.6.1 - 156.6.1) <E32D8658-9C8A-338F-93F0-A03DE48295B8> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
    0x7fff928b1000 -     0x7fff9294ffff  com.apple.Metadata (10.7.0 - 917.1) <46BE997C-B1F4-3BED-9332-FAC87297C87A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff92950000 -     0x7fff92964ff7  com.apple.ProtectedCloudStorage (1.0 - 1) <52CFE68A-0663-3756-AB5B-B42195026052> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
    0x7fff9296f000 -     0x7fff929e3fff  com.apple.ApplicationServices.ATS (360 - 375) <2824D38D-460D-353C-9D18-499B4BEEABB7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff929e4000 -     0x7fff929e8fff  com.apple.CommonPanels (1.2.6 - 96) <F9ECC8AF-D9CA-3350-AFB4-5113A9B789A5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff92a54000 -     0x7fff92abbffb  com.apple.datadetectorscore (6.0 - 396.1.1) <80379385-A4EC-3F9B-AFED-9B1DF781943D> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff93411000 -     0x7fff935c1ff7  com.apple.QuartzCore (1.10 - 361.15) <72A78C43-30DF-3748-9015-4B28119DB27B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff9361b000 -     0x7fff93636ff7  libCRFSuite.dylib (34) <D64842BE-7BD4-3D0C-9842-1D202F7C2A51> /usr/lib/libCRFSuite.dylib
    0x7fff93667000 -     0x7fff93688fff  com.apple.framework.Apple80211 (10.1 - 1010.64) <A7378C4B-FFD3-35B9-93E8-0534A2A7B51F> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff93689000 -     0x7fff936e4fef  libTIFF.dylib (1232) <56D444B7-A37A-30BC-80B5-5E702FFAAAAB> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff936e5000 -     0x7fff936ebff7  libsystem_networkextension.dylib (167.1.10) <29AB225B-D7FB-30ED-9600-65D44B9A9442> /usr/lib/system/libsystem_networkextension.dylib
    0x7fff936ec000 -     0x7fff936f5fff  com.apple.DisplayServicesFW (2.9 - 372.1) <30E61754-D83C-330A-AE60-533F27BEBFF5> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
    0x7fff936f6000 -     0x7fff93733ff3  com.apple.bom (14.0 - 193.6) <3CE5593D-DB28-3BFD-943E-6261006FA292> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x7fff93734000 -     0x7fff9375cffb  libRIP.A.dylib (775.16) <7711F7A7-1813-3024-AE42-75CA7C5422B7> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x7fff9375d000 -     0x7fff937a3ff7  libauto.dylib (186) <A260789B-D4D8-316A-9490-254767B8A5F1> /usr/lib/libauto.dylib
    0x7fff937a4000 -     0x7fff937b6ff7  com.apple.ImageCapture (9.0 - 9.0) <7FB65DD4-56B5-35C4-862C-7A2DED991D1F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff937b7000 -     0x7fff93ae5fff  com.apple.Foundation (6.9 - 1152.14) <E3746EDD-DFB1-3ECB-88ED-A91AC0EF3AAA> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff93ae6000 -     0x7fff93b02ff7  libsystem_malloc.dylib (53.1.1) <19BCC257-5717-3502-A71F-95D65AFA861B> /usr/lib/system/libsystem_malloc.dylib
    0x7fff93b03000 -     0x7fff93b03ff7  liblaunch.dylib (559.10.3) <DFCDEBDF-8247-3DC7-9879-E7E497DDA4B4> /usr/lib/system/liblaunch.dylib
    0x7fff93b04000 -     0x7fff93bf8fff  libFontParser.dylib (134.1) <EA8452DB-9221-3608-95BF-496F58106313> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff93c32000 -     0x7fff93caaff7  com.apple.SystemConfiguration (1.14 - 1.14) <E0495F7D-5624-3EF7-B7E5-DA0EE708B6E4> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff93cab000 -     0x7fff93d1fff3  com.apple.securityfoundation (6.0 - 55126) <DEC91795-7754-334A-8CDA-B429F41B922D> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff93d20000 -     0x7fff93d45fff  libPng.dylib (1232) <10DC46CC-A4FD-3B1A-AA23-E4F12938BC13> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff93d4d000 -     0x7fff93d63ff7  com.apple.CoreMediaAuthoring (2.2 - 951) <3EAFC9D1-8D7C-30CF-92C7-903A5C241763> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
    0x7fff93d64000 -     0x7fff93d75ff3  libsystem_coretls.dylib (35.10.1) <3EAED90A-7AA0-323C-A52B-E16477981D59> /usr/lib/system/libsystem_coretls.dylib
    0x7fff93d79000 -     0x7fff93d84ff7  libkxld.dylib (2782.10.72) <68E07A32-28F5-3FBB-9D74-00B4F53C2FD4> /usr/lib/system/libkxld.dylib
    0x7fff93d85000 -     0x7fff93dd8ffb  libAVFAudio.dylib (118.3) <CC124063-34DF-39E3-921A-2BA3EA8D6F38> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAudio.dylib
    0x7fff93e0c000 -     0x7fff93e14ffb  libcopyfile.dylib (118.1.2) <0C68D3A6-ACDD-3EF3-991A-CC82C32AB836> /usr/lib/system/libcopyfile.dylib
    0x7fff9447d000 -     0x7fff945dbffb  com.apple.avfoundation (2.0 - 889.102) <7D2E62AF-CDEA-394C-84B2-656629F00197> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation

External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 1
    thread_create: 0
    thread_set_state: 0
  Calls made by this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
  Calls made by all processes on this machine:
    task_for_pid: 8999
    thread_create: 0
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=373.1M resident=287.5M(77%) swapped_out_or_unallocated=85.6M(23%)
Writable regions: Total=446.9M written=27.7M(6%) resident=57.7M(13%) swapped_out=0K(0%) unallocated=389.3M(87%)

REGION TYPE                      VIRTUAL
===========                      =======
Activity Tracing                   2048K
CG backing stores                  8924K
CG image                            268K
CG raster data                        8K
CG shared images                    400K
CoreAnimation                      2388K
CoreGraphics                          4K
CoreImage                             8K
CoreServices                        516K
CoreUI image data                   156K
Foundation                           72K
IOKit                              10.3M
Image IO                           1040K
Kernel Alloc Once                     8K
MALLOC                            177.7M
MALLOC (admin)                       32K
Memory Tag 242                       12K
Memory Tag 251                       36K
Memory Tag 255                    547.7M
Memory Tag 255 (reserved)           140K        reserved VM address space (unallocated)
OpenCL                               40K
OpenGL GLSL                         256K
STACK GUARD                        56.2M
Stack                             231.9M
VM_ALLOCATE                        17.5M
__DATA                             38.7M
__GLSLBUILTINS                     2588K
__IMAGE                             528K
__LINKEDIT                        104.4M
__TEXT                            268.7M
__UNICODE                           544K
mapped file                       142.0M
shared memory                        76K
===========                      =======
TOTAL                               1.6G
TOTAL, minus reserved VM space      1.6G


Model: MacBookPro11,3, BootROM MBP112.0138.B14, 4 processors, Intel Core i7, 2.6 GHz, 16 GB, SMC 2.19f12
Graphics: Intel Iris Pro, Intel Iris Pro, Built-In
Graphics: NVIDIA GeForce GT 750M, NVIDIA GeForce GT 750M, PCIe, 2048 MB
Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343147533641465238412D50422020
Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343147533641465238412D50422020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x134), Broadcom BCM43xx 1.0 (7.15.159.13.12)
Bluetooth: Version 4.3.2f6 15235, 3 services, 27 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
Serial ATA Device: APPLE SSD SM1024F, 1 TB
USB Device: Internal Memory Card Reader
USB Device: Hub
USB Device: Rift DK2
USB Device: Camera DK2
USB Device: BRCM20702 Hub
USB Device: Bluetooth USB Host Controller
USB Device: Apple Internal Keyboard / Trackpad
Thunderbolt Bus: MacBook Pro, Apple Inc., 17.1

Chromium for android crashes

I downloaded the ChromePublic_Tango_1.19.apk and installed it on Nexus 6. However, it does not open. It crashes when I try to open it.

Support custom field of view

Currently the API assumes that you are using the recommended field of view, which is supplied by the Oculus SDK. There are reasons to render a wider or more narrow FOV, however, such as performance.

Firefox's implementation allows you to adjust the field of view with the following functions on the HMDVRDevice:

  • getMaximumEyeFieldOfView
  • setFieldOfView
  • getCurrentEyeFieldOfView

Note that changing the FOV will have an impact on the recommended render target size and distortion meshes.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.