mulch-environment / mulch

mulch environment for structural biology
0 stars 0 forks source link

Segmentation fault when trying to call persist on an existing Collection? #19

Open helenginn opened 1 year ago

helenginn commented 1 year ago

If I create a Collection with some ModelDataPairs, like so:

image

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:

image

then I get a segmentation fault of the program!

helenginn commented 1 year ago

(Note that there is no crash if there are no ModelDataPairs associated with Collection)