Skip to content

Instantly share code, notes, and snippets.

@hnakamur
Created August 31, 2012 17:52
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 hnakamur/3556499 to your computer and use it in GitHub Desktop.
Save hnakamur/3556499 to your computer and use it in GitHub Desktop.
tests fail with lev built with cmake on scientific linux
$ cd ~/xming/lev/tests
$ /tmp/lev/lev runner.lua
...(snip)...
FAIL (test-http-post-1mb.lua)
WARNING: forgot to close luv_pipe lhandle=0x41674ce0 handle=0xb21490
FAIL (test-dgram.lua)
WARNING: forgot to close luv_pipe lhandle=0x40ecace0 handle=0x2682490
FAIL (test-http-get-url.lua)
WARNING: forgot to close luv_pipe lhandle=0x415b1ce0 handle=0xfab490
FAIL (test-http.lua)
WARNING: forgot to close luv_pipe lhandle=0x401c5ce0 handle=0x275b490
FAIL (test-http-timeout.lua)
WARNING: forgot to close luv_pipe lhandle=0x409b8ce0 handle=0xa11490
FAIL (test-dgram-multicast.lua)
WARNING: forgot to close luv_pipe lhandle=0x40153ce0 handle=0x14f1490
Done
/home/hnakamur/xming/lev/tests/runner.lua:95: attempt to call upvalue 'callback' (a nil value)
stack traceback:
/home/hnakamur/xming/lev/tests/runner.lua:95: in function 'callback'
/home/hnakamur/xming/lev/tests/runner.lua:26: in function 'callback'
/home/hnakamur/xming/lev/tests/runner.lua:57: in function 'callback'
/home/hnakamur/xming/lev/src/core/lib/core.lua:204: in function 'emit'
/home/hnakamur/xming/lev/src/core/lib/uv.lua:48: in function </home/hnakamur/xming/lev/src/core/lib/uv.lua:47>
[C]: in function 'xpcall'
/home/hnakamur/xming/lev/src/core/lib/lev.lua:191: in function </home/hnakamur/xming/lev/src/core/lib/lev.lua:189>
[C]: in function 'run'
/home/hnakamur/xming/lev/src/core/lib/lev.lua:338: in main chunk
[C]: in function 'require'
[string " local path = require('uv_native').execpat..."]:1: in main chunk
WARNING: forgot to close luv_process lhandle=0x4026ebd0 handle=0x1e338b0
WARNING: forgot to close luv_pipe lhandle=0x4026e8e8 handle=0x1e2d4c0
WARNING: forgot to close luv_tty lhandle=0x4044fce0 handle=0x1a9c150
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment