Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python Interpreter shell is crashed #41430

Closed
abhishekkabra mannequin opened this issue Jan 12, 2005 · 6 comments
Closed

Python Interpreter shell is crashed #41430

abhishekkabra mannequin opened this issue Jan 12, 2005 · 6 comments
Labels
interpreter-core (Objects, Python, Grammar, and Parser dirs)

Comments

@abhishekkabra
Copy link
Mannequin

abhishekkabra mannequin commented Jan 12, 2005

BPO 1100673
Nosy @mwhudson, @facundobatista

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2005-04-19.15:02:41.000>
created_at = <Date 2005-01-12.05:49:40.000>
labels = ['interpreter-core']
title = 'Python Interpreter shell is crashed '
updated_at = <Date 2005-04-19.15:02:41.000>
user = 'https://bugs.python.org/abhishekkabra'

bugs.python.org fields:

activity = <Date 2005-04-19.15:02:41.000>
actor = 'mwh'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2005-01-12.05:49:40.000>
creator = 'abhishekkabra'
dependencies = []
files = []
hgrepos = []
issue_num = 1100673
keywords = []
message_count = 6.0
messages = ['23935', '23936', '23937', '23938', '23939', '23940']
nosy_count = 4.0
nosy_names = ['mwh', 'facundobatista', 'abhishekkabra', 'puneet_mnitian']
pr_nums = []
priority = 'normal'
resolution = 'rejected'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1100673'
versions = ['Python 2.2']

@abhishekkabra
Copy link
Mannequin Author

abhishekkabra mannequin commented Jan 12, 2005

I faced this problem about 50 % of time when I hit
follwing commands on python shell.

But I think Crash of interpreter is not a expected
behaviour. It should throw some error even if I am
wrong/ hitting wrong commands

  1. on shell of linux start python
    2 On python shell hit _doc__
    ( underscore doc underscore
    underscore )

So Python shell is crashed with following crash dump

darwin{akabra}6: python
Python 2.2.2 (#1, Feb 24 2003, 19:13:11)
[GCC 3.2.2 20030222 (Red Hat Linux 3.2.2-4)] on linux2
Type "help", "copyright", "credits" or "license" for
more information.
>>> _doc__Segmentation fault (core dumped)
darwin{akabra}7:

@abhishekkabra abhishekkabra mannequin closed this as completed Jan 12, 2005
@abhishekkabra abhishekkabra mannequin added the interpreter-core (Objects, Python, Grammar, and Parser dirs) label Jan 12, 2005
@abhishekkabra abhishekkabra mannequin closed this as completed Jan 12, 2005
@abhishekkabra abhishekkabra mannequin added the interpreter-core (Objects, Python, Grammar, and Parser dirs) label Jan 12, 2005
@mwhudson
Copy link

Logged In: YES
user_id=6656

That's certainly not expected behaviour, however I think
it's unlikely to be a python bug -- I've not heard of this
behaviour before.

Is python using readline?

@puneetmnitian
Copy link
Mannequin

puneetmnitian mannequin commented Jan 13, 2005

Logged In: YES
user_id=1196195

Not reproducible

@facundobatista
Copy link
Member

Logged In: YES
user_id=752496

Please, could you verify if this problem persists in Python 2.3.4
or 2.4?

If yes, in which version? Can you provide a test case?

If the problem is solved, from which version?

Note that if you fail to answer in one month, I'll close this bug
as "Won't fix".

Thank you!

. Facundo

@facundobatista
Copy link
Member

Logged In: YES
user_id=752496

Works ok to me.

@mwhudson
Copy link

Logged In: YES
user_id=6656

Closing for want of activity.

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
interpreter-core (Objects, Python, Grammar, and Parser dirs)
Projects
None yet
Development

No branches or pull requests

2 participants