Skip to content

Commit

Permalink
FIXED: failure to clear LD->outofstack if unify_finished() raises a
Browse files Browse the repository at this point in the history
stack overflow.  Results in fatal error: failed to recover from
global-overflow.
  • Loading branch information
Jan Wielemaker authored and Jan Wielemaker committed Feb 25, 2018
1 parent 9c3fc32 commit 9655908
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pl-wam.c
Original file line number Diff line number Diff line change
Expand Up @@ -1564,6 +1564,7 @@ resumeAfterException(int clear, Stack outofstack)
}

LD->exception.processing = FALSE;
LD->outofstack = NULL;
}


Expand Down

0 comments on commit 9655908

Please sign in to comment.