laptop and a wrench

漏洞

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
漏洞 ID 编号 BUG-000162756
已提交November 7, 2023
上次修改时间June 5, 2024
适用范围ArcGIS Maps SDK for Qt
找到的版本200.1
操作系统Windows OS
操作系统版本10.0 64 Bit
状态As Designed

附加信息

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

解决办法

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

重现步骤

漏洞 ID: BUG-000162756

软件:

  • ArcGIS Maps SDK for Qt

当漏洞状态发生变化时获得通知

下载 Esri 支持应用程序

发现关于本主题的更多内容

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项