discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] make check errors, innocuous (?), gnuradio-core-2


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] make check errors, innocuous (?), gnuradio-core-2.5, Mac OS X
Date: Sun, 24 Apr 2005 12:09:53 -0700
User-agent: Mutt/1.5.6i

On Wed, Apr 20, 2005 at 10:36:49AM -0700, Jonathan Jacky wrote:
> 
> I got few error messages from "make check" with gnuradio-core-2.5 on
> Mac OS X.  I think they're innocuous.  Please confirm.
> 
>  .Testing gr_vmcircbuf_sysv_shm_factory...
>  gr_vmcircbuf_sysv_shm: shmat (1): Too many open files
>  gr_vmcircbuf_sysv_shm: shmget (1): Invalid argument
>  gr_vmcircbuf_sysv_shm: shmat (1): Too many open files
>  ....... gr_vmcircbuf_sysv_shm_factory: Doesn't work
> 
> This message appeared in 2.3 also. I was told here it was nothing to
> worry about.

These are fine.  SysV shared memory support is somewhat limited under OS/X.
I think we always end up using shm_open on OS/X.


> FAIL: test_001_filter_delay_one_input (__main__.qa_filter_delay_fc)
> ... (traceback omitted)
> AssertionError: (-0.95105588436126709-0.30904296040534973j) != 
> (-0.95105570554733276-0.3090435266494751j) within 6 places
> ...
> FAIL: test_002_filter_delay_two_inputs (__main__.qa_filter_delay_fc)
> ... (traceback omitted)
> AssertionError: (-0.95105588436126709-0.30904296040534973j) != 
> (-0.95105570554733276-0.3090435266494751j) within 6 places
> 
> These messages are new with 2.5.

This particular code is new in 2.5.  I've changed the test in CVS to
check for 5 places instead of 6.

> Jon Jacky

Eric




reply via email to

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