Skip to content

stacktrace_from_exception contains misleading assert-message #164

@Ukilele

Description

@Ukilele

There is a BOOST_ASSERT_MSG here:

sizeof(void*) == 4,
"32bit platforms are unsupported with libc++ runtime padding reusage. "
"Please report this issue to the library maintainters."

Isn't sizeof(void*) equal to 4 on 32bit platforms and 8 on 64bit platforms? The assert-message reads contrary to its condition, doesn't it? I ran into this assert on a 64bit platform and got confused, because it says "32bit platforms are unsupported [...]".

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