discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] `s < d_bufsize' failed.


From: Charles Swiger
Subject: Re: [Discuss-gnuradio] `s < d_bufsize' failed.
Date: Mon, 01 May 2006 15:27:39 -0400

On Mon, 2006-05-01 at 10:38 -0700, Eric Blossom wrote:

> You're probably returning a value from work/general_work that's 
> greater than nouput_items.  Add an assert to you code.
> 

Indeed - an fprintf shows:

ninput_items_required: 8597
ninput_items_required: 5048
noutput_items: 1910, Returning k: 15643440          <==== WOW
python: ./gr_buffer.h:96: unsigned int gr_buffer::index_add(unsigned
int, unsigned int): Assertion `s < d_bufsize' failed.




> It needs to subclass gr_block since it isn't exactly N:1.
> 


Yikes.







reply via email to

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