I have a fully updated system (as of 16/03/23 ~21 UTC) but launching Cube IDE fails with the strlen error. Full error below. Does anybody have any advice? I even tried installing both 1.12.0 and 1.11.2 directly from ST and it still crashes
SWT WebKitGDBus: error creating DBus server Error binding to address (GUnixSocketAddress): No such file or directory
SWT WebKit: error initializing DBus server, dBusServer == 0
(STM32CubeIDE:13836): GLib-GIO-CRITICAL **: 22:01:18.195: 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=0x00007f9e55a3ed16, pid=13836, tid=13837
#
# 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 ~/core.13836)
#
# An error report file with more information is saved as:
# ~/hs_err_pid13836.log
Compiled method (nm) 18428 3889 n 0 org.eclipse.swt.internal.C::strlen (native)
total in heap [0x00007f9f07ccab90,0x00007f9f07ccaf30] = 928
relocation [0x00007f9f07ccad08,0x00007f9f07ccad38] = 48
main code [0x00007f9f07ccad40,0x00007f9f07ccaf28] = 488
oops [0x00007f9f07ccaf28,0x00007f9f07ccaf30] = 8
Compiled method (nm) 18436 3889 n 0 org.eclipse.swt.internal.C::strlen (native)
total in heap [0x00007f9f07ccab90,0x00007f9f07ccaf30] = 928
relocation [0x00007f9f07ccad08,0x00007f9f07ccad38] = 48
main code [0x00007f9f07ccad40,0x00007f9f07ccaf28] = 488
oops [0x00007f9f07ccaf28,0x00007f9f07ccaf30] = 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.
Pinned Comments
kumen commented on 2023-03-19 13:14 (UTC) (edited on 2023-03-19 13:17 (UTC) by kumen)
STM32CubeIDE is now run by executing
stm32cubeide_wayland
official script. If you have issues related to run environment, try to edit/usr/share/applications/stm32cubeide.desktop
file and uncomment one of commented outExec=...
lines and comment out currently used one. After making changes tostm32cubeide.desktop
runupdate-desktop-database
as root to apply changes.Discussion about this Eclipse issues is here: https://github.com/eclipse-platform/eclipse.platform.swt/issues/158