Jens Rieks <[EMAIL PROTECTED]> wrote:
> $ ../parrot dumper_1.imc
> parrot: src/packfile.c:2783: store_sub_in_namespace: Assertion `ns <
> pf->const_table->const_count' failed.
> aborted.

Fails differently here:

error:imcc:fixup_bsrs: couldn't find addr of sub '__lookup_method'

The reason seems to be that (after loading some classes with namespace
directive):

write fixup '_Data::Dumper::Default::__lookup_method' offs 508

the symbol suddenly appears in this namespace. Did you switch back to the
main namespace?

  namespace [""]

leo

Reply via email to