-
Notifications
You must be signed in to change notification settings - Fork 447
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
Comments
Is there an error message if you run it from the command line? |
It core dumps. Latest version of Linux Mint as of Jan 25th 2023. |
Can you start it under gdb?
Then when it crashes, type:
And copy and paste the output here? |
(gdb) file sdrangel
Reading symbols from sdrangel...
Reading symbols from /usr/lib/debug//app/bin/sdrangel.debug...
(gdb) run
Starting program: /app/bin/sdrangel
[Thread debugging using libthread_db enabled]
Using host libthread_db library
"/usr/lib/x86_64-linux-gnu/libthread_db.so.1".
Program received signal SIGILL, Illegal instruction.
0x00007ffff7588f6c in
std::__detail::_Compiler<std::__cxx11::regex_traits<char>
::_Compiler(char const*, char const*, std::locale const&,
std::regex_constants::syntax_option_type) [clone .constprop.0]
(this=0x7fffffffd9f0, __b=<optimized out>, __e=<optimized out>,
__loc=..., __flags=std::regex_constants::_S_ECMAScript) at
/usr/include/c++/12.1.0/bits/regex_compiler.tcc:72
72 _M_ctype(std::use_facet<_CtypeT>(__loc))
(gdb) info stack
#0 0x00007ffff7588f6c in
std::__detail::_Compiler<std::__cxx11::regex_traits<char>
::_Compiler(char const*, char const*, std::locale const&,
std::regex_constants::syntax_option_type) [clone .constprop.0]
(this=0x7fffffffd9f0, __b=<optimized out>,
__e=<optimized out>, __loc=...,
__flags=std::regex_constants::_S_ECMAScript)
at /usr/include/c++/12.1.0/bits/regex_compiler.tcc:72
#1 0x00007ffff743ce50 in std::__cxx11::basic_regex<char,
std::__cxx11::regex_traits<char> >::_M_compile(char const*, char const*,
std::regex_constants::syntax_option_type) [clone .constprop.0] (
***@***.***=0x7ffff7cfed40
<WebAPIAdapterInterface::devicesetURLRe[abi:cxx11]>,
***@***.***=0x7ffff7c9ae08
"^/sdrangel/deviceset/([0-9]{1,2})$", __last=<optimized out>,
__f=std::regex_constants::_S_ECMAScript) at
/usr/include/c++/12.1.0/bits/regex.h:789
#2 0x00007ffff743d023 in std::__cxx11::basic_regex<char,
std::__cxx11::regex_traits<char> >::basic_regex(char const*,
std::regex_constants::syntax_option_type) [clone .constprop.0]
(this=0x7ffff7cfed40 <WebAPIAdapterInterface::devicesetURLRe[abi:cxx11]>,
__p=0x7ffff7c9ae08 "^/sdrangel/deviceset/([0-9]{1,2})$",
__f=std::regex_constants::_S_ECMAScript)
at /usr/include/c++/12.1.0/bits/regex.h:453
#3 0x00007ffff7442858 in _sub_I_65535_0.0 () from
/app/lib/sdrangel/libsdrbase.so
#4 0x00007ffff7fcbfff in call_init () from /lib64/ld-linux-x86-64.so.2
#5 0x00007ffff7fcc0fd in _dl_init () from /lib64/ld-linux-x86-64.so.2
#6 0x00007ffff7fe41ca in _dl_start_user () from /lib64/ld-linux-x86-64.so.2
#7 0x0000000000000001 in ?? ()
#8 0x00007fffffffe0a6 in ?? ()
#9 0x0000000000000000 in ?? ()
(gdb)
|
Problem is "illegal instruction". Do you have an old CPU? If so, you may need to recompile for your CPU. |
Is this too old?
Intel(R) Core(TM) i3-3217U CPU @ 1.80GHz
Joel
|
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 |
This issue is going to be closed due to inactivity |
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!
The text was updated successfully, but these errors were encountered: