Updates:
Blockedon: chromium:255063
Comment #6 on issue 243895 by
jame...@chromium.org: Graph memory
Initial patch out for review at
https://codereview.chromium.org/15418002/
There's a problem with the GPU sandbox that prevents us from profiling that
process. Getting a heap profile attempts to open /proc/self/maps, which is
intercepted by the security sandbox via a signal handler, which allocates
memory (it shouldn't), which causes a deadlock.
Issue 255063 relates to fixing the GPU sandbox.