New issue
Advanced search Search tips

Issue 760106 link

Starred by 2 users

Issue metadata

Status: WontFix
Owner: ----
Closed: Sep 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

Chromium-browser does not load the site

Reported by pyospri...@gmail.com, Aug 29 2017

Issue description

Chrome Version       : 60.0.3112.78 (Developer Build)
URL : https://blog.haschek.at/tools/bomb.php

Behavior in Safari 4.x/5.x:
Behavior in Firefox 3.x/4.x:

What steps will reproduce the problem?
(1)Go to site - https://blog.haschek.at/tools/bomb.php 
(2)Next, it issues the error AW, Snap!
 

 
Screenshot_20170829_163012.png
623 KB View Download

Comment 1 by mmenke@chromium.org, Aug 29 2017

Components: Blink>JavaScript>Compiler
I think crashing is a reasonable thing to do here - given the name of the URL, this is presumably a response that expands to something larger than the renderer can handle. Unfortunately, memory is a finite resource, and we can't render a page that doesn't fit in memory.

That having been said, looks like we're crashing in V8, but crash does not look like a standard OOM stack trace, so maybe something else going on there.


0x000007fed436e84f	(chrome_child.dll -platform-win32.cc:848 )	v8::base::OS::Abort()
0x000007fed32e56c2	(chrome_child.dll -logging.cc:126 )	V8_Fatal
0x000007fed2d68e1e	(chrome_child.dll -escape-analysis.cc:864 )	v8::internal::compiler::EscapeStatusAnalysis::CheckUsesForEscape(v8::internal::compiler::Node *,v8::internal::compiler::Node *,bool)
0x000007fed33b5894	(chrome_child.dll -escape-analysis.cc:691 )	v8::internal::compiler::EscapeStatusAnalysis::Process(v8::internal::compiler::Node *)
Status: WontFix (was: Unconfirmed)
OOM.

Sign in to add a comment