Skip to content

'unsupported line_ref tag: 0' warning when decoding line refs #1388

Closed
@mat-hek

Description

@mat-hek

Hey there,

sometimes I get the unsupported line_ref tag: 0 warning when loading a module and it seems it's correlated with missing entries in a stack trace when an error is raised in that module. I'm going to debug further, but it seems that the warning comes from here:

// TODO handle integer compact encodings > 2048
fprintf(stderr, "Unsupported line_ref tag: %u\n", tag);
and it seems a part of 'compact integers decoding' implementation is missing. Is there any place (in OTP?) where I can find some details / a reference implementation of it so that I can add it to AtomVM?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions