Re: [BUG] problem with non existing methods (Was: Re: [BUG] method calling problem)

2004-03-13 Thread Leopold Toetsch
Jens Rieks <[EMAIL PROTECTED]> wrote: > $ tar xzf err5.tgz > $ cd err5 > $ ../parrot main.imc > calling source."open"( name, "<" )... > segmentation fault I'be now turned off the stacked exceptions (one per entering the runloop) OTOH that seems to be needed for t/src/extend_13 - so I've disabled t

Re: [BUG] problem with non existing methods (Was: Re: [BUG] method calling problem)

2004-03-13 Thread Leopold Toetsch
Jens Rieks <[EMAIL PROTECTED]> wrote: > $ tar xzf err5.tgz > $ cd err5 > $ ../parrot main.imc > calling source."open"( name, "<" )... > segmentation fault The interpreter is toatally messed up after the longjmp. I'll look further what's happening here. > jens leo

[BUG] problem with non existing methods (Was: Re: [BUG] method calling problem)

2004-03-13 Thread Jens Rieks
Hi, On Saturday 13 March 2004 09:41, Leopold Toetsch wrote: > Jens Rieks <[EMAIL PROTECTED]> wrote: > > get_string() not implemented in class 'SArray' > > I've gone through err3 and err4 and found a couple of flaws, which should > mostly be fixed now: > > - method subs got compiled as non-prototyp