Message326436
Note: I reported a similar issue which has then been marked as a duplicate of this one: bpo-34223. Copy of my first message:
---
It seems like Python has an invalid object somewhere. PYTHONDUMPREFS=1 makes Python crash at exit.
$ PYTHONDUMPREFS=1 ./python -c pass
(...)
0x7f1992292448 [1] (<class '_thread._localdummy'>, <class 'object'>)
0x7f1992241aa8 [1] {'__doc__': 'Thread-local dummy'}
0x7f199222c740 [1] (<class 'object'>,)
0x9c98a0 [2] <class '_thread._localdummy'>
0x7f1992217dc0 [1]
Segmentation fault (core dumped)
--- |
|
Date |
User |
Action |
Args |
2018-09-26 09:11:00 | vstinner | set | recipients:
+ vstinner, rhettinger, orent, serhiy.storchaka |
2018-09-26 09:11:00 | vstinner | set | messageid: <1537953060.79.0.545547206417.issue30156@psf.upfronthosting.co.za> |
2018-09-26 09:11:00 | vstinner | link | issue30156 messages |
2018-09-26 09:11:00 | vstinner | create | |
|