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

Reply via email to