Josh Triplett wrote: > Package: gitk > Version: 1:1.6.3.3-2 > Severity: normal > > I opened up gitk, closed it with Alt-F4, and then saw this: > > invalid command name ".tf.histframe.pwclist.canv"
Puzzling. I would like this to have been fixed by v1.6.3-rc4~4^2~2 (gitk: Avoid crash if closed while reading references, 2009-04-15): As recorded in msysGit issue 125, if the user closes gitk while it reports itself as still reading references then Tk will crash in the geometry management code. This has been fixed for Tk 8.5.7 and above. This patch avoids the problem by flushing outstanding geometry events before calling the readrefs procedure. But that patch was already included in the gitk you used. Still, maybe this can be called a tk bug and gitk should depend on tk (>= 8.5.7) for the fix. Does this still happen with 'wish' pointing to a recent tk? -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20100217030155.ga4...@progeny.tock