Message362582
Okay I have managed to crash it when exit() was called and also I am attaching output with -v
python3.8 -X faulthandler ce_test_2.py
start
end
--Return--
> /home/fractal/workspace/test_py_crash/ce_test_2.py(19)<module>()->None
-> breakpoint()
(Pdb) exit()
Traceback (most recent call last):
File "ce_test_2.py", line 19, in <module>
breakpoint()
File "/usr/lib/python3.8/bdb.py", line 92, in trace_dispatch
return self.dispatch_return(frame, arg)
File "/usr/lib/python3.8/bdb.py", line 154, in dispatch_return
if self.quitting: raise BdbQuit
bdb.BdbQuit
Fatal Python error: Segmentation fault
Current thread 0x00007f976975f740 (most recent call first):
File "/usr/lib/python3.8/shelve.py", line 124 in __setitem__
File "/usr/lib/python3.8/shelve.py", line 168 in sync
File "/usr/lib/python3.8/shelve.py", line 144 in close
File "/usr/lib/python3.8/shelve.py", line 162 in __del__
Neoprávněný přístup do paměti (SIGSEGV)
$
# destroy string
# cleanup[2] removing threading
# cleanup[2] removing atexit
# cleanup[2] removing logging
# cleanup[2] removing material
# cleanup[2] removing _dbm
# cleanup[2] removing dbm.ndbm
# cleanup[2] removing dbm
# destroy dbm
# cleanup[2] removing _gdbm
# cleanup[2] removing dbm.gnu
# cleanup[2] removing _ast
# cleanup[2] removing ast
# cleanup[2] removing dbm.dumb
# destroy _ast
Fatal Python error: Segmentation fault
Current thread 0x00007fd5477cb740 (most recent call first):
File "/usr/lib/python3.8/shelve.py", line 124 in __setitem__
File "/usr/lib/python3.8/shelve.py", line 168 in sync
File "/usr/lib/python3.8/shelve.py", line 144 in close
File "/usr/lib/python3.8/shelve.py", line 162 in __del__
Neoprávněný přístup do paměti (SIGSEGV) |
|
Date |
User |
Action |
Args |
2020-02-24 10:07:42 | zd nex | set | recipients:
+ zd nex, dorosch |
2020-02-24 10:07:42 | zd nex | set | messageid: <1582538862.65.0.803515207507.issue39672@roundup.psfhosted.org> |
2020-02-24 10:07:42 | zd nex | link | issue39672 messages |
2020-02-24 10:07:42 | zd nex | create | |
|