discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] problem with 3.6.2


From: Josh Blum
Subject: Re: [Discuss-gnuradio] problem with 3.6.2
Date: Sun, 14 Oct 2012 10:06:43 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120912 Thunderbird/15.0.1


On 10/13/2012 11:36 AM, Stephen wrote:
> 
> Hi,
> 
> I was using 3.6 with no issues. Today I updated to 3.6.3 and get the
> following error when I try to start the flowgraph. I did rebuild all
> parts of my application.
> 
> terminate called after throwing an instance of 'Using Volk machine:
> sse4_1_64_orc
> std::invalid_argument'
>   what():  gr_buffer_add_reader: nzero_preload must be >= 0
> The program has unexpectedly finished.
> 
> Does anyone have any idea where I could start looking?

set_history needs to be at least 1.

(because this actually means a history of user_history_setting-1 is
prepended to the start of the buffer)

-josh

> 
> thanks,
> steve
> 
> _______________________________________________
> 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]