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: Liu Xin
Subject: Re: [Discuss-gnuradio] gr_vector_source_c.cc segmentation fault
Date: Fri, 2 Mar 2007 17:17:38 -0500 (EST)

Thanks for your reply, Eric.
> What version of GNU Radio are you using?
gnuradio-3.0rc1

> Is it from a tarball or from svn?
It is from svn.

> What OS, version and distribution are you using?
I am using:
Linux jul 2.6.15-23-386 #1 PREEMPT Tue May 23 13:49:40 UTC 2006 i686
GNU/Linux

> What version of g++ are you using?
g++-4.0.3
python 2.4.3

Thanks.

Xin



On Thu, 1 Mar 2007, Eric Blossom wrote:

> 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]