Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Apr 2021 09:10:36 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 255339] logger(1): exited on signal 6 (core dumped): assertion in capability code (regression)
Message-ID:  <bug-255339-227-bpvyHGHhzG@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-255339-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-255339-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D255339

--- Comment #3 from Borja Marcos <borjam@sarenet.es> ---
Sorry I didn't add enough details.

% uname -a
FreeBSD hostname 13.0-RELEASE FreeBSD 13.0-RELEASE #0 ea31abc26: Tue Apr 20
06:12:14 UTC 2021     root@hostname:/usr/obj/usr/src/amd64.amd64/sys/DNS13=
=20
amd64


logger is being called by a script.

---
LOGGER=3D"logger -t program -p $syslog_priority"
---

case X$basename in
    X*.extension)
        queue_and_upload file "$channel" "$fname" | ( cd /tmp && $LOGGER )

---

I am quite puzzled. This didn't fail in previous FreeBSD versions.

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



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