Status: Untriaged
Owner: ----
Type: Bug
New issue 14454 by ahaji...@
gmail.com: d8: Fatal error in ../../v8/src/execution/isolate.cc
https://bugs.chromium.org/p/v8/issues/detail?id=14454Version: V8 version 12.1.24
OS: Ubuntu 22.04.3 LTS
Architecture: x64
What steps will reproduce the problem?
1. ./d8 poc.js
What is the expected output?
Exit normally
What do you see instead?
#
# Fatal error in ../../v8/src/execution/isolate.cc, line 1824
# Debug check failed: !has_pending_exception().
#
#
#
#FailureMessage Object: 0x7ffd2c43cee0
==== C stack trace ===============================
Chrome/d8(___interceptor_backtrace+0x5e) [0x55952dcecfce]
Chrome/d8(+0x4b29d49) [0x55953134fd49]
Chrome/d8(+0x4b263a1) [0x55953134c3a1]
Chrome/d8(+0x4b02d8d) [0x559531328d8d]
Chrome/d8(+0x4b02765) [0x559531328765]
Chrome/d8(+0x1adf3b8) [0x55952e3053b8]
Chrome/d8(+0x2770301) [0x55952ef96301]
Chrome/d8(+0x276fe1b) [0x55952ef95e1b]
Chrome/d8(+0x4810ff6) [0x559531036ff6]
Trace/breakpoint trap (core dumped)
########poc.js#########
(v0) = 900000000;
let v1 = new Set();
for(let v2 = 0;(v2) < (v0);++v2){
v1.add(v2);
}
Attachments:
poc.js 94 bytes
--
You received this message because:
1. The project was configured to send all issue notifications to this address
You may adjust your notification preferences at:
https://bugs.chromium.org/hosting/settings