Skip to content
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

Issues with version 1.1.6 #120

Open
mischat opened this issue Feb 18, 2015 · 6 comments
Open

Issues with version 1.1.6 #120

mischat opened this issue Feb 18, 2015 · 6 comments

Comments

@mischat
Copy link
Collaborator

mischat commented Feb 18, 2015

I found that the tagged version 1.1.6 doesn't work, it seems to have an issue with the resource generation, in rhash structure.

I can confirm that this isn't an issue in v1.1.5.

Here are some pastebins which highlight the issues in question :

http://mmt.me.uk/p/xRqD9gj

http://mmt.me.uk/p/ls3cmN1

@swh
Copy link
Collaborator

swh commented Feb 18, 2015

OK, as long as Ubuntu take a version of 1.1.5 we should be fine - I have no idea why this is...

@mischat
Copy link
Collaborator Author

mischat commented Feb 18, 2015

👍

@berezovskyi
Copy link
Collaborator

Thank you for the report @mischat. I will try to bisect what caused the problem. Did you have the same problem on the HEAD version?

For the record:

$ 4s-query sameas "select * where {?S ?P ?O} limit 10"
<?xml version="1.0"?>
<sparql xmlns="http://www.w3.org/2005/sparql-results#">
  <head>
    <variable name="S"/>
    <variable name="P"/>
    <variable name="O"/>
  </head>
  <results>
4store[23288]: 4s-client.c:1796 kb=sameas resolve(0) failed: no reply
4store[23288]: 4s-client.c:1796 kb=sameas resolve(1) failed: no reply
4store[23288]: 4s-client.c:1796 kb=sameas resolve(2) failed: no reply
4store[23288]: 4s-client.c:1796 kb=sameas resolve(4) failed: no reply
4store[23288]: 4s-client.c:1796 kb=sameas resolve(5) failed: no reply
4store[23288]: 4s-client.c:1796 kb=sameas resolve(6) failed: no reply
4store[23288]: results.c:961 resolve_all failed
4store[23288]:  1: 4s-query() [0x415f7b]
4store[23288]:  2: 4s-query() [0x41793e]
4store[23288]:  3: 4s-query() [0x405ac4]
4store[23288]:  4: /lib64/libc.so.6(__libc_start_main+0xf5) [0x7f5b410fa7d5]
4store[23288]:  5: 4s-query() [0x406235]
4store[23288]: 4s-client.c:1738 kb=sameas resolve(0) failed: no reply
4store[23288]: 4s-client.c:1738 kb=sameas resolve(5) failed: no reply
4store[23288]: 4s-client.c:1738 kb=sameas resolve(4) failed: no reply
    <result>
      <binding name="S"><uri>(null)</uri></binding>
      <binding name="P"><uri>(null)</uri></binding>
      <binding name="O"><uri>(null)</uri></binding>
    </result>

and

<result>
      <binding name="s"><uri>http://dbpedia.org/resource/Palmmorelyster</uri></binding>
      <binding name="p"><uri>¡resource f41097b46d241115 not found!</uri></binding>
      <binding name="o"><uri>¡resource cae71fa288988bc3 not found!</uri></binding>
    </result>
    <result>
      <binding name="s"><uri>¡resource fff875651ff8533c not found!</uri></binding>
      <binding name="p"><uri>¡resource f41097b46d241115 not found!</uri></binding>
      <binding name="o"><uri>¡resource c03020e0aaf4170a not found!</uri></binding>
    </result>
    <result>
      <binding name="s"><uri>¡resource fff875b4edfbd1e0 not found!</uri></binding>
      <binding name="p"><uri>¡resource f41097b46d241115 not found!</uri></binding>
      <binding name="o"><uri>¡resource e2db6d27b37031d1 not found!</uri></binding>
    </result>
    <result>
      <binding name="s"><uri>¡resource fff8637dae0f1340 not found!</uri></binding>
      <binding name="p"><uri>¡resource f41097b46d241115 not found!</uri></binding>
      <binding name="o"><uri>http://dbpedia.org/resource/Rainbow_Drops</uri></binding>
    </result>
    <result>
      <binding name="s"><uri>¡resource fff863e2bbcedf98 not found!</uri></binding>
      <binding name="p"><uri>¡resource f41097b46d241115 not found!</uri></binding>
      <binding name="o"><uri>¡resource fc24669bb26319b5 not found!</uri></binding>
    </result>
    <result>

@berezovskyi
Copy link
Collaborator

#135 might be relevant for bisecting

@swh
Copy link
Collaborator

swh commented Mar 28, 2017

I've a feeling this has been fixed now, there was an innocent looking change that was backed out a few months ago.

@berezovskyi
Copy link
Collaborator

berezovskyi commented Mar 28, 2017

resolve_all failed seems to be the issue in #131 as well but I don't see any commits reverting the offending commit: https://github.com/4store/4store/commits/master/src/backend/rhash.c

Changes from #131 (comment) don't seem to be committed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants