discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] gr_vector_source_c.cc segmentation fault


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] gr_vector_source_c.cc segmentation fault
Date: Thu, 1 Mar 2007 20:36:45 -0800
User-agent: Mutt/1.5.9i

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, address@hidden,  address@hidden)
> 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




reply via email to

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