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

Failure to launch? #1547

Closed
SilentCyandFriends opened this issue Dec 25, 2022 · 8 comments
Closed

Failure to launch? #1547

SilentCyandFriends opened this issue Dec 25, 2022 · 8 comments

Comments

@SilentCyandFriends
Copy link

I'm running Linux Mint and am relatively new to the OS, so I installed it using flatpak, but it won't open? Any help would be appreciated!

@srcejon
Copy link
Collaborator

srcejon commented Dec 27, 2022

Is there an error message if you run it from the command line?

@jargowares
Copy link

It core dumps. Latest version of Linux Mint as of Jan 25th 2023.
joel@joel-Inspiron-3521:/var/lib/systemd/coredump$ ls -Flart
total 4880
drwxr-xr-x 13 root root 4096 Dec 1 22:02 ../
-rw-r-----+ 1 root root 560518 Jan 24 23:12 core.sdrangel.1000.b68190f0c6df44d3845241ea7c0cd6f5.3475.1674623578000000.zst
-rw-r-----+ 1 root root 560270 Jan 24 23:50 core.sdrangel.1000.6c15eaf66b3f493db3a2c92e30638460.3786.1674625835000000.zst
-rw-r-----+ 1 root root 560142 Jan 24 23:50 core.sdrangel.1000.6c15eaf66b3f493db3a2c92e30638460.3804.1674625847000000.zst
-rw-r-----+ 1 root root 560827 Jan 24 23:54 core.sdrangel.1000.6c15eaf66b3f493db3a2c92e30638460.3946.1674626078000000.zst
-rw-r-----+ 1 root root 457437 Jan 25 01:48 core.sdrangel.1000.b6284e69fa08486cacb7c9410f4d9d8e.4413.1674632919000000.zst
-rw-r-----+ 1 root root 560398 Jan 25 01:54 core.sdrangel.1000.b6284e69fa08486cacb7c9410f4d9d8e.5859.1674633284000000.zst
-rw-r-----+ 1 root root 561254 Jan 25 02:02 core.sdrangel.1000.b6284e69fa08486cacb7c9410f4d9d8e.6486.1674633746000000.zst
-rw-r-----+ 1 root root 560733 Jan 25 03:07 core.sdrangel.1000.7e6bd4a3334140998acbdceae4c13757.2494.1674637634000000.zst
-rw-r-----+ 1 root root 560695 Jan 25 03:34 core.sdrangel.1000.7e6bd4a3334140998acbdceae4c13757.6074.1674639259000000.zst
drwxr-xr-x 2 root root 4096 Jan 25 03:34 ./
joel@joel-Inspiron-3521:/var/lib/systemd/coredump$

@srcejon
Copy link
Collaborator

srcejon commented Jan 25, 2023

Can you start it under gdb?

gdb /path/to/sdrangel
run

Then when it crashes, type:

info stack

And copy and paste the output here?

@jargowares
Copy link

jargowares commented Jan 26, 2023 via email

@srcejon
Copy link
Collaborator

srcejon commented Jan 26, 2023

Problem is "illegal instruction". Do you have an old CPU? If so, you may need to recompile for your CPU.

@jargowares
Copy link

jargowares commented Jan 27, 2023 via email

@srcejon
Copy link
Collaborator

srcejon commented Jan 29, 2023

I don't know what options the flatpak was compiled with, but as that CPU looks to be 10 years old, it may be.

I'd suggest trying to compile SDRangel yourself.

https://github.com/f4exb/sdrangel/wiki/Compile-from-source-in-Linux

@github-actions
Copy link

This issue is going to be closed due to inactivity

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

No branches or pull requests

3 participants