blob: fd7bbf9f8b91dabc3c57e751d3837509fdf4865b [file] [log] [blame]
njn8057bbc2009-07-23 04:30:06 +00001
2Warning: invalid file descriptor -1 in syscall aio_read()
3Syscall param aio_read(aiocbp->aio_buf) points to unaddressable byte(s)
4 ...
5 Address 0x........ is not stack'd, malloc'd or (recently) free'd
6
7Conditional jump or move depends on uninitialised value(s)
8 at 0x........: main (aio.c:55)
9
10Syscall param aio_write(aiocbp->aio_buf) points to unaddressable byte(s)
11 ...
12 Address 0x........ is not stack'd, malloc'd or (recently) free'd
13
njn9a7e19e2009-08-12 00:32:44 +000014
sewardj42e72a92009-08-07 19:47:29 +000015HEAP SUMMARY:
njncab64bc2009-08-12 00:14:44 +000016 in use at exit: ... bytes in ... blocks
17 total heap usage: ... allocs, ... frees, ... bytes allocated
njn9a7e19e2009-08-12 00:32:44 +000018
njncab64bc2009-08-12 00:14:44 +000019For a detailed leak analysis, rerun with: --leak-check=full
sewardj42e72a92009-08-07 19:47:29 +000020
21For counts of detected and suppressed errors, rerun with: -v
njn8057bbc2009-07-23 04:30:06 +000022Use --track-origins=yes to see where uninitialised values come from
sewardj42e72a92009-08-07 19:47:29 +000023ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)