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

refactor(contacts): port to TinySPARQL #735

Merged
merged 7 commits into from
Oct 3, 2024
Merged

Conversation

andyholmes
Copy link
Owner

No description provided.

Set the IRI when constructing component extensions, to a URN of the
form `urn:valent:<component>:<module>`.
Unconfirmed, uninstrumented error:

```
WARNING: ThreadSanitizer: unlock of an unlocked mutex (or by a wrong thread) (pid=60215)
    #0 pthread_mutex_unlock <null> (libtsan.so.2+0x5735c) (BuildId: c8455fafa477dccacaa74df59b23caba0427f5bf)
    #1 tracker_triples_cursor_reset <null> (libtracker-sparql-3.0.so.0+0x7eb63) (BuildId: 8ba7590a425a128842dbc8ad9aabd1b97b930743)

  Location is global '<null>' at 0x000000000000 (libsqlite3.so.0+0x15d208)

  Mutex M0 (0x7f090a3d8208) created at:
    #0 pthread_mutex_unlock <null> (libtsan.so.2+0x5735c) (BuildId: c8455fafa477dccacaa74df59b23caba0427f5bf)
    #1 tracker_triples_cursor_reset <null> (libtracker-sparql-3.0.so.0+0x7eb63) (BuildId: 8ba7590a425a128842dbc8ad9aabd1b97b930743)

SUMMARY: ThreadSanitizer: unlock of an unlocked mutex (or by a wrong thread) (/lib64/libtsan.so.2+0x5735c) (BuildId: c8455fafa477dccacaa74df59b23caba0427f5bf) in pthread_mutex_unlock
```
@andyholmes andyholmes force-pushed the andyholmes/contacts branch from 99d5798 to 85230bc Compare October 3, 2024 21:30
@andyholmes andyholmes merged commit f802b1d into main Oct 3, 2024
13 of 22 checks passed
@andyholmes andyholmes deleted the andyholmes/contacts branch October 3, 2024 22:16
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

Successfully merging this pull request may close these issues.

1 participant