-
Notifications
You must be signed in to change notification settings - Fork 867
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
Fix crash when two or more windows #570
base: dev
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #570 +/- ##
=========================================
+ Coverage 98.08% 98.1% +0.01%
=========================================
Files 17 17
Lines 2092 2112 +20
=========================================
+ Hits 2052 2072 +20
Misses 33 33
Partials 7 7
Continue to review full report at Codecov.
|
I founded bug: |
Makes sense given the way that OpenCV does all of the UI stuff thru a single thread. I think I tried doing something like this once, not sure why I did not continue? What OS do you use @Danile71 for testing? |
This was one of the issues where thread safety was discussed: #191 |
I use ubuntu 18 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## dev #570 +/- ##
==========================================
+ Coverage 98.08% 98.10% +0.01%
==========================================
Files 17 17
Lines 2092 2112 +20
==========================================
+ Hits 2052 2072 +20
Misses 33 33
Partials 7 7 ☔ View full report in Codecov by Sentry. |
No description provided.