discuss-gnuradio
[Top][All Lists]
Advanced

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

RE: [Discuss-gnuradio] grnudadio-core test code


From: Beck, Andrew Thomas - BECAT001
Subject: RE: [Discuss-gnuradio] grnudadio-core test code
Date: Tue, 9 Aug 2005 10:26:55 +0930

I'm actually using cygwin so the directory is
/usr/lib/python2.4/site-packages/gnuradio/gr

In any event, it didn't work. The test still fails.
I'm a little confused though, since the two tests
appear to be C++ compiled into executables

test_runtime.exe - fails
and
test_vmcircbuf.exe - runs

cheers,
andrew


-----Original Message-----
From: mjam01 [mailto:address@hidden]
Sent: Tue 9/08/2005 6:39 AM
To: Beck, Andrew Thomas - BECAT001
Cc: address@hidden
Subject: Re: [Discuss-gnuradio] grnudadio-core test code

this time with the proper directory...

to solve it delete all the pyc files in:

C:\Python24\Lib\site-packages\gnuradio\gr

and it will work again.

mike

On 08/08/05, mjam01 <address@hidden> wrote:
> hey,
>
> try deleting all the .pyc files (+ any other compiled python files) in
> the c:\python24\libs\gnuradio folders. i had the same errors coming up
> with mingw.
>
> mike
> m0mik.org/gnuradio/
>
> On 08/08/05, Beck, Andrew Thomas - BECAT001
> <address@hidden> wrote:
> >
> >
> > Hi All,
> >  I'm getting a puzzling result running the tests for gnuradio-core
> >  under cygwin. I build with no problems.
> >
> >  If I run src/tests/test_vmcircbuf I get one pass:
> >
> >  Testing gr_vmcircbuf_createfilemapping_factory...
> >  ....... gr_vmcircbuf_createfilemapping_factory: OK
> >  Testing gr_vmcircbuf_sysv_shm_factory...
> >  ....... gr_vmcircbuf_sysv_shm_factory: Doesn't work
> >  Testing gr_vmcircbuf_mmap_shm_open_factory...
> >  gr_vmcircbuf_mmap_mkstemp: mmap or shm_open is not available
> >  ....... gr_vmcircbuf_mmap_shm_open_factory: Doesn't work
> >  Testing gr_vmcircbuf_mmap_tmpfile_factory...
> >  ....... gr_vmcircbuf_mmap_tmpfile_factory: OK
> >  test_vmcircbuf: OK.  We've got at least one workable solution
> >
> >  but, if I run src/tests/test_runtime I fail with:
> >
> >  Testing gr_vmcircbuf_createfilemapping_factory...
> >  gr_vmcircbuf_mmap_createfilemapping: non contiguous mmap
> > 0xf980000 0xf980000 0x400000 0xfd80000
> >  ....... gr_vmcircbuf_createfilemapping_factory: Doesn't
> > work
> >  Testing gr_vmcircbuf_sysv_shm_factory...
> >  ....... gr_vmcircbuf_sysv_shm_factory: Doesn't work
> >  Testing gr_vmcircbuf_mmap_shm_open_factory...
> >  gr_vmcircbuf_mmap_mkstemp: mmap or shm_open is not available
> >  ....... gr_vmcircbuf_mmap_shm_open_factory: Doesn't work
> >  Testing gr_vmcircbuf_mmap_tmpfile_factory...
> >  gr_vmcircbuf_mmap_tmpfile: contiguous? mmap 0xf980000 0xf980000, 8
> >  gr_vmcircbuf_mmap_tmpfile: non contiguous mmap 0xf980000 0xf980000
> >  ....... gr_vmcircbuf_mmap_tmpfile_factory: Doesn't work
> >
> >
> >  Now, as far as I can see, these two tests are calling the same function in
> > the same library
> >  to do the testing. Has anybody else seen this? I'm using a fairly recent
> > CVS image & gcc-3.4.4.
> >
> >  cheers,
> >  andrew
> >
> > _______________________________________________
> > Discuss-gnuradio mailing list
> > address@hidden
> > http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
> >
> >
> >
>



reply via email to

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