boostorg / boostorg/lockfree

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

Open
#82 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
160
Forks
99
PR merge metrics
No merged PRs in 30d

Description

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

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

what happened?

Contributor guide

No contributing guide indexed for this repository

Research direction

The report identifies boost::lockfree::queue> and a crash in its destructor at ~queue()+272, but names no files or tests. Start by reproducing the minimal construction on Android 12 and comparing it with another Android version; done means identifying the platform-specific cause and documenting or fixing the crash.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
backend
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.