-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
osgeo4w: run nightly tests with separate temporary directories
- Loading branch information
Showing
1 changed file
with
7 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7634385
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jef-n You're probably already aware of this, but this change has caused "Access Violation" errors in some of the unit tests for the nightlies. Eg, see http://dash.orfeo-toolbox.org/testDetails.php?test=31608774&build=191179
7634385
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nyalldawson nope - it's the ogr connection pool. the global instance is destroyed before all references are destroyed - and unrefs then crash. Fixed in 4d681f0.
7634385
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jef-n ah, makes sense. Thanks for the with you've put into this!