laptop and a wrench

漏洞

Instantiating BasemapLayer with Visual Beans causes a crash.

上次发布: March 27, 2015 ArcGIS Engine
漏洞 ID 编号 NIM065108
已提交February 15, 2011
上次修改时间June 5, 2024
适用范围ArcGIS Engine
找到的版本10.0
编程语言Java
操作系统Red Hat Enterprise Linux
操作系统版本4
修正版本10.3.1
状态Fixed

解决办法

The crash is happening in the OLE32.DLLl function RegisterInterfaceInGlobal() when adding the BasemapLayer interface pointer to the global interface table (GIT). It is deemed appropriate to disable the GIT. Users can do this themselves with this call before calling initializeVisualBeans: System.setProperty("ARCGIS_NOGIT", ""); EngineInitializer.initializeVisualBeans();When setting ARCGIS_NOGIT, an updated VisualBeans architecture is used to manage interface pointers between threads, so the GIT is an old way to do the same task.This seems to only happen with BasemapLayer. RegisterInterfaceInGlobal crashes in ole32.dll on older machines such as Windows 98 if the interface being registered does not contain a proxy/stub. MainWin uses the old WinNT 4 code base for their version of ole32 so it is very likely the same issue.

重现步骤

漏洞 ID: NIM065108

软件:

  • ArcGIS Engine

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

下载 Esri 支持应用程序

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

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项