2 Warning: invalid file descriptor -1 in syscall aio_readv()
3 Syscall param aio_readv(iocb->aio_iov) points to unaddressable byte(s)
5 by 0x........: main (aiov.c:48)
6 Address 0x........ is not stack'd, malloc'd or (recently) free'd
8 Conditional jump or move depends on uninitialised value(s)
9 at 0x........: main (aiov.c:60)
11 Syscall param aio_writev(iocb->aio_iov) points to unaddressable byte(s)
13 by 0x........: main (aiov.c:81)
14 Address 0x........ is not stack'd, malloc'd or (recently) free'd
18 in use at exit: ... bytes in ... blocks
19 total heap usage: ... allocs, ... frees, ... bytes allocated
21 For a detailed leak analysis, rerun with: --leak-check=full
23 Use --track-origins=yes to see where uninitialised values come from
24 For lists of detected and suppressed errors, rerun with: -s
25 ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)