[Nice] libnice-0.1.5 regression tests

Bruce Dubbs bruce.dubbs at gmail.com
Mon Apr 14 12:34:20 PDT 2014


I've been trying to build libnice-0.1.5.  Running ./configure && make 
completes without any errors or warnings.  I am not using gupnp.

Running 'make check' is a problem though.  At test-send-recv it ran at 
100% CPU for 20 minutes before I killed it.

Any clues to what it's doing?  The kernel is 3.13.3 and the libraries are:

$ ldd test-send-recv
         linux-vdso.so.1
         librt.so.1 => /lib/librt.so.1
         libgthread-2.0.so.0 => /usr/lib/libgthread-2.0.so.0
         libgio-2.0.so.0 => /usr/lib/libgio-2.0.so.0
         libgmodule-2.0.so.0 => /usr/lib/libgmodule-2.0.so.0
         libdl.so.2 => /lib/libdl.so.2
         libz.so.1 => /lib/libz.so.1
         libresolv.so.2 => /lib/libresolv.so.2
         libgobject-2.0.so.0 => /usr/lib/libgobject-2.0.so.0
         libffi.so.6 => /usr/lib/libffi.so.6
         libglib-2.0.so.0 => /usr/lib/libglib-2.0.so.0
         libpcre.so.1 => /lib/libpcre.so.1
         libpthread.so.0 => /lib/libpthread.so.0
         libc.so.6 => /lib/libc.so.6
         /lib64/ld-linux-x86-64.so.2

I did try to use the test-driver program:

$ ./test-driver --test-name test-send-recv --log-file ./testlog 
--trs-file ./trsfile

and get an immediate (basically 0 seconds) PASS result.

I also seem to get intermittent failures for test-io-stream-thread and 
test-io-stream-pollable.


   -- Bruce Dubbs
      linuxfromscratch.org


More information about the nice mailing list