[Bug 278340] unix(4): regressed after base aba79b0f4a3f

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 13 Apr 2024 04:39:35 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278340

            Bug ID: 278340
           Summary: unix(4): regressed after base aba79b0f4a3f
           Product: Base System
           Version: 15.0-CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Keywords: regression
          Severity: Affects Some People
          Priority: ---
         Component: kern
          Assignee: bugs@FreeBSD.org
          Reporter: throwaway_vthgwq4@protonmail.com
                CC: glebius@FreeBSD.org

$ truss swaymsg -t get_outputs
[...]
socket(PF_LOCAL,SOCK_STREAM,0)                  = 3 (0x3)
connect(3,{ AF_UNIX "/var/run/xdg/foo/sway-ipc.1001.27613.sock" },106) = 0
(0x0)
setsockopt(3,SOL_SOCKET,SO_RCVTIMEO,0x820bb96a8,16) = 0 (0x0)
write(3,"i3-ipc\0\0\0\0\^C\0\0\0",14)           = 14 (0xe)
write(3,0x825f64008,0)                          ERR#14 'Bad address'
00:00:00.000 write(2,"00:00:00.000 ",13)                        = 13 (0xd)
ioctl(2,TIOCGETA,0x820bb9504)                   = 0 (0x0)
write(2,"\^[[1;31m",7)                          = 7 (0x7)
[common/ipc-client.c:140] Unable to send IPC payload
write(2,"[common/ipc-client.c:140] Unable"...,52) = 52 (0x34)
ioctl(2,TIOCGETA,0x820bb9504)                   = 0 (0x0)
write(2,"\^[[0m",4)                             = 4 (0x4)
write(2,"\n",1)                                 = 1 (0x1)
exit(0x1)                                       
process exit, rval = 1

-- 
You are receiving this mail because:
You are the assignee for the bug.