Open
Description
jerryscript/jerryscript/jerry-core/ecma/base/ecma-helpers-value.c:572:40: runtime error: 9.0072e+15 is outside the range of representable values of type 'int'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/w023dtc/jerryscript/jerryscript/jerry-core/ecma/base/ecma-helpers-value.c:572:40 in
JerryScript revision
Build platform
ubuntu 22.04
Build steps
python3 tools/build.py --debug --compile-flag=-fsanitize-coverage=trace-pc-guard
Test case
for (let i = 0; i < Number.MAX_SAFE_INTEGER; i++) {}
Output
Copy relevant output from the standard output and/or error channels.
Backtrace
In case of a crash (assertion failure, etc.), try to copy the backtrace from a
debugger at the point of failure.
Metadata
Metadata
Assignees
Labels
No labels