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

gqrx: Segmentation fault #18697

Closed
ghost opened this issue Jan 31, 2020 · 1 comment · Fixed by #18741
Closed

gqrx: Segmentation fault #18697

ghost opened this issue Jan 31, 2020 · 1 comment · Fixed by #18741

Comments

@ghost
Copy link

ghost commented Jan 31, 2020

System

  • xuname: Void 5.4.16_1 x86_64 GenuineIntel uptodate rrmFF
  • package: gqrx

Expected behavior

Program to launch

Actual behavior

Segmentation fault when trying to lanuch the program.

QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-beardyjay'
gr-osmosdr 0.1.4 (0.1.4) gnuradio 3.7.13.5
built-in source types: file fcd rtl rtl_tcp uhd hackrf rfspace airspy
Resampling audio 96000 -> 48000
BookmarksFile is /home/beardyjay/.config/gqrx/bookmarks.csv
[INFO] [UHD] linux; GNU C++ version 9.2.0; Boost_107200; UHD_3.14.1.1-0-unknown
Segmentation fault (core dumped)

Steps to reproduce the behavior

  • sudo xbps-install gqrx
  • gqrx

GDB output

Thread 15 "gqrx" received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffc77fe700 (LWP 11095)]
0x00007ffff796b9e9 in boost::asio::detail::scheduler::shutdown() () from /usr/lib/libgnuradio-blocks-3.7.13.5.so.0.0.0

(gdb) bt
#0 0x00007ffff796b9e9 in boost::asio::detail::scheduler::shutdown() () from /usr/lib/libgnuradio-blocks-3.7.13.5.so.0.0.0
#1 0x00007ffff4776991 in ?? () from /usr/lib/libuhd.so.3.14.1
#2 0x00007ffff497882f in ?? () from /usr/lib/libuhd.so.3.14.1
#3 0x00007ffff431b96a in ?? () from /usr/lib/libuhd.so.3.14.1
#4 0x00007ffff481ec27 in ?? () from /usr/lib/libuhd.so.3.14.1
#5 0x00007ffff481f901 in ?? () from /usr/lib/libuhd.so.3.14.1
#6 0x00007ffff48209af in ?? () from /usr/lib/libuhd.so.3.14.1
#7 0x00007ffff4700ee2 in ?? () from /usr/lib/libuhd.so.3.14.1
#8 0x00007ffff4987eaa in ?? () from /usr/lib/libuhd.so.3.14.1
#9 0x00007ffff46f6aa9 in ?? () from /usr/lib/libuhd.so.3.14.1
#10 0x00007ffff5c6118f in __pthread_once_slow (once_control=0x5555559a6578, init_routine=0x7ffff608f3f0 <__once_proxy>)
at pthread_once.c:116
#11 0x00007ffff49874ad in ?? () from /usr/lib/libuhd.so.3.14.1
#12 0x00007ffff609023f in ?? () from /usr/lib/libstdc++.so.6
#13 0x00007ffff5c58f27 in start_thread (arg=) at pthread_create.c:479
#14 0x00007ffff5d6de0f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95`

@bra1nwave
Copy link
Contributor

bra1nwave commented Jan 31, 2020

I'm looking into it.

Anyway, thanks for reporting!

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

Successfully merging a pull request may close this issue.

1 participant