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 slight bug (which I'm not too sure
   because I don't know exactly what it's supposed to do)
   Anway, inserting one line in EBNF/Source.imc:150 lets it run with
   above fixes w and w/o -t, --gc-debug.

  NO_EOF:
      set str, buffer
      # str is a reference to the original string property
      # running with or w/o DOD differs here
      clone str, str      # <<<<<<<<<<
      concat str, stmp
      set i, pos

Thanks again for your test code
leo

Reply via email to