Tom,
Any update on this issue?
From: Bruce Hoenig
To: Tom Rondeau-2 [via GnuRadio]
Sent: Monday, January 6, 2014 1:22 PM
Subject: Re: make test failure at qa_constellation_receiver
Tom,
I believe that I'm running the version that comes with SuSE 11 and
On Mon, Jan 6, 2014 at 4:23 PM, ibmsorcerer wrote:
> Tom,
> I believe that I'm running the version that comes with SuSE 11 and updated
> to SP3. v 1.36.0-12.3.1. I'm using it, because I thought that the easy
> installation of many of the necessary libraries/tools might make it
> convenient and ea
Tom,
I believe that I'm running the version that comes with SuSE 11 and updated to
SP3. v 1.36.0-12.3.1. I'm using it, because I thought that the easy
installation of many of the necessary libraries/tools might make it convenient
and easier to build gnu-radio.
All of the others worked fine, aft
On Sat, Jan 4, 2014 at 9:27 PM, ibmsorcerer wrote:
> I built gnuradio 3.7.2.1 from scratch on a SuSE Linux Enterprise Server 11
> with SP3 running as a VM.
>
> I ran into this problem with the constellation_receiver test.
>
> bruce@gnuradio:~/gnuradio-3.7.2.1/build> ctest -V -R constellation_recei
I built gnuradio 3.7.2.1 from scratch on a SuSE Linux Enterprise Server 11
with SP3 running as a VM.
I ran into this problem with the constellation_receiver test.
bruce@gnuradio:~/gnuradio-3.7.2.1/build> ctest -V -R constellation_receiver
UpdateCTestConfiguration from
:/home/bruce/gnuradio-3.
After running some of the python scripts were listed in error message in
the tracebacks, I ran the test again, and it passed. It's like either some
dependency or library got built or loaded after I was fooling around. Test
the theory, I rebuilt everything from scratch in a separate directory.
Ho
On Thu, Aug 22, 2013 at 7:09 PM, Curt Karnstedt wrote:
> Here are the results. I get a segfault, same as the last time after I fixed
> the ownership.
>
> [curt@localhost build]$ ctest -V -R qa_constellation_receiver
> UpdateCTestConfiguration from
> :/home/curt/Downloads/gnuradio-3.7.0/build/Dar
Here are the results. I get a segfault, same as the last time after I
fixed the ownership.
[curt@localhost build]$ ctest -V -R qa_constellation_receiver
UpdateCTestConfiguration from
:/home/curt/Downloads/gnuradio-3.7.0/build/DartConfiguration.tcl
Start processing tests
UpdateCTestConfiguration
Yes, thanks. Somehow some of the files in the source had root ownership.
I changed ownership, re-built, and then got a different error message. So
I am starting the build from scratch again. Will let you know.
On Thu, Aug 22, 2013 at 4:35 PM, Martin Braun (CEL) wrote:
> On Thu, Aug 22, 2013
On Thu, Aug 22, 2013 at 04:10:47PM -0500, Curt Karnstedt wrote:
> 143/172 Testing qa_constellation_receiver
> Test command: /bin/sh /home/curt/Downloads/gnuradio-3.7.0/build/gr-digital/
> python/digital/qa_constellation_receiver_test.sh
> Test timeout computed to be: 9.99988e+06
> Traceback (mo
[curt@localhost build]$ ctest -V -R qa_constellation_receiver
UpdateCTestConfiguration from
:/home/curt/Downloads/gnuradio-3.7.0/build/DartConfiguration.tcl
Start processing tests
UpdateCTestConfiguration from
:/home/curt/Downloads/gnuradio-3.7.0/build/DartConfiguration.tcl
Test project /home/cur
On Thu, Aug 22, 2013 at 7:27 AM, Curt Karnstedt wrote:
>
> I'm building gnuradio (version 3.7.0) for the first time, and the
> qa_constellation receiver test failed. I am building in a CentOS 6.4
> 64-bit
> virtual machine, running on an Lenovo Y500. What can I do to help debug?
>
Try:
$ ctes
I'm building gnuradio (version 3.7.0) for the first time, and the
qa_constellation receiver test failed. I am building in a CentOS 6.4 64-bit
virtual machine, running on an Lenovo Y500. What can I do to help debug?
I 171/172 Test #171: qa_fcd ... Passed0.16 sec
On Sat, 14 Apr 2012 22:13:50 -0700, Ben Reynwar wrote:
> It appears that each test case is being run twice. I think once to
> generate the xml output, and once to generate output for stdout and
> tell you whether it failed. The random number generator isn't being
> reseeded at the start of each
On Sun, Apr 15, 2012 at 1:13 AM, Ben Reynwar wrote:
> It appears that each test case is being run twice. I think once to
> generate the xml output, and once to generate output for stdout and
> tell you whether it failed. The random number generator isn't being
> reseeded at the start of each tes
On Sat, Apr 14, 2012 at 22:13, Ben Reynwar wrote:
> I've
> attached a patch that make each test use it's own random number
> generating object which seems a tidier way to do this, and makes the
> tests repeatable.
This will have to wait until morning, but I'll get this on maint and master.
John
It appears that each test case is being run twice. I think once to
generate the xml output, and once to generate output for stdout and
tell you whether it failed. The random number generator isn't being
reseeded at the start of each test so they can produce different
results, so you can sometimes
On Sat, 14 Apr 2012 13:40:35 +0200, Martin Braun wrote:
> On Sat, Apr 14, 2012 at 05:20:13PM +0800, Alick Zhao wrote:
>> Yes the bug still occurs.
>>
>> I just wrote a simple script to ran the test for 50 times on T60 with
>> Ubuntu, GNU Radio 3.5.3 equipped, before and after FREQUENCY_OFFSET set
>
On Sat, Apr 14, 2012 at 04:40, Martin Braun wrote:
> I'll post a patch on patch-gnuradio--this eliminates the
> problem on my machine, for some reason. If it does the same for you,
> this might actually be the solution.
This was applied on 3.5.3 maint and 3.6.0git master.
Johnathan
___
On Sat, Apr 14, 2012 at 05:20:13PM +0800, Alick Zhao wrote:
> Yes the bug still occurs.
>
> I just wrote a simple script to ran the test for 50 times on T60 with
> Ubuntu, GNU Radio 3.5.3 equipped, before and after FREQUENCY_OFFSET set
> to 0. All failed the test. (n_pass is 0/50 in both sets) Eve
On Fri, 13 Apr 2012 13:20:01 -0700, Ben Reynwar wrote:
> 2012/4/12 Alick Zhao :
>> Hi all,
>>
>> Recently I have upgraded my gnuradio build to v3.5.3 on several
>> computers, and I find that on two machines with Ubuntu 11.10, make test
>> will fail the test qa_constellation_receiver while on the ot
2012/4/12 Alick Zhao :
> Hi all,
>
> Recently I have upgraded my gnuradio build to v3.5.3 on several
> computers, and I find that on two machines with Ubuntu 11.10, make test
> will fail the test qa_constellation_receiver while on the other two with
> Fedora 16 all tests are passed.
>
> To investig
On Fri, Apr 13, 2012 at 08:41:41AM -0700, Ben Reynwar wrote:
> Weird. This test is probabilistic (not ideal really) but the chance
> of it failing due to chance should be very small. If it's
> consistently failing on one machine but not another then there's
> something fishy going on, and lowerin
On Fri, Apr 13, 2012 at 11:41 AM, Ben Reynwar wrote:
> 2012/4/12 Alick Zhao :
>> Hi all,
>>
>> Recently I have upgraded my gnuradio build to v3.5.3 on several
>> computers, and I find that on two machines with Ubuntu 11.10, make test
>> will fail the test qa_constellation_receiver while on the oth
2012/4/12 Alick Zhao :
> Hi all,
>
> Recently I have upgraded my gnuradio build to v3.5.3 on several
> computers, and I find that on two machines with Ubuntu 11.10, make test
> will fail the test qa_constellation_receiver while on the other two with
> Fedora 16 all tests are passed.
>
> To investig
25 matches
Mail list logo