Program received signal SIGSEGV, Segmentation fault.
0x00000000004ffd0c in ecma_deref_ecma_string ()
(gdb) bt
#0 0x00000000004ffd0c in ecma_deref_ecma_string ()
#1 0x00000000005a95bb in opfunc_spread_arguments ()
#2 0x0000000000560348 in vm_loop ()
#3 0x000000000055b5f6 in vm_execute ()
#4 0x000000000055b193 in vm_run ()
#5 0x000000000051f650 in ecma_op_function_call_simple ()
#6 0x000000000051f2d6 in ecma_op_function_call ()
#7 0x000000000055b9aa in vm_execute ()
#8 0x000000000055b193 in vm_run ()
#9 0x00000000004f501e in jerry_run ()
#10 0x00000000004f25df in main ().
The text was updated successfully, but these errors were encountered:
JerryScript revision
c09c2c5
Build platform
Ubuntu 18.04 LTS
Build steps
python tools/build.py --profile=es2015-subset --lto=off --error-messages=on --strip=off --compile-flag=-fsanitize=address
Test case
Execution steps
build/bin/jerry testcase.js
Output
AddressSanitizer:DEADLYSIGNAL
Backtrace
Program received signal SIGSEGV, Segmentation fault.
0x00000000004ffd0c in ecma_deref_ecma_string ()
(gdb) bt
The text was updated successfully, but these errors were encountered: