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?
(because this actually means a history of user_history_setting-1 is
prepended to the start of the buffer)
-josh
thanks for the reply but I don’t know what that means. What is
set_history? I don’t explicitly use gr_buffer in my application. I do
use gr message queues. But all of my message queues are initialized
with a size.
thanks for the reply but I don’t know what that means. What is
set_history? I don’t explicitly use gr_buffer in my application. I do
use gr message queues. But all of my message queues are initialized
with a size.
Somewhere (probably) there is a block in your flow graph that is calling
set_history(0). Perhaps you have some filter taps that are unset (empty
array)?
-josh
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.