-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ThreadTest fails under MSYS #1619
Comments
Digging a little bit deeper and executing the test in gdb (code with additional std::cout lines):
|
INteresting though: Test in principle seems to work, though it fails:
|
- Added further debug output - Skipped test, if running under MINGW
Could be that problems disapear if we avoid global object construction / destruction in the test and move the tests to a dynamically allocated object. |
Tested. No, the problem are not the Signal/Slot instances and their lifetime but the ThreadFinalizer If I disable all lock usage in the relevant code, I still get errors:
|
chore: Analyse ThreadTest problems, issue #1619
The test currently does fail under MSYS.
The text was updated successfully, but these errors were encountered: