Closed pveber closed 11 years ago
The code at fault here is the construction of the exception value after detecting an error during R eval. The code builds a block with the correct tag but with a single argument that is a tuple, while it should build a block with two arguments.
Destructuring an
R.Runtime_error
exception leads to a segfault: