Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(tsan): add an exception for tracker_triples_cursor_reset
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 ```
- Loading branch information