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