oguzhaninan / Stacer

Linux System Optimizer and Monitoring - https://oguzhaninan.github.io/Stacer-Web

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stacer dump

dacorsa opened this issue · comments

Hi
i have build on my ubuntu 22.04 stacer, but when i run: /app/Stacer/build/output/stacer
tell me:

14:40:12 dacorsa@NanoKDE /home/dacorsa $ /app/Stacer/build/output/stacer
Errore di segmentazione (core dump creato)

How can i solve it?

is that released tar.gz or master checkout? anything wrong with the official pkg?

it's all ok with the version in the ubuntu repository, but if i run the version downloaded from github i have this problem

sudo apt install libqt5charts5-dev
cd /app
git clone --recurse-submodules https://github.com/oguzhaninan/Stacer.git
cd /app/Stacer
sudo git checkout default
sudo git reset --hard
sudo git pull
sudo git submodule update --init --recursive
sudo git pull --recurse
make uninstall
make clean
mkdir build ; cd build
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=/qt/path/bin ..
sudo make -j$(nproc)
ls -la /app/Stacer/build/output/stacer
exit 0

and running stacer:

13:02:40 dacorsa@NanoKDE /home/dacorsa $ /app/Stacer/build/output/stacer
Errore di segmentazione (core dump creato)
13:02:42 dacorsa@NanoKDE /home/dacorsa $

run strace ./stacer to get an idea?

yes i tried:
18:33:19 dacorsa@NanoKDE /home/dacorsa $ cd /app/Stacer/build/output/
18:33:25 dacorsa@NanoKDE /app/Stacer/build/output $ ./stacer
Errore di segmentazione (core dump creato)
18:33:29 dacorsa@NanoKDE /app/Stacer/build/output $

for a fraction of second i saw a splash screen and after crash on my ubuntu lunar.

read again

dump.txt

ok i attached