discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] GRAS time assert error - was Volk error


From: Josh Blum
Subject: Re: [Discuss-gnuradio] GRAS time assert error - was Volk error
Date: Tue, 11 Jun 2013 16:08:03 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130510 Thunderbird/17.0.6


On 06/11/2013 03:55 PM, Yogesh Dahiya wrote:
> Thanks that kind of worked for me it showed the gui for a while but then it
> stopped with following error :
> 
>>>> GRAS: The debug asserts are enabled. <<<
> Created default thread pool with 4 threads.
> Using Volk machine: sse4_2_32_orc
> ASSERT FAIL
> /home/electron/Downloads/gras/lib/gras_impl/input_buffer_queues.hpp:156
> total_idle_times[i] <= (time_now() - _init_time)
> terminate called after throwing an instance of 'std::runtime_error'
>   what():  ASSERT FAIL total_idle_times[i] <= (time_now() - _init_time)
> 
> 

So I dont completely understand the nature of the problem. If you give
me some feedback, I think that its something pretty simple. Possibly an
issuing with using the getclocktime CLOCK_MONOTONIC.

Can you tell me your OS name and version, 32 or 64 bit?

If you pull and rebuild, there is a unit test for the timer stuff, I
wonder what the output verbose is. Can you run this in the build
directory: tests/chrono_time_test_cpp_test.sh

If you apply this diff and rebuild, I think that the additional prints
will be very revealing: http://pastebin.com/xeBHFN5j

-josh


> 
> _______________________________________________
> Discuss-gnuradio mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
> 



reply via email to

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