Read access violation after leaving scope
Open
- Dominant language
- C++
- Stars
- 266
- Forks
- 74
- PR merge metrics
- No merged PRs in 30d
Description
Timer object will be destructed and the thread visiting `this->clear` may cause read access violation.
I implemented a interrupt based Timer to kill thread at destructor, note that my implementation only supports one background thread per Timer object. And it uses `boost::thread`
https://github.com/cnSchwarzer/TimerCpp
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.