99x / 99x/timercpp

Read access violation after leaving scope

Open
#5 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.