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
I was trying out the 8.2 branch and hit a snag with some crash outs on some of the unit tests, but with seemingly the same error.
These will do it:
proj_clone_of_obj_with_alternative_operations
proj_concatoperation_get_step
proj_get_celestial_body_name
Example stack trace:
> proj_8_2_d.dll!std::_List_const_iterator<std::_List_val<std::_List_simple_types<osgeo::proj::io::Step>>>::operator++() Line 165 C++
proj_8_2_d.dll!std::_List_iterator<std::_List_val<std::_List_simple_types<osgeo::proj::io::Step>>>::operator++() Line 252 C++
proj_8_2_d.dll!osgeo::proj::io::PROJStringFormatter::toString::__l60::<lambda>() Line 7683 C++
proj_8_2_d.dll!osgeo::proj::io::PROJStringFormatter::toString() Line 8132 C++
proj_8_2_d.dll!osgeo::proj::io::IPROJStringExportable::exportToPROJString(osgeo::proj::io::PROJStringFormatter * formatter) Line 7378 C++
proj_8_2_d.dll!osgeo::proj::operation::FilterResults::sort() Line 1219 C++
proj_8_2_d.dll!osgeo::proj::operation::FilterResults::andSort() Line 972 C++
proj_8_2_d.dll!osgeo::proj::operation::filterAndSort(const std::vector<dropbox::oxygen::nn<std::shared_ptr<osgeo::proj::operation::CoordinateOperation>>,std::allocator<dropbox::oxygen::nn<std::shared_ptr<osgeo::proj::operation::CoordinateOperation>>>> & sourceList, const dropbox::oxygen::nn<std::unique_ptr<osgeo::proj::operation::CoordinateOperationContext,std::default_delete<osgeo::proj::operation::CoordinateOperationContext>>> & context, const std::shared_ptr<osgeo::proj::metadata::Extent> & extent1, const std::shared_ptr<osgeo::proj::metadata::Extent> & extent2) Line 1432 C++
proj_8_2_d.dll!osgeo::proj::operation::CoordinateOperationFactory::createOperations(const dropbox::oxygen::nn<std::shared_ptr<osgeo::proj::crs::CRS>> & sourceCRS, const dropbox::oxygen::nn<std::shared_ptr<osgeo::proj::crs::CRS>> & targetCRS, const dropbox::oxygen::nn<std::unique_ptr<osgeo::proj::operation::CoordinateOperationContext,std::default_delete<osgeo::proj::operation::CoordinateOperationContext>>> & context) Line 5517 C++
proj_8_2_d.dll!proj_create_operations(pj_ctx * ctx, const PJconsts * source_crs, const PJconsts * target_crs, const PJ_OPERATION_FACTORY_CONTEXT * operationContext) Line 8148 C++
proj_test_cpp_api.exe!`anonymous namespace'::CApi_proj_concatoperation_get_step_Test::TestBody() Line 4300 C++
I was trying out the 8.2 branch and hit a snag with some crash outs on some of the unit tests, but with seemingly the same error.
These will do it:
proj_clone_of_obj_with_alternative_operations
proj_concatoperation_get_step
proj_get_celestial_body_name
Example stack trace:
Happening due to this:
Environment Information
Installation method
The text was updated successfully, but these errors were encountered: