function bar() error("mmm", 4) end function foo() bar() end while true do foo() -- error("aaaaa") end