Skip to content

Ungraceful handling of stack overflow #5300

Description

@wintered

b706935
OS: Ubuntu 24.04.3 LTS

Hi,

the following program leads to a SIGABORT (exitcode 134) while other engines (e.g. V8) handle this with a RangeError.

$jerry bug.js
zsh: IOT instruction (core dumped)  jerry bug.js
$cat bug.js
a = { toString() {eval("this") / { }}}
if (decodeURIComponent(a)) ;
$

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions