https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259374
--- Comment #3 from Didier Garcin <[email protected]> --- (In reply to Ed Maste from comment #2) I'm sorry, strace is suspended automatically without producing any log : debian$ strace ./if ^C debian$ debian$ strace ./if & [1] 25885 didier@teahupoo:~/labo$ debian$ ps PID TTY TIME CMD 26803 pts/1 00:00:00 ps 26436 pts/1 00:00:00 strace 25885 pts/1 00:00:00 strace 70426 pts/1 00:00:00 bash debian$ On host : freebsd-13% sudo ps -a PID TT STAT TIME COMMAND . . . 25885 1 I 0:00,00 strace ./if 26436 1 TX 0:00,00 strace ./if 69793 1 I 0:00,01 sudo chroot debian /bin/bash . . . -- You are receiving this mail because: You are the assignee for the bug.
