|
From: Jeff H. <je...@ac...> - 2008-06-09 16:55:28
|
Trevor Williams wrote: > After upgrading to Tcl/Tk to version 8.5.2 (I was using the 8.5b3 > version which exhibited the same behavior) and Mac OS X 10.5.3, I am > now getting a segfault when I bring up my Tcl/Tk application, move the > mouse around on the application window and then wait for a couple of > seconds. Here's the stacktrace: > > (gdb) where > #0 0x0b0d2978 in Tk_ResetUserInactiveTime () > #1 0x0b0d30ff in Tk_UpdatePointer () > #2 0x0b0c59f2 in TkGenerateButtonEvent () > #3 0x0b0b9d07 in TkMacOSXGetHostToplevel () > #4 0x0b0d1b5f in Tk_ResetUserInactiveTime () ... Anything specific your app is doing? Can you pare it down? Jeff |