[pdal] problem with LasWriterTest_test_metadata

Michael P. Gerlek mpg at flaxen.com
Sat Jul 28 15:53:09 PDT 2012


>From the LasWriterTest_test_metadata test, the function Writer::setVLRsFromMetadata() gets called.

That function tries to reference &data[0] (line 242), but data.size() is 0 so I get a hard crash there.

(VS2010, debug mode)

-mpg




More information about the pdal mailing list