[odb-users] Coredump in multithreading environment and one
transaction
Boris Kolpackov
boris at codesynthesis.com
Mon Apr 27 08:16:55 EDT 2020
Javier Gutierrez <javier.gutierrez at web.de> writes:
> You mean there might be cases where such objects image would be shared with
> protection ? Do you have any examples so I can have a better understanding
> of what you mean ?
Search for statement_cache in libodb-mysql.
> For completeness here the stack trace:
Your stack trace indicates that the underlying MySQL connection is being
used concurrently. Perhaps there is a container in your object which gets
loaded as you iterate over the results from multiple threads.
More information about the odb-users
mailing list