[issue16177] IDLE Crash on Open Parens

2013-04-30 Thread Eric Schulz
Eric Schulz added the comment: I can repo with MacOS 10.8.3 and Tcl 8.5.13. I'm fairly certian it is triggered by the calltip. However, it is intermittent. I can work for a while, get comfortable and let my guard down, then hit the crash. Typically after I have a good amount of unsaved

[issue16177] IDLE Crash on Open Parens

2013-04-27 Thread Ned Deily
Ned Deily added the comment: Something that comes to mind: the stack traces in both issues show similar crashes where Tk is calling into OS X AppKit to create or modify a window. Since a left paren is being typed, it seems to me the most likely scenario is that the left paren is completing a

[issue16177] IDLE Crash on Open Parens

2013-04-25 Thread Eric Schulz
Changes by Eric Schulz wrsd...@gmail.com: -- nosy: +lostdog ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16177 ___ ___ Python-bugs-list mailing

[issue16177] IDLE Crash on Open Parens

2013-04-25 Thread Guilherme Simões
Guilherme Simões added the comment: I couldn't confirm this bug in versions 2.7, 3.3 or 3.4 on the Mac even while using the same user configuration. -- nosy: +Guilherme.Simões ___ Python tracker rep...@bugs.python.org

[issue16177] IDLE Crash on Open Parens

2012-12-05 Thread Roger Serwy
Roger Serwy added the comment: Added version 3.3 as reported in #16622. -- nosy: +Steve.OBrien versions: +Python 3.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16177 ___

[issue16177] IDLE Crash on Open Parens

2012-10-09 Thread Ned Deily
Ned Deily added the comment: I've not seen any reports of this behavior before. Can you try two things? One, try temporarily disabling your current IDLE preferences. Quit IDLE, then from a terminal shell, type something like: mv ~/.idlerc ~/.idlerc-disabled then launch IDLE and try the

[issue16177] IDLE Crash on Open Parens

2012-10-09 Thread Brian Keegan
Brian Keegan added the comment: I moved the idlerc to the disabled folder like you recommended and I haven't been able to reproduce the error again. I'll cautiously take this as an indication of a fix, but will update if it changes. Thank you! On Tue, Oct 9, 2012 at 2:40 PM, Ned Deily

[issue16177] IDLE Crash on Open Parens

2012-10-09 Thread Roger Serwy
Roger Serwy added the comment: Brian, can you post the files from your .idlerc-disabled directory? The directory contains configuration text files. I want to find out what configuration caused the bug. (You may want to omit the recent-files.lst if you don't want to disclose that.) --

[issue16177] IDLE Crash on Open Parens

2012-10-09 Thread Roger Serwy
Roger Serwy added the comment: Thanks for the directory contents. The only difference I see is the encoding = locale which could only be set manually since the configuration editor in IDLE does not offer a way of setting it. -- ___ Python tracker