Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

uv_rwlock_wrlock abort on BeagleBone Black #1160

Closed
hankchan opened this issue Feb 27, 2014 · 5 comments
Closed

uv_rwlock_wrlock abort on BeagleBone Black #1160

hankchan opened this issue Feb 27, 2014 · 5 comments

Comments

@hankchan
Copy link

image

Source code:

uv_rwlock_t log_file_lock;
if (!is_log_init)
{
is_log_init = 1;
uv_rwlock_init(&log_file_lock);
}
uv_rwlock_wrlock(&log_file_lock);

BBB info:

image

@hankchan
Copy link
Author

I use the latest libuv 0.11.21 .
it seems that pthread_rwlock_wrlock() failed on BeagleBone Black .
can anyone give some suggestion?
Thanks.
image

@indutny
Copy link
Contributor

indutny commented Feb 27, 2014

I'm not sure if that helps, but could you please run it through strace? strace ./your-app.

@saghul
Copy link
Contributor

saghul commented Feb 27, 2014

Also, does the libuv test suite pass on the BBB?

@hankchan
Copy link
Author

@indutny :
thank you for your advice. It work well after i recompile libuv and complete recompile my app.

@saghul :
The libuv test always fail although i recompile it many times as follow:

$ sh autogen.sh
$ ./configure
$ make
$ make check
$ make install

the output like this:

root@beaglebone:~/workspace/BAMS-HSADCS/deps/libuv-0.11.21# sh autogen.sh 
+ libtoolize
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: linking file `m4/libtool.m4'
libtoolize: linking file `m4/ltoptions.m4'
libtoolize: linking file `m4/ltsugar.m4'
libtoolize: linking file `m4/ltversion.m4'
libtoolize: linking file `m4/lt~obsolete.m4'
+ aclocal -I m4
+ autoconf
+ automake --add-missing --copy
root@beaglebone:~/workspace/BAMS-HSADCS/deps/libuv-0.11.21# ./configure 
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... armv7l-unknown-linux-gnueabi
checking host system type... armv7l-unknown-linux-gnueabi
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether gcc and cc understand -c and -o together... yes
checking for ar... ar
checking the archiver (ar) interface... ar
checking whether make supports nested variables... yes
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/arm-angstrom-linux-gnueabi/bin/ld
checking if the linker (/usr/arm-angstrom-linux-gnueabi/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 32768
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert armv7l-unknown-linux-gnueabi file names to armv7l-unknown-linux-gnueabi format... func_convert_file_noop
checking how to convert armv7l-unknown-linux-gnueabi file names to toolchain format... func_convert_file_noop
checking for /usr/arm-angstrom-linux-gnueabi/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/arm-angstrom-linux-gnueabi/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for dlopen in -ldl... yes
checking for kstat_lookup in -lkstat... no
checking for kvm_open in -lkvm... no
checking for gethostbyname in -lnsl... yes
checking for perfstat_cpu in -lperfstat... no
checking for pthread_mutex_init in -lpthread... yes
checking for clock_gettime in -lrt... yes
checking for sendfile in -lsendfile... no
checking for socket in -lsocket... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for dtrace... no
checking for pkg-config... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating libuv.pc
config.status: creating Makefile
config.status: executing depfiles commands
config.status: executing libtool commands
root@beaglebone:~/workspace/BAMS-HSADCS/deps/libuv-0.11.21# make clean
 rm -f test/run-tests
test -z " " || rm -f  
test -z "libuv.la" || rm -f libuv.la
rm -f ./so_locations
rm -rf .libs _libs
rm -rf src/.libs src/_libs
rm -rf src/unix/.libs src/unix/_libs
rm -rf src/win/.libs src/win/_libs
rm -rf test/.libs test/_libs
rm -f *.o
rm -f src/*.o
rm -f src/*.lo
rm -f src/unix/*.o
rm -f src/unix/*.lo
rm -f src/win/*.o
rm -f src/win/*.lo
rm -f test/*.o
rm -f *.lo
root@beaglebone:~/workspace/BAMS-HSADCS/deps/libuv-0.11.21# make   
make  all-am
make[1]: Entering directory `/home/root/workspace/BAMS-HSADCS/deps/libuv-0.11.21'
  CC       src/libuv_la-fs-poll.lo
  CC       src/libuv_la-inet.lo
  CC       src/libuv_la-uv-common.lo
  CC       src/libuv_la-version.lo
  CC       src/unix/libuv_la-async.lo
  CC       src/unix/libuv_la-core.lo
  CC       src/unix/libuv_la-dl.lo
  CC       src/unix/libuv_la-fs.lo
  CC       src/unix/libuv_la-getaddrinfo.lo
  CC       src/unix/libuv_la-loop-watcher.lo
  CC       src/unix/libuv_la-loop.lo
  CC       src/unix/libuv_la-pipe.lo
  CC       src/unix/libuv_la-poll.lo
  CC       src/unix/libuv_la-process.lo
  CC       src/unix/libuv_la-signal.lo
  CC       src/unix/libuv_la-stream.lo
  CC       src/unix/libuv_la-tcp.lo
  CC       src/unix/libuv_la-thread.lo
  CC       src/unix/libuv_la-threadpool.lo
  CC       src/unix/libuv_la-timer.lo
  CC       src/unix/libuv_la-tty.lo
  CC       src/unix/libuv_la-udp.lo
  CC       src/unix/libuv_la-linux-core.lo
  CC       src/unix/libuv_la-linux-inotify.lo
  CC       src/unix/libuv_la-linux-syscalls.lo
  CC       src/unix/libuv_la-proctitle.lo
  CCLD     libuv.la
make[1]: Leaving directory `/home/root/workspace/BAMS-HSADCS/deps/libuv-0.11.21'
root@beaglebone:~/workspace/BAMS-HSADCS/deps/libuv-0.11.21# make check 
make  check-am
make[1]: Entering directory `/home/root/workspace/BAMS-HSADCS/deps/libuv-0.11.21'
make  test/run-tests
make[2]: Entering directory `/home/root/workspace/BAMS-HSADCS/deps/libuv-0.11.21'
  CC       test/blackhole-server.o
  CC       test/dns-server.o
  CC       test/echo-server.o
  CC       test/run-tests.o
  CC       test/runner.o
  CC       test/test-active.o
  CC       test/test-async.o
  CC       test/test-async-null-cb.o
  CC       test/test-barrier.o
  CC       test/test-callback-order.o
  CC       test/test-callback-stack.o
  CC       test/test-close-fd.o
  CC       test/test-close-order.o
  CC       test/test-condvar.o
  CC       test/test-connection-fail.o
  CC       test/test-cwd-and-chdir.o
  CC       test/test-delayed-accept.o
  CC       test/test-dlerror.o
  CC       test/test-embed.o
  CC       test/test-emfile.o
  CC       test/test-error.o
  CC       test/test-fail-always.o
  CC       test/test-fs-event.o
  CC       test/test-fs-poll.o
  CC       test/test-fs.o
  CC       test/test-get-currentexe.o
  CC       test/test-get-loadavg.o
  CC       test/test-get-memory.o
  CC       test/test-getaddrinfo.o
  CC       test/test-getsockname.o
  CC       test/test-hrtime.o
  CC       test/test-idle.o
  CC       test/test-ip4-addr.o
  CC       test/test-ip6-addr.o
  CC       test/test-ipc-send-recv.o
  CC       test/test-ipc.o
  CC       test/test-loop-handles.o
  CC       test/test-loop-alive.o
  CC       test/test-loop-close.o
  CC       test/test-loop-stop.o
  CC       test/test-loop-time.o
  CC       test/test-multiple-listen.o
  CC       test/test-mutexes.o
  CC       test/test-osx-select.o
  CC       test/test-pass-always.o
  CC       test/test-ping-pong.o
  CC       test/test-pipe-bind-error.o
  CC       test/test-pipe-connect-error.o
  CC       test/test-pipe-getsockname.o
  CC       test/test-pipe-server-close.o
  CC       test/test-platform-output.o
  CC       test/test-poll-close.o
  CC       test/test-poll.o
  CC       test/test-process-title.o
  CC       test/test-ref.o
  CC       test/test-run-nowait.o
  CC       test/test-run-once.o
  CC       test/test-semaphore.o
  CC       test/test-shutdown-close.o
  CC       test/test-shutdown-eof.o
  CC       test/test-shutdown-twice.o
  CC       test/test-signal-multiple-loops.o
  CC       test/test-signal.o
  CC       test/test-spawn.o
  CC       test/test-stdio-over-pipes.o
  CC       test/test-tcp-bind-error.o
  CC       test/test-tcp-bind6-error.o
  CC       test/test-tcp-close-accept.o
  CC       test/test-tcp-close-while-connecting.o
  CC       test/test-tcp-close.o
  CC       test/test-tcp-connect-error-after-write.o
  CC       test/test-tcp-connect-error.o
  CC       test/test-tcp-connect-timeout.o
  CC       test/test-tcp-connect6-error.o
  CC       test/test-tcp-flags.o
  CC       test/test-tcp-open.o
  CC       test/test-tcp-read-stop.o
  CC       test/test-tcp-shutdown-after-write.o
  CC       test/test-tcp-unexpected-read.o
  CC       test/test-tcp-write-to-half-open-connection.o
  CC       test/test-tcp-writealot.o
  CC       test/test-tcp-try-write.o
  CC       test/test-thread.o
  CC       test/test-threadpool-cancel.o
  CC       test/test-threadpool.o
  CC       test/test-timer-again.o
  CC       test/test-timer-from-check.o
  CC       test/test-timer.o
  CC       test/test-tty.o
  CC       test/test-udp-dgram-too-big.o
  CC       test/test-udp-ipv6.o
  CC       test/test-udp-multicast-interface.o
  CC       test/test-udp-multicast-join.o
  CC       test/test-udp-multicast-ttl.o
  CC       test/test-udp-open.o
  CC       test/test-udp-options.o
  CC       test/test-udp-send-and-recv.o
  CC       test/test-walk-handles.o
  CC       test/test-watcher-cross-stop.o
  CC       test/runner-unix.o
  CCLD     test/run-tests
make[2]: Leaving directory `/home/root/workspace/BAMS-HSADCS/deps/libuv-0.11.21'
make  check-TESTS
make[2]: Entering directory `/home/root/workspace/BAMS-HSADCS/deps/libuv-0.11.21'
[%   0|+   0|-   0|T   0|S   0]: platform_output
Output from process `platform_output`:
uv_get_process_title: /home/root/workspace/BAMS-HSADCS/deps/libuv-0.11.21/test/.libs/lt-run-tests
uv_resident_set_memory: 663552
uv_uptime: 3898.000000
uv_getrusage:
  user: 0 sec 5859 microsec
  system: 0 sec 11718 microsec
uv_cpu_info:
  model: ARMv7 Processor rev 2 (v7l)
  speed: 300
  times.sys: 3471900
  times.user: 6326600
  times.idle: 27150100
  times.irq: 234500
  times.nice: 0
uv_interface_addresses:
  name: lo
  internal: 1
  physical address: 00:00:00:00:00:00
  address: 127.0.0.1
  netmask: 255.0.0.0
  name: eth0
  internal: 0
  physical address: 1c:ba:8c:97:dc:43
  address: 192.168.16.159
  netmask: 255.255.255.0
  name: usb0
  internal: 0
  physical address: 8e:81:1a:16:40:1c
  address: 192.168.7.2
  netmask: 255.255.255.252
  name: lo
  internal: 1
  physical address: 00:00:00:00:00:00
  address: ::1
  netmask: ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff
  name: eth0
  internal: 0
  physical address: 1c:ba:8c:97:dc:43
  address: fe80::1eba:8cff:fe97:dc43
  netmask: ffff:ffff:ffff:ffff::
=============================================================
[%   0|+   2|-   0|T   0|S   0]: run_once
`run_once` failed: exit code 6
Output from process `run_once`:
lt-run-tests: src/unix/loop.c:93: uv_loop_delete: Assertion `uv_loop_close(loop) == 0' failed.
=============================================================
[%  20|+  43|-   1|T   0|S   0]: tcp_bind_localhost_ok
`tcp_bind_localhost_ok` failed: exit code 6
Output from process `tcp_bind_localhost_ok`:
lt-run-tests: src/unix/loop.c:93: uv_loop_delete: Assertion `uv_loop_close(loop) == 0' failed.
=============================================================
[%  21|+  43|-   2|T   0|S   0]: tcp_listen_without_bind
`tcp_listen_without_bind` failed: exit code 6
Output from process `tcp_listen_without_bind`:
lt-run-tests: src/unix/loop.c:93: uv_loop_delete: Assertion `uv_loop_close(loop) == 0' failed.
=============================================================
[%  22|+  45|-   3|T   0|S   0]: tcp_close_while_connecting
`tcp_close_while_connecting` failed: exit code 6
Output from process `tcp_close_while_connecting`:
lt-run-tests: src/unix/loop.c:93: uv_loop_delete: Assertion `uv_loop_close(loop) == 0' failed.
=============================================================
[%  23|+  45|-   4|T   0|S   0]: tcp_close
`tcp_close` failed: exit code 6
Output from process `tcp_close`:
32 of 32 write reqs seen
lt-run-tests: src/unix/loop.c:93: uv_loop_delete: Assertion `uv_loop_close(loop) == 0' failed.
=============================================================
[%  23|+  45|-   5|T   0|S   0]: tcp_close_accept
`tcp_close_accept` failed: exit code 6
Output from process `tcp_close_accept`:
lt-run-tests: src/unix/loop.c:93: uv_loop_delete: Assertion `uv_loop_close(loop) == 0' failed.
=============================================================
[%  27|+  53|-   6|T   0|S   0]: tcp_bind6_localhost_ok
`tcp_bind6_localhost_ok` failed: exit code 6
Output from process `tcp_bind6_localhost_ok`:
lt-run-tests: src/unix/loop.c:93: uv_loop_delete: Assertion `uv_loop_close(loop) == 0' failed.
=============================================================
[%  30|+  57|-   7|T   0|S   0]: udp_options
`udp_options` failed: exit code 6
Output from process `udp_options`:
lt-run-tests: src/unix/loop.c:93: uv_loop_delete: Assertion `uv_loop_close(loop) == 0' failed.
=============================================================
[%  38|+  74|-   8|T   0|S   0]: timer
`timer` failed: exit code 6
Output from process `timer`:
ONCE_CB 0
ONCE_CLOSE_CB
ONCE_CB 1
ONCE_CLOSE_CB
ONCE_CB 2
REPEAT_CB
ONCE_CLOSE_CB
ONCE_CB 3
ONCE_CLOSE_CB
ONCE_CB 4
REPEAT_CB
ONCE_CLOSE_CB
ONCE_CB 5
ONCE_CLOSE_CB
ONCE_CB 6
REPEAT_CB
ONCE_CLOSE_CB
ONCE_CB 7
ONCE_CLOSE_CB
ONCE_CB 8
REPEAT_CB
ONCE_CLOSE_CB
ONCE_CB 9
ONCE_CLOSE_CB
REPEAT_CB
REPEAT_CLOSE_CB
repeat_cb_called 5
lt-run-tests: src/unix/loop.c:93: uv_loop_delete: Assertion `uv_loop_close(loop) == 0' failed.
=============================================================
[%  38|+  74|-   9|T   0|S   0]: timer_init
`timer_init` failed: exit code 6
Output from process `timer_init`:
lt-run-tests: src/unix/loop.c:93: uv_loop_delete: Assertion `uv_loop_close(loop) == 0' failed.
=============================================================
[%  39|+  74|-  10|T   0|S   0]: timer_again
`timer_again` failed: exit code 6
Output from process `timer_again`:
repeat_1_cb called after 50 ms
repeat_1_cb called after 101 ms
repeat_1_cb called after 152 ms
repeat_1_cb called after 202 ms
repeat_1_cb called after 252 ms
repeat_1_cb called after 302 ms
repeat_1_cb called after 353 ms
repeat_1_cb called after 403 ms
repeat_1_cb called after 453 ms
repeat_1_cb called after 503 ms
repeat_2_cb called after 604 ms
uv_timer_get_repeat 100 ms
repeat_2_cb called after 704 ms
Test took 704 ms (expected ~700 ms)
lt-run-tests: src/unix/loop.c:93: uv_loop_delete: Assertion `uv_loop_close(loop) == 0' failed.
=============================================================
[%  40|+  75|-  11|T   0|S   0]: timer_order
`timer_order` failed: exit code 6
Output from process `timer_order`:
lt-run-tests: src/unix/loop.c:93: uv_loop_delete: Assertion `uv_loop_close(loop) == 0' failed.
=============================================================
[%  53|+ 103|-  12|T   0|S   0]: has_ref
`has_ref` failed: exit code 6
Output from process `has_ref`:
lt-run-tests: src/unix/loop.c:93: uv_loop_delete: Assertion `uv_loop_close(loop) == 0' failed.
=============================================================
[%  54|+ 103|-  13|T   0|S   0]: loop_handles
`loop_handles` failed: exit code 6
Output from process `loop_handles`:
PREPARE_1_CB
Loop iteration 1 of 21.
CHECK_CB
IDLE_1_CB
IDLE_1_CB
PREPARE_2_CB
PREPARE_1_CB
Loop iteration 2 of 21.
CHECK_CB
IDLE_1_CB
IDLE_2_CB
IDLE_1_CB
IDLE_1_CB
PREPARE_1_CB
Loop iteration 3 of 21.
CHECK_CB
IDLE_2_CLOSE_CB
IDLE_1_CB
IDLE_1_CB
IDLE_1_CB
IDLE_1_CB
PREPARE_2_CB
PREPARE_1_CB
Loop iteration 4 of 21.
CHECK_CB
IDLE_1_CB
IDLE_1_CB
IDLE_1_CB
IDLE_1_CB
IDLE_1_CB
PREPARE_1_CB
Loop iteration 5 of 21.
CHECK_CB
IDLE_1_CB
IDLE_1_CB
IDLE_1_CB
IDLE_1_CB
IDLE_1_CB
IDLE_1_CB
PREPARE_2_CB
PREPARE_1_CB
Loop iteration 6 of 21.
CHECK_CB
IDLE_1_CB
IDLE_1_CB
IDLE_1_CB
IDLE_1_CB
IDLE_1_CB
IDLE_1_CB
IDLE_1_CB
PREPARE_1_CB
Loop iteration 7 of 21.
CHECK_CB
IDLE_1_CB
IDLE_1_CB
IDLE_1_CB
IDLE_1_CB
IDLE_1_CB
IDLE_1_CB
PREPARE_2_CB
PREPARE_1_CB
Loop iteration 8 of 21.
CHECK_CB
IDLE_1_CB
IDLE_1_CB
IDLE_1_CB
IDLE_1_CB
IDLE_1_CB
IDLE_1_CB
PREPARE_1_CB
Loop iteration 9 of 21.
CHECK_CB
IDLE_1_CB
IDLE_1_CB
IDLE_1_CB
IDLE_1_CB
IDLE_1_CB
PREPARE_2_CB
PREPARE_1_CB
Loop iteration 10 of 21.
CHECK_CB
IDLE_1_CB
IDLE_1_CB
IDLE_1_CB
IDLE_1_CB
IDLE_1_CB
IDLE_1_CB
PREPARE_1_CB
Loop iteration 11 of 21.
CHECK_CB
IDLE_1_CB
IDLE_1_CB
IDLE_1_CB
IDLE_1_CB
IDLE_1_CB
IDLE_1_CB
PREPARE_2_CB
PREPARE_1_CB
Loop iteration 12 of 21.
CHECK_CB
IDLE_1_CB
IDLE_1_CB
IDLE_1_CB
IDLE_1_CB
IDLE_1_CB
IDLE_1_CB
PREPARE_1_CB
Loop iteration 13 of 21.
CHECK_CB
IDLE_1_CB
IDLE_1_CB
IDLE_1_CB
IDLE_1_CB
IDLE_1_CB
IDLE_1_CB
IDLE_1_CB
PREPARE_2_CB
PREPARE_1_CB
Loop iteration 14 of 21.
CHECK_CB
IDLE_1_CB
IDLE_1_CB
IDLE_1_CB
IDLE_1_CB
IDLE_1_CB
IDLE_1_CB
PREPARE_1_CB
Loop iteration 15 of 21.
CHECK_CB
IDLE_1_CB
IDLE_1_CB
IDLE_1_CB
IDLE_1_CB
IDLE_1_CB
PREPARE_2_CB
PREPARE_1_CB
Loop iteration 16 of 21.
CHECK_CB
IDLE_1_CB
IDLE_1_CB
IDLE_1_CB
IDLE_1_CB
PREPARE_1_CB
Loop iteration 17 of 21.
CHECK_CB
IDLE_1_CB
IDLE_1_CB
IDLE_1_CB
IDLE_1_CB
PREPARE_2_CB
PREPARE_1_CB
Loop iteration 18 of 21.
CHECK_CB
IDLE_1_CB
IDLE_1_CB
IDLE_1_CB
IDLE_1_CB
IDLE_1_CB
PREPARE_1_CB
Loop iteration 19 of 21.
CHECK_CB
IDLE_1_CB
IDLE_1_CB
IDLE_1_CB
IDLE_1_CB
IDLE_1_CB
IDLE_1_CB
PREPARE_2_CB
PREPARE_1_CB
Loop iteration 20 of 21.
CHECK_CB
IDLE_1_CB
IDLE_1_CB
IDLE_1_CB
IDLE_1_CB
IDLE_1_CB
IDLE_1_CB
IDLE_1_CB
PREPARE_1_CB
Loop iteration 21 of 21.
CHECK_CB
IDLE_1_CLOSE_CB
IDLE_1_CLOSE_CB
IDLE_1_CLOSE_CB
IDLE_1_CLOSE_CB
IDLE_1_CLOSE_CB
IDLE_1_CLOSE_CB
IDLE_1_CLOSE_CB
PREPARE_2_CLOSE_CB
CHECK_CLOSE_CB
PREPARE_1_CLOSE_CBlt-run-tests: src/unix/loop.c:93: uv_loop_delete: Assertion `uv_loop_close(loop) == 0' failed.
=============================================================
[%  64|+ 123|-  14|T   0|S   0]: spawn_fails
`spawn_fails` failed: exit code 6
Output from process `spawn_fails`:
lt-run-tests: src/unix/loop.c:93: uv_loop_delete: Assertion `uv_loop_close(loop) == 0' failed.
=============================================================
[%  67|+ 129|-  15|T   0|S   0]: spawn_detached
`spawn_detached` failed: exit code 6
Output from process `spawn_detached`:
lt-run-tests: src/unix/loop.c:93: uv_loop_delete: Assertion `uv_loop_close(loop) == 0' failed.
=============================================================
[%  69|+ 132|-  16|T   0|S   0]: spawn_setuid_fails
`spawn_setuid_fails` failed: exit code 6
Output from process `spawn_setuid_fails`:
lt-run-tests: src/unix/loop.c:93: uv_loop_delete: Assertion `uv_loop_close(loop) == 0' failed.
=============================================================
[%  69|+ 132|-  17|T   0|S   0]: spawn_setgid_fails
`spawn_setgid_fails` failed: exit code 6
Output from process `spawn_setgid_fails`:
lt-run-tests: src/unix/loop.c:93: uv_loop_delete: Assertion `uv_loop_close(loop) == 0' failed.
=============================================================
[%  71|+ 135|-  18|T   0|S   0]: fs_poll
`fs_poll` failed: exit code 6
Output from process `fs_poll`:
lt-run-tests: src/unix/loop.c:93: uv_loop_delete: Assertion `uv_loop_close(loop) == 0' failed.
=============================================================
[%  76|+ 144|-  19|T   0|S   0]: closed_fd_events
`closed_fd_events` failed: exit code 6
Output from process `closed_fd_events`:
close_cb
lt-run-tests: src/unix/loop.c:93: uv_loop_delete: Assertion `uv_loop_close(loop) == 0' failed.
=============================================================
[% 100|+ 193|-  20|T   0|S   0]: Done.
FAIL: test/run-tests
=======================================================
1 of 1 test failed
Please report to https://github.com/joyent/libuv/issues
=======================================================
make[2]: *** [check-TESTS] Error 1
make[2]: Leaving directory `/home/root/workspace/BAMS-HSADCS/deps/libuv-0.11.21'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/home/root/workspace/BAMS-HSADCS/deps/libuv-0.11.21'
make: *** [check] Error 2
root@beaglebone:~/workspace/BAMS-HSADCS/deps/libuv-0.11.21# 

@saghul
Copy link
Contributor

saghul commented Feb 28, 2014

This is a known problem reported in #1161, a fix is available in #1163.

@saghul saghul closed this as completed Feb 28, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants