[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 14:56:35 UTC 2020


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

Ashish SHUKLA <ashish at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ashish at FreeBSD.org

--- Comment #3 from Ashish SHUKLA <ashish at FreeBSD.org> ---
I believe this commit[1] broke Firefox on Wayland:

shm_open("/wayland.mozilla.ipc.0",O_RDWR|O_CREAT|O_EXCL,0600) = 31 (0x1f)
shm_unlink("/wayland.mozilla.ipc.0")             = 0 (0x0)
mprotect(0x91c3c818000,4096,PROT_READ|PROT_WRITE) = 0 (0x0)
posix_fallocate(0x1f,0x0,0x4)                    = 19 (0x13)
close(31)                                        = 0 (0x0)
SIGNAL 11 (SIGSEGV) code=SEGV_MAPERR trapno=12 addr=0x0
mprotect(0x91c3c818000,4096,PROT_READ|PROT_EXEC) = 0 (0x0)
sigprocmask(SIG_SETMASK,{ },0x0)                 = 0 (0x0)
unlink("/tmp/firefox/lock")                      = 0 (0x0)
close(13)                                        = 0 (0x0)


It segfaults at the startup due to posix_fallocate on a ZFS root
(/wayland.mozilla.ipc.0), which seems to be the change in the referenced
commit.

I'm on 12.1-RELEASE, and downgraded back to 77.0.1_1,1 for now, which works
fine.

Thanks!

References:
[1]
https://hg.mozilla.org/mozilla-central/rev/594ac84515dc7eeddd1d09071e4d6591524d8910

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


More information about the freebsd-gecko mailing list