discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] assertion error beyond 4096 output items


From: Karan Talasila
Subject: Re: [Discuss-gnuradio] assertion error beyond 4096 output items
Date: Thu, 29 May 2014 14:24:09 +0530

We changed the print statement to what you said and console output is

address@hidden:~/gr-alamouti/
build$ ctest -V -R al_enc
UpdateCTestConfiguration  from :/home/sagar/gr-alamouti/build/DartConfiguration.tcl
UpdateCTestConfiguration  from :/home/sagar/gr-alamouti/build/DartConfiguration.tcl
Test project /home/sagar/gr-alamouti/build
Constructing a list of tests
Done constructing a list of tests
Checking test dependency graph...
Checking test dependency graph end
test 2
    Start 2: qa_al_enc

2: Test command: /bin/sh "/home/sagar/gr-alamouti/build/python/qa_al_enc_test.sh"
2: Test timeout computed to be: 9.99988e+06
2: al_enc::work:noutput_items1024
2: al_enc::work:noutput_items1024
2: .
2: ----------------------------------------------------------------------
2: Ran 1 test in 0.014s
2:
2: OK
1/1 Test #2: qa_al_enc ........................   Passed    0.21 sec

The following tests passed:
    qa_al_enc

100% tests passed, 0 tests failed out of 1

Total Test time (real) =   0.21 sec



Vector_source_c takes in an argument numb which is a list that contains fft_size values. I will paste the qa code here(http://pastebin.com/da21Ww4B).



On Thu, May 29, 2014 at 1:53 PM, Activecat <address@hidden> wrote:

On Thu, May 29, 2014 at 3:12 PM, Karan Talasila <address@hidden> wrote:
@Activecat Here is the c++ block code

Let's change the print statement to below, recompile, run and paste the console output here.

  std::cout << "al_enc::work:  noutput_items=" << noutput_items << std::endl;

Also, what did you configure on the vector_source_c ?



--
Regards
Karan Talasila

reply via email to

[Prev in Thread] Current Thread [Next in Thread]