Skip to content

Commit

Permalink
testcase does not crash with gdal 1.10.1 on OS X
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Jun 4, 2014
1 parent 47aa60c commit 417a0ab
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,21 @@ Reduced testcase for:
- make / autotools
- libuv: no need for external install as libuv will be built on the fly

## Details

Versions of GDAL this testcase does crash with:

- libgdal1h amd64 1.10.0-1~precise1
- `brew install gdal` on OS X 10.9 which brings in gdal-1.11.0
- gdal-1.11.0 built as minimal static lib by mapnik-packaging
- gdal trunk built as minimal static lib by mapnik-packaging

Versions of GDAL this testcase does not crash with:

- gdal-1.10.1 built as minimal static lib by mapnik-packaging

TODO: test gdal-1.10.1 from source on ubuntu precise

## Discussion

This testcase demonstrates a segfault that happens in a thread as it exits.
Expand Down

0 comments on commit 417a0ab

Please sign in to comment.