MindStudio Insight在TencentOS Server 4.4_x86操作系统中启动失败
问题现象
在Linux的TencentOS Server 4.4_x86操作系统中,启动MindStudio Insight工具,启动失败,报错信息如下:
** (MindStudio-Insight:302256): WARNING **: 08:07:35.531: webkit_settings_set_enable_offline_web_application_cache is deprecated and does nothing.
JIT session error: Missing definitions in module fs789_variant0_6-jitted-objectbuffer: [ fs_variant_whole ]
Failed to materialize symbols: { (fs789_variant0_6, { fs_variant_partial, fs_variant_whole }) }
JIT session error: Could not find symbol at given index, did you add it to JITSymbolTable? index: 4, shndx: 0 Size of table: 5
Failed to materialize symbols: { (fs790_variant0_7, { fs_variant_partial }) }
解决方案
执行以下命令后,重新启动MindStudio Insight工具。
export JSC_useJIT=0 export JSC_useDFGJIT=0 export JSC_useFTLJIT=0 export WEBKIT_DISABLE_COMPOSITING_MODE=1 unset https_proxy unset http_proxy
父主题: FAQ