stm32cubeide启动失败的,报错SWT WebKitGDBus: error creating DBus server
1、报错内容
SWT WebKitGDBus: error creating DBus server 绑定地址时出错:(GUnixSocketAddress): 没有那个文件或目录SWT WebKit: error initializing DBus server, dBusServer == 0
(STM32CubeIDE:10416): GLib-GIO-CRITICAL **: 13:05:47.818: g_dbus_server_get_client_address: assertion 'G_IS_DBUS_SERVER (server)' failed
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007fd84723ed16, pid=10416, tid=10417
#
# JRE version: OpenJDK Runtime Environment Temurin-11.0.17+8 (11.0.17+8) (build 11.0.17+8)
# Java VM: OpenJDK 64-Bit Server VM Temurin-11.0.17+8 (11.0.17+8, mixed mode, tiered, compressed oops, g1 gc, linux-amd64)
# Problematic frame:
# C [libswt-gtk-4950r5.so+0x3ed16] Java_org_eclipse_swt_internal_C_strlen+0xf
#
# Core dump will be written. Default location: Core dumps may be processed with "/usr/lib/systemd/systemd-coredump %P %u %g %s %t %c %h" (or dumping to /usr/share/applications/core.10416)
#
# An error report file with more information is saved as:
# /tmp/hs_err_pid10416.log
Compiled method (nm) 9596 4972 n 0 org.eclipse.swt.internal.C::strlen (native)
total in heap [0x00007fd8d3d17510,0x00007fd8d3d178b0] = 928
relocation [0x00007fd8d3d17688,0x00007fd8d3d176b8] = 48
main code [0x00007fd8d3d176c0,0x00007fd8d3d178a8] = 488
oops [0x00007fd8d3d178a8,0x00007fd8d3d178b0] = 8
Compiled method (nm) 9598 4972 n 0 org.eclipse.swt.internal.C::strlen (native)
total in heap [0x00007fd8d3d17510,0x00007fd8d3d178b0] = 928
relocation [0x00007fd8d3d17688,0x00007fd8d3d176b8] = 48
main code [0x00007fd8d3d176c0,0x00007fd8d3d178a8] = 488
oops [0x00007fd8d3d178a8,0x00007fd8d3d178b0] = 8
#
# If you would like to submit a bug report, please visit:
# https://github.com/adoptium/adoptium-support/issues
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
2、解决方案
mkdir /tmp/SWT-GDBusServer
当前文章:stm32cubeide启动失败的,报错SWT WebKitGDBus: error creating DBus server
作者:李烨攀
地址:https://linuxacme.com/1430
转载请保留原出处。
作者:李烨攀
地址:https://linuxacme.com/1430
转载请保留原出处。
THE END
0
二维码
打赏
海报
stm32cubeide启动失败的,报错SWT WebKitGDBus: error creating DBus server
1、报错内容
SWT WebKitGDBus: error creating DBus server 绑定地址时出错:(GUnixSocketAddress): 没有那个文件或目录SWT WebKit: error initializing D……
共有 0 条评论