Skip to content

Commit

Permalink
Update todo
Browse files Browse the repository at this point in the history
  • Loading branch information
felixge authored and piscisaureus committed Oct 1, 2011
1 parent f44d802 commit 766977c
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions TODO
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,26 @@
* Do another read after SIGCHLD

* Clean up code

* stderr buffer overflow race:

make test/run-tests && ./test/run-tests spawn_sync_stderr_overflow spawn_sync_stderr_overflow
make: `test/run-tests' is up to date.
----------------------------------------
r: 0
spawn.pid: 85339
spawn.stdout_read: 7
spawn.stdout_size: 1024
spawn.stdout: stdout

spawn.stderr_read: 1
spawn.stderr_size: 1
spawn.stderr: s
spawn.exit_timeout: 0
spawn.exit_code: 0
spawn.exit_signal: -1
uv_last_error_name: OK
----------------------------------------
Assertion failed in test/test-spawn-sync.c on line 194: r == -1
Abort trap

0 comments on commit 766977c

Please sign in to comment.