Open helenginn opened 1 year ago
If I create a Collection with some ModelDataPairs, like so:
and then (in a separate instance of the program) I grab the Collection object by this primary ID and then immediately ask the object to persist:
Collection
persist
then I get a segmentation fault of the program!
(Note that there is no crash if there are no ModelDataPairs associated with Collection)
If I create a Collection with some ModelDataPairs, like so:
and then (in a separate instance of the program) I grab the
Collection
object by this primary ID and then immediately ask the object topersist
:then I get a segmentation fault of the program!