On Thu, Mar 01, 2007 at 10:46:45PM -0500, Liu Xin wrote:
> Hello, All:
> 
> My program got Segmentation Fault. I used gdb to trace the process and got
> the following return:
> ===============================================================
> (gdb) continue
> Continuing.
> [New Thread -1223844944 (LWP 25403)]
> 
> Program received signal SIGSEGV, Segmentation fault.
> [Switching to Thread -1223844944 (LWP 25403)]
> 0xb7706c79 in gr_vector_source_c::work (this=0x82bf1c8,
> noutput_items=3968, [EMAIL PROTECTED],  [EMAIL PROTECTED])
> at gr_vector_source_c.cc:58
> 58            optr[i] = d_data[offset++];
> Current language:  auto; currently c++
> (gdb)
> ==============================================================
> 
> 
> Could anyone give some clues what is wrong with the vector?
> Thanks a lot,
> Xin


What version of GNU Radio are you using?
Is it from a tarball or from svn?
What OS, version and distribution are you using?
What version of g++ are you using?


Eric


_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to