[Bug 247329] www/firefox: update to 78.0 (phase: Beta, ETA: 2020-06-30)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Jun 25 15:21:03 UTC 2020


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

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

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/shm/"
on Linux.

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

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

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


More information about the freebsd-gecko mailing list