You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: