Posted to tcl by dbohdan at Sat Apr 29 05:34:03 GMT 2017view raw

  1. proc foo {} {
  2. catch [dict get x y]
  3. }
  4.  
  5. foo
  6. # This fails with SIGABRT with the message
  7. # "in TclCompileCatchCmd, currStackDepth = 2 should be 1"
  8. # in Tcl 8.5.19.
  9.