From nobody@FreeBSD.org Sun Oct 9 13:59:51 2011 Return-Path: Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E4F1E106566B for ; Sun, 9 Oct 2011 13:59:51 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id D36298FC12 for ; Sun, 9 Oct 2011 13:59:51 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p99DxpBj088383 for ; Sun, 9 Oct 2011 13:59:51 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p99Dxphu088382; Sun, 9 Oct 2011 13:59:51 GMT (envelope-from nobody) Message-Id: <201110091359.p99Dxphu088382@red.freebsd.org> Date: Sun, 9 Oct 2011 13:59:51 GMT From: Vaclav Zeman To: freebsd-gnats-submit@FreeBSD.org Subject: __getcwd() calls fail when used on nullfs mount X-Send-Pr-Version: www-3.1 X-GNATS-Notify: >Number: 161424 >Category: kern >Synopsis: [nullfs] __getcwd() calls fail when used on nullfs mount >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-fs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Oct 09 14:00:04 UTC 2011 >Closed-Date: >Last-Modified: Mon Oct 10 05:10:23 UTC 2011 >Originator: Vaclav Zeman >Release: 8.2-STABLE >Organization: SU SH >Environment: FreeBSD shell.sh.cvut.cz 8.2-STABLE FreeBSD 8.2-STABLE #0: Sat Oct 8 16:51:11 CEST 2011 root@shell.sh.cvut.cz:/usr/obj/usr/src/sys/SHELLDELL amd64 >Description: I am having problems with failing __getcwd() when the current directory is on nullfs mount: 78028 valgrind CALL execve(0x800a04070,0x7fffffffe530,0x800a05140) 78028 valgrind NAMI "/usr/local/lib/valgrind/memcheck-amd64-freebsd" 78028 memcheck-amd64-free RET execve 0 78028 memcheck-amd64-free CALL getpid 78028 memcheck-amd64-free RET getpid 78028/0x130cc 78028 memcheck-amd64-free CALL __sysctl(0x39a91450,0x4,0x389a3800,0x39a91468,0,0) 78028 memcheck-amd64-free SCTL "kern.proc.vmmap.78028" 78028 memcheck-amd64-free RET __sysctl 0 78028 memcheck-amd64-free CALL mmap(0x400009000,0x400000,PROT_READ|PROT_WRITE|PROT_EXEC,MAP_PRIVATE|MAP_FIXED|MAP_ANON,0xffffffffffffffff,0) 78028 memcheck-amd64-free RET mmap 17179906048/0x400009000 78028 memcheck-amd64-free CALL getrlimit(RLIMIT_DATA,0x39e6a780) 78028 memcheck-amd64-free RET getrlimit 0 78028 memcheck-amd64-free CALL setrlimit(RLIMIT_DATA,0x39a919e0) 78028 memcheck-amd64-free RET setrlimit 0 78028 memcheck-amd64-free CALL getrlimit(RLIMIT_STACK,0x39e6a790) 78028 memcheck-amd64-free RET getrlimit 0 78028 memcheck-amd64-free CALL __getcwd(0x3882d700,0x3ff) 78028 memcheck-amd64-free NAMI ".." 78028 memcheck-amd64-free RET __getcwd -1 errno 2 No such file or directory Cf. >How-To-Repeat: shell::wilx:~/tmp/yttool> cd /usr/home/users/wilx/tmp/yttool shell::wilx:/usr/home/users/wilx/tmp/yttool> valgrind --tool=memcheck ./yttool ==34679== Memcheck, a memory error detector ==34679== Copyright (C) 2002-2010, and GNU GPL'd, by Julian Seward et al. ==34679== Using Valgrind-3.6.1 and LibVEX; rerun with -h for copyright info ==34679== Command: ./yttool ==34679== ==34679== ==34679== HEAP SUMMARY: ==34679== in use at exit: 20,395 bytes in 119 blocks ==34679== total heap usage: 6,719 allocs, 6,600 frees, 716,787 bytes allocated ==34679== ==34679== LEAK SUMMARY: ==34679== definitely lost: 0 bytes in 0 blocks ==34679== indirectly lost: 0 bytes in 0 blocks ==34679== possibly lost: 134 bytes in 4 blocks ==34679== still reachable: 20,261 bytes in 115 blocks ==34679== suppressed: 0 bytes in 0 blocks ==34679== Rerun with --leak-check=full to see details of leaked memory ==34679== ==34679== For counts of detected and suppressed errors, rerun with: -v ==34679== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) shell::wilx:/usr/home/users/wilx/tmp/yttool> cd $HOME/tmp/yttool shell::wilx:~/tmp/yttool> valgrind --tool=memcheck ./yttool valgrind: Startup or configuration error: valgrind: Can't establish current working directory at startup valgrind: Unable to start up properly. Giving up. shell::wilx:~/tmp/yttool> mount /dev/mfid0s3a on / (ufs, local, multilabel, acls) devfs on /dev (devfs, local, multilabel) /dev/ufs/tmpvol on /tmp (ufs, local, noatime, with quotas, soft-updates, multilabel, acls) /dev/ufs/usrvol on /usr (ufs, local, with quotas, soft-updates, multilabel, acls) /dev/ufs/varvol on /var (ufs, local, soft-updates, multilabel, acls) procfs on /proc (procfs, local) /usr/home/services/strojarna_data on /usr/home/services/strojarna/photos (nullfs, local) /usr/home/services/strojarna_data on /usr/home/users/rizecek/public_html/strojarna/phpalbums/photos (nullfs, local) /usr/home on /home (nullfs, local) /usr/opt on /opt (nullfs, local) linprocfs on /usr/compat/linux/proc (linprocfs, local) >Fix: Patch attached with submission follows: 78028 ktrace RET ktrace 0 78028 ktrace CALL execve(0x7fffffffdfd0,0x7fffffffe568,0x7fffffffe588) 78028 ktrace NAMI "/home/users/wilx/bin/valgrind" 78028 ktrace RET execve -1 errno 2 No such file or directory 78028 ktrace CALL execve(0x7fffffffdfd0,0x7fffffffe568,0x7fffffffe588) 78028 ktrace NAMI "/usr/local/bin/gcc42/valgrind" 78028 ktrace RET execve -1 errno 2 No such file or directory 78028 ktrace CALL execve(0x7fffffffdfd0,0x7fffffffe568,0x7fffffffe588) 78028 ktrace NAMI "/usr/local/bin/valgrind" 78028 ktrace NAMI "/libexec/ld-elf.so.1" 78028 valgrind RET execve 0 78028 valgrind CALL __sysctl(0x7fffffffdd10,0x2,0x7fffffffdd2c,0x7fffffffdd20,0,0) 78028 valgrind SCTL "kern.osreldate" 78028 valgrind RET __sysctl 0 78028 valgrind CALL mmap(0,0x290,PROT_READ|PROT_WRITE,MAP_ANON,0xffffffff,0) 78028 valgrind RET mmap 34365177856/0x800530000 78028 valgrind CALL munmap(0x800530000,0x290) 78028 valgrind RET munmap 0 78028 valgrind CALL __sysctl(0x7fffffffdd80,0x2,0x80063a7a8,0x7fffffffdd78,0,0) 78028 valgrind SCTL "hw.pagesize" 78028 valgrind RET __sysctl 0 78028 valgrind CALL mmap(0,0x8000,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_ANON,0xffffffff,0) 78028 valgrind RET mmap 34365177856/0x800530000 78028 valgrind CALL issetugid 78028 valgrind RET issetugid 0 78028 valgrind CALL open(0x80052c1f2,O_RDONLY,0x1b6) 78028 valgrind NAMI "/etc/libmap.conf" 78028 valgrind RET open 3 78028 valgrind CALL fstat(0x3,0x7fffffffd490) 78028 valgrind STRU struct stat {dev=95, ino=189887, mode=-rw-r--r-- , nlink=1, uid=0, gid=0, rdev=756636, atime=1318165781.756685707, stime=1301211181.146734676, ctime=1301211181.149271690, birthtime=1301211181.146205259, size=177, blksize=16384, blocks=4, flags=0x0 } 78028 valgrind RET fstat 0 78028 valgrind CALL read(0x3,0x800533000,0x4000) 78028 valgrind GIO fd 3 read 177 bytes "libgcc_s.so.1 gcc46/libgcc_s.so.1 libgomp.so.1 gcc46/libgomp.so.1 #libobjc.so.3 gcc4/libobjc.so.2 libssp.so.0 gcc46/libssp.so.0 libstdc++.so.6 gcc46/libstdc++.so.6 " 78028 valgrind RET read 177/0xb1 78028 valgrind CALL mmap(0,0x9000,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_ANON,0xffffffff,0) 78028 valgrind RET mmap 34365210624/0x800538000 78028 valgrind CALL read(0x3,0x800533000,0x4000) 78028 valgrind GIO fd 3 read 0 bytes "" 78028 valgrind RET read 0 78028 valgrind CALL close(0x3) 78028 valgrind RET close 0 78028 valgrind CALL access(0x80053a000,F_OK) 78028 valgrind NAMI "/home/users/wilx/lib/libc.so.7" 78028 valgrind RET access -1 errno 2 No such file or directory 78028 valgrind CALL access(0x80053a000,F_OK) 78028 valgrind NAMI "/home/users/wilx/lib/libc.so.7" 78028 valgrind RET access -1 errno 2 No such file or directory 78028 valgrind CALL access(0x80053a000,F_OK) 78028 valgrind NAMI "/usr/local/lib/libc.so.7" 78028 valgrind RET access -1 errno 2 No such file or directory 78028 valgrind CALL access(0x80053a000,F_OK) 78028 valgrind NAMI "/usr/local/lib/libc.so.7" 78028 valgrind RET access -1 errno 2 No such file or directory 78028 valgrind CALL open(0x80052b2e9,O_RDONLY,0x63a680) 78028 valgrind NAMI "/var/run/ld-elf.so.hints" 78028 valgrind RET open 3 78028 valgrind CALL read(0x3,0x7fffffffdaa0,0x80) 78028 valgrind GIO fd 3 read 128 bytes 0x0000 4568 6e74 0100 0000 8000 0000 d101 0000 0000 0000 d001 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 |Ehnt..........................................................| 0x003e 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 |..............................................................| 0x007c 0000 0000 |....| 78028 valgrind RET read 128/0x80 78028 valgrind CALL lseek(0x3,0x80,SEEK_SET) 78028 valgrind RET lseek 128/0x80 78028 valgrind CALL read(0x3,0x800532200,0x1d1) 78028 valgrind GIO fd 3 read 465 bytes "/lib:/usr/lib:/usr/lib/compat:/usr/local/lib:/usr/local/lib/compat/pkg:/usr/local/kde4/lib:/usr/local/lib/compat:/usr/local/lib/dovecot:/usr/local/lib/dovecot/imap:/usr/local/lib/dovecot/lda:/usr/local/lib/dovecot/pop3:/usr/loc\ al/lib/gcc45:/usr/local/lib/gcc46:/usr/local/lib/gcc47:/usr/local/lib/graphviz:/usr/local/lib/mysql:/usr/local/lib/nss:/usr/local/lib/pth:/usr/local/lib/qt4:/usr/local/lib/zsh:/usr/local/mpi/openmpi/lib:/usr/local/mpi/openmpi/l\ ib/openmpi\0" 78028 valgrind RET read 465/0x1d1 78028 valgrind CALL close(0x3) 78028 valgrind RET close 0 78028 valgrind CALL access(0x80053a000,F_OK) 78028 valgrind NAMI "/lib/libc.so.7" 78028 valgrind RET access 0 78028 valgrind CALL open(0x800531160,O_RDONLY,0x63a680) 78028 valgrind NAMI "/lib/libc.so.7" 78028 valgrind RET open 3 78028 valgrind CALL fstat(0x3,0x7fffffffdd20) 78028 valgrind STRU struct stat {dev=95, ino=23560, mode=-r--r--r-- , nlink=1, uid=0, gid=0, rdev=148296, atime=1318165781.757030737, stime=1318093995, ctime=1318093995, birthtime=1318093995, size=1262768, blksize=16384, blocks=2528, flags=0x20000 } 78028 valgrind RET fstat 0 78028 valgrind CALL fstatfs(0x3,0x7fffffffdb40) 78028 valgrind RET fstatfs 0 78028 valgrind CALL pread(0x3,0x800639660,0x1000,0) 78028 valgrind GIO fd 3 read 4096 bytes 0x0000 7f45 4c46 0201 0109 0000 0000 0000 0000 0300 3e00 0100 0000 d0de 0200 0000 0000 4000 0000 0000 0000 303c 1300 0000 0000 0000 0000 4000 3800 0500 4000 2200 |.ELF..............>.............@.......0<..........@.8...@.".| 0x003e 2100 0100 0000 0500 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 bcd6 0f00 0000 0000 bcd6 0f00 0000 0000 0000 1000 0000 0000 0100 0000 |!.............................................................| 0x007c 0600 0000 c0d6 0f00 0000 0000 c0d6 1f00 0000 0000 c0d6 1f00 0000 0000 78fb 0100 0000 0000 68b3 0300 0000 0000 0000 1000 0000 0000 0200 0000 0600 0000 d8af |............................x.......h.........................| 0x00ba 1100 0000 0000 d8af 2100 0000 0000 d8af 2100 0000 0000 8001 0000 0000 0000 8001 0000 0000 0000 0800 0000 0000 0000 0700 0000 0400 0000 f054 1000 0000 0000 |........!.......!......................................T......| 0x00f8 f054 2000 0000 0000 f054 2000 0000 0000 0000 0000 0000 0000 1400 0000 0000 0000 0800 0000 0000 0000 50e5 7464 0400 0000 5885 0f00 0000 0000 5885 0f00 0000 |.T ......T .............................P.td....X.......X.....| 0x0136 0000 5885 0f00 0000 0000 6451 0000 0000 0000 6451 0000 0000 0000 0400 0000 0000 0000 0508 0000 ac0a 0000 4905 0000 0000 0000 0000 0000 0000 0000 3907 0000 |..X.......dQ......dQ......................I...............9...| 0x0174 ed05 0000 fa01 0000 cd09 0000 ef03 0000 0000 0000 1508 0000 3208 0000 9406 0000 3305 0000 8001 0000 260a 0000 c808 0000 0000 0000 e602 0000 4709 0000 d405 |........................2.......3.......&...............G.....| 0x01b2 0000 a005 0000 cb00 0000 2509 0000 7d08 0000 960a 0000 a20a 0000 a904 0000 0000 0000 0000 0000 7005 0000 0000 0000 2b0a 0000 db08 0000 6c0a 0000 6b0a 0000 |..........%...}.......................p.......+.......l...k...| 0x01f0 af09 0000 e200 0000 4200 0000 8204 0000 6a06 0000 0000 0000 140a 0000 d208 0000 6f06 0000 0000 0000 d908 0000 da02 0000 9109 0000 890a 0000 d202 0000 4109 |........B.......j...............o...........................A.| 0x022e 0000 5e04 0000 7e07 0000 0000 0000 5402 0000 b408 0000 0000 0000 7503 0000 0000 0000 0000 0000 7d0a 0000 f306 0000 0000 0000 df00 0000 580a 0000 f804 0000 |..^...~.......T...........u...........}...............X.......| 0x026c b104 0000 8803 0000 0001 0000 740a 0000 6303 0000 7607 0000 0000 0000 0000 0000 4609 0000 0000 0000 c908 0000 0000 0000 a306 0000 0000 0000 5e09 0000 0000 |............t...c...v...........F.......................^.....| 0x02aa 0000 2008 0000 0000 0000 5106 0000 9107 0000 0000 0000 8306 0000 6408 0000 1402 0000 0000 0000 1908 0000 0000 0000 0906 0000 9c09 0000 4708 0000 0000 0000 |.. .......Q...............d...........................G.......| 0x02e8 b806 0000 f003 0000 0000 0000 0000 0000 3608 0000 3302 0000 0000 0000 cf06 0000 0000 0000 0000 0000 9904 0000 c607 0000 bc01 0000 a207 0000 e709 0000 f002 |................6...3.........................................| 0x0326 0000 e904 0000 9705 0000 0000 0000 1c09 0000 ed09 0000 fa09 0000 2904 0000 a607 0000 0000 0000 b409 0000 cf09 0000 5201 0000 1108 0000 0000 0000 620a 0000 |..........................)...................R...........b...| 0x0364 db01 0000 0b07 0000 0000 0000 4b09 0000 0309 0000 2107 0000 b807 0000 0000 0000 2909 0000 ef07 0000 ea04 0000 3401 0000 0000 0000 9509 0000 7507 0000 cc07 |............K.......!...........)...........4...........u.....| 0x03a2 0000 d003 0000 b509 0000 0000 0000 0000 0000 ee08 0000 5807 0000 0000 0000 2502 0000 6f00 0000 8e01 0000 5705 0000 0000 0000 ee00 0000 b501 0000 b405 0000 |......................X.......%...o.......W...................| 0x03e0 0000 0000 2a02 0000 0000 0000 680a 0000 0000 0000 0000 0000 8e09 0000 4a0a 0000 840a 0000 3a02 0000 0000 0000 0000 0000 db00 0000 950a 0000 6507 0000 4c05 |....*.......h...............J.......:...................e...L.| 0x041e 0000 3407 0000 0000 0000 2106 0000 cf08 0000 0000 0000 1a02 0000 1208 0000 5608 0000 0000 0000 e306 0000 6f08 0000 a701 0000 0000 0000 3008 0000 7602 0000 |..4.......!...................V...........o...........0...v...| 0x045c 0000 0000 2e08 0000 9203 0000 4a04 0000 8404 0000 bf07 0000 0000 0000 0000 0000 8a07 0000 0000 0000 0000 0000 8103 0000 4806 0000 5e05 0000 2305 0000 0000 |............J...................................H...^...#.....| 0x049a 0000 4d08 0000 0000 0000 b705 0000 3d00 0000 7605 0000 3c06 0000 5509 0000 7d05 0000 8806 0000 0000 0000 bb05 0000 0000 0000 0000 0000 6308 0000 8707 0000 |..M...........=...v...<...U...}.......................c.......| 0x04d8 c203 0000 8307 0000 0000 0000 2c0a 0000 e606 0000 0000 0000 1406 0000 0a06 0000 0000 0000 0000 0000 0000 0000 a002 0000 1509 0000 0000 0000 1d09 0000 8f03 |............,.................................................| 0x0516 0000 ae06 0000 0000 0000 3009 0000 0000 0000 e206 0000 0000 0000 820a 0000 0000 0000 9309 0000 c902 0000 0000 0000 9106 0000 0000 0000 0000 0000 0000 0000 |..........0...................................................| 0x0554 6703 0000 db04 0000 0000 0000 8c06 0000 7b09 0000 5606 0000 d009 0000 0000 0000 f508 0000 0b08 0000 9a08 0000 d308 0000 4b00 0000 2b01 0000 7103 0000 0000 |g...............{...V...........................K...+...q.....| 0x0592 0000 0000 0000 0000 0000 0000 0000 4305 0000 3800 0000 0000 0000 fe09 0000 0000 0000 870a 0000 0000 0000 3b02 0000 ec08 0000 9c06 0000 0000 0000 d508 0000 |..............C...8.......................;...................| 0x05d0 0000 0000 5b09 0000 1b07 0000 a604 0000 b102 0000 910a 0000 7403 0000 a804 0000 0000 0000 b604 0000 de03 0000 0000 0000 8b05 0000 4209 0000 6407 0000 f006 |....[...................t...........................B...d.....| 0x060e 0000 0000 0000 0000 0000 ae05 0000 6a04 0000 8407 0000 0000 0000 0000 0000 030a 0000 0000 0000 cd07 0000 4700 0000 8d07 0000 0000 0000 0000 0000 8205 0000 |..............j...........................G...................| 0x064c 7008 0000 4308 0000 0000 0000 450a 0000 3703 0000 b905 0000 1f05 0000 200a 0000 d206 0000 4906 0000 0000 0000 0000 0000 fc08 0000 0000 0000 5804 0000 4409 |p...C.......E...7........... .......I...................X...D.| 0x068a 0000 3e02 0000 a204 0000 b203 0000 0000 0000 7508 0000 0000 0000 0000 0000 0000 0000 5a07 0000 fd09 0000 4f00 0000 6a03 0000 0000 0000 0000 0000 2e09 0000 |..>...............u...............Z.......O...j...............| 0x06c8 0000 0000 3108 0000 7e08 0000 d608 0000 8004 0000 b908 0000 0000 0000 0000 0000 d305 0000 270a 0000 8804 0000 000a 0000 c305 0000 5205 0000 0000 0000 5005 |....1...~...........................'...............R.......P.| 0x0706 0000 5003 0000 0108 0000 2203 0000 d809 0000 5906 0000 0000 0000 0000 0000 0000 0000 ca07 0000 b503 0000 6a00 0000 0000 0000 0000 0000 a905 0000 4a09 0000 |..P.......".......Y.......................j...............J...| 0x0744 8009 0000 0000 0000 ff02 0000 0000 0000 0000 0000 1d08 0000 a706 0000 5e03 0000 a004 0000 350a 0000 0000 0000 5e0a 0000 8705 0000 3309 0000 c206 0000 0002 |............................^.......5.......^.......3.........| 0x0782 0000 560a 0000 4e04 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 4e01 0000 0000 0000 cc05 0000 3c00 0000 0301 0000 8809 0000 a702 0000 |..V...N...........................N...........<...............| 0x07c0 f606 0000 0000 0000 c909 0000 4602 0000 d806 0000 c301 0000 c509 0000 d107 0000 d808 0000 3b0a 0000 c107 0000 0000 0000 2d02 0000 150a 0000 6206 0000 cb04 |............F.......................;...........-.......b.....| 0x07fe 0000 b603 0000 0d09 0000 d602 0000 6e07 0000 0000 0000 2702 0000 fb09 0000 9b00 0000 5a06 0000 1c0a 0000 0004 0000 4a08 0000 0000 0000 b306 0000 0000 0000 |..............n.......'...........Z...........J...............| 0x083c 0000 0000 7603 0000 0a07 0000 210a 0000 2204 0000 0000 0000 6604 0000 0000 0000 ae07 0000 9009 0000 fa04 0000 0907 0000 bd00 0000 6201 0000 d303 0000 7f09 |....v.......!...".......f...........................b.........| 0x087a 0000 aa05 0000 8109 0000 360a 0000 0000 0000 1308 0000 0000 0000 0000 0000 0000 0000 0000 0000 2206 0000 6001 0000 3908 0000 7c06 0000 0a01 0000 5108 0000 |..........6..........................."...`...9...|.......Q...| 0x08b8 3d08 0000 ed02 0000 0000 0000 0000 0000 be06 0000 0000 0000 220a 0000 e003 0000 ff01 0000 5407 0000 0000 0000 3e09 0000 b606 0000 b309 0000 0000 0000 f308 |=......................."...........T.......>.................| 0x08f6 0000 570a 0000 3507 0000 1f09 0000 6c08 0000 8c03 0000 b909 0000 eb02 0000 4703 0000 d906 0000 dd03 0000 310a 0000 7504 0000 6f03 0000 290a 0000 a209 0000 |..W...5.......l...............G...........1...u...o...).......| 0x0934 3d06 0000 0000 0000 7704 0000 4c0a 0000 e805 0000 0000 0000 0c04 0000 850a 0000 ff07 0000 0000 0000 9708 0000 bb08 0000 780a 0000 a606 0000 0000 0000 7505 |=.......w...L...................................x...........u.| 0x0972 0000 4504 0000 6306 0000 0000 0000 8507 0000 bf09 0000 d609 0000 0306 0000 0000 0000 c308 0000 0000 0000 7e06 0000 0000 0000 0000 0000 4907 0000 0000 0000 |..E...c...................................~...........I.......| 0x09b0 0000 0000 4807 0000 aa07 0000 0000 0000 7a09 0000 a008 0000 1808 0000 dd07 0000 da09 0000 0000 0000 6b04 0000 e203 0000 8202 0000 cf01 0000 b109 0000 7204 |....H...........z.......................k...................r.| 0x09ee 0000 5e02 0000 0d08 0000 510a 0000 420a 0000 f300 0000 0000 0000 5d09 0000 1f01 0000 9809 0000 7104 0000 0000 0000 5b03 0000 5e07 0000 0000 0000 3e0a 0000 |..^.......Q...B...........]...........q.......[...^.......>...| 0x0a2c 3808 0000 9504 0000 cb06 0000 6108 0000 ad08 0000 0000 0000 8708 0000 0b01 0000 1a09 0000 0000 0000 0000 0000 7408 0000 0000 0000 c105 0000 4000 0000 0000 |8...........a...............................t...........@.....| 0x0a6a 0000 ab0a 0000 0000 0000 2a07 0000 bd03 0000 0000 0000 860a 0000 fb06 0000 5e01 0000 e207 0000 b209 0000 eb00 0000 8e08 0000 0000 0000 ad03 0000 c108 0000 |..........*...................^...............................| 0x0aa8 2500 0000 f702 0000 0000 0000 5b06 0000 a800 0000 ca03 0000 4801 0000 0000 0000 3708 0000 8309 0000 5a0a 0000 0000 0000 7901 0000 0000 0000 d509 0000 c903 |%...........[...........H.......7.......Z.......y.............| 0x0ae6 0000 0000 0000 0d04 0000 0000 0000 3b00 0000 bf06 0000 0000 0000 7105 0000 9a0a 0000 d205 0000 0000 0000 cd04 0000 3107 0000 de00 0000 9807 0000 2807 0000 |..............;...........q...................1...........(...| 0x0b24 6a0a 0000 530a 0000 0000 0000 8908 0000 eb08 0000 410a 0000 cb07 0000 4904 0000 4909 0000 0000 0000 bc00 0000 fa02 0000 c708 0000 a605 0000 0000 0000 7209 |j...S...............A.......I...I...........................r.| 0x0b62 0000 ac09 0000 0000 0000 b607 0000 4f09 0000 a401 0000 0000 0000 ea00 0000 6209 0000 1009 0000 c106 0000 7c0a 0000 0000 0000 1b01 0000 0000 0000 ee07 0000 |..............O...............b...........|...................| 0x0ba0 b800 0000 b005 0000 4104 0000 0000 0000 0000 0000 0000 0000 aa06 0000 1005 0000 a007 0000 0000 0000 7c09 0000 0000 0000 b709 0000 dd00 0000 0000 0000 0000 |........A...............................|.....................| 0x0bde 0000 500a 0000 dd06 0000 9f02 0000 9c01 0000 0000 0000 e209 0000 8b0a 0000 0000 0000 3705 0000 0000 0000 0000 0000 8a05 0000 0000 0000 7200 0000 c608 0000 |..P...............................7...................r.......| 0x0c1c 0000 0000 540a 0000 f203 0000 3c04 0000 2202 0000 cf07 0000 b700 0000 9207 0000 e303 0000 100a 0000 0000 0000 2908 0000 9508 0000 0000 0000 e108 0000 0107 |....T.......<..."...........................).................| 0x0c5a 0000 e509 0000 0000 0000 c807 0000 2e0a 0000 0000 0000 5000 0000 d909 0000 a200 0000 1e09 0000 0909 0000 0000 0000 0000 0000 d900 0000 6902 0000 cb08 0000 |......................P...............................i.......| 0x0c98 1206 0000 0000 0000 520a 0000 d907 0000 0000 0000 9409 0000 0f05 0000 0000 0000 c007 0000 0000 0000 0000 0000 e005 0000 0e07 0000 9200 0000 0000 0000 6204 |........R...................................................b.| 0x0cd6 0000 0000 0000 0000 0000 0000 0000 d501 0000 0000 0000 de07 0000 0000 0000 1e07 0000 0000 0000 0005 0000 e808 0000 b208 0000 0000 0000 7a0a 0000 9d08 0000 |......................................................z.......| 0x0d14 8701 0000 0000 0000 0000 0000 ee09 0000 5f09 0000 4108 0000 0000 0000 ee01 0000 fc03 0000 8c08 0000 a402 0000 0000 0000 f509 0000 fa03 0000 7f07 0000 ab09 |................_...A.........................................| 0x0d52 0000 0000 0000 7800 0000 2003 0000 470a 0000 7e09 0000 0000 0000 4100 0000 0000 0000 c204 0000 0000 0000 d706 0000 7707 0000 0000 0000 9802 0000 0000 0000 |......x... ...G...~.......A...................w...............| 0x0d90 8a02 0000 0000 0000 0000 0000 0000 0000 d008 0000 2101 0000 4d09 0000 0000 0000 d707 0000 5c00 0000 0000 0000 8907 0000 3e06 0000 5808 0000 6b09 0000 3b06 |....................!...M...........\...........>...X...k...;.| 0x0dce 0000 0000 0000 4003 0000 e600 0000 d703 0000 0000 0000 0000 0000 3f05 0000 0000 0000 6b06 0000 7007 0000 7208 0000 fe05 0000 0000 0000 5609 0000 e505 0000 |......@...................?.......k...p...r...........V.......| 0x0e0c 3c09 0000 0000 0000 0809 0000 0000 0000 af02 0000 8b06 0000 0000 0000 2207 0000 4c09 0000 9209 0000 d301 0000 3a09 0000 aa0a 0000 f809 0000 0000 0000 a308 |<..........................."...L...........:.................| 0x0e4a 0000 c802 0000 0000 0000 0000 0000 9707 0000 9f0a 0000 0000 0000 2104 0000 6909 0000 2f04 0000 2a0a 0000 0000 0000 0000 0000 ce04 0000 9f05 0000 6a02 0000 |..........................!...i.../...*...................j...| 0x0e88 640a 0000 e701 0000 7b07 0000 6706 0000 8509 0000 7d09 0000 fc04 0000 b001 0000 1105 0000 0000 0000 0000 0000 4307 0000 0000 0000 c201 0000 7a00 0000 0000 |d.......{...g.......}.......................C...........z.....| 0x0ec6 0000 2a00 0000 5700 0000 2c08 0000 e601 0000 6c07 0000 e300 0000 e506 0000 3707 0000 5004 0000 1b08 0000 8709 0000 ca09 0000 1107 0000 4105 0000 610a 0000 |..*...W...,.......l...........7...P...................A...a...| 0x0f04 0000 0000 ce09 0000 fd05 0000 7808 0000 0207 0000 0000 0000 ed07 0000 0000 0000 da01 0000 0000 0000 0000 0000 1403 0000 0000 0000 ec06 0000 6d00 0000 6f09 |............x...........................................m...o.| 0x0f42 0000 f907 0000 d605 0000 1104 0000 0000 0000 0000 0000 0000 0000 9f07 0000 0b09 0000 3a03 0000 0000 0000 e103 0000 0000 0000 0000 0000 8002 0000 7409 0000 |..................................:.......................t...| 0x0f80 9f06 0000 0000 0000 8f08 0000 280a 0000 e308 0000 0000 0000 1909 0000 d207 0000 0000 0000 5b0a 0000 0000 0000 e403 0000 8405 0000 9706 0000 e504 0000 c709 |............(.......................[.........................| 0x0fbe 0000 a807 0000 7b0a 0000 9c08 0000 4408 0000 0406 0000 0000 0000 0000 0000 0008 0000 8a00 0000 0000 0000 6107 0000 e002 0000 7305 0000 8a08 0000 120a 0000 |......{.......D...........................a.......s...........| 0x0ffc 0000 0000 |....| 78028 valgrind RET pread 4096/0x1000 78028 valgrind CALL mmap(0,0x239000,PROT_NONE,MAP_PRIVATE|MAP_ANON|MAP_NOCORE,0xffffffff,0) 78028 valgrind RET mmap 34366320640/0x800647000 78028 valgrind CALL mmap(0x800647000,0xfe000,PROT_READ|PROT_EXEC,MAP_PRIVATE|MAP_FIXED|MAP_NOCORE,0x3,0) 78028 valgrind RET mmap 34366320640/0x800647000 78028 valgrind CALL mmap(0x800844000,0x21000,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_FIXED,0x3,0xfd000) 78028 valgrind RET mmap 34368405504/0x800844000 78028 valgrind CALL mmap(0x800865000,0x1b000,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_FIXED|MAP_ANON,0xffffffff,0) 78028 valgrind RET mmap 34368540672/0x800865000 78028 valgrind CALL close(0x3) 78028 valgrind RET close 0 78028 valgrind CALL sysarch(0x81,0x7fffffffde00) 78028 valgrind RET sysarch 0 78028 valgrind CALL mmap(0,0x210,PROT_READ|PROT_WRITE,MAP_ANON,0xffffffff,0) 78028 valgrind RET mmap 34365247488/0x800541000 78028 valgrind CALL munmap(0x800541000,0x210) 78028 valgrind RET munmap 0 78028 valgrind CALL mmap(0,0xaac0,PROT_READ|PROT_WRITE,MAP_ANON,0xffffffff,0) 78028 valgrind RET mmap 34365247488/0x800541000 78028 valgrind CALL munmap(0x800541000,0xaac0) 78028 valgrind RET munmap 0 78028 valgrind CALL sigprocmask(SIG_BLOCK,0x800639560,0x7fffffffddd0) 78028 valgrind RET sigprocmask 0 78028 valgrind CALL sigprocmask(SIG_SETMASK,0x800639570,0) 78028 valgrind RET sigprocmask 0 78028 valgrind CALL __sysctl(0x7fffffffdd90,0x2,0x80086b720,0x7fffffffdd88,0,0) 78028 valgrind SCTL "kern.arandom" 78028 valgrind RET __sysctl 0 78028 valgrind CALL sigprocmask(SIG_BLOCK,0x800639560,0x7fffffffdda0) 78028 valgrind RET sigprocmask 0 78028 valgrind CALL sigprocmask(SIG_SETMASK,0x800639570,0) 78028 valgrind RET sigprocmask 0 78028 valgrind CALL open(0x7fffffffe831,O_RDONLY,0x2f) 78028 valgrind NAMI "./yttool" 78028 valgrind RET open 3 78028 valgrind CALL read(0x3,0x7fffffffc430,0x1000) 78028 valgrind GIO fd 3 read 4096 bytes 0x0000 7f45 4c46 0201 0109 0000 0000 0000 0000 0200 3e00 0100 0000 d0c6 4000 0000 0000 4000 0000 0000 0000 0080 7d02 0000 0000 0000 0000 4000 3800 0700 4000 2500 |.ELF..............>.......@.....@.........}.........@.8...@.%.| 0x003e 2200 0600 0000 0500 0000 4000 0000 0000 0000 4000 4000 0000 0000 4000 4000 0000 0000 8801 0000 0000 0000 8801 0000 0000 0000 0800 0000 0000 0000 0300 0000 |".........@.......@.@.....@.@.................................| 0x007c 0400 0000 c801 0000 0000 0000 c801 4000 0000 0000 c801 4000 0000 0000 1500 0000 0000 0000 1500 0000 0000 0000 0100 0000 0000 0000 0100 0000 0500 0000 0000 |..............@.......@.......................................| 0x00ba 0000 0000 0000 0000 4000 0000 0000 0000 4000 0000 0000 20d2 1300 0000 0000 20d2 1300 0000 0000 0000 1000 0000 0000 0100 0000 0600 0000 00e0 1300 0000 0000 |........@.......@..... ....... ...............................| 0x00f8 00e0 6300 0000 0000 00e0 6300 0000 0000 382c 0900 0000 0000 003f 0900 0000 0000 0000 1000 0000 0000 0200 0000 0600 0000 4001 1d00 0000 0000 4001 6d00 0000 |..c.......c.....8,.......?......................@.......@.m...| 0x0136 0000 4001 6d00 0000 0000 4002 0000 0000 0000 4002 0000 0000 0000 0800 0000 0000 0000 0400 0000 0400 0000 e001 0000 0000 0000 e001 4000 0000 0000 e001 4000 |..@.m.....@.......@.................................@.......@.| 0x0174 0000 0000 1800 0000 0000 0000 1800 0000 0000 0000 0400 0000 0000 0000 50e5 7464 0400 0000 18d2 1300 0000 0000 18d2 5300 0000 0000 18d2 5300 0000 0000 0800 |............................P.td..............S.......S.......| 0x01b2 0000 0000 0000 0800 0000 0000 0000 0400 0000 0000 0000 2f6c 6962 6578 6563 2f6c 642d 656c 662e 736f 2e31 0000 0000 0800 0000 0400 0000 0100 0000 4672 6565 |....................../libexec/ld-elf.so.1................Free| 0x01f0 4253 4400 7cba 0a00 0902 0000 0b02 0000 dd00 0000 b900 0000 0000 0000 1901 0000 0502 0000 3a00 0000 0000 0000 0000 0000 0000 0000 c801 0000 7a01 0000 0102 |BSD.|...............................:...................z.....| 0x022e 0000 0000 0000 0000 0000 0000 0000 0000 0000 4601 0000 0902 0000 0000 0000 0000 0000 0000 0000 cc00 0000 0000 0000 8900 0000 0000 0000 cf01 0000 1500 0000 |..................F...........................................| 0x026c 1a00 0000 ac01 0000 3501 0000 2e01 0000 f601 0000 0000 0000 2801 0000 0000 0000 0000 0000 0a02 0000 0000 0000 0000 0000 0000 0000 1200 0000 dc01 0000 0000 |........5...............(.....................................| 0x02aa 0000 0000 0000 0000 0000 0000 0000 0000 0000 7300 0000 0000 0000 0000 0000 0000 0000 2b00 0000 0000 0000 f600 0000 0901 0000 5d01 0000 e401 0000 0000 0000 |..................s...............+...............]...........| 0x02e8 1e00 0000 0000 0000 1501 0000 4800 0000 8101 0000 2a01 0000 0c01 0000 ab00 0000 0000 0000 0000 0000 0000 0000 0000 0000 e001 0000 f101 0000 0302 0000 0000 |............H.......*.........................................| 0x0326 0000 be00 0000 5e01 0000 9201 0000 df01 0000 fc01 0000 1600 0000 0000 0000 0000 0000 f201 0000 b601 0000 7801 0000 4e01 0000 0000 0000 d101 0000 e501 0000 |......^...................................x...N...............| 0x0364 0000 0000 7700 0000 5301 0000 f801 0000 ad01 0000 f501 0000 0000 0000 0000 0000 8e01 0000 da01 0000 8801 0000 0000 0000 ed01 0000 cc01 0000 0000 0000 2700 |....w...S...................................................'.| 0x03a2 0000 5a01 0000 d801 0000 0000 0000 3800 0000 5700 0000 8501 0000 0000 0000 c401 0000 0000 0000 0000 0000 0000 0000 ec01 0000 f301 0000 0000 0000 1c01 0000 |..Z...........8...W...........................................| 0x03e0 c501 0000 0702 0000 de01 0000 ce01 0000 fb00 0000 c101 0000 0000 0000 b700 0000 3b01 0000 0000 0000 db00 0000 fa01 0000 4b01 0000 0301 0000 dd01 0000 4c00 |................................;...............K...........L.| 0x041e 0000 7900 0000 9200 0000 0000 0000 0000 0000 0000 0000 0000 0000 9e00 0000 0000 0000 b000 0000 ea01 0000 b800 0000 0000 0000 d401 0000 b500 0000 3400 0000 |..y.......................................................4...| 0x045c 0000 0000 6000 0000 0000 0000 0000 0000 0000 0000 f300 0000 3300 0000 8b01 0000 0000 0000 f001 0000 8c01 0000 1201 0000 0000 0000 0000 0000 0000 0000 0000 |....`...................3.....................................| 0x049a 0000 0000 0000 a300 0000 0000 0000 0000 0000 0000 0000 e400 0000 1700 0000 b401 0000 a501 0000 bf00 0000 e301 0000 5201 0000 2901 0000 b801 0000 0000 0000 |..............................................R...)...........| 0x04d8 d601 0000 2301 0000 0000 0000 9701 0000 b901 0000 bc00 0000 b200 0000 8001 0000 0000 0000 c201 0000 0002 0000 d301 0000 6301 0000 4701 0000 0000 0000 6a00 |....#...........................................c...G.......j.| 0x0516 0000 0000 0000 0000 0000 a900 0000 0000 0000 a001 0000 0000 0000 0000 0000 6001 0000 0000 0000 3a01 0000 0000 0000 0000 0000 4900 0000 8301 0000 0000 0000 |..............................`.......:...........I...........| 0x0554 ab01 0000 c900 0000 0c00 0000 0000 0000 b501 0000 6700 0000 0000 0000 0000 0000 8701 0000 c601 0000 1a01 0000 e600 0000 5c01 0000 9001 0000 aa01 0000 a101 |....................g...........................\.............| 0x0592 0000 5401 0000 a700 0000 0000 0000 0000 0000 7c01 0000 0000 0000 0000 0000 b001 0000 6901 0000 d701 0000 d901 0000 6a01 0000 a600 0000 0000 0000 f701 0000 |..T...............|...............i...........j...............| 0x05d0 ec00 0000 1800 0000 0000 0000 e901 0000 0000 0000 4501 0000 2f00 0000 e101 0000 5d00 0000 fb01 0000 0000 0000 d001 0000 0000 0000 8300 0000 0000 0000 8a01 |....................E.../.......].............................| 0x060e 0000 0000 0000 7600 0000 d600 0000 0000 0000 1d00 0000 c001 0000 0000 0000 8401 0000 0000 0000 0000 0000 7b00 0000 0000 0000 0000 0000 0000 0000 0000 0000 |......v...................................{...................| 0x064c 0000 0000 0000 0000 4001 0000 0000 0000 c901 0000 0000 0000 8d01 0000 6701 0000 fd01 0000 2501 0000 0000 0000 4301 0000 1001 0000 0000 0000 a701 0000 4f00 |........@...................g.......%.......C...............O.| 0x068a 0000 5001 0000 0000 0000 0000 0000 0000 0000 8400 0000 0501 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 6101 0000 0000 0000 c700 0000 0000 0000 |..P...........................................a...............| 0x06c8 0202 0000 0000 0000 2100 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0601 0000 7e01 0000 0000 0000 ac00 0000 e701 0000 0000 0000 5501 0000 d501 |........!...........................~...................U.....| 0x0706 0000 2f01 0000 0000 0000 0000 0000 6300 0000 0000 0000 0000 0000 4200 0000 fc00 0000 4300 0000 5900 0000 0000 0000 9600 0000 0000 0000 0402 0000 0000 0000 |../...........c...........B.......C...Y.......................| 0x0744 6600 0000 0000 0000 e201 0000 9b01 0000 0000 0000 0000 0000 7101 0000 3701 0000 0000 0000 0000 0000 0000 0000 bb00 0000 0701 0000 a601 0000 1f01 0000 0000 |f.......................q...7.................................| 0x0782 0000 6401 0000 0000 0000 8201 0000 b201 0000 8f01 0000 0400 0000 0000 0000 0500 0000 6801 0000 8500 0000 de00 0000 0000 0000 9800 0000 6d01 0000 ed00 0000 |..d...............................h...................m.......| 0x07c0 0000 0000 6b00 0000 0000 0000 bb01 0000 ba01 0000 9801 0000 0000 0000 9500 0000 7901 0000 9d00 0000 9d01 0000 af00 0000 0602 0000 9c01 0000 c500 0000 0000 |....k...........................y.............................| 0x07fe 0000 0000 0000 9b00 0000 4a01 0000 ff01 0000 0000 0000 0000 0000 c300 0000 b101 0000 0000 0000 1e01 0000 0000 0000 0000 0000 0000 0000 7e00 0000 9a00 0000 |..........J...........................................~.......| 0x083c ef01 0000 0001 0000 0000 0000 a500 0000 0101 0000 0000 0000 a800 0000 5601 0000 eb01 0000 5100 0000 4d01 0000 0000 0000 cb01 0000 0000 0000 0000 0000 1401 |............................V.......Q...M.....................| 0x087a 0000 9100 0000 0000 0000 bc01 0000 ae01 0000 5701 0000 9501 0000 0000 0000 eb00 0000 0000 0000 0000 0000 ee01 0000 7100 0000 1101 0000 4201 0000 d500 0000 |..................W...........................q.......B.......| 0x08b8 e801 0000 a401 0000 0201 0000 0e01 0000 0000 0000 e601 0000 0000 0000 4e00 0000 f901 0000 3d01 0000 0000 0000 f900 0000 3f01 0000 0000 0000 0000 0000 4101 |............................N.......=...........?...........A.| 0x08f6 0000 c400 0000 db01 0000 4c01 0000 4f01 0000 d200 0000 0000 0000 d700 0000 0600 0000 0000 0000 0000 0000 0000 0000 da00 0000 0000 0000 4500 0000 0200 0000 |..........L...O.......................................E.......| 0x0934 0000 0000 0000 0000 0000 0000 0000 0000 ee00 0000 cb00 0000 b301 0000 1000 0000 8d00 0000 5101 0000 b400 0000 fe01 0000 0000 0000 0000 0000 0000 0000 3c00 |....................................Q.......................<.| 0x0972 0000 3b00 0000 a901 0000 2d00 0000 0000 0000 9601 0000 0000 0000 0000 0000 f500 0000 0000 0000 0000 0000 0000 0000 8c00 0000 f200 0000 0000 0000 5c00 0000 |..;.......-...............................................\...| 0x09b0 0f01 0000 0000 0000 0000 0000 0000 0000 0000 0000 0802 0000 a801 0000 f400 0000 f401 0000 0000 0000 5600 0000 0000 0000 4b00 0000 3500 0000 0000 0000 7a00 |........................................V.......K...5.......z.| 0x09ee 0000 6601 0000 0000 0000 c000 0000 0000 0000 0000 0000 d201 0000 ce00 0000 ca01 0000 d000 0000 2201 0000 5801 0000 0000 0000 b701 0000 0000 0000 0000 0000 |..f..................................."...X...................| 0x0a2c 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0800 0000 0000 |..............................................................| 0x0a6a 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 1300 0000 0000 0000 0000 0000 |..............................................................| 0x0aa8 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 2600 0000 0b00 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 |........................&.....................................| 0x0ae6 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 3100 0000 0000 0000 0000 0000 0f00 0000 0000 0000 0000 0000 0000 0000 |..................................1...........................| 0x0b24 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 1c00 0000 0000 0000 0000 0000 0000 |..............................................................| 0x0b62 0000 0e00 0000 0000 0000 0000 0000 0000 0000 0000 0000 0100 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0700 0000 5400 0000 |..........................................................T...| 0x0ba0 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 6400 0000 0000 |........................................................d.....| 0x0bde 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 3600 0000 0000 0000 0000 0000 |..................................................6...........| 0x0c1c 0000 0000 6c00 0000 0000 0000 3900 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 6d00 0000 4d00 0000 0000 0000 0000 0000 0000 0000 0000 |....l.......9...........................m...M.................| 0x0c5a 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 2a00 0000 8a00 0000 1900 0000 |..................................................*...........| 0x0c98 0000 0000 0000 0000 6200 0000 0000 0000 1100 0000 0000 0000 9700 0000 0000 0000 2000 0000 2900 0000 0000 0000 0000 0000 0000 0000 0000 0000 0300 0000 0000 |........b....................... ...).........................| 0x0cd6 0000 5000 0000 0000 0000 1f00 0000 0000 0000 7500 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 |..P...............u...........................................| 0x0d14 0000 0000 0900 0000 2500 0000 0000 0000 2200 0000 0000 0000 0000 0000 ad00 0000 0000 0000 4600 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 b300 |........%......."...................F.........................| 0x0d52 0000 b600 0000 0000 0000 6e00 0000 6800 0000 9400 0000 0000 0000 9300 0000 0000 0000 0000 0000 0000 0000 0000 0000 8e00 0000 0000 0000 2e00 0000 0000 0000 |..........n...h...............................................| 0x0d90 0000 0000 7200 0000 0000 0000 0000 0000 5800 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 5e00 0000 5200 0000 0000 0000 4a00 0000 8200 |....r...........X...........................^...R.......J.....| 0x0dce 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 c200 0000 0000 0000 0000 0000 c100 0000 8f00 0000 2800 0000 0000 0000 0000 0000 |..................................................(...........| 0x0e0c 0000 0000 0000 0000 0000 0000 fa00 0000 0000 0000 0000 0000 3e00 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 df00 0000 0000 0000 8100 0000 4100 |........................>...................................A.| 0x0e4a 0000 0000 0000 ff00 0000 0000 0000 0000 0000 b100 0000 0000 0000 0000 0000 7000 0000 0000 0000 0000 0000 0000 0000 0000 0000 ca00 0000 0000 0000 0000 0000 |..............................p...............................| 0x0e88 0000 0000 0d00 0000 0000 0000 5a00 0000 0000 0000 0000 0000 0000 0000 aa00 0000 cd00 0000 0000 0000 8600 0000 2400 0000 0401 0000 0801 0000 0000 0000 0000 |............Z...............................$.................| 0x0ec6 0000 f800 0000 0000 0000 e700 0000 0a01 0000 5300 0000 4000 0000 0000 0000 0000 0000 cf00 0000 9f00 0000 0000 0000 0000 0000 0000 0000 2701 0000 0000 0000 |..................S...@...............................'.......| 0x0f04 7d00 0000 0000 0000 0000 0000 2101 0000 1400 0000 0000 0000 0000 0000 2d01 0000 0000 0000 0000 0000 3000 0000 ef00 0000 0000 0000 c600 0000 4700 0000 0000 |}...........!...............-...........0...............G.....| 0x0f42 0000 0000 0000 fd00 0000 4801 0000 0000 0000 8b00 0000 0000 0000 0000 0000 c800 0000 0000 0000 3901 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 |..........H...........................9.......................| 0x0f80 3001 0000 3c01 0000 f000 0000 0000 0000 bd00 0000 0000 0000 0000 0000 0000 0000 7f00 0000 d900 0000 7c00 0000 2401 0000 6900 0000 9c00 0000 1601 0000 0000 |0...<...................................|...$...i.............| 0x0fbe 0000 0000 0000 9900 0000 0000 0000 d800 0000 0000 0000 0000 0000 3401 0000 5b00 0000 0000 0000 0000 0000 0000 0000 f100 0000 6f01 0000 0000 0000 6500 0000 |..........................4...[...................o.......e...| 0x0ffc 1801 0000 |....| 78028 valgrind RET read 4096/0x1000 78028 valgrind CALL close(0x3) 78028 valgrind RET close 0 78028 valgrind CALL getpid 78028 valgrind RET getpid 78028/0x130cc 78028 valgrind CALL __sysctl(0x7fffffffe490,0x4,0x7fffffffd480,0x7fffffffe4a8,0,0) 78028 valgrind SCTL "kern.proc.pathname.78028" 78028 valgrind RET __sysctl 0 78028 valgrind CALL __sysctl(0x7fffffffcf90,0x2,0x80086ad68,0x7fffffffcf88,0,0) 78028 valgrind SCTL "hw.ncpu" 78028 valgrind RET __sysctl 0 78028 valgrind CALL __sysctl(0x7fffffffcec0,0x2,0x7fffffffce50,0x7fffffffceb8,0x800737380,0xc) 78028 valgrind SCTL "sysctl.name2oid" 78028 valgrind RET __sysctl 0 78028 valgrind CALL __sysctl(0x7fffffffce50,0x2,0x80086af70,0x7fffffffcf10,0,0) 78028 valgrind SCTL "hw.pagesizes" 78028 valgrind RET __sysctl 0 78028 valgrind CALL readlink(0x800736031,0x7fffffffcfb0,0x400) 78028 valgrind NAMI "/etc/malloc.conf" 78028 valgrind RET readlink -1 errno 2 No such file or directory 78028 valgrind CALL issetugid 78028 valgrind RET issetugid 0 78028 valgrind CALL break(0x600000) 78028 valgrind RET break 0 78028 valgrind CALL __sysctl(0x7fffffffd270,0x2,0x7fffffffd28c,0x7fffffffd280,0,0) 78028 valgrind SCTL "kern.osreldate" 78028 valgrind RET __sysctl 0 78028 valgrind CALL mmap(0,0x200000,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_ANON,0xffffffff,0) 78028 valgrind RET mmap 34368651264/0x800880000 78028 valgrind CALL mmap(0x800a80000,0x180000,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_ANON,0xffffffff,0) 78028 valgrind RET mmap 34370748416/0x800a80000 78028 valgrind CALL munmap(0x800880000,0x180000) 78028 valgrind RET munmap 0 78028 valgrind CALL execve(0x800a04070,0x7fffffffe530,0x800a05140) 78028 valgrind NAMI "/usr/local/lib/valgrind/memcheck-amd64-freebsd" 78028 memcheck-amd64-free RET execve 0 78028 memcheck-amd64-free CALL getpid 78028 memcheck-amd64-free RET getpid 78028/0x130cc 78028 memcheck-amd64-free CALL __sysctl(0x39a91450,0x4,0x389a3800,0x39a91468,0,0) 78028 memcheck-amd64-free SCTL "kern.proc.vmmap.78028" 78028 memcheck-amd64-free RET __sysctl 0 78028 memcheck-amd64-free CALL mmap(0x400009000,0x400000,PROT_READ|PROT_WRITE|PROT_EXEC,MAP_PRIVATE|MAP_FIXED|MAP_ANON,0xffffffffffffffff,0) 78028 memcheck-amd64-free RET mmap 17179906048/0x400009000 78028 memcheck-amd64-free CALL getrlimit(RLIMIT_DATA,0x39e6a780) 78028 memcheck-amd64-free RET getrlimit 0 78028 memcheck-amd64-free CALL setrlimit(RLIMIT_DATA,0x39a919e0) 78028 memcheck-amd64-free RET setrlimit 0 78028 memcheck-amd64-free CALL getrlimit(RLIMIT_STACK,0x39e6a790) 78028 memcheck-amd64-free RET getrlimit 0 78028 memcheck-amd64-free CALL __getcwd(0x3882d700,0x3ff) 78028 memcheck-amd64-free NAMI ".." 78028 memcheck-amd64-free RET __getcwd -1 errno 2 No such file or directory 78028 memcheck-amd64-free CALL write(0x2,0x3830b060,0x6c) 78028 memcheck-amd64-free GIO fd 2 wrote 108 bytes "valgrind: Startup or configuration error: valgrind: Can't establish current working directory at startup " 78028 memcheck-amd64-free RET write 108/0x6c 78028 memcheck-amd64-free CALL write(0x2,0x3830b060,0x33) 78028 memcheck-amd64-free GIO fd 2 wrote 51 bytes "valgrind: Unable to start up properly. Giving up. " 78028 memcheck-amd64-free RET write 51/0x33 78028 memcheck-amd64-free CALL exit(0x1) >Release-Note: >Audit-Trail: Responsible-Changed-From-To: freebsd-bugs->freebsd-fs Responsible-Changed-By: linimon Responsible-Changed-When: Mon Oct 10 05:10:06 UTC 2011 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=161424 >Unformatted: