Home | History | Annotate | Download | only in darwin
      1 -----------------------------------------------------
      2 x2000001(1):           __NR_exit below
      3 -----------------------------------------------------
      4 -----------------------------------------------------
      5 x2000002(2):           __NR_fork other
      6 -----------------------------------------------------
      7 -----------------------------------------------------
      8 x2000003(3):           __NR_read 1+3s 1m
      9 -----------------------------------------------------
     10 Syscall param (syscallno) contains uninitialised byte(s)
     11    ...
     12 
     13 Syscall param read(fd) contains uninitialised byte(s)
     14    ...
     15 
     16 Syscall param read(buf) contains uninitialised byte(s)
     17    ...
     18 
     19 Syscall param read(count) contains uninitialised byte(s)
     20    ...
     21 
     22 Syscall param read(buf) points to unaddressable byte(s)
     23    ...
     24  Address 0x........ is not stack'd, malloc'd or (recently) free'd
     25 
     26 -----------------------------------------------------
     27 x2000004(4):          __NR_write 3s 1m
     28 -----------------------------------------------------
     29 Syscall param write(fd) contains uninitialised byte(s)
     30    ...
     31 
     32 Syscall param write(buf) contains uninitialised byte(s)
     33    ...
     34 
     35 Syscall param write(count) contains uninitialised byte(s)
     36    ...
     37 
     38 Syscall param write(buf) points to unaddressable byte(s)
     39    ...
     40  Address 0x........ is not stack'd, malloc'd or (recently) free'd
     41 
     42 -----------------------------------------------------
     43 x2000005(5):           __NR_open (2-args) 2s 1m
     44 -----------------------------------------------------
     45 Syscall param open(filename) contains uninitialised byte(s)
     46    ...
     47 
     48 Syscall param open(flags) contains uninitialised byte(s)
     49    ...
     50 
     51 Syscall param open(filename) points to unaddressable byte(s)
     52    ...
     53  Address 0x........ is not stack'd, malloc'd or (recently) free'd
     54 
     55 -----------------------------------------------------
     56 x2000005(5):           __NR_open (3-args) 1s 0m
     57 -----------------------------------------------------
     58 Syscall param open(mode) contains uninitialised byte(s)
     59    ...
     60 
     61 -----------------------------------------------------
     62 x2000006(6):          __NR_close 1s 0m
     63 -----------------------------------------------------
     64 Syscall param close(fd) contains uninitialised byte(s)
     65    ...
     66 
     67 -----------------------------------------------------
     68 x2000007(7):          __NR_wait4 4s 2m
     69 -----------------------------------------------------
     70 Syscall param wait4(pid) contains uninitialised byte(s)
     71    ...
     72 
     73 Syscall param wait4(status) contains uninitialised byte(s)
     74    ...
     75 
     76 Syscall param wait4(options) contains uninitialised byte(s)
     77    ...
     78 
     79 Syscall param wait4(rusage) contains uninitialised byte(s)
     80    ...
     81 
     82 Syscall param wait4(status) points to unaddressable byte(s)
     83    ...
     84  Address 0x........ is not stack'd, malloc'd or (recently) free'd
     85 
     86 Syscall param wait4(rusage) points to unaddressable byte(s)
     87    ...
     88  Address 0x........ is not stack'd, malloc'd or (recently) free'd
     89 
     90 -----------------------------------------------------
     91 (8):             old creat
     92 -----------------------------------------------------
     93 -----------------------------------------------------
     94 x2000009(9):           __NR_link 2s 2m
     95 -----------------------------------------------------
     96 Syscall param link(oldpath) contains uninitialised byte(s)
     97    ...
     98 
     99 Syscall param link(newpath) contains uninitialised byte(s)
    100    ...
    101 
    102 Syscall param link(oldpath) points to unaddressable byte(s)
    103    ...
    104  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    105 
    106 Syscall param link(newpath) points to unaddressable byte(s)
    107    ...
    108  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    109 
    110 -----------------------------------------------------
    111 x200000a(10):         __NR_unlink 1s 1m
    112 -----------------------------------------------------
    113 Syscall param unlink(pathname) contains uninitialised byte(s)
    114    ...
    115 
    116 Syscall param unlink(pathname) points to unaddressable byte(s)
    117    ...
    118  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    119 
    120 -----------------------------------------------------
    121 (11):            old execv
    122 -----------------------------------------------------
    123 -----------------------------------------------------
    124 x200000c(12):          __NR_chdir 1s 1m
    125 -----------------------------------------------------
    126 Syscall param chdir(path) contains uninitialised byte(s)
    127    ...
    128 
    129 Syscall param chdir(path) points to unaddressable byte(s)
    130    ...
    131  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    132 
    133 -----------------------------------------------------
    134 x200000d(13):         __NR_fchdir 1s 0m
    135 -----------------------------------------------------
    136 Syscall param fchdir(fd) contains uninitialised byte(s)
    137    ...
    138 
    139 -----------------------------------------------------
    140 x200000e(14):          __NR_mknod 3s 1m
    141 -----------------------------------------------------
    142 Syscall param mknod(pathname) contains uninitialised byte(s)
    143    ...
    144 
    145 Syscall param mknod(mode) contains uninitialised byte(s)
    146    ...
    147 
    148 Syscall param mknod(dev) contains uninitialised byte(s)
    149    ...
    150 
    151 Syscall param mknod(pathname) points to unaddressable byte(s)
    152    ...
    153  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    154 
    155 -----------------------------------------------------
    156 x200000f(15):          __NR_chmod 2s 1m
    157 -----------------------------------------------------
    158 Syscall param chmod(path) contains uninitialised byte(s)
    159    ...
    160 
    161 Syscall param chmod(mode) contains uninitialised byte(s)
    162    ...
    163 
    164 Syscall param chmod(path) points to unaddressable byte(s)
    165    ...
    166  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    167 
    168 -----------------------------------------------------
    169 x2000010(16):          __NR_chown 3s 1m
    170 -----------------------------------------------------
    171 Syscall param chown(path) contains uninitialised byte(s)
    172    ...
    173 
    174 Syscall param chown(owner) contains uninitialised byte(s)
    175    ...
    176 
    177 Syscall param chown(group) contains uninitialised byte(s)
    178    ...
    179 
    180 Syscall param chown(path) points to unaddressable byte(s)
    181    ...
    182  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    183 
    184 -----------------------------------------------------
    185 (17):            old break
    186 -----------------------------------------------------
    187 -----------------------------------------------------
    188 x2000012(18):      __NR_getfsstat 3s 1m
    189 -----------------------------------------------------
    190 Syscall param getfsstat(buf) contains uninitialised byte(s)
    191    ...
    192 
    193 Syscall param getfsstat(bufsize) contains uninitialised byte(s)
    194    ...
    195 
    196 Syscall param getfsstat(flags) contains uninitialised byte(s)
    197    ...
    198 
    199 Syscall param getfsstat(buf) points to unaddressable byte(s)
    200    ...
    201  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    202 
    203 -----------------------------------------------------
    204 (19):            old lseek
    205 -----------------------------------------------------
    206 -----------------------------------------------------
    207 (21):            old mount
    208 -----------------------------------------------------
    209 -----------------------------------------------------
    210 (22):            old umount
    211 -----------------------------------------------------
    212 -----------------------------------------------------
    213 (38):            old stat
    214 -----------------------------------------------------
    215 -----------------------------------------------------
    216 (40):            old lstat
    217 -----------------------------------------------------
    218 -----------------------------------------------------
    219 (45):            old ktrace
    220 -----------------------------------------------------
    221 -----------------------------------------------------
    222 (62):            old fstat
    223 -----------------------------------------------------
    224 -----------------------------------------------------
    225 (63):            used internally, reserved
    226 -----------------------------------------------------
    227 -----------------------------------------------------
    228 (64):            old getpagesize
    229 -----------------------------------------------------
    230 -----------------------------------------------------
    231 (67):            old vread
    232 -----------------------------------------------------
    233 -----------------------------------------------------
    234 (68):            old vwrite
    235 -----------------------------------------------------
    236 -----------------------------------------------------
    237 (69):            old sbrk
    238 -----------------------------------------------------
    239 -----------------------------------------------------
    240 (70):            old sstk
    241 -----------------------------------------------------
    242 -----------------------------------------------------
    243 (71):            old mmap
    244 -----------------------------------------------------
    245 -----------------------------------------------------
    246 (72):            old vadvise
    247 -----------------------------------------------------
    248 -----------------------------------------------------
    249 (76):            old vhangup
    250 -----------------------------------------------------
    251 -----------------------------------------------------
    252 (77):            old vlimit
    253 -----------------------------------------------------
    254 -----------------------------------------------------
    255 x200004e(78):        __NR_mincore 3s 1m
    256 -----------------------------------------------------
    257 Syscall param mincore(start) contains uninitialised byte(s)
    258    ...
    259 
    260 Syscall param mincore(length) contains uninitialised byte(s)
    261    ...
    262 
    263 Syscall param mincore(vec) contains uninitialised byte(s)
    264    ...
    265 
    266 Syscall param mincore(vec) points to unaddressable byte(s)
    267    ...
    268  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    269 
    270 -----------------------------------------------------
    271 x2000052(82):        __NR_setpgid 2s 0m
    272 -----------------------------------------------------
    273 Syscall param setpgid(pid) contains uninitialised byte(s)
    274    ...
    275 
    276 Syscall param setpgid(pgid) contains uninitialised byte(s)
    277    ...
    278 
    279 -----------------------------------------------------
    280 (78):            old wait
    281 -----------------------------------------------------
    282 -----------------------------------------------------
    283 (87):            old gethostname
    284 -----------------------------------------------------
    285 -----------------------------------------------------
    286 (88):            old sethostname
    287 -----------------------------------------------------
    288 -----------------------------------------------------
    289 (91):            old getdopt
    290 -----------------------------------------------------
    291 -----------------------------------------------------
    292 (94):            old setdopt
    293 -----------------------------------------------------
    294 -----------------------------------------------------
    295 (99):            old accept
    296 -----------------------------------------------------
    297 -----------------------------------------------------
    298 (101):           old send
    299 -----------------------------------------------------
    300 -----------------------------------------------------
    301 (102):           old recv
    302 -----------------------------------------------------
    303 -----------------------------------------------------
    304 (103):           old sigreturn
    305 -----------------------------------------------------
    306 -----------------------------------------------------
    307 x2000069(105):     __NR_setsockopt 5s 1m
    308 -----------------------------------------------------
    309 Syscall param setsockopt(s) contains uninitialised byte(s)
    310    ...
    311 
    312 Syscall param setsockopt(level) contains uninitialised byte(s)
    313    ...
    314 
    315 Syscall param setsockopt(optname) contains uninitialised byte(s)
    316    ...
    317 
    318 Syscall param setsockopt(optval) contains uninitialised byte(s)
    319    ...
    320 
    321 Syscall param setsockopt(optlen) contains uninitialised byte(s)
    322    ...
    323 
    324 Syscall param socketcall.setsockopt(optval) points to unaddressable byte(s)
    325    ...
    326  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    327 
    328 -----------------------------------------------------
    329 (107):           old vtimes
    330 -----------------------------------------------------
    331 -----------------------------------------------------
    332 (108):           old sigvec
    333 -----------------------------------------------------
    334 -----------------------------------------------------
    335 (109):           old sigblock
    336 -----------------------------------------------------
    337 -----------------------------------------------------
    338 (110):           old sigsetmask
    339 -----------------------------------------------------
    340 -----------------------------------------------------
    341 (112):           old sigstack
    342 -----------------------------------------------------
    343 -----------------------------------------------------
    344 (113):           old recvmsg
    345 -----------------------------------------------------
    346 -----------------------------------------------------
    347 (114):           old sendmsg
    348 -----------------------------------------------------
    349 -----------------------------------------------------
    350 (115):           old vtrace
    351 -----------------------------------------------------
    352 -----------------------------------------------------
    353 x2000076(118):     __NR_getsockopt 5s 1m
    354 -----------------------------------------------------
    355 Syscall param getsockopt(s) contains uninitialised byte(s)
    356    ...
    357 
    358 Syscall param getsockopt(level) contains uninitialised byte(s)
    359    ...
    360 
    361 Syscall param getsockopt(optname) contains uninitialised byte(s)
    362    ...
    363 
    364 Syscall param getsockopt(optval) contains uninitialised byte(s)
    365    ...
    366 
    367 Syscall param getsockopt(optlen) contains uninitialised byte(s)
    368    ...
    369 
    370 Syscall param socketcall.getsockopt(optlen) points to unaddressable byte(s)
    371    ...
    372  Address 0x........ is 0 bytes after a block of size 4 alloc'd
    373    at 0x........: malloc (vg_replace_malloc.c:...)
    374    by 0x........: main (scalar.c:14)
    375 
    376 -----------------------------------------------------
    377 (119):           old resuba
    378 -----------------------------------------------------
    379 -----------------------------------------------------
    380 (125):           old recvfrom
    381 -----------------------------------------------------
    382 -----------------------------------------------------
    383 (129):           old truncate
    384 -----------------------------------------------------
    385 -----------------------------------------------------
    386 (130):           old ftruncate
    387 -----------------------------------------------------
    388 -----------------------------------------------------
    389 (141):           old getpeername
    390 -----------------------------------------------------
    391 -----------------------------------------------------
    392 (143):           old sethostid
    393 -----------------------------------------------------
    394 -----------------------------------------------------
    395 (144):           old getrlimit
    396 -----------------------------------------------------
    397 -----------------------------------------------------
    398 (145):           old setrlimit
    399 -----------------------------------------------------
    400 -----------------------------------------------------
    401 (146):           old killpg
    402 -----------------------------------------------------
    403 -----------------------------------------------------
    404 (148):           old setquota
    405 -----------------------------------------------------
    406 -----------------------------------------------------
    407 (149):           old qquota
    408 -----------------------------------------------------
    409 -----------------------------------------------------
    410 (150):           old getsockname
    411 -----------------------------------------------------
    412 -----------------------------------------------------
    413 (156):           old getdirentries
    414 -----------------------------------------------------
    415 -----------------------------------------------------
    416 (160):           old async_daemon
    417 -----------------------------------------------------
    418 -----------------------------------------------------
    419 (162):           old getdomainname
    420 -----------------------------------------------------
    421 -----------------------------------------------------
    422 (163):           old setdomainname
    423 -----------------------------------------------------
    424 -----------------------------------------------------
    425 (166):           old exportfs
    426 -----------------------------------------------------
    427 -----------------------------------------------------
    428 x20000a7(167):          __NR_mount 4s 2m
    429 -----------------------------------------------------
    430 Syscall param mount(type) contains uninitialised byte(s)
    431    ...
    432 
    433 Syscall param mount(dir) contains uninitialised byte(s)
    434    ...
    435 
    436 Syscall param mount(flags) contains uninitialised byte(s)
    437    ...
    438 
    439 Syscall param mount(data) contains uninitialised byte(s)
    440    ...
    441 
    442 Syscall param mount(type) points to unaddressable byte(s)
    443    ...
    444  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    445 
    446 Syscall param mount(dir) points to unaddressable byte(s)
    447    ...
    448  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    449 
    450 -----------------------------------------------------
    451 (168):           old ustat
    452 -----------------------------------------------------
    453 -----------------------------------------------------
    454 x20000a9(169):          __NR_csops 4s 1m
    455 -----------------------------------------------------
    456 Syscall param csops(pid) contains uninitialised byte(s)
    457    ...
    458 
    459 Syscall param csops(ops) contains uninitialised byte(s)
    460    ...
    461 
    462 Syscall param csops(useraddr) contains uninitialised byte(s)
    463    ...
    464 
    465 Syscall param csops(usersize) contains uninitialised byte(s)
    466    ...
    467 
    468 Syscall param csops(useraddr) points to unaddressable byte(s)
    469    ...
    470  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    471 
    472 -----------------------------------------------------
    473 (170):           old table
    474 -----------------------------------------------------
    475 -----------------------------------------------------
    476 (171):           old wait3
    477 -----------------------------------------------------
    478 -----------------------------------------------------
    479 (172):           old rpause
    480 -----------------------------------------------------
    481 -----------------------------------------------------
    482 (174):           old getdents
    483 -----------------------------------------------------
    484 -----------------------------------------------------
    485 (175):           old gc_control
    486 -----------------------------------------------------
    487 -----------------------------------------------------
    488 (177-179):       unused
    489 -----------------------------------------------------
    490 -----------------------------------------------------
    491 (186-187):       unused
    492 -----------------------------------------------------
    493 -----------------------------------------------------
    494 (193):           unused
    495 -----------------------------------------------------
    496 -----------------------------------------------------
    497 (213):           reserved for AppleTalk
    498 -----------------------------------------------------
    499 -----------------------------------------------------
    500 x20000df(223):   __NR_exchangedata 3s 2m
    501 -----------------------------------------------------
    502 Syscall param exchangedata(path1) contains uninitialised byte(s)
    503    ...
    504 
    505 Syscall param exchangedata(path2) contains uninitialised byte(s)
    506    ...
    507 
    508 Syscall param exchangedata(options) contains uninitialised byte(s)
    509    ...
    510 
    511 Syscall param exchangedata(path1) points to unaddressable byte(s)
    512    ...
    513  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    514 
    515 Syscall param exchangedata(path2) points to unaddressable byte(s)
    516    ...
    517  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    518 
    519 -----------------------------------------------------
    520 (228-229):       unused
    521 -----------------------------------------------------
    522 -----------------------------------------------------
    523 (245-246):       unused
    524 -----------------------------------------------------
    525 -----------------------------------------------------
    526 (249):           unused
    527 -----------------------------------------------------
    528 -----------------------------------------------------
    529 (257):           unused
    530 -----------------------------------------------------
    531 -----------------------------------------------------
    532 x2000106(262):          __NR_shmat 3s 0m
    533 -----------------------------------------------------
    534 Syscall param shmat(shmid) contains uninitialised byte(s)
    535    ...
    536 
    537 Syscall param shmat(shmaddr) contains uninitialised byte(s)
    538    ...
    539 
    540 Syscall param shmat(shmflg) contains uninitialised byte(s)
    541    ...
    542 
    543 -----------------------------------------------------
    544 x2000107(263):         __NR_shmctl 3s 1m
    545 -----------------------------------------------------
    546 Syscall param shmctl(shmid) contains uninitialised byte(s)
    547    ...
    548 
    549 Syscall param shmctl(cmd) contains uninitialised byte(s)
    550    ...
    551 
    552 Syscall param shmctl(buf) contains uninitialised byte(s)
    553    ...
    554 
    555 Syscall param shmctl(IPC_STAT, buf) points to unaddressable byte(s)
    556    ...
    557  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    558 
    559 -----------------------------------------------------
    560 x2000108(264):          __NR_shmdt 1s 0m
    561 -----------------------------------------------------
    562 Syscall param shmdt(shmaddr) contains uninitialised byte(s)
    563    ...
    564 
    565 -----------------------------------------------------
    566 x2000109(265):         __NR_shmget 3s 0m
    567 -----------------------------------------------------
    568 Syscall param shmget(key) contains uninitialised byte(s)
    569    ...
    570 
    571 Syscall param shmget(size) contains uninitialised byte(s)
    572    ...
    573 
    574 Syscall param shmget(shmflg) contains uninitialised byte(s)
    575    ...
    576 
    577 -----------------------------------------------------
    578 x200010c(268):       __NR_sem_open 2s 1m
    579 -----------------------------------------------------
    580 Syscall param sem_open(name) contains uninitialised byte(s)
    581    ...
    582 
    583 Syscall param sem_open(oflag) contains uninitialised byte(s)
    584    ...
    585 
    586 Syscall param sem_open(name) points to unaddressable byte(s)
    587    ...
    588  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    589 
    590 -----------------------------------------------------
    591 x200010c(268):       __NR_sem_open (4-args) 2s 0m
    592 -----------------------------------------------------
    593 Syscall param sem_open(mode) contains uninitialised byte(s)
    594    ...
    595 
    596 Syscall param sem_open(value) contains uninitialised byte(s)
    597    ...
    598 
    599 -----------------------------------------------------
    600 x200010d(269):      __NR_sem_close 1s 0m
    601 -----------------------------------------------------
    602 Syscall param sem_close(sem) contains uninitialised byte(s)
    603    ...
    604 
    605 -----------------------------------------------------
    606 x200010e(270):     __NR_sem_unlink 1s 1m
    607 -----------------------------------------------------
    608 Syscall param sem_unlink(name) contains uninitialised byte(s)
    609    ...
    610 
    611 Syscall param sem_unlink(name) points to unaddressable byte(s)
    612    ...
    613  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    614 
    615 -----------------------------------------------------
    616 x200010f(271):       __NR_sem_wait 1s 0m
    617 -----------------------------------------------------
    618 Syscall param sem_wait(sem) contains uninitialised byte(s)
    619    ...
    620 
    621 -----------------------------------------------------
    622 x2000110(272):    __NR_sem_trywait 1s 0m
    623 -----------------------------------------------------
    624 Syscall param sem_trywait(sem) contains uninitialised byte(s)
    625    ...
    626 
    627 -----------------------------------------------------
    628 x2000111(273):       __NR_sem_post 1s 0m
    629 -----------------------------------------------------
    630 Syscall param sem_post(sem) contains uninitialised byte(s)
    631    ...
    632 
    633 -----------------------------------------------------
    634 x2000113(275):       __NR_sem_init 3s 1m
    635 -----------------------------------------------------
    636 
    637 More than 100 errors detected.  Subsequent errors
    638 will still be recorded, but in less detail than before.
    639 Syscall param sem_init(sem) contains uninitialised byte(s)
    640    ...
    641 
    642 Syscall param sem_init(pshared) contains uninitialised byte(s)
    643    ...
    644 
    645 Syscall param sem_init(value) contains uninitialised byte(s)
    646    ...
    647 
    648 Syscall param sem_init(sem) points to unaddressable byte(s)
    649    ...
    650  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    651 
    652 -----------------------------------------------------
    653 x2000114(276):    __NR_sem_destroy 1s 1m
    654 -----------------------------------------------------
    655 Syscall param sem_destroy(sem) contains uninitialised byte(s)
    656    ...
    657 
    658 Syscall param sem_destroy(sem) points to unaddressable byte(s)
    659    ...
    660  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    661 
    662 -----------------------------------------------------
    663 x2000117(279):  __NR_stat_extended 4s 4m
    664 -----------------------------------------------------
    665 Syscall param stat_extended(file_name) contains uninitialised byte(s)
    666    ...
    667 
    668 Syscall param stat_extended(buf) contains uninitialised byte(s)
    669    ...
    670 
    671 Syscall param stat_extended(fsacl) contains uninitialised byte(s)
    672    ...
    673 
    674 Syscall param stat_extended(fsacl_size) contains uninitialised byte(s)
    675    ...
    676 
    677 Syscall param stat_extended(file_name) points to unaddressable byte(s)
    678    ...
    679  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    680 
    681 Syscall param stat_extended(buf) points to unaddressable byte(s)
    682    ...
    683  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    684 
    685 Syscall param stat_extended(fsacl_size) points to unaddressable byte(s)
    686    ...
    687  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    688 
    689 Syscall param stat_extended(fsacl) points to unaddressable byte(s)
    690    ...
    691  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    692 
    693 -----------------------------------------------------
    694 x2000118(280): __NR_lstat_extended 4s 4m
    695 -----------------------------------------------------
    696 Syscall param lstat_extended(file_name) contains uninitialised byte(s)
    697    ...
    698 
    699 Syscall param lstat_extended(buf) contains uninitialised byte(s)
    700    ...
    701 
    702 Syscall param lstat_extended(fsacl) contains uninitialised byte(s)
    703    ...
    704 
    705 Syscall param lstat_extended(fsacl_size) contains uninitialised byte(s)
    706    ...
    707 
    708 Syscall param lstat_extended(file_name) points to unaddressable byte(s)
    709    ...
    710  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    711 
    712 Syscall param lstat_extended(buf) points to unaddressable byte(s)
    713    ...
    714  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    715 
    716 Syscall param lstat_extended(fsacl_size) points to unaddressable byte(s)
    717    ...
    718  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    719 
    720 Syscall param lstat_extended(fsacl) points to unaddressable byte(s)
    721    ...
    722  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    723 
    724 -----------------------------------------------------
    725 x2000119(280): __NR_fstat_extended 4s 3m
    726 -----------------------------------------------------
    727 Syscall param fstat_extended(fd) contains uninitialised byte(s)
    728    ...
    729 
    730 Syscall param fstat_extended(buf) contains uninitialised byte(s)
    731    ...
    732 
    733 Syscall param fstat_extended(fsacl) contains uninitialised byte(s)
    734    ...
    735 
    736 Syscall param fstat_extended(fsacl_size) contains uninitialised byte(s)
    737    ...
    738 
    739 Syscall param fstat_extended(buf) points to unaddressable byte(s)
    740    ...
    741  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    742 
    743 Syscall param fstat_extended(fsacl_size) points to unaddressable byte(s)
    744    ...
    745  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    746 
    747 Syscall param fstat_extended(fsacl) points to unaddressable byte(s)
    748    ...
    749  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    750 
    751 -----------------------------------------------------
    752 x200011c(284):__NR_access_extended 4s 1m
    753 -----------------------------------------------------
    754 Syscall param access_extended(entries) contains uninitialised byte(s)
    755    ...
    756 
    757 Syscall param access_extended(size) contains uninitialised byte(s)
    758    ...
    759 
    760 Syscall param access_extended(results) contains uninitialised byte(s)
    761    ...
    762 
    763 Syscall param access_extended(uid) contains uninitialised byte(s)
    764    ...
    765 
    766 Syscall param access_extended(entries) points to unaddressable byte(s)
    767    ...
    768  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    769 
    770 -----------------------------------------------------
    771 (296):           old load_shared_file
    772 -----------------------------------------------------
    773 -----------------------------------------------------
    774 (297):           old reset_shared_file
    775 -----------------------------------------------------
    776 -----------------------------------------------------
    777 (298):           old new_system_shared_regions
    778 -----------------------------------------------------
    779 -----------------------------------------------------
    780 (299):           old shared_region_map_file_np
    781 -----------------------------------------------------
    782 -----------------------------------------------------
    783 (300):           old shared_region_make_private_np
    784 -----------------------------------------------------
    785 -----------------------------------------------------
    786 x200013a(314):     __NR_aio_return 1s 0m
    787 -----------------------------------------------------
    788 Syscall param aio_return(aiocbp) contains uninitialised byte(s)
    789    ...
    790 
    791 -----------------------------------------------------
    792 x200013b(315):    __NR_aio_suspend 1s 0m
    793 -----------------------------------------------------
    794 Syscall param aio_suspend(aiocbp) contains uninitialised byte(s)
    795    ...
    796 
    797 Syscall param aio_suspend(nent) contains uninitialised byte(s)
    798    ...
    799 
    800 Syscall param aio_suspend(timeout) contains uninitialised byte(s)
    801    ...
    802 
    803 Syscall param aio_suspend(list) points to unaddressable byte(s)
    804    ...
    805  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    806 
    807 -----------------------------------------------------
    808 x200013d(317):      __NR_aio_error 1s 0m
    809 -----------------------------------------------------
    810 Syscall param aio_error(aiocbp) contains uninitialised byte(s)
    811    ...
    812 
    813 -----------------------------------------------------
    814 x200013e(318):       __NR_aio_read 1s 1m
    815 -----------------------------------------------------
    816 Syscall param aio_read(aiocbp) contains uninitialised byte(s)
    817    ...
    818 
    819 Syscall param aio_read(aiocbp) points to unaddressable byte(s)
    820    ...
    821  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    822 
    823 -----------------------------------------------------
    824 x200013f(319):      __NR_aio_write 1s 1m
    825 -----------------------------------------------------
    826 Syscall param aio_write(aiocbp) contains uninitialised byte(s)
    827    ...
    828 
    829 Syscall param aio_write(aiocbp) points to unaddressable byte(s)
    830    ...
    831  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    832 
    833 -----------------------------------------------------
    834 (323):           unused
    835 -----------------------------------------------------
    836 -----------------------------------------------------
    837 (326):           unused
    838 -----------------------------------------------------
    839 -----------------------------------------------------
    840 x2000148(328): __NR___pthread_kill 2s 0m
    841 -----------------------------------------------------
    842 Syscall param __pthread_kill(thread) contains uninitialised byte(s)
    843    ...
    844 
    845 Syscall param __pthread_kill(sig) contains uninitialised byte(s)
    846    ...
    847 
    848 -----------------------------------------------------
    849 (335):           old utrace
    850 -----------------------------------------------------
    851 -----------------------------------------------------
    852 x2000155(341):__NR_stat64_extended 4s 4m
    853 -----------------------------------------------------
    854 Syscall param stat64_extended(file_name) contains uninitialised byte(s)
    855    ...
    856 
    857 Syscall param stat64_extended(buf) contains uninitialised byte(s)
    858    ...
    859 
    860 Syscall param stat64_extended(fsacl) contains uninitialised byte(s)
    861    ...
    862 
    863 Syscall param stat64_extended(fsacl_size) contains uninitialised byte(s)
    864    ...
    865 
    866 Syscall param stat64_extended(file_name) points to unaddressable byte(s)
    867    ...
    868  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    869 
    870 Syscall param stat64_extended(buf) points to unaddressable byte(s)
    871    ...
    872  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    873 
    874 Syscall param stat64_extended(fsacl_size) points to unaddressable byte(s)
    875    ...
    876  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    877 
    878 Syscall param stat64_extended(fsacl) points to unaddressable byte(s)
    879    ...
    880  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    881 
    882 -----------------------------------------------------
    883 x2000156(342):__NR_lstat64_extended 4s 4m
    884 -----------------------------------------------------
    885 Syscall param lstat64_extended(file_name) contains uninitialised byte(s)
    886    ...
    887 
    888 Syscall param lstat64_extended(buf) contains uninitialised byte(s)
    889    ...
    890 
    891 Syscall param lstat64_extended(fsacl) contains uninitialised byte(s)
    892    ...
    893 
    894 Syscall param lstat64_extended(fsacl_size) contains uninitialised byte(s)
    895    ...
    896 
    897 Syscall param lstat64_extended(file_name) points to unaddressable byte(s)
    898    ...
    899  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    900 
    901 Syscall param lstat64_extended(buf) points to unaddressable byte(s)
    902    ...
    903  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    904 
    905 Syscall param lstat64_extended(fsacl_size) points to unaddressable byte(s)
    906    ...
    907  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    908 
    909 Syscall param lstat64_extended(fsacl) points to unaddressable byte(s)
    910    ...
    911  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    912 
    913 -----------------------------------------------------
    914 x2000157(342):__NR_fstat64_extended 4s 3m
    915 -----------------------------------------------------
    916 Syscall param fstat64_extended(fd) contains uninitialised byte(s)
    917    ...
    918 
    919 Syscall param fstat64_extended(buf) contains uninitialised byte(s)
    920    ...
    921 
    922 Syscall param fstat64_extended(fsacl) contains uninitialised byte(s)
    923    ...
    924 
    925 Syscall param fstat64_extended(fsacl_size) contains uninitialised byte(s)
    926    ...
    927 
    928 Syscall param fstat64_extended(buf) points to unaddressable byte(s)
    929    ...
    930  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    931 
    932 Syscall param fstat64_extended(fsacl_size) points to unaddressable byte(s)
    933    ...
    934  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    935 
    936 Syscall param fstat64_extended(fsacl) points to unaddressable byte(s)
    937    ...
    938  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    939 
    940 -----------------------------------------------------
    941 x200015b(347):    __NR_getfsstat64 3s 1m
    942 -----------------------------------------------------
    943 Syscall param getfsstat64(buf) contains uninitialised byte(s)
    944    ...
    945 
    946 Syscall param getfsstat64(bufsize) contains uninitialised byte(s)
    947    ...
    948 
    949 Syscall param getfsstat64(flags) contains uninitialised byte(s)
    950    ...
    951 
    952 Syscall param getfsstat64(buf) points to unaddressable byte(s)
    953    ...
    954  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    955 
    956 -----------------------------------------------------
    957 (369-379):       unused
    958 -----------------------------------------------------
    959 -----------------------------------------------------
    960 x270f(9999):                9999 1e
    961 -----------------------------------------------------
    962 WARNING: unhandled syscall: unix:9999
    963 You may be able to write your own handler.
    964 Read the file README_MISSING_SYSCALL_OR_IOCTL.
    965 Nevertheless we consider this a bug.  Please report
    966 it at http://valgrind.org/support/bug_reports.html.
    967 -----------------------------------------------------
    968 x2000001(1):           __NR_exit 1s 0m
    969 -----------------------------------------------------
    970 Syscall param exit(status) contains uninitialised byte(s)
    971    ...
    972 
    973