Skip to content

Ensure exit when a closure fails after marshal.

Evan Welsh requested to merge ewlsh/fix-callback-exit into master

We didn't correctly check for an exit condition after marshaling, this caused a discrepancy with our other callback code and segfaults if System.exit was used in signal callbacks.

Fixes #19 (closed)

Merge request reports