[DragonFlyBSD - Bug #2906] (Closed) truss(1) is broken
bugtracker-admin at leaf.dragonflybsd.org
bugtracker-admin at leaf.dragonflybsd.org
Sun Jun 19 16:58:28 PDT 2016
Issue #2906 has been updated by dillon.
Status changed from New to Closed
Pushed hack to procfs that appears to fix the problem.
-Matt
----------------------------------------
Bug #2906: truss(1) is broken
http://bugs.dragonflybsd.org/issues/2906#change-12930
* Author: tkusumi
* Status: Closed
* 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