valgrind icon indicating copy to clipboard operation
valgrind copied to clipboard

Multithreaded transaction error

Open tomaszkapela opened this issue 9 years ago • 0 comments

If during a transaction, threads are spawned and they try to change persistent objects, this might lead to hard to debug issues. Users might wrongly assume, that these threads are also within the same transaction. This is especially true for the C++ bindings. Maybe some valgrind feature could help remedy this.

tomaszkapela avatar May 20 '16 10:05 tomaszkapela