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


_______________________________________________
Discuss-gnuradio mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to