Skip to content

version 1.73 boost::lockfree::queue crash under android 12 when destruct? #82

@rooong

Description

@rooong

version 1.73 boost::lockfree::queue crash under android 12 when destruct?
eg.
{
boost::lockfree::queue<int, boost::fixed_sized > test_que(10);
}
it does nothing else, it crash backtrace like this:
boost::lockfree::queue<int, boost::fixed_sized >::~queue()+272

the same apk in not android 12 phone, it works ok, but android 12

what happened?

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