Skip to content

Segfault for large recursion depths #28

@JeffIrwin

Description

@JeffIrwin

With large (~ hundreds of calls) recursion depths, syntran can crash on Linux with a segfault. For example:

git clone https://github.com/jeffirwin/aoc-syntran
cd aoc-syntran/2018/17
syntran main.syntran

Outputs:

...
x, y = [99, 421]
x, y = [99, 422]
x, y = [99, 423]
Segmentation fault (core dumped)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions