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: [email protected]
Reporter: [email protected]
CC: [email protected]
$ 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.