[issue34783] segmentation-fault/core dump when try to run non-existing file specified on commandline

2018-09-23 Thread eohm


New submission from eohm :

segmentation-fault/core dump when try to run non-existing file specified on 
commandline (pymain_run_filename)

https://github.com/docker-library/python/issues/320

--
messages: 326191
nosy: eohm
priority: normal
severity: normal
status: open
title: segmentation-fault/core dump when try to run non-existing file specified 
on commandline
type: behavior
versions: Python 3.7

___
Python tracker 
<https://bugs.python.org/issue34783>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue34783] segmentation-fault/core dump when try to run non-existing file specified on commandline

2018-09-23 Thread eohm


eohm  added the comment:

bug was probably introduced here: 
python/cpython@1976086#diff-75445bdc3b6b3dd20b005698fa165444R2443 (but I did 
not test the version from before that commit)

--

___
Python tracker 
<https://bugs.python.org/issue34783>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue34783] segmentation-fault/core dump when try to run non-existing file specified on commandline

2018-09-23 Thread eohm


Change by eohm :


--
keywords: +patch
pull_requests: +8926
stage:  -> patch review

___
Python tracker 
<https://bugs.python.org/issue34783>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue34783] segmentation-fault/core dump when try to run non-existing file specified on commandline

2018-09-23 Thread eohm


eohm  added the comment:

Did a quick cross-check with other Distro.
With a debian stretch for example there is no SEGV and core-dump but a "(null)" 
output for program name instead.

--

___
Python tracker 
<https://bugs.python.org/issue34783>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com