https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247329
--- Comment #4 from Jan Beich <[email protected]> --- (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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "[email protected]"
