In article <5076289c.7060...@codebykevin.com>,
Kevin Walzer wrote:
> The stack trace that I posted earlier, in my own testing, indicates that
> the issue may be during the infernal event loop integration between Tk
> and Cocoa--there's been a lot of traffic on the Mac-Tcl list about that.
> Fo
On 10/10/12 10:02 PM, Kevin Walzer wrote:
I've been stepping through the IDLE source code and it appears IDLE is
crashing during the LoadConfigs() call of the config dialog. Still have
more investigating to do, but I'm hopeful I can come up with a
workaround that will keep things from crashing.
On 10/10/12 7:38 PM, Ned Deily wrote:
Look at the dump file I attached to the Tk issue. It has a complete
debug trace through Tk including C line numbers.
http://sourceforge.net/tracker/?func=detail&atid=112997&aid=3575664&group
_id=12997
I've been stepping through the IDLE source code and it
On 10/10/12 7:38 PM, Ned Deily wrote:
Look at the dump file I attached to the Tk issue. It has a complete
debug trace through Tk including C line numbers.
My stack trace is completely different, so I'm not sure where to look.
--
Kevin Walzer
Code by Kevin
http://www.codebykevin.com
__
In article <50760282.1040...@codebykevin.com>,
Kevin Walzer wrote:
> On 10/10/12 10:19 AM, Ronald Oussoren wrote:
> > That odd. IDLE also uses '::tk::mac::ShowPreferences' for the
> > configuration dialog. The only difference with your script is that the same
> > command is also bound to '<>'
On 10/10/12 10:19 AM, Ronald Oussoren wrote:
That odd. IDLE also uses '::tk::mac::ShowPreferences' for the configuration dialog. The
only difference with your script is that the same command is also bound to
'<>'. The code for this all is in
idlelib.macosxSupport.overrideRootMenu in the stdl
On 10 Oct, 2012, at 5:28, Kevin Walzer wrote:
> On 10/9/12 5:26 AM, Ned Deily wrote:
>> I've done some extensive building and bisecting of Fossil checkins to
>> the tk-cocoa-8-5-backport branch and have isolated the regression to a
>> particular checkin. I've opened Tk issue 3575664 with the de