Hello,
I am having several problems when using salome 9.12 in my two computers. here are a list of them:
-
if I open geom, create something and then go to mesh module, and close the software I am getting
SIGSEGV ‘segmentation violation’ detected. Address 0
SIGSEGV ‘segmentation violation’ detected. Address 30
SIGSEGV ‘segmentation violation’ detected. Address 8 -
if I try to use explode or 3D sketch in geom, I am getting:
GUI library corresponding to the user action can not be found or loaded -
If I repeat the 1. but instead of closing salome, I click in create a new file and go to geom, then ALL the toolbars will be disapear (and if I close salome and re open will be still missing until I go to view/toolbars and turn on one by one.
-
In other distros I have used i always runned salome (universal linux) using ./salome if I run this, i get the splashscreen of salome that charges to 100% and disapears but nothing happends, and some time after the command ends without any message, IF i stop it (ctr+C) I get the following message. So I am running it from ./mesa_salome which gives the previous issues but in general work.
Traceback (most recent call last):
File “/home/franco/Programs/Salome/SALOME-9.12.0/BINARIES-CO7/SALOME/bin/salome/salomeContext.py”, line 718, in
status = context._startSalome(args)
File “/home/franco/Programs/Salome/SALOME-9.12.0/BINARIES-CO7/SALOME/bin/salome/salomeContext.py”, line 299, in _startSalome
res = getattr(self, command)(options) # run appropriate method
File “/home/franco/Programs/Salome/SALOME-9.12.0/BINARIES-CO7/SALOME/bin/salome/salomeContext.py”, line 390, in _sessionless
runSalome.runSalome()
File “/home/franco/Programs/Salome/SALOME-9.12.0/BINARIES-CO7/KERNEL/bin/salome/runSalome.py”, line 337, in runSalome
sleep(3.0)
KeyboardInterrupt
Traceback (most recent call last):
File “/home/franco/Programs/Salome/SALOME-9.12.0/./salome”, line 1266, in
main(args)
File “/home/franco/Programs/Salome/SALOME-9.12.0/./salome”, line 1255, in main
out, err, status = context.runSalome(args)
File “/home/franco/Programs/Salome/SALOME-9.12.0/BINARIES-CO7/KERNEL/bin/salome/salomeContext.py”, line 146, in runSalome
out, err = proc.communicate()
File “/usr/lib/python3.10/subprocess.py”, line 1146, in communicate
self.wait()
File “/usr/lib/python3.10/subprocess.py”, line 1209, in wait
return self._wait(timeout=timeout)
File “/usr/lib/python3.10/subprocess.py”, line 1959, in _wait
(pid, sts) = self._try_wait(0)
File “/usr/lib/python3.10/subprocess.py”, line 1917, in _try_wait
(pid, sts) = os.waitpid(self.pid, wait_flags)
KeyboardInterrupt
I am using tuxedOS 2 which is ubuntu based https://os.tuxedocomputers.com/
I use salome almost every day, and I have digged the forum this and the one of salome_meca to see other publications of this different issues, no luck. I have my two pcs one with nvidia GPU and the other with AMD GPU (the one that comes with the CPU nothing fancy) and the two are showing all the cited problems.
I have also for the explode function done everything in this post gui library corresponding to the user action can not be found or loade / Salome-Meca usage / Code_Aster forums without luck either. If I run:
import os
os.system("ldd /opt/salome/V2019_univ/modules/GEOM_V9_3_0/lib/salome/libEntityGUI.so|grep found")
I get 256 as I am supposed to get.
I would really appreciate help with this issues… it makes the use of salome quite annoying