[Bug 1637774] Re: gqrx-sdr crashes on startup

2018-04-29 Thread Alexandru Csete
Hello, It looks like this problem has been resolved. At least I no longer see this problem in Ubuntu 18.04 even though UHD support is enabled. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1637774

[Bug 1637774] Re: gqrx-sdr crashes on startup

2017-08-28 Thread Henning Meyer
I looked at the build logs and gnuradio is build with the flag std=c++98 while g++ defaults to std=c++14 and libuhd uses the defaults. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1637774 Title:

[Bug 1637774] Re: gqrx-sdr crashes on startup

2017-08-28 Thread Henning Meyer
gnuradio in Ubuntu 17.10 will be built with std=c++11 hopefully that will avoid the problem. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1637774 Title: gqrx-sdr crashes on startup To manage

[Bug 1637774] Re: gqrx-sdr crashes on startup

2017-08-28 Thread Henning Meyer
since gqrx does not actually use boost::asio functionality in libgnuradio-blocks, the following workaround prevents crashes: ``` set LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libuhd.so.003 gqrx ``` without the need to change libraries on the file system -- You received this bug notification because

[Bug 1637774] Re: gqrx-sdr crashes on startup

2017-08-28 Thread Henning Meyer
of course, the maintainers of libgnuradio and libuhd should figure out which library is at fault (i.e. built with non-standard compile options or boost versions) so that this does not happen again -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1637774] Re: gqrx-sdr crashes on startup

2017-08-28 Thread Henning Meyer
This crash is caused by a C++ ODR violation between libuhd.so.003 and libgnuradio-blocks.so.3.7.10 both of which implement the virtual class boost::asio::detail::task_io_service but the implementations are not identical -- You received this bug notification because you are a member of Ubuntu

[Bug 1637774] Re: gqrx-sdr crashes on startup

2017-07-18 Thread gadLinux
Affects me also... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1637774 Title: gqrx-sdr crashes on startup To manage notifications about this bug go to:

[Bug 1637774] Re: gqrx-sdr crashes on startup

2017-01-16 Thread DooMMasteR
I am also affected, I rebuild gnuradio with the defaults on my machine and everything works fine. So I think the package is broken, but would like to know how this happened... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1637774] Re: gqrx-sdr crashes on startup

2016-12-18 Thread flux242
if you have compiled gr-osmosdr yourself and still nothing works then it could be becase there's another lib installed in the /usr/lib/x86_64 -linux-gnu solution: sudo mv /usr/lib/x86_64-linux-gnu/libgnuradio-osmosdr.so.0.1.4 /usr/lib/x86_64-linux-gnu/libgnuradio-osmosdr.so.0.1.4.sav sudo ln -s

[Bug 1637774] Re: gqrx-sdr crashes on startup

2016-12-08 Thread misko
This bug was discussed on the github of gqrx,( https://github.com/csete/gqrx/issues/452 ) There, following workaround was found: Recompile gr-osmosdr from sources, but diable UHD-support -> then gqrx works (at least with RTL2838 DVB-T-Sticks). So, the bug seems to be there, and not in gqrx. **

[Bug 1637774] Re: gqrx-sdr crashes on startup

2016-11-23 Thread misko
Unfortunately it affects me too: GNU gdb (Ubuntu 7.11.90.20161005-0ubuntu1) 7.11.90.20161005-git Copyright (C) 2016 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There

[Bug 1637774] Re: gqrx-sdr crashes on startup

2016-11-04 Thread Tonu Jaansoo
Confirming -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1637774 Title: gqrx-sdr crashes on startup To manage notifications about this bug go to:

[Bug 1637774] Re: gqrx-sdr crashes on startup

2016-11-01 Thread Dennis Heitmann
I can confirm the bug on my computer: [dennis@dennis-pc][~]% gdb gqrx GNU gdb (Ubuntu 7.11.90.20161005-0ubuntu1) 7.11.90.20161005-git Copyright (C) 2016 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free

[Bug 1637774] Re: gqrx-sdr crashes on startup

2016-11-01 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: gqrx-sdr (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1637774 Title: