Skip to content

out_of_range in substr() #44

@arvidn

Description

@arvidn

my instance terminated with this message:

terminate called after throwing an instance of 'std::out_of_range'
  what():  basic_string::substr: __pos (which is 2) > this->size() (which is 0)

unfortunately I did not build it with -rdynamic, so there was no backtrace.

Looking through the code, I couldn't find any direct uses of substr(), so I suspect there are some indirect ones. It needs some more digging.

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