Skip to content

Instantly share code, notes, and snippets.

@piscisaureus
Created August 28, 2012 14:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save piscisaureus/3498560 to your computer and use it in GitHub Desktop.
Save piscisaureus/3498560 to your computer and use it in GitHub Desktop.
Berts-MacBook-Pro-2:libuv piscisaureus$ make test
cc -Iinclude -Iinclude/uv-private -Isrc -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -g -D_GNU_SOURCE -o test/run-tests test/run-tests.c \
test/runner.c test/runner-unix.c test/blackhole-server.c test/echo-server.c test/test-*.c uv.a -lm -framework CoreServices -pthread
test/run-tests
[% 0|+ 0|- 0]: platform_output
Output from process `platform_output`:
uv_get_process_title: test/run-tests
uv_resident_set_memory: 1482752
uv_uptime: 370.000000
uv_cpu_info:
model: Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz
speed: 2600
times.sys: 23440
times.user: 21500
times.idle: 326280
times.irq: 0
times.nice: 0
model: Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz
speed: 2600
times.sys: 2580
times.user: 2690
times.idle: 365830
times.irq: 0
times.nice: 0
model: Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz
speed: 2600
times.sys: 13110
times.user: 24700
times.idle: 333290
times.irq: 0
times.nice: 0
model: Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz
speed: 2600
times.sys: 2540
times.user: 2420
times.idle: 366140
times.irq: 0
times.nice: 0
model: Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz
speed: 2600
times.sys: 11780
times.user: 22840
times.idle: 336480
times.irq: 0
times.nice: 0
model: Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz
speed: 2600
times.sys: 2340
times.user: 2180
times.idle: 366580
times.irq: 0
times.nice: 0
model: Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz
speed: 2600
times.sys: 11120
times.user: 16870
times.idle: 343120
times.irq: 0
times.nice: 0
model: Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz
speed: 2600
times.sys: 2480
times.user: 2310
times.idle: 366310
times.irq: 0
times.nice: 0
uv_interface_addresses:
name: lo0
internal: 1
address: fe80::1
name: lo0
internal: 1
address: 127.0.0.1
name: lo0
internal: 1
address: ::1
name: en0
internal: 0
address: fe80::baf6:b1ff:fe11:4515
name: en0
internal: 0
address: 192.168.1.63
=============================================================
[% 46|+ 73|- 0]: fs_event_ref
`fs_event_ref` failed: timeout
Output from process `fs_event_ref`:
.
create
schedule
start: 1
running!
=============================================================
[% 57|+ 89|- 1]: process_title
`process_title` failed: exit code 6
Output from process `process_title`:
Assertion failed in test/test-process-title.c on line 35: UV_OK == err.code
=============================================================
[% 87|+ 135|- 2]: fs_event_watch_dir
`fs_event_watch_dir` failed: exit code 6
Output from process `fs_event_watch_dir`:
watch_dir
create
schedule
start: 1
running!
callback: 2
run-tests(901,0x107e3a000) malloc: *** error for object 0x7fca7940a988: incorrect checksum for freed object - object was probably modified after being freed.
*** set a breakpoint in malloc_error_break to debug
=============================================================
[% 90|+ 139|- 3]: fs_event_immediate_close
`fs_event_immediate_close` failed: exit code 6
Output from process `fs_event_immediate_close`:
.
create
schedule
start: 1
running!
Assertion failed: (!uv__is_active(handle)), function uv__finish_close, file src/unix/core.c, line 135.
=============================================================
[% 91|+ 139|- 4]: fs_event_close_with_pending_event
`fs_event_close_with_pending_event` failed: exit code 6
Output from process `fs_event_close_with_pending_event`:
watch_dir
create
schedule
start: 1
running!
Assertion failed: (!uv__is_active(handle)), function uv__finish_close, file src/unix/core.c, line 135.
=============================================================
[% 100|+ 152|- 5]: Done.
make: *** [test] Error 5
Berts-MacBook-Pro-2:libuv piscisaureus$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment