Tclkit-lite bug
Steve Redler IV <[email protected]>
| Newsgroups | gmane.comp.lang.tcl.starkit |
|---|---|
| Message-ID | <[email protected]> |
I may have found a small bug in Tclkit-lite under Linux.
Since building tclkit-lite using tcl/tk 8.5a6, several gui scripts
that I run always
hang on exit. I tracked it down to some hackish code of mine which is
demonstrated with:
package require Tk
bind . <Destroy> {exit}
exit
This works fine on tclkit8.5a5 and earlier and on all wish including
8.5a6.
Its trivial to work around this bug, and Ive since fixed all my apps,
but there
could be other ways to trigger it so I figured Id post a note about
it.
Regards,
Steve Redler IV