Re: [Discuss-gnuradio] Trouble with gr-ieee802.11

2015-07-23 Thread Bastian Bloessl
Hi, > On 23 Jul 2015, at 21:45, Paul Garver wrote: > > Did you install from pybombs? > > I've seen this error using pybombs to install on Ubuntu 15.04. It seems like > a few other folks on this list have the same problem. > > Running gdb --args python wifi_loopback.py shows the segfault locat

Re: [Discuss-gnuradio] Trouble with gr-ieee802.11

2015-07-23 Thread Paul Garver
Did you install from pybombs? I've seen this error using pybombs to install on Ubuntu 15.04. It seems like a few other folks on this list have the same problem. Running gdb --args python wifi_loopback.py shows the segfault location: Program received signal SIGSEGV, Segmentation fault. [Switchi

Re: [Discuss-gnuradio] Trouble with gr-ieee802.11

2015-07-17 Thread Bastian Bloessl
Hi, please start the flow graph in a debugger to see where it segfaults. http://gnuradio.org/redmine/projects/gnuradio/wiki/TutorialsGDB Recently, some people had problems with certain boost versions (in boost::format IIRC). Best, Bastian > On 17 Jul 2015, at 12:03, Leonardo S. Cardoso > wr

[Discuss-gnuradio] Trouble with gr-ieee802.11

2015-07-17 Thread Leonardo S. Cardoso
Hi everyone, I’m wondering if there are any gr-ieee802.11 exports out there, who have had the problem as I did... :) I’m having some issues with a core dump whenever I try to execute any of the reception codes (wifi_loopback or wifi_rx). Specifically with the wifi_loopback I get this before th