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

SVXLink v1.8.0 Seg.fault on AlpineLinux #680

Open
ur3qjw opened this issue Oct 1, 2024 · 0 comments
Open

SVXLink v1.8.0 Seg.fault on AlpineLinux #680

ur3qjw opened this issue Oct 1, 2024 · 0 comments

Comments

@ur3qjw
Copy link

ur3qjw commented Oct 1, 2024

Hi All,

SvxLink, crashes when using the ModuleEchoLink and ReflectorLogic.
With the ModuleFrn, it starts normally.
Here are the build logs:
build-edge-armhf
build-edge-armv7
build-edge-x86_64

Maybe someone can tell how to solve this problem?

Debugger information:
`SvxLink [email protected] Copyright (C) 2003-2023 Tobias Blomberg / SM0SVX
SvxLink comes with ABSOLUTELY NO WARRANTY. This is free software, and you are
welcome to redistribute it in accordance with the terms and conditions in the
GNU GPL (General Public License) version 2 or later.
Using configuration file: /etc/svxlink/svxlink.conf
--- Using sample rate 48000Hz
Starting logic: SimplexLogic
Found plugin: /usr/lib/svxlink/SimplexLogic.so
SimplexLogic: Loading RX "NONE"
SimplexLogic: Loading TX "NONE"
SimplexLogic: Loading module "ModuleEchoLink"
Found /usr/lib/svxlink/ModuleEchoLink.so
Module EchoLink [email protected] starting...
Program received signal SIGSEGV, Segmentation fault.
0xb6fb7e90 in memcpy () from /lib/ld-musl-armhf.so.1
(gdb) bt full
#0 0xb6fb7e90 in memcpy () from /lib/ld-musl-armhf.so.1
No symbol table info available.
#1 0xb676bb54 in bool Async::Config::getValue<std::vector, std::__cxx11::basic_string<char, std::char_traits, std::allocator > >(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, std::vector<std::__cxx11::basic_string<char, std::char_traits, std::allocator >, std::allocator<std::__cxx11::basic_string<char, std::char_traits, std::allocator > > >&, bool) const () from /usr/lib/svxlink/ModuleEchoLink.so
No symbol table info available.
#2 0xb6766ac4 in ModuleEchoLink::initialize() () from /usr/lib/svxlink/ModuleEchoLink.so
No symbol table info available.
#3 0x0045b5c0 in Logic::loadModule(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&)
()
No symbol table info available.
#4 0x0045c600 in Logic::loadModules() ()
No symbol table info available.
#5 0x0046004c in Logic::initialize(Async::Config&, std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&) ()
No symbol table info available.
#6 0xb6803c08 in SimplexLogic::initialize(Async::Config&, std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&) () from /usr/lib/svxlink/SimplexLogic.so
No symbol table info available.
#7 0x004485e4 in ?? ()
No symbol table info available.
#8 0x004457dc in main ()
No symbol table info available.

Using configuration file: /etc/svxlink/svxlink.conf
--- Using sample rate 48000Hz
Starting logic: SimplexLogic
Found plugin: /usr/lib/svxlink/SimplexLogic.so
SimplexLogic: Loading RX "NONE"
SimplexLogic: Loading TX "NONE"
SimplexLogic: Event handler script successfully loaded.
Starting logic: ReflectorLogic
Found plugin: /usr/lib/svxlink/ReflectorLogic.so
Program received signal SIGSEGV, Segmentation fault.
0xb6fb7e90 in memcpy () from /lib/ld-musl-armhf.so.1
(gdb) bt full
#0 0xb6fb7e90 in memcpy () from /lib/ld-musl-armhf.so.1
No symbol table info available.
#1 0xb67312a4 in bool Async::Config::getValue<std::vector, std::__cxx11::basic_string<char, std::char_traits, std::allocator > >(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, std::vector<std::__cxx11::basic_string<char, std::char_traits, std::allocator >, std::allocator<std::__cxx11::basic_string<char, std::char_traits, std::allocator > > >&, bool) const () from /usr/lib/svxlink/ReflectorLogic.so
No symbol table info available.
#2 0xb6722e60 in ReflectorLogic::initialize(Async::Config&, std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&) () from /usr/lib/svxlink/ReflectorLogic.so
No symbol table info available.
#3 0x004485e4 in ?? ()
No symbol table info available.
#4 0x004457dc in main ()
No symbol table info available.`

Best regards,
Volodymyr

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

1 participant