arfer Master

Joined: 26 Nov 2004 Posts: 436 Location: Manchester, UK
|
Posted: Wed Apr 18, 2012 5:06 pm Post subject: Strange Tcl command errors |
|
|
I am getting strange Tcl command errors
Example 1
I make a deliberate mistake sourcing a script. Filename omitted.
| Quote: |
.tcl source scripts/
|
On some bots I get the correct error
| Quote: |
Tcl error: couldn't read file "scripts/": illegal operation on a directory
|
On other bots I get something akin to the following
| Quote: |
Tcl error: invalid command name "Ê&ž
|
Example 2
I attempt to trace a Tcl error
| Quote: |
.tcl set errorInfo
|
If an error has occured I get the correct response, for example
| Quote: |
Tcl: can not find channel named "sock11"
Tcl: while executing
Tcl: "eof $sock"
|
If no error has occured I get (similar to Example 1 above)
| Quote: |
Tcl: invalid command name "“'ž
|
Anybody else seen this, or more importantly can explain it? _________________ I must have had nothing to do |
|