Skip to content

fx_ver::parse SIGABRTs on Mac with new toolset update #68927

Closed
@agocke

Description

@agocke

Happens on both x64 and ARM64

/* static */
bool fx_ver_t::parse(const pal::string_t& ver, fx_ver_t* fx_ver, bool parse_only_production)
{
    bool valid = parse_internal(ver, fx_ver, parse_only_production);
    -> SIGABRT  assert(!valid || fx_ver->as_str() == ver);
    return valid;
}

Might be allocator confusion.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-Hostin-prThere is an active PR which will close this issue when it is merged

    Type

    No type

    Projects

    Status

    No status

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions