Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Jun 2014 14:48:14 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 191506] [dtrace] [dtruss] dtruss doesn't seem to work on -HEAD
Message-ID:  <bug-191506-8-biCCBJTP9X@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-191506-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-191506-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191506

Ed Maste <emaste@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |emaste@freebsd.org

--- Comment #1 from Ed Maste <emaste@freebsd.org> ---
Tried on my just-built -HEAD (in QEMU) and it works:

root@:~ # dtruss -c date
dtrace: buffer size lowered to 512k
dtrace: aggregation size lowered to 512k
SYSCALL(args)            = return
Mon Jun 30 14:45:05 UTC 2014
mmap(0x0, 0x8000, 0x3)           = 6422528 0
issetugid(0x0, 0x0, 0x0)                 = 0 0
lstat("/etc\0", 0x7FFFFFFFD438, 0x0)             = 0 0
lstat("/etc/libmap.conf\0", 0x7FFFFFFFD438, 0x0)                 = 0 0
open("/etc/libmap.conf\0", 0x100000, 0x3F0)              = 3 0
fstat(0x3, 0x7FFFFFFFE0F0, 0x0)          = 0 0
mmap(0x0, 0x2F, 0x1)             = 6455296 0
close(0x3)               = 0 0
...

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-191506-8-biCCBJTP9X>