[DragonFlyBSD - Bug #2906] (New) truss(1) is broken

bugtracker-admin at leaf.dragonflybsd.org bugtracker-admin at leaf.dragonflybsd.org
Sat Apr 30 14:16:34 PDT 2016


Issue #2906 has been reported by tkusumi.

----------------------------------------
Bug #2906: truss(1) is broken
http://bugs.dragonflybsd.org/issues/2906

* Author: tkusumi
* Status: New
* Priority: Normal
* Assignee: 
* Category: 
* Target version: 
----------------------------------------
b2a6ad87f Kernel - Fix numerous procfs/ptrace issues
in 2012 seems to have broke truss.

procfs ioctl(PIOCWAIT) returns EINVAL when called via truss.

+           if (procp->p_stops == 0) {
+               error = EINVAL;
+               goto done;
+           }

[root@]~# truss true; echo $?
truss: PIOCWAIT: Invalid argument
6




-- 
You have received this notification because you have either subscribed to it, or are involved in it.
To change your notification preferences, please click here: http://bugs.dragonflybsd.org/my/account



More information about the Bugs mailing list