valgrind
valgrind copied to clipboard
Multithreaded transaction error
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.