New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 819297 link

Starred by 2 users

Issue metadata

Status: Duplicate
Merged: issue 800348
Owner: ----
Closed: Mar 2018
Cc:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 3
Type: Bug



Sign in to add a comment

Fatal process OOM

Project Member Reported by zakerinasab@chromium.org, Mar 6 2018

Issue description

Chrome and content_shell on Linux (stable, canary and ToT) crash on the following url:

https://webglfundamentals.org/webgl/lessons/webgl-2d-drawimage.html

It works fine on Firefox on Linux and on Canary on Windows. Here is the output from content_shell:

#
# Fatal process OOM in heap setup
#

Received signal 4 ILL_ILLOPN 7f45b90ca7c2
#0 0x7f45c5a2849c base::debug::StackTrace::StackTrace()
#1 0x7f45c5a27f71 base::debug::(anonymous namespace)::StackDumpSignalHandler()
#2 0x7f45c7d190c0 <unknown>
#3 0x7f45b90ca7c2 v8::base::OS::Abort()
#4 0x7f45c30977d2 v8::internal::V8::FatalProcessOutOfMemory()
#5 0x7f45c36a5541 v8::internal::Isolate::Init()
#6 0x7f45c39a5bb3 v8::internal::Snapshot::Initialize()
#7 0x7f45c30ea875 v8::IsolateNewImpl()
#8 0x7f45c3bf41c5 gin::IsolateHolder::IsolateHolder()
#
#
# Fatal process OOM in heap setup
#

9 0x7f45c076a1ec [238946:238946:0306/134815.504603:ERROR:selection_owner.cc(179)] SelectionClear
[238946:238960:0306/134815.524002:WARNING:discardable_shared_memory_manager.cc(436)] Some MojoDiscardableSharedMemoryManagerImpls are still alive. They will be leaked.

 
Cc: jbroman@chromium.org
jbroman@, can you please take a look and triage?

Comment 2 by adamk@chromium.org, Mar 6 2018

I'm guessing this is a dup of 800348.
Mergedinto: 800348
Status: Duplicate (was: Untriaged)
Yup, looks that way. Doesn't repro with --no-sandbox.

Sign in to add a comment