You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have an issue where a test suite passes, teardown succeeds, but then a Segmentation Fault is reported and the test is run again. Can anyone give me any pointers as to where to look for an issue? This only happens in certain Windows environments (not OSX or Linux). Googletest appears to be crashing where it would print "passed" and a time after executing the test. Google test version is 1.15.2
Thanks for any ideas,
test 56
Start 56: pdal_io_copc_reader_test
56: Test command: D:\a\PDAL\PDAL\build\bin\pdal_io_copc_reader_test.exe
56: Working Directory: D:/a/PDAL/PDAL/build/bin/..
56: Environment variables:
56: PDAL_DRIVER_PATH=D:/a/PDAL/PDAL/build/bin
56: Test timeout computed to be: 9999840
56: [==========] Running 12 tests from 1 test suite.
56: [----------] Global test environment set-up.
56: [----------] 12 tests from CopcReaderTest
56: [ RUN ] CopcReaderTest.inspect
56: [ OK ] CopcReaderTest.inspect (19 ms)
56: [ RUN ] CopcReaderTest.fullRead
56: [ OK ] CopcReaderTest.fullRead (395 ms)
56: [ RUN ] CopcReaderTest.resolutionLimit
56: [ OK ] CopcReaderTest.resolutionLimit (133 ms)
56: [ RUN ] CopcReaderTest.boundedRead2d
56: [ OK ] CopcReaderTest.boundedRead2d (671 ms)
56: [ RUN ] CopcReaderTest.boundedRead3d
56: [ OK ] CopcReaderTest.boundedRead3d (517 ms)
56: [ RUN ] CopcReaderTest.boundedCrop
56: [ OK ] CopcReaderTest.boundedCrop (129 ms)
56: [ RUN ] CopcReaderTest.boundedCropGeoJSON
56: [ OK ] CopcReaderTest.boundedCropGeoJSON (88 ms)
56: [ RUN ] CopcReaderTest.polygonAndBoundsCrop
56: [ OK ] CopcReaderTest.polygonAndBoundsCrop (205 ms)
56: [ RUN ] CopcReaderTest.boundedCropReprojection
56: [ OK ] CopcReaderTest.boundedCropReprojection (278 ms)
56: [ RUN ] CopcReaderTest.ogrCrop
56: [ OK ] CopcReaderTest.ogrCrop (3653 ms)
56: [ RUN ] CopcReaderTest.boundedpreview
56: [ OK ] CopcReaderTest.boundedpreview (12 ms)
56: [ RUN ] CopcReaderTest.vsi
56: [ OK ] CopcReaderTest.vsi (2894 ms)
56: [----------] 12 tests from CopcReaderTest (9000 ms total)
56:
56: [----------] Global test environment tear-down
56: [==========] 12 tests from 1 test suite ran. (9000 ms total)
56: [ PASSED ] 12 tests.
56/153 Test #56: pdal_io_copc_reader_test ............................***Exception: SegFault 9.05 sec
[==========] Running 12 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 12 tests from CopcReaderTest
[ RUN ] CopcReaderTest.inspect
[ OK ] CopcReaderTest.inspect (19 ms)
[ RUN ] CopcReaderTest.fullRead
[ OK ] CopcReaderTest.fullRead (395 ms)
[ RUN ] CopcReaderTest.resolutionLimit
[ OK ] CopcReaderTest.resolutionLimit (133 ms)
[ RUN ] CopcReaderTest.boundedRead2d
[ OK ] CopcReaderTest.boundedRead2d (671 ms)
[ RUN ] CopcReaderTest.boundedRead3d
[ OK ] CopcReaderTest.boundedRead3d (517 ms)
[ RUN ] CopcReaderTest.boundedCrop
[ OK ] CopcReaderTest.boundedCrop (129 ms)
[ RUN ] CopcReaderTest.boundedCropGeoJSON
[ OK ] CopcReaderTest.boundedCropGeoJSON (88 ms)
[ RUN ] CopcReaderTest.polygonAndBoundsCrop
[ OK ] CopcReaderTest.polygonAndBoundsCrop (205 ms)
[ RUN ] CopcReaderTest.boundedCropReprojection
[ OK ] CopcReaderTest.boundedCropReprojection (278 ms)
[ RUN ] CopcReaderTest.ogrCrop
[ OK ] CopcReaderTest.ogrCrop (3653 ms)
[ RUN ] CopcReaderTest.boundedpreview
[ OK ] CopcReaderTest.boundedpreview (12 ms)
[ RUN ] CopcReaderTest.vsi
[ OK ] CopcReaderTest.vsi (2894 ms)
[----------] 12 tests from CopcReaderTest (9000 ms total)
[----------] Global test environment tear-down
[==========] 12 tests from 1 test suite ran. (9000 ms total)
[ PASSED ] 12 tests.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
We have an issue where a test suite passes, teardown succeeds, but then a Segmentation Fault is reported and the test is run again. Can anyone give me any pointers as to where to look for an issue? This only happens in certain Windows environments (not OSX or Linux). Googletest appears to be crashing where it would print "passed" and a time after executing the test. Google test version is 1.15.2
Thanks for any ideas,
Beta Was this translation helpful? Give feedback.
All reactions