Menu

#5249 bad stack top in nested [dict for]

current: 8.6.0
closed-duplicate
5
2013-06-06
2013-06-06
Don Porter
No

Using a --enable-symbols=all build of either the trunk,
or the 8.6.0 release:

$ cat demo.tcl
apply {{} {
dict for {a b} {c d} {
dict for {e f} {g h} {
return 5
}
}
}}
$ make shell SCRIPT=demo.tcl
...
Bad stack top 4 at pc 104 in TclNRExecuteByteCode (min 0, max 3)
executing dict for {e f} {g h} {
return 5
}
TclNRExecuteByteCode execution failure: bad stack top
make: *** [shell] Abort trap

Discussion

  • Don Porter

    Don Porter - 2013-06-06

    stupid way to react to a refresh.

     
  • Don Porter

    Don Porter - 2013-06-06
    • assigned_to: msofer --> dgp
    • status: open --> closed-duplicate