Skip to content

'not implemented' in ObjectModel::copy for header_offset 16 #140

Open
@qinsoon

Description

@qinsoon

This seems to be non-deterministic.

JULIA julia-mmtk-immix-moving-release/usr/lib/julia/corecompiler.ji
thread '<unnamed>' panicked at src/object_model.rs:74:13:
not implemented
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

The panic happens here

} else if header_offset == 16 {
// buffer should not be copied
unimplemented!();
} else {

Metadata

Metadata

Assignees

No one assigned

    Labels

    v1.9.2+RAIIssues about the branch v1.9.2+RAI

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions