Select to view content in your preferred language

Crash After 200.8 Update

714
2
Jump to solution
08-13-2025 03:04 PM
RTC
by
Regular Contributor

Hello,

I am running into an issue where once I update the SDK from 200.7 to 200.8 and run my app, it crashes. The crash seems to happen after I add additional layers to the operationalLayer of the map. I have checked to make sure the layers are not being added or used elsewhere as I know that is not allowed. The crash seems to be with `setup_query_parameters_`. 

RTC_0-1755122671050.png

0 Kudos
1 Solution

Accepted Solutions
RTC
by
Regular Contributor

I found the solution, setting the featureRequestMode to manual.

featureTable.featureRequestMode = .manualCache

View solution in original post

0 Kudos
2 Replies
Ting
by Esri Regular Contributor
Esri Regular Contributor

Hi, I've a few things to clarify…

- Do you have a reproducible example to provide? Feel free to PM.

- If not, what are the steps that lead towards this crash? i.e., do you call addOperationalLayer in a specific way that cause this crash?

- Is it sporadic or constantly reproducible?

I took a quick look at the core changes and there wasn't a specific change to the query parameter part. That makes me guess some kind of threading issue. So a reproducible case would be helpful!

0 Kudos
RTC
by
Regular Contributor

I found the solution, setting the featureRequestMode to manual.

featureTable.featureRequestMode = .manualCache
0 Kudos