laptop and a wrench

Error

A crash occurs when calling a geoprocessing model tool in the ArcGIS Maps SDK for Qt 200.1 app working with Local Server 100.15 and returns the exception message "The inferior stopped because it triggered an exception. Stopped in thread 0 by: Exception at 0x7ff7a46224fa, code: 0x0000005: read access violation at: 0x20, flags=0x0 (first chance)".

ArcGIS Maps SDK for Qt
Número de ID del error BUG-000162756
EnviadoNovember 7, 2023
Última modificaciónJune 5, 2024
Relacionado conArcGIS Maps SDK for Qt
Versión encontrada200.1
Sistema operativoWindows OS
Versión de sistema operativo10.0 64 Bit
EstadoAs Designed

Información adicional

The code crashes due to an invalid capture-by-reference of a local variable in the reproducer code.

Solución alternativa

Change the following: QObject::connect(localGeoprocessingService, &LocalGeoprocessingService::statusChanged, localGeoprocessingService, [&localGeoprocessingService]() to QObject::connect(localGeoprocessingService, &LocalGeoprocessingService::statusChanged, localGeoprocessingService, [localGeoprocessingService]().

Pasos para reproducir

ID del error: BUG-000162756

Software:

  • ArcGIS Maps SDK for Qt

Recibir notificaciones cuando cambie el estado de un error

Descargar la aplicación de soporte de Esri

Descubrir más sobre este tema

Obtener ayuda de expertos en ArcGIS

Contactar con el soporte técnico

Descargar la aplicación de soporte de Esri

Ir a opciones de descarga