Message362629
Hello
I was finally reproduce your problem.
Probles was in Lib/shelve.py module in method Shelf.sync. When python is shut down in classes calls __exit__ methods, in our issues method __exti__ called method close() which called method sync(). Method sync() tried sync data between disk and memory storage. But if key didn't exists on disk - python has error segfault.
I attach path for this problem and I will prepare PR soon. |
|
Date |
User |
Action |
Args |
2020-02-25 09:53:49 | dorosch | set | recipients:
+ dorosch, zd nex |
2020-02-25 09:53:49 | dorosch | set | messageid: <1582624429.35.0.936901937768.issue39672@roundup.psfhosted.org> |
2020-02-25 09:53:49 | dorosch | link | issue39672 messages |
2020-02-25 09:53:49 | dorosch | create | |
|