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
> Discuss-gnuradio@gnu.org
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
> 

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

Reply via email to