discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] build problem


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] build problem
Date: Mon, 21 Nov 2005 13:46:24 -0800
User-agent: Mutt/1.5.6i

On Mon, Nov 21, 2005 at 02:43:34PM -0600, LRK wrote:
> 
> Seems like every time I upgrade something, something breaks. I'm not
> sure what causes this but building from CVS gives me a "segmentation
> fault" during "make check" in gnuradio-core.
> 
> I tracked it down to large blocks being allocated in two of the tests.
> This is being compiled with gcc 3.4.2 under FreeBSD 5.4.
> 
> 
> This is a fix but I'm not sure it is the right fix:

I think the problem is that your "upgrade" somehow changed the default
maximum stack size.  The QA code is only allocating 1.6MB on the stack.

What does 

  $ ulimit -s

say?

Eric




reply via email to

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