Re: Exception in find_lex messing up control stack?

2003-08-25 Thread Leopold Toetsch
Jos Visser wrote: Hi, Before reporting this as a bug I would like to know if it is not my shallow understanding of Parrot... :-) Wrong type on top of stack! call _sub1 .sub _sub1 Exception handlers and "plain" subs don't play together (yet). You have to use .pcc_sub (parrot calling convent

Exception in find_lex messing up control stack?

2003-08-25 Thread Jos Visser
Hi, Before reporting this as a bug I would like to know if it is not my shallow understanding of Parrot... :-) I set an exception handler, then call a subroutine and within that subroutine an exception is triggered (because of a find_lex of a non-existing lexical). The exception is handled but if