We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
swipl-devel/src/pl-prims.c
Line 142 in 1ff2859
If I add an assertion,
set_marked(p); assert(LD->cycle.vstack.top); if ( !pushSegStack(&LD->cycle.vstack, p, Word) ) outOfCore();
the build fails.
Same here
Line 172 in 1ff2859
The text was updated successfully, but these errors were encountered:
Also in pl-segstack.c, assert(stack->top) right before line 72 And in pl-rec.c, assert(LD->cycle.lstack.top), line 617
Sorry, something went wrong.
I think that this has now been solved.
#1289 (comment)
No branches or pull requests
swipl-devel/src/pl-prims.c
Line 142 in 1ff2859
If I add an assertion,
set_marked(p);
assert(LD->cycle.vstack.top);
if ( !pushSegStack(&LD->cycle.vstack, p, Word) )
outOfCore();
the build fails.
Same here
swipl-devel/src/pl-prims.c
Line 172 in 1ff2859
The text was updated successfully, but these errors were encountered: