parallel101 / parallel101/course
Mac M1环境下使用并发链表进行测试,4线程对链表push,4线程对链表pop,会出现重复delete同一个节点的错误
Open
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 4.2k
- Forks
- 556
- PR merge metrics
- No merged PRs in 30d
Description
This issue has no description.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue reports a duplicate delete in a concurrent linked-list test on a Mac M1, with four threads pushing and four popping, but provides no file, test, or entry point. First locate the concurrent linked-list implementation and reproduce the stated workload; done means the workload no longer reports deletion of the same node more than once.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- hpc
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100