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 Crash when running/saving Module #54899

Closed
DavidAnon mannequin opened this issue Dec 13, 2010 · 4 comments
Closed

IDLE Crash when running/saving Module #54899

DavidAnon mannequin opened this issue Dec 13, 2010 · 4 comments
Assignees
Labels
topic-IDLE type-crash A hard crash of the interpreter, possibly with a core dump

Comments

@DavidAnon
Copy link
Mannequin

DavidAnon mannequin commented Dec 13, 2010

BPO 10690
Nosy @ned-deily, @bitdancer
Superseder
  • bpo-10537: OS X IDLE 2.7 from 64-bit installer hangs when you paste something.
  • Files
  • Python_2010-12-12-214329_Darwin.txt: Python Crash log
  • 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 = 'https://github.com/ned-deily'
    closed_at = <Date 2011-03-09.05:40:59.073>
    created_at = <Date 2010-12-13.02:53:05.359>
    labels = ['expert-IDLE', 'type-crash']
    title = 'IDLE Crash when running/saving Module'
    updated_at = <Date 2011-03-09.05:40:59.071>
    user = 'https://bugs.python.org/DavidAnon'

    bugs.python.org fields:

    activity = <Date 2011-03-09.05:40:59.071>
    actor = 'ned.deily'
    assignee = 'ned.deily'
    closed = True
    closed_date = <Date 2011-03-09.05:40:59.073>
    closer = 'ned.deily'
    components = ['IDLE']
    creation = <Date 2010-12-13.02:53:05.359>
    creator = 'David_Anon'
    dependencies = []
    files = ['20027']
    hgrepos = []
    issue_num = 10690
    keywords = []
    message_count = 4.0
    messages = ['123859', '123885', '123886', '130427']
    nosy_count = 3.0
    nosy_names = ['ned.deily', 'r.david.murray', 'David_Anon']
    pr_nums = []
    priority = 'normal'
    resolution = 'duplicate'
    stage = 'resolved'
    status = 'closed'
    superseder = '10537'
    type = 'crash'
    url = 'https://bugs.python.org/issue10690'
    versions = ['Python 2.7']

    @DavidAnon
    Copy link
    Mannequin Author

    DavidAnon mannequin commented Dec 13, 2010

    Hello,

    Python version 2.7.1 x64
    Mac OS X 10.6.5 x86_64
    Tk/Tcl version 8.5/4

    Python will crash when saving/running/checking a module, i tried googling for a few hours to come up to NOTHING for a solution. Hopefully we can both get this fixed. Thank you.

    Attached is a Python crash log.

    @DavidAnon DavidAnon mannequin added topic-IDLE type-crash A hard crash of the interpreter, possibly with a core dump labels Dec 13, 2010
    @ned-deily ned-deily self-assigned this Dec 13, 2010
    @bitdancer
    Copy link
    Member

    Ned, did you mean bpo-9763?

    @ned-deily
    Copy link
    Member

    [updated to refer to correct issue - thanks!]

    Without more specific details on exactly how to reproduce the problem, I assume you are seeing something like the problem reported in bpo-9763. There are several reported problems with IDLEs that are linked with the Apple-supplied Tcl/Tk 8.5 in OS X 10.6. That includes the current python.org 2.7.1 64-bit installer. The simplest workaround at the moment is to use the other, 32-bit-only 2.7.1 installer for OS X. It uses the Apple Tcl/Tk 8.4 or ActiveTcl 8.4, if present, neither of which exhibits these kinds of problems.

    @ned-deily
    Copy link
    Member

    Now that ActiveState has released a version of Tcl/Tk 8.5 (8.5.9.2) for Mac OS X that is also an Aqua Cocoa Tk (like the Apple-supplied Tk 8.5.7 in 10.6) and supports 64-bit, versions of Python linked with the new ActiveTcl 8.5.9 do not display the problem reported here as well as a number of other problems reported elsewhere. Unfortunately, as released, the 64-bit/32-bit python.org Python 2.7.1 for 10.6 links only to the Apple-supplied Tcl/Tk 8.5. Until the next release of Python 2.7 (2.7.2), the best workaround without rebuilding remains to use the 32-bit-only installer for 2.7.1.

    There is now a webpage that summarizes the somewhat confusing state of affairs with regard to Tcl/Tk support with Python on Mac OS X:

    http://www.python.org/download/mac/tcltk/

    @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

    2 participants