Why do I get SIGSEGV error, when going back and forth between GEOM, HEXABLOCK, and MESH modules?
OS: Tested on Ubuntu 22.04 (Xorg and Wayland), and Windows 11
Salome Modules version: 9.12
OpenGL version string: 4.6 (Compatibility Profile) Mesa 23.2.1-1ubuntu3.1~22.04.2
Graphics:
sudo lshw -C display
*-display
description: VGA compatible controller
product: Alder Lake-P Integrated Graphics Controller
vendor: Intel Corporation
physical id: 2
bus info: pci@0000:00:02.0
logical name: /dev/fb0
version: 0c
width: 64 bits
clock: 33MHz
capabilities: pciexpress msi pm vga_controller bus_master cap_list rom fb
configuration: depth=32 driver=i915 latency=0 mode=1920x1200 resolution=1920,1200 visual=truecolor xres=1920 yres=1200
None of the following commands resolves the error:
1-
./salome
2-
./binsalome
3-
./mesa_salome
Also the commands below, inspired by the “limitations” chapter of the release notes did not resolve the error:
4-
unset VTK_AUTOLOAD_PATH; export VTK_DISABLE_VISRTX=1; export
VTK_DISABLE_OSPRY=1;
./env_launch.sh;
./salome
5-
unset VTK_AUTOLOAD_PATH; export VTK_DISABLE_VISRTX=1; export
VTK_DISABLE_OSPRY=1;
./env_launch.sh;
./mesa_salome
6-
unset VTK_AUTOLOAD_PATH; export VTK_DISABLE_VISRTX=1; export
VTK_DISABLE_OSPRY=1;
./env_launch.sh;
./binsalome