Bug in Tk 8.5 with bgerror(?)
From: Andreas Leitgeb (avl_at_gamma.logic.tuwien.ac.at)
Date: 11/30/04
- Next message: George Petasis: "Re: [URGENT]: Embedded toplevels from different processes & geometry management (windows)..."
- Previous message: Jeff Hobbs: "Re: Do you know of a Debugger for TCL ( GUI Interface )"
- Next in thread: Don Porter: "Re: Bug in Tk 8.5 with bgerror(?)"
- Reply: Don Porter: "Re: Bug in Tk 8.5 with bgerror(?)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 30 Nov 2004 16:47:14 GMT
This bug appears in wish8.5 only (but could still be a Tcl bug)
% after 1000 {set x y z}
Messagebox appears with error (so far so good),
but in "Details", it rambles about tclIndex
not being found in /usr/local/lib/tclIndex
(indeed, it resides in /usr/local/lib/tcl8.5/tclIndex).
After that, every further bgerror-dialog (for other
errors thrown in event-handlers) comes up with
the correct errorInfo.
I would submit it to Sourceforge, but I can't really
tell if it's a bug in Tcl (with all the new extra dict-
support for errors), or in Tk failing to properly use it.
Anyway, this bug is not in Tcl/Tk 8.4.7.
- Next message: George Petasis: "Re: [URGENT]: Embedded toplevels from different processes & geometry management (windows)..."
- Previous message: Jeff Hobbs: "Re: Do you know of a Debugger for TCL ( GUI Interface )"
- Next in thread: Don Porter: "Re: Bug in Tk 8.5 with bgerror(?)"
- Reply: Don Porter: "Re: Bug in Tk 8.5 with bgerror(?)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|