[Discuss-gnuradio] Segmentation fault : Try to make dual channel building blocks

2009-03-06 Thread Yong J. Chang
Hi all, Now I'm building some signaling blocks having dual output streams. But if I try to make dual output streams which have different data type from input stream, 'Segmentation fault' error is occurred. How can I make dual outputs which have different data type from input stream? Thanks in

Re: [Discuss-gnuradio] Segmentation fault : Try to make dual channel building blocks

2009-03-06 Thread Eric Blossom
On Fri, Mar 06, 2009 at 11:03:28AM -0800, Yong J. Chang wrote: Hi all, Now I'm building some signaling blocks having dual output streams. But if I try to make dual output streams which have different data type from input stream, 'Segmentation fault' error is occurred. How can I make dual

Re: [Discuss-gnuradio] Segmentation fault : Try to make dual channel building blocks

2009-03-06 Thread Yong J. Chang
Thank you Eric, But I still have a problem. I simply made two blocks. 1) First One gr_data_parser::gr_data_parser () : gr_block (gr_data_parser, gr_make_io_signature (1, 1, sizeof (gr_complex)), gr_make_io_signature (1, 2, sizeof (gr_complex))) 2)

Re: [Discuss-gnuradio] Segmentation fault : Try to make dual channel building blocks

2009-03-06 Thread Eric Blossom
On Fri, Mar 06, 2009 at 05:22:44PM -0800, Yong J. Chang wrote: Thank you Eric, But I still have a problem. I simply made two blocks. 1) First One gr_data_parser::gr_data_parser () : gr_block (gr_data_parser, gr_make_io_signature (1, 1, sizeof (gr_complex)),