Re: [BUG] GC problem

2004-03-17 Thread Leopold Toetsch
Jens Rieks <[EMAIL PROTECTED]> wrote: > the attached program aborts if run without without -G... > $ tar xzf err6.tgz I found three problems with that test: 1) Subs/Methods loaded by load_bytecode weren't marked 2) The regsave are of delelgate.pmc needs marking 3) It seems that your code has a sl

Re: [BUG] GC problem

2004-03-16 Thread Leopold Toetsch
Jens Rieks <[EMAIL PROTECTED]> wrote: > the attached program aborts if run without without -G... > $ tar xzf err6.tgz > $ ../parrot languages/EBNF/main.imc a.ebnf ... > Can't find method '__set_string_native' for object I've now actually fixed two more DOD bugs, but its still failing. - as ou

Re: [BUG] GC problem

2004-03-16 Thread Leopold Toetsch
Jens Rieks <[EMAIL PROTECTED]> wrote: > $ tar xzf err6.tgz I could reduce the bug to the program below. Program runs with -G and segfaults without. It seems that Dan's comment WRT delegate is too true: ,--[ delegate.pmc ]-- | The following bit

[BUG] GC problem

2004-03-15 Thread Jens Rieks
Hi, the attached program aborts if run without without -G... $ tar xzf err6.tgz $ cd err6 $ ../parrot languages/EBNF/main.imc a.ebnf 'h' = code=1 'e' = code=1 'l' = code=1 'l' = code=1 'o' = code=1 '=' = code=4 a.ebnf:1:5 end of terminal 'hello' a.ebnf:1:6 defining meta-identifier 'hello'... '(*'