Brian May <br...@linuxpenguins.xyz> writes: > On 2018-03-16 11:28, David Bremner wrote: > >> I suspect it has to do with changes in memory management in python3. >> >> You hide the problem by adding >> >> del(db) >> >> at the end of your script. > > Unfortunately, I still seem to be getting this abort error, although not > as often.
For what it's worth, I can't replicate that with the given script (I ran it 1000 times without any aborts). > Curiously, changes to tags don't seem to be preserved after the program > exits. This may or may not be related. Do you mean in the case that it aborts, or when it exits normally?