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

Idle terminates on source save while debugging #50506

Closed
andyharrington mannequin opened this issue Jun 10, 2009 · 5 comments
Closed

Idle terminates on source save while debugging #50506

andyharrington mannequin opened this issue Jun 10, 2009 · 5 comments
Labels
topic-IDLE type-crash A hard crash of the interpreter, possibly with a core dump

Comments

@andyharrington
Copy link
Mannequin

andyharrington mannequin commented Jun 10, 2009

BPO 6257
Nosy @serwy
Superseder
  • bpo-9803: IDLE closes with save while breakpoint open
  • 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-07-18.22:22:04.064>
    created_at = <Date 2009-06-10.16:47:13.056>
    labels = ['expert-IDLE', 'type-crash']
    title = 'Idle terminates on source save while debugging'
    updated_at = <Date 2012-07-18.22:22:04.011>
    user = 'https://bugs.python.org/andyharrington'

    bugs.python.org fields:

    activity = <Date 2012-07-18.22:22:04.011>
    actor = 'roger.serwy'
    assignee = 'none'
    closed = True
    closed_date = <Date 2012-07-18.22:22:04.064>
    closer = 'roger.serwy'
    components = ['IDLE']
    creation = <Date 2009-06-10.16:47:13.056>
    creator = 'andyharrington'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 6257
    keywords = []
    message_count = 5.0
    messages = ['89217', '103178', '165809', '165814', '165816']
    nosy_count = 3.0
    nosy_names = ['andyharrington', 'roger.serwy', 'JimShaw']
    pr_nums = []
    priority = 'normal'
    resolution = 'duplicate'
    stage = None
    status = 'closed'
    superseder = '9803'
    type = 'crash'
    url = 'https://bugs.python.org/issue6257'
    versions = ['Python 3.1']

    @andyharrington
    Copy link
    Mannequin Author

    andyharrington mannequin commented Jun 10, 2009

    When I am running the idle debugger, and change something in a source
    file and save it, the save works but idle immediately closes.

    I can see the debugger not liking it, but it would be much better if
    just the debugger stopped, not the whole idle environment.

    I'm running XP professional, Python 3.0.1

    @andyharrington andyharrington mannequin added the type-crash A hard crash of the interpreter, possibly with a core dump label Jun 10, 2009
    @JimShaw
    Copy link
    Mannequin

    JimShaw mannequin commented Apr 15, 2010

    I am having the same problem with Windows Vista and Windows 7.

    @JimShaw JimShaw mannequin added the topic-IDLE label Apr 15, 2010
    @serwy
    Copy link
    Mannequin

    serwy mannequin commented Jul 18, 2012

    The only was I get IDLE to crash is if the file has breakpoints enabled. Is this how IDLE is crashing?

    @andyharrington
    Copy link
    Mannequin Author

    andyharrington mannequin commented Jul 18, 2012

    yes I certainly used breakpoints

    On Wed, Jul 18, 2012 at 4:50 PM, Roger Serwy <report@bugs.python.org> wrote:

    Roger Serwy <roger.serwy@gmail.com> added the comment:

    The only was I get IDLE to crash is if the file has breakpoints enabled.
    Is this how IDLE is crashing?

    ----------
    nosy: +serwy


    Python tracker <report@bugs.python.org>
    <http://bugs.python.org/issue6257\>


    @serwy
    Copy link
    Mannequin

    serwy mannequin commented Jul 18, 2012

    Thanks Andy for your prompt response.

    This issue is a duplicate with bpo-9803 which has a patch. I will close this issue in favor of that one. Feel free to add yourself to the nosy list if you wish.

    @serwy serwy mannequin closed this as completed Jul 18, 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
    Labels
    topic-IDLE type-crash A hard crash of the interpreter, possibly with a core dump
    Projects
    None yet
    Development

    No branches or pull requests

    0 participants