discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Messages getting dropped


From: Merlin Chlosta
Subject: Re: [Discuss-gnuradio] Messages getting dropped
Date: Wed, 05 Nov 2014 15:23:13 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0

On 04.11.2014 09:43, Felix W. wrote:
> Hi list,
> 
> I have a strange problem with one of my custom blocks. It's a char stream
> sink with a message output. It basically takes the input stream, selects a
> few samples, packs them into blobs, makes a pmt::cons out of it and
> publishes the message.

Your issue might be different, but I experienced problems with the block
as well.

Please see bug #751.

--merlin

http://gnuradio.org/redmine/issues/751

> My original QA flowgraph looked like this:
> vector_source_b --> my_custom_block --> pdu_to_tagged_stream -->
> vector_sink_b
> 
> The flowgraph is run with tb.start(); time.sleep(2); tb.stop()
> 
> In this setup, I constantly lose the last of the 3 published packets. I
> made sure that the packets are actually published with a print statement
> right after the call to message_port_pub().
> 
> During debugging, I attached a message_debug block to my_custom_block and
> now all messages are received, even at the vector sink. There has been no
> change to the custom block! I can reproduce the packet loss by commenting
> out the message_debug block.
> 
> Any ideas what is happening here?
> 
> Felix
> 
> 
> 
> _______________________________________________
> 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]