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

Closing Debugger freezes IDLE shell #60363

Closed
jimbo1qaz mannequin opened this issue Oct 7, 2012 · 3 comments
Closed

Closing Debugger freezes IDLE shell #60363

jimbo1qaz mannequin opened this issue Oct 7, 2012 · 3 comments

Comments

@jimbo1qaz
Copy link
Mannequin

jimbo1qaz mannequin commented Oct 7, 2012

BPO 16159
Nosy @serwy, @jimbo1qaz
Superseder
  • bpo-15348: IDLE - shell becomes unresponsive if debugger windows is closed while active.
  • 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 2012-10-08.00:14:19.010>
    created_at = <Date 2012-10-07.23:19:18.930>
    labels = ['expert-IDLE']
    title = 'Closing Debugger freezes IDLE shell'
    updated_at = <Date 2012-10-08.00:14:18.984>
    user = 'https://github.com/jimbo1qaz'

    bugs.python.org fields:

    activity = <Date 2012-10-08.00:14:18.984>
    actor = 'roger.serwy'
    assignee = 'none'
    closed = True
    closed_date = <Date 2012-10-08.00:14:19.010>
    closer = 'roger.serwy'
    components = ['IDLE']
    creation = <Date 2012-10-07.23:19:18.930>
    creator = 'jimbo1qaz'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 16159
    keywords = []
    message_count = 3.0
    messages = ['172352', '172353', '172354']
    nosy_count = 2.0
    nosy_names = ['roger.serwy', 'jimbo1qaz']
    pr_nums = []
    priority = 'normal'
    resolution = 'duplicate'
    stage = None
    status = 'closed'
    superseder = '15348'
    type = None
    url = 'https://bugs.python.org/issue16159'
    versions = ['Python 3.2', 'Python 3.3']

    @jimbo1qaz
    Copy link
    Mannequin Author

    jimbo1qaz mannequin commented Oct 7, 2012

    Open a Python file with IDLE and F5 it. Turn on debugger ([DEBUG ON]), F5 again ([DEBUG ON]), and close the debugger ([DEBUG OFF]). The shell is now completely locked and must be closed (with a 'The program is still running, want to kill it?' message).

    @jimbo1qaz jimbo1qaz mannequin added the topic-IDLE label Oct 7, 2012
    @jimbo1qaz
    Copy link
    Mannequin Author

    jimbo1qaz mannequin commented Oct 7, 2012

    I have confirmed that this happens on both 3.2 and .3, and it also happens when you close any active debug window.

    @serwy
    Copy link
    Mannequin

    serwy mannequin commented Oct 8, 2012

    Hi Jimbo,

    Clicking "quit" first avoids this problem, but I do agree that it does need to be fixed.

    This is also a duplicate of bpo-15348. I am closing this issue in favor of that one. Please feel free to add yourself to the nosy list on that issue.

    @serwy serwy mannequin closed this as completed Oct 8, 2012
    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Projects
    None yet
    Development

    No branches or pull requests

    0 participants