-
Notifications
You must be signed in to change notification settings - Fork 192
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
tryBinarySearch completely failed on [(0x674290, 0x62a180)] and will now backtrack to fix an upstream problem. #156
Comments
This needs to be triaged to see if it's related to shared implementations or something else. |
With |
I am rerunning this now to see if we get the same problem on our internal branch. |
Slightly different error, but probably the same issue:
We will investigate soon. If you have a chance, it would help if you could do some analysis and offer your opinion on some of the related conclusions:
|
Yeah looks like a constructor. Which means that 61ECA0/61ED10 is yet another custom new/delete. |
Hmm. Definitely looks like 0x6197b0 may be a shared implementation. |
Unless those classes are related and the method implementation is inherited. |
Yeah, I could see it going either way. It's a very simple method. But most of the problems that we've had with shared implementations were not guesses, so this probably isn't the underlying problem... |
I changed OOAnalyzer to output the sanity check that fails even when the result comes from tabling. This is the result after the initial guess fails:
This is suspicious because |
There is definitely some kind of problem with incremental tabling. I am working on a bug report for the SWI maintainer. |
@JanWielemaker fixed a bug in SWI (thanks Jan!) and I was now able to run this through using the master branch of SWI prolog. Here's the resulting json if you want to take a look: |
Feels rather hacky to modify the pharos files.
Anyway with and without the
purecall(0x634d60).
hack I now getwith the latest docker image.
Originally posted by @Trass3r in #139 (comment)
The text was updated successfully, but these errors were encountered: