Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Oct 2021 20:53:29 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 259374] Linux(4) getifaddrs() results in Address family not supported by protocol getifaddrs() (EAFNOSUPPORT)
Message-ID:  <bug-259374-227-ZoU6chHoll@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-259374-227@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259374

--- Comment #3 from Didier Garcin <didu31@hotmail.fr> ---
(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.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-259374-227-ZoU6chHoll>