Make test failure for qa_pdu

I just built and installed gnuradio-3.6.4 from tarball on my HP nx6115
running Ubuntu 13.04.
only one test failed during make test. i.e, qa_pdu.
I could confirm it by running ctest -E qa_pdu and ctest -R qa_pdu.
Will it affect use of gnuradio ?

On Sun, May 19, 2013 at 2:15 PM, vsrk sarma [email protected] wrote:

I just built and installed gnuradio-3.6.4 from tarball on my HP nx6115
running Ubuntu 13.04.
only one test failed during make test. i.e, qa_pdu.
I could confirm it by running ctest -E qa_pdu and ctest -R qa_pdu.
Will it affect use of gnuradio ?


vsrk sarma

No, I don’t think so. I believe that bug has been fixed and will be
part of the 3.6.5 release. It’s an issue with start-up and messages
being transmitted before the message handler is ready (basically).
It’s a problem that you should never see in a normal application.

Tom

Tom–

I am wondering if the root of this issue is related to an issue I am
having
with a loopback test and the packet encoder.

Can you hook me up with the commits that are relevant to this fix?

–WM

On Tue, May 21, 2013 at 12:45 AM, William McCall
[email protected] wrote:

Tom–

I am wondering if the root of this issue is related to an issue I am having
with a loopback test and the packet encoder.

Can you hook me up with the commits that are relevant to this fix?

–WM

Look at commit: 7ebec8cc4b5e3a9eb480e3f954f9425d92e73a18

Hope that helps,
Tom