oguzhaninan / Stacer

Linux System Optimizer and Monitoring - https://oguzhaninan.github.io/Stacer-Web
GNU General Public License v3.0
8.82k stars 600 forks source link

stacer dump #514

Open dacorsa opened 1 year ago

dacorsa commented 1 year ago

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?

alexmyczko commented 1 year ago

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

dacorsa commented 1 year ago

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

dacorsa commented 1 year ago

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 $

alexmyczko commented 1 year ago

run strace ./stacer to get an idea?

dacorsa commented 1 year ago

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.

alexmyczko commented 1 year ago

read again

dacorsa commented 1 year ago

dump.txt

ok i attached