I'm seeing a lot of crashes that seem to be somehow related, perhaps? At least there are several that one way or another references Sk-prefixed classes and functions:
- SkImageInfo::SkImageInfo(SkImageInfo const&)
- esri::map_renderer::Image_drawable::merge_image_(SkBitmap const&, esri::geometry::Envelope_2D const&, double, std::__1::vector<esri::geometry::Envelope_2D, std::__1::allocator<esri::geometry::Envelope_2D>> const&, int, esri::map_renderer::Chunk_set)
- SkBitmap::getAddr(int, int)
Then there's also a crash in this symbol from the ArcGIS module, which doesn't mention sk, but is similarly named as the SkImageInfo function:
I realize that it's probably hard for anyone to help me, but I've attached a few stack traces. Any insight into what these might be, is helpful. I'm at a loss as this is a kind of black box to me, and I don't know how this code is related to our use of the ArcGIS maps SDK. If there's problems with our map service, the way we use map views, or some other issue.