Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Jun 2020 15:21:03 +0000
From:      bugzilla-noreply@freebsd.org
To:        gecko@FreeBSD.org
Subject:   [Bug 247329] www/firefox: update to 78.0 (phase: Beta, ETA: 2020-06-30)
Message-ID:  <bug-247329-21738-Yu6lYMme2e@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-247329-21738@https.bugs.freebsd.org/bugzilla/>
References:  <bug-247329-21738@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=3D247329

--- Comment #4 from Jan Beich <jbeich@FreeBSD.org> ---
(In reply to Ashish SHUKLA from comment #3)
> shm_open("/wayland.mozilla.ipc.0",O_RDWR|O_CREAT|O_EXCL,0600) =3D 31 (0x1=
f)

Path in shm_open() is a unique identifier, not related to filesystem. Named
objects can be listed via "posixshmcontrol list" on FreeBSD and "ls /dev/sh=
m/"
on Linux.

> posix_fallocate(0x1f,0x0,0x4)                    =3D 19 (0x13)

Requires base r356512. I'll ignore ENODEV (19) a la bug 240884 but you'd ne=
ed
to confirm because -CURRENT kernel gives false positives with old jails.

--=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-247329-21738-Yu6lYMme2e>