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

Re: [BUG] method calling problem

2004-03-13 Thread Leopold Toetsch
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-prototyped - namespace resetting to main wasn't really working (now the namespa

[BUG] method calling problem

2004-03-12 Thread Jens Rieks
Hi, another day, another bug... :-) $ tar xzf err4.tgz $ cd err4 $ ../parrot main.imc main.imc: calling method readFile... get_string() not implemented in class 'SArray' I can not see whats wrong with it. It works only if the called method does not use ".param"... jens err4.tgz Description: a