Forum

Author Topic: Segmentation fault when checking GPUs  (Read 2711 times)

harp

  • Newbie
  • *
  • Posts: 4
    • View Profile
Segmentation fault when checking GPUs
« on: March 06, 2022, 05:58:07 AM »
I'm using Manjaro Linux, and I can't enable my GPU since any time I try to access the GPU tab, the program crashes, and I get the following error in the terminal:
Code: [Select]
/opt/agisoft/metashape-pro/crashreporter: error while loading shared libraries: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory
/opt/agisoft/metashape-pro/metashape.sh: line 22:  6642 Segmentation fault      (core dumped) "$dirname/$appname" "$@"
« Last Edit: March 06, 2022, 06:04:19 AM by harp »

PolarNick

  • Jr. Member
  • **
  • Posts: 97
    • View Profile
Re: Segmentation fault when checking GPUs
« Reply #1 on: March 09, 2022, 02:15:55 PM »
What is your GPU? NVIDIA?

Do these programs work?

nvidia-smi
nvidia-settings
clinfo
« Last Edit: March 09, 2022, 02:17:32 PM by PolarNick »

harp

  • Newbie
  • *
  • Posts: 4
    • View Profile
Re: Segmentation fault when checking GPUs
« Reply #2 on: March 10, 2022, 11:43:48 PM »
No its an AMD 4700U APU. clinfo also segfaults:

Code: [Select]
$ clinfo
zsh: segmentation fault (core dumped)  clinfo

PolarNick

  • Jr. Member
  • **
  • Posts: 97
    • View Profile
Re: Segmentation fault when checking GPUs
« Reply #3 on: March 11, 2022, 02:00:37 PM »
I afraid that it means that the driver doesn't work properly - clinfo is very stable and just asks driver about available OpenCL devices and their properties.