Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stacer dump #514

Open
dacorsa opened this issue Nov 25, 2022 · 7 comments
Open

stacer dump #514

dacorsa opened this issue Nov 25, 2022 · 7 comments

Comments

@dacorsa
Copy link

dacorsa commented Nov 25, 2022

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
Copy link
Contributor

alexmyczko commented Dec 2, 2022

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

@dacorsa
Copy link
Author

dacorsa commented May 16, 2023

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
Copy link
Author

dacorsa commented May 16, 2023

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
Copy link
Contributor

run strace ./stacer to get an idea?

@dacorsa
Copy link
Author

dacorsa commented May 16, 2023

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
Copy link
Contributor

read again

@dacorsa
Copy link
Author

dacorsa commented May 16, 2023

dump.txt

ok i attached

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants