-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
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
http_open/3 hangs after being called twice #2834
Comments
It seems that replacing By removing all Of course, it would be better to fix the macro (in |
A tentative pull-request to check from ci workflows that nothing broke from the |
fix: Process list items with more simplicity after figuring [http client issue upstream](thierrymarianne/contrib-scryer-prolog#8) fix: Fixed off-by-one error build: Revised submodule for the [time being](mthom/scryer-prolog#2834) build: Added Docker exclude rules feat: Removed status from query select clause chore: Remove JetBrains logo
Hello 👋🏼,
I've noticed this related issue #2470.
Since it was not closed in between, and I've encountered a similar issue,
I've added the same test case to two separate branches,
and the issue is reproducible for both
rebis-dev
brand andv0.9.4
tag.Pull-request #2833 was opened by mistake (when I intended to trigger the ci workflow from my fork,
sorry about that). However, it contains a module which can be loaded
to have a closer look at the issue.
By debugging, one can see that execution gets stuck on third request being sent at
https://github.com/mthom/scryer-prolog/blob/rebis-dev/src/machine/system_calls.rs#L4497
With some guidance, I could perhaps offer a fix if someone sees how to proceed further,
which may or may not help in closing #2470 as well.
The text was updated successfully, but these errors were encountered: