From owner-freebsd-gecko@freebsd.org Sun Sep 17 11:25:22 2017 Return-Path: Delivered-To: freebsd-gecko@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E35B8E0B4AE for ; Sun, 17 Sep 2017 11:25:22 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id CA98F7FD45 for ; Sun, 17 Sep 2017 11:25:22 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id C6C00E0B4A8; Sun, 17 Sep 2017 11:25:22 +0000 (UTC) Delivered-To: gecko@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C661DE0B4A6 for ; Sun, 17 Sep 2017 11:25:22 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B51EF7FD44 for ; Sun, 17 Sep 2017 11:25:22 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v8HBPMle024877 for ; Sun, 17 Sep 2017 11:25:22 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: [Bug 222356] www/firefox: file-backed shared memory performance Date: Sun, 17 Sep 2017 11:25:22 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: kib@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gecko@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Sep 2017 11:25:23 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D222356 --- Comment #3 from Konstantin Belousov --- (In reply to Tijl Coosemans from comment #2) Which file system do you use ? The supposed mechanism is that when last on-disk link goes away, vp->v_vflag gets VV_NOSYNC bit set. Look for insta= nce at the ufs_remove(). Then, vm_object_page_clean() skips such vnodes, and t= his function is exactly what syncer calls to clean vnode' cached pages. How did you ensured that there is an io caused by the write-out of the data= ?=20 The metadata must be written on the unmap, and even unlinked vnode removal causes a lot of metadata writes on UFS. The inode must be prepared for reu= se by writing initial data, all inode data blocks must be marked as free in the cylinder group bitmask, the inode must be marked as free in another bitmask, then cg summary must be updated indicating new amount of free blocks and inodes. As a side note, I do not see how could my patch cause failures which you described. All it does is preventing msync(2) from actually write pages to disk for the unlinked file. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-gecko@freebsd.org Sun Sep 17 16:30:31 2017 Return-Path: Delivered-To: freebsd-gecko@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 29046E1C7D5 for ; Sun, 17 Sep 2017 16:30:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 10C9A6434C for ; Sun, 17 Sep 2017 16:30:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 0C567E1C7D4; Sun, 17 Sep 2017 16:30:31 +0000 (UTC) Delivered-To: gecko@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0BF7AE1C7D2 for ; Sun, 17 Sep 2017 16:30:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EE5916434B for ; Sun, 17 Sep 2017 16:30:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v8HGUU56011958 for ; Sun, 17 Sep 2017 16:30:30 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: [Bug 222356] www/firefox: file-backed shared memory performance Date: Sun, 17 Sep 2017 16:30:31 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: tijl@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gecko@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Sep 2017 16:30:31 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D222356 --- Comment #4 from Tijl Coosemans --- (In reply to Konstantin Belousov from comment #3) It's UFS with softupdates and journaling. This test program is more like what Firefox does. It opens and unlinks a f= ile, sets the size with ftruncate and uses mmap. There's no disk I/O that I can notice except for the final close which causes a lot of I/O. If you put mu= nmap last the I/O happens on that call. The bigger the file the longer it takes= .=20 Surely this isn't all metadata? #include #include #include #include #include int main( void ) { int fd; size_t sz; void *base; sz =3D 128 * 1024 * 1024; fd =3D open( "nosync.data", O_RDWR | O_CREAT, 0600 ); unlink( "nosync.data" ); ftruncate( fd, sz ); base =3D mmap( NULL, sz, PROT_READ | PROT_WRITE, MAP_SHARED | MAP_NOSYNC, fd, 0 ); puts( "calling memset" ); memset( base, '0', sz ); puts( "memset called" ); sleep( 5 ); puts( "calling munmap" ); munmap( base, sz ); puts( "munmap called" ); sleep( 5 ); puts( "calling close" ); close( fd ); puts( "close called" ); sleep( 5 ); return( 0 ); } I didn't really investigate the problem with your patch. I could build Fir= efox fine and then suddenly gmake couldn't find some targets that were clearly defined in the Makefile. Rerunning the make command a couple times always = gave this same error. Rebooting with the old kernel fixed it. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-gecko@freebsd.org Sun Sep 17 17:57:23 2017 Return-Path: Delivered-To: freebsd-gecko@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A5557E21865 for ; Sun, 17 Sep 2017 17:57:23 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 8AD076710A for ; Sun, 17 Sep 2017 17:57:23 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 86532E2185F; Sun, 17 Sep 2017 17:57:23 +0000 (UTC) Delivered-To: gecko@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8400DE2185D for ; Sun, 17 Sep 2017 17:57:23 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6EE0667109 for ; Sun, 17 Sep 2017 17:57:23 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v8HHvN9h037310 for ; Sun, 17 Sep 2017 17:57:23 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: [Bug 222356] www/firefox: file-backed shared memory performance Date: Sun, 17 Sep 2017 17:57:23 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: kib@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gecko@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Sep 2017 17:57:23 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D222356 --- Comment #5 from Konstantin Belousov --- (In reply to Tijl Coosemans from comment #4) +J should make the amount of writes on close significantly larger. +J solv= es the problem of leaked resources only, since the problem of the filesystem metadata correctness is already solved by the SU part. So +J must journal = all metadata objects which cannot be reached from the normal metadata accesses.= In particular, all freed data blocks must be mentioned in the journal records before cg bitmaps are allowed to be written. The result is that +J at least doubles the amount of writes, and also the d= ata amount is O(file length) at least. Again, your description does not make me see how my patch (which only affec= ts msync(2)) relates to the build failures. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-gecko@freebsd.org Sun Sep 17 19:37:00 2017 Return-Path: Delivered-To: freebsd-gecko@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1FEBFE26BAE for ; Sun, 17 Sep 2017 19:37:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 03B376AE56 for ; Sun, 17 Sep 2017 19:37:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 000BBE26BAD; Sun, 17 Sep 2017 19:37:00 +0000 (UTC) Delivered-To: gecko@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F3D14E26BAC for ; Sun, 17 Sep 2017 19:36:59 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E1D856AE55 for ; Sun, 17 Sep 2017 19:36:59 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v8HJaxJ1044540 for ; Sun, 17 Sep 2017 19:36:59 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: [Bug 222356] www/firefox: file-backed shared memory performance Date: Sun, 17 Sep 2017 19:37:00 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: tijl@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gecko@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Sep 2017 19:37:00 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D222356 --- Comment #6 from Tijl Coosemans --- (In reply to Konstantin Belousov from comment #5) Even with journaling disabled the final close still takes about 5 seconds of continuous disk activity, exactly as long as calling write(2) with 128MiB. = And if I set sz to 256MiB it takes 10 seconds. Clearing an inode and updating a few bitmaps shouldn't take that long. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-gecko@freebsd.org Sun Sep 17 19:58:45 2017 Return-Path: Delivered-To: freebsd-gecko@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 17496E011AA for ; Sun, 17 Sep 2017 19:58:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id F34C86BC7E for ; Sun, 17 Sep 2017 19:58:44 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id EF803E011A9; Sun, 17 Sep 2017 19:58:44 +0000 (UTC) Delivered-To: gecko@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EEF8DE011A7 for ; Sun, 17 Sep 2017 19:58:44 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DCDE76BC7D for ; Sun, 17 Sep 2017 19:58:44 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v8HJwiYn091896 for ; Sun, 17 Sep 2017 19:58:44 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: [Bug 222356] www/firefox: file-backed shared memory performance Date: Sun, 17 Sep 2017 19:58:44 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: kib@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gecko@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Sep 2017 19:58:45 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D222356 --- Comment #7 from Konstantin Belousov --- (In reply to Tijl Coosemans from comment #6) Ok, then try to catch the backtraces of the places which initiate that io.= =20 Also it would be interesting to see the state of the vnode. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-gecko@freebsd.org Mon Sep 18 14:39:22 2017 Return-Path: Delivered-To: freebsd-gecko@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5EC21E14F58 for ; Mon, 18 Sep 2017 14:39:22 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 467766BB60 for ; Mon, 18 Sep 2017 14:39:22 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 42920E14F57; Mon, 18 Sep 2017 14:39:22 +0000 (UTC) Delivered-To: gecko@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 41F2DE14F56 for ; Mon, 18 Sep 2017 14:39:22 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3034E6BB5F for ; Mon, 18 Sep 2017 14:39:22 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v8IEdMPJ064743 for ; Mon, 18 Sep 2017 14:39:22 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: [Bug 222356] www/firefox: file-backed shared memory performance Date: Mon, 18 Sep 2017 14:39:22 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: tijl@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gecko@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2017 14:39:22 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D222356 --- Comment #8 from Tijl Coosemans --- (In reply to Konstantin Belousov from comment #7) Here's the ddb backtrace and vnode info during the call to close. I've also included the kgdb backtrace. db> ps pid ppid pgrp uid state wmesg wchan cmd 35223 35219 35223 1001 D+ wdrain 0xffffffff80b36320 nosync db> t 35223 Tracing pid 35223 tid 100231 td 0xfffff80014932560 sched_switch() at sched_switch+0x263/frame 0xfffffe0096f20f60 mi_switch() at mi_switch+0xd4/frame 0xfffffe0096f20f90 sleepq_wait() at sleepq_wait+0x3a/frame 0xfffffe0096f20fc0 _sleep() at _sleep+0x22d/frame 0xfffffe0096f21040 waitrunningbufspace() at waitrunningbufspace+0x77/frame 0xfffffe0096f21060 bufwrite() at bufwrite+0x199/frame 0xfffffe0096f210a0 cluster_wbuild() at cluster_wbuild+0x7dd/frame 0xfffffe0096f21150 cluster_write() at cluster_write+0x5da/frame 0xfffffe0096f21230 ffs_write() at ffs_write+0x3e2/frame 0xfffffe0096f212d0 VOP_WRITE_APV() at VOP_WRITE_APV+0x103/frame 0xfffffe0096f213e0 vnode_pager_generic_putpages() at vnode_pager_generic_putpages+0x2bf/frame 0xfffffe0096f214b0 VOP_PUTPAGES_APV() at VOP_PUTPAGES_APV+0x78/frame 0xfffffe0096f214e0 vnode_pager_putpages() at vnode_pager_putpages+0x86/frame 0xfffffe0096f21550 vm_pageout_flush() at vm_pageout_flush+0xe8/frame 0xfffffe0096f21650 vm_object_page_collect_flush() at vm_object_page_collect_flush+0x216/frame 0xfffffe0096f217c0 vm_object_page_clean() at vm_object_page_clean+0x146/frame 0xfffffe0096f218= 30 vinactive() at vinactive+0x98/frame 0xfffffe0096f21890 vputx() at vputx+0x256/frame 0xfffffe0096f218f0 vn_close1() at vn_close1+0xf8/frame 0xfffffe0096f21960 vn_closefile() at vn_closefile+0x50/frame 0xfffffe0096f219e0 closef() at closef+0x226/frame 0xfffffe0096f21a70 closefp() at closefp+0x89/frame 0xfffffe0096f21ab0 amd64_syscall() at amd64_syscall+0x562/frame 0xfffffe0096f21bf0 Xfast_syscall() at Xfast_syscall+0xfb/frame 0xfffffe0096f21bf0 --- syscall (6, FreeBSD ELF64, sys_close), rip =3D 0x80099666a, rsp =3D 0x7fffffffea78, rbp =3D 0x7fffffffeaf0 --- db> show lockedvnods Locked vnodes vnode 0xfffff80077f5eb10: tag ufs, type VREG usecount 0, writecount 0, refcount 4099 mountedhere 0 flags (VV_NOSYNC|VI_ACTIVE|VI_DOINGINACT) v_object 0xfffff80014b512d0 ref 0 pages 32776 cleanbuf 4096 dirtybuf 1 lock type ufs: EXCL by thread 0xfffff80014932560 (pid 35223, nosync, tid 100231) ino 3945563, on dev ada0p5 (kgdb) bt #0 sched_switch (td=3D0xfffff80014932560, newtd=3D, flags=3D) at /usr/src/sys/kern/sched_ule.c:1988 #1 0xffffffff80400424 in mi_switch (flags=3D, newtd=3D0x0) at /usr/src/sys/kern/kern_synch.c:438 #2 0xffffffff8044020a in sleepq_wait (wchan=3D, pri=3D) at /usr/src/sys/kern/subr_sleepqueue.c:687 #3 0xffffffff803ffedd in _sleep (ident=3D0xffffffff80b36320 , lock=3D0xffffffff808c0840 , priority=3D84, wmesg=3D0xffffffff806850b3 "wdrain", sbt=3D0, pr=3D0, flags=3D) at /usr/src/sys/kern/kern_synch.c:216 #4 0xffffffff80489697 in waitrunningbufspace () at /usr/src/sys/kern/vfs_bio.c:814 #5 0xffffffff80489219 in bufwrite (bp=3D0xfffffe007aba3cb8) at /usr/src/sys/kern/vfs_bio.c:1990 #6 0xffffffff804982ed in cluster_wbuild (vp=3D, size=3D, start_lbn=3D390, len=3D, gbflags=3D) at /usr/src/sys/kern/vfs_cluster.c:856 #7 0xffffffff80497a9a in cluster_wbuild_wb (start_lbn=3D, vp=3D, size=3D, len=3D, gbflags=3D) at /usr/src/sys/kern/vfs_cluster.c:625 #8 cluster_write (vp=3D0xfffff80077f5eb10, bp=3D, filesize=3D134217728, seqcount=3D-2048, gbflags=3D8) at /usr/src/sys/kern/vfs_cluster.c:694 #9 0xffffffff80587bb2 in ffs_write (ap=3D0xfffffe0096f213f8) at /usr/src/sys/ufs/ffs/ffs_vnops.c:817 #10 0xffffffff80627bb3 in VOP_WRITE_APV (vop=3D, a=3D0xfffffe0096f213f8) at vnode_if.c:1000 #11 0xffffffff805c8def in VOP_WRITE (vp=3D, uio=3D0xfffffe0096= f21450, ioflag=3D8323104, cred=3D) at ./vnode_if.h:413 #12 vnode_pager_generic_putpages (vp=3D, ma=3D0xfffffe0096f2= 1660, bytecount=3D, flags=3D, rtvals=3D0xfffffe0096f21560) at /usr/src/sys/vm/vnode_pager.c:1276 #13 0xffffffff80629d48 in VOP_PUTPAGES_APV (vop=3D, a=3D0xfffffe0096f214f0) at vnode_if.c:2930 #14 0xffffffff805c6e36 in VOP_PUTPAGES (vp=3D, m=3D, count=3D, sync=3D, rtvals=3D) at ./vnode_if.h:1224 #15 vnode_pager_putpages (object=3D, m=3D0xfffffe0096f21660, count=3D, flags=3D8, rtvals=3D) at /usr/src/sys/vm/vnode_pager.c:1176 #16 0xffffffff805bd988 in vm_pager_put_pages (object=3D0xfffff80014b512d0, m=3D0xfffffe0096f21660, count=3D32, flags=3D8, rtvals=3D0xfffffe0096f21= 560) at /usr/src/sys/vm/vm_pager.h:129 #17 vm_pageout_flush (mc=3D0xfffffe0096f21660, count=3D32, flags=3D8, mreq= =3D0, prunlen=3D0xfffffe0096f2177c, eio=3D0xfffffe0096f217e4) at /usr/src/sys/vm/vm_pageout.c:539 #18 0xffffffff805b5886 in vm_object_page_collect_flush ( object=3D, p=3D, pagerflags=3D, flags=3D, clearobjflags=3D, eio=3D) at /usr/src/sys/vm/vm_object.c:1032 #19 0xffffffff805b55b6 in vm_object_page_clean (object=3D0xfffff80014b512d0, start=3D, end=3D, flags=3D) at /usr/src/sys/vm/vm_object.c:958 #20 0xffffffff804a9228 in vinactive (vp=3D0xfffff80077f5eb10, td=3D0xfffff80014932560) at /usr/src/sys/kern/vfs_subr.c:3060 #21 0xffffffff804a96e6 in vputx (vp=3D0xfffff80077f5eb10, func=3D2) at /usr/src/sys/kern/vfs_subr.c:2789 #22 0xffffffff804b9b28 in vn_close1 (vp=3D0xfffff80077f5eb10, flags=3D3, file_cred=3D0xfffff800141a4b00, td=3D, keep_ref=3Dfalse) at /usr/src/sys/kern/vfs_vnops.c:459 #23 0xffffffff804b8a00 in vn_closefile (fp=3D0xfffff80039583960, td=3D) at /usr/src/sys/kern/vfs_vnops.c:1578 #24 0xffffffff803b2486 in fo_close (fp=3D0xfffff80039583960, td=3D0xfffff80014932560) at /usr/src/sys/sys/file.h:346 #25 _fdrop (fp=3D0xfffff80039583960, td=3D) at /usr/src/sys/kern/kern_descrip.c:2879 #26 closef (fp=3D0xfffff80039583960, td=3D0xfffff80014932560) at /usr/src/sys/kern/kern_descrip.c:2460 #27 0xffffffff803afbb9 in closefp (fdp=3D0xfffff8000485f000, fd=3D, fp=3D0xfffff80039583960, td=3D0xfffff80014932560, holdleaders=3D) at /usr/src/sys/kern/kern_descrip.c:1193 #28 0xffffffff805e8c02 in syscallenter (td=3D0xfffff80014932560) at /usr/src/sys/amd64/amd64/../../kern/subr_syscall.c:132 #29 amd64_syscall (td=3D0xfffff80014932560, traced=3D0) at /usr/src/sys/amd64/amd64/trap.c:915 --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-gecko@freebsd.org Mon Sep 18 16:45:56 2017 Return-Path: Delivered-To: freebsd-gecko@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4A365E1DD31 for ; Mon, 18 Sep 2017 16:45:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 31A937115A for ; Mon, 18 Sep 2017 16:45:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 30EF9E1DD30; Mon, 18 Sep 2017 16:45:56 +0000 (UTC) Delivered-To: gecko@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 30817E1DD2E for ; Mon, 18 Sep 2017 16:45:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1EDE771159 for ; Mon, 18 Sep 2017 16:45:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v8IGjtnR053362 for ; Mon, 18 Sep 2017 16:45:55 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: [Bug 222356] www/firefox: file-backed shared memory performance Date: Mon, 18 Sep 2017 16:45:55 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: kib@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gecko@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2017 16:45:56 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D222356 --- Comment #9 from Konstantin Belousov --- (In reply to Tijl Coosemans from comment #8) I see, this happens during inactivation. Please try this. diff --git a/sys/kern/vfs_subr.c b/sys/kern/vfs_subr.c index 2c144ab17c2..2e8324a7bf8 100644 --- a/sys/kern/vfs_subr.c +++ b/sys/kern/vfs_subr.c @@ -3055,7 +3055,8 @@ vinactive(struct vnode *vp, struct thread *td) * pending I/O and dirty pages in the object. */ obj =3D vp->v_object; - if (obj !=3D NULL && (obj->flags & OBJ_MIGHTBEDIRTY) !=3D 0) { + if ((vp->v_vflag & VV_NOSYNC) =3D=3D 0 && obj !=3D NULL && + (obj->flags & OBJ_MIGHTBEDIRTY) !=3D 0) { VM_OBJECT_WLOCK(obj); vm_object_page_clean(obj, 0, 0, 0); VM_OBJECT_WUNLOCK(obj); diff --git a/sys/vm/vm_object.c b/sys/vm/vm_object.c index fa197214296..33e7e6f8643 100644 --- a/sys/vm/vm_object.c +++ b/sys/vm/vm_object.c @@ -1083,8 +1068,8 @@ vm_object_sync(vm_object_t object, vm_ooffset_t offse= t, vm_size_t size, * I/O. */ if (object->type =3D=3D OBJT_VNODE && - (object->flags & OBJ_MIGHTBEDIRTY) !=3D 0) { - vp =3D object->handle; + (object->flags & OBJ_MIGHTBEDIRTY) !=3D 0 && + ((vp =3D object->handle)->v_vflag & VV_NOSYNC) =3D=3D 0) { VM_OBJECT_WUNLOCK(object); (void) vn_start_write(vp, &mp, V_WAIT); vn_lock(vp, LK_EXCLUSIVE | LK_RETRY); --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-gecko@freebsd.org Mon Sep 18 20:16:33 2017 Return-Path: Delivered-To: freebsd-gecko@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B727EE043EA for ; Mon, 18 Sep 2017 20:16:33 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 9F1B47E55B for ; Mon, 18 Sep 2017 20:16:33 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 9E762E043E9; Mon, 18 Sep 2017 20:16:33 +0000 (UTC) Delivered-To: gecko@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9E162E043E8 for ; Mon, 18 Sep 2017 20:16:33 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8C8D67E55A for ; Mon, 18 Sep 2017 20:16:33 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v8IKGWHw093643 for ; Mon, 18 Sep 2017 20:16:33 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: [Bug 222356] www/firefox: file-backed shared memory performance Date: Mon, 18 Sep 2017 20:16:33 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: tijl@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gecko@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2017 20:16:33 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D222356 --- Comment #10 from Tijl Coosemans --- (In reply to Konstantin Belousov from comment #9) That makes Firefox usable again, thanks. There's still some disk I/O that seems too much to be just metadata, but I could be wrong about that. If I add a call to fsync before close in the test program above there's sti= ll a lot of disk I/O that is fixed by the patch below but it made no difference = on Firefox. The only other thing I can think of is that write(2) on an unlink= ed file still goes straight to the file system, but a patch for that wasn't immediately obvious to me. I've added the backtrace below. Index: sys/kern/vfs_syscalls.c =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- sys/kern/vfs_syscalls.c (revision 323578) +++ sys/kern/vfs_syscalls.c (working copy) @@ -3346,6 +3346,8 @@ kern_fsync(struct thread *td, int fd, bool fullsync) if (error !=3D 0) return (error); vp =3D fp->f_vnode; + if ((vp->v_vflag & VV_NOSYNC) !=3D 0) + goto drop; #if 0 if (!fullsync) /* XXXKIB: compete outstanding aio writes */; db> t 982 Tracing pid 982 tid 100143 td 0xfffff800049b8560 sched_switch() at sched_switch+0x263/frame 0xfffffe0096d7d310 mi_switch() at mi_switch+0xd4/frame 0xfffffe0096d7d340 sleepq_wait() at sleepq_wait+0x3a/frame 0xfffffe0096d7d370 _sleep() at _sleep+0x22d/frame 0xfffffe0096d7d3f0 waitrunningbufspace() at waitrunningbufspace+0x77/frame 0xfffffe0096d7d410 bufwrite() at bufwrite+0x199/frame 0xfffffe0096d7d450 cluster_wbuild() at cluster_wbuild+0x7dd/frame 0xfffffe0096d7d500 cluster_write() at cluster_write+0x5da/frame 0xfffffe0096d7d5e0 ffs_write() at ffs_write+0x3e2/frame 0xfffffe0096d7d680 VOP_WRITE_APV() at VOP_WRITE_APV+0x103/frame 0xfffffe0096d7d790 vn_write() at vn_write+0x1b6/frame 0xfffffe0096d7d810 vn_io_fault1() at vn_io_fault1+0x168/frame 0xfffffe0096d7d950 vn_io_fault() at vn_io_fault+0x189/frame 0xfffffe0096d7d9c0 dofilewrite() at dofilewrite+0x89/frame 0xfffffe0096d7da10 kern_writev() at kern_writev+0x68/frame 0xfffffe0096d7da60 sys_write() at sys_write+0x86/frame 0xfffffe0096d7dab0 amd64_syscall() at amd64_syscall+0x562/frame 0xfffffe0096d7dbf0 Xfast_syscall() at Xfast_syscall+0xfb/frame 0xfffffe0096d7dbf0 --- syscall (4, FreeBSD ELF64, sys_write), rip =3D 0x80099660a, rsp =3D 0x7fffffffea88, rbp =3D 0x7fffffffeaf0 --- db> show lockedvnods Locked vnodes vnode 0xfffff800686793b0: tag ufs, type VREG usecount 1, writecount 1, refcount 546 mountedhere 0 flags (VV_NOSYNC|VI_ACTIVE) v_object 0xfffff80068684870 ref 0 pages 4352 cleanbuf 543 dirtybuf 1 lock type ufs: EXCL by thread 0xfffff800049b8560 (pid 982, nosync, tid 100143) ino 3945559, on dev ada0p5 --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-gecko@freebsd.org Mon Sep 18 20:38:21 2017 Return-Path: Delivered-To: freebsd-gecko@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 84D66E0598D for ; Mon, 18 Sep 2017 20:38:21 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 6D0FB7F0CD for ; Mon, 18 Sep 2017 20:38:21 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 6949EE0598C; Mon, 18 Sep 2017 20:38:21 +0000 (UTC) Delivered-To: gecko@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 68E28E0598B for ; Mon, 18 Sep 2017 20:38:21 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 57B847F0CB for ; Mon, 18 Sep 2017 20:38:21 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v8IKcKGR051828 for ; Mon, 18 Sep 2017 20:38:21 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: [Bug 222356] www/firefox: file-backed shared memory performance Date: Mon, 18 Sep 2017 20:38:21 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: kib@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gecko@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2017 20:38:21 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D222356 --- Comment #11 from Konstantin Belousov --- (In reply to Tijl Coosemans from comment #10) The normal writes, as well as writes initiated by the pagedaemon pageouts, = must be allowed even for unlinked vnodes. It is possible that the system is low either on memory, or as is in the case of your backtrace, short of the non-dirty reusable buffers, which cause writes. In this case pages can be reused and we still need the page content, because the process with open ha= ndle might access the paged out page again. Your patch for kern_fsync() looks fine, but I did not looked at it in some details. Since we lock the vnode on normal path, I prefer to not be racy t= here and check for VV_NOSYNC after the vnode is locked. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-gecko@freebsd.org Mon Sep 18 22:51:42 2017 Return-Path: Delivered-To: freebsd-gecko@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C6384E0D718 for ; Mon, 18 Sep 2017 22:51:42 +0000 (UTC) (envelope-from francois@mozilla.com) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 9E4368337F for ; Mon, 18 Sep 2017 22:51:42 +0000 (UTC) (envelope-from francois@mozilla.com) Received: by mailman.ysv.freebsd.org (Postfix) id 9A57EE0D712; Mon, 18 Sep 2017 22:51:42 +0000 (UTC) Delivered-To: gecko@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 99C93E0D711 for ; Mon, 18 Sep 2017 22:51:42 +0000 (UTC) (envelope-from francois@mozilla.com) Received: from mail-pf0-x22d.google.com (mail-pf0-x22d.google.com [IPv6:2607:f8b0:400e:c00::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 60C968337E for ; Mon, 18 Sep 2017 22:51:42 +0000 (UTC) (envelope-from francois@mozilla.com) Received: by mail-pf0-x22d.google.com with SMTP id e1so990726pfk.1 for ; Mon, 18 Sep 2017 15:51:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mozilla.com; s=google; h=subject:to:cc:references:from:openpgp:message-id:date:user-agent :mime-version:in-reply-to:content-language; bh=0cG6ijWMehkRIFBy8KISp9P51jq9nATaB2rGFYgJCi4=; b=aE8CCGvSeatNHgiDpQPFIBMk36u8QUHG/RrU2F0Ym14XRrTOlSNwHFxayz/Ir6Flxf DAEKXC8Jj+vG3Y06zAryD+ZdwZUuXkVCoOPJ+TilFiU/xt4hOL7K1EPLMM5IJra5l80p MfeggCzX+tYuPajrC7sJssJyZlJ6wJ7KVDQ1g= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:openpgp:message-id :date:user-agent:mime-version:in-reply-to:content-language; bh=0cG6ijWMehkRIFBy8KISp9P51jq9nATaB2rGFYgJCi4=; b=uKWsDx2VQvXmmKYAh3/6zASedE5WCSBm/IF2sY4tZwB41ErMcOQFRZ/mVwwxSOHx5d 17cTv/4Z7T+zjlNStXXIR5q1PhRJO6R3Mc8c9XF6lOmBYViKYW1KU2yAXl/q2c6LF4ut lb7TxeDsyXv+/Fw58+mGubgFDwQ8xUTk6NQAZdY69F6EWz4NTqrZcgs4gAo6ph0aTCBj +lK36mjJYK1LcQ460GrXuuqBgnjFy70Xod3deu/C19DG6E+O+06V+O/My1La+Lez57Xm 2S47AF5SA2CQNMO8QCXNOg52R0eKfVFpg39dJbQBYE1RxfgPjye2BWoEy3B9/STQPIwP PPwA== X-Gm-Message-State: AHPjjUgZeN6PP/6PR8N5WdrrQg3/+RKWDKs2QG18U8x5gl5ueXTxlXi4 OVuGTUKZ0hxg0Yt0LoP2Bg== X-Google-Smtp-Source: AOwi7QCis2mUrZJcEjc1CesTvTI9VEbgotM+t193RMfoC4Mhf7CUJiS6Xg+EXrQpAbPt1vo3Hx7OMQ== X-Received: by 10.84.132.4 with SMTP id 4mr117264ple.449.1505775101311; Mon, 18 Sep 2017 15:51:41 -0700 (PDT) Received: from ?IPv6:2607:ffb0:3001:224:a04c:cffa:afed:e14c? ([2607:ffb0:3001:224:a04c:cffa:afed:e14c]) by smtp.googlemail.com with ESMTPSA id x9sm507523pfk.40.2017.09.18.15.51.40 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 18 Sep 2017 15:51:40 -0700 (PDT) Subject: Google API key for Chromium and Firefox in FreeBSD To: =?UTF-8?Q?Ren=c3=a9_Ladan?= Cc: Jan Beich , gecko@FreeBSD.org References: <7a098f0b-2412-5ea5-5378-eb36c68fee2a@mozilla.com> From: Francois Marier Openpgp: url=https://people.mozilla.org/~fmarier/francois_marier.asc Message-ID: <1cb84e9e-9415-08c2-4070-78e40c44bbd1@mozilla.com> Date: Mon, 18 Sep 2017 15:51:39 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: Content-Language: en-US Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2017 22:51:42 -0000 > Our gecko@ team shares Google API key with chromium@ team. rene@ was the > one who originally obtained the key, so maybe he still has the project ID. René, are you able to lookup the Project ID in your Google Account? To do that go to https://console.developers.google.com and then get the project ID as per the attached screeenshot. I'd like to make sure your key has enough API quota associated with it to handle both Chromium and Firefox. Francois From owner-freebsd-gecko@freebsd.org Tue Sep 19 16:02:55 2017 Return-Path: Delivered-To: freebsd-gecko@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7A41AE1AAA3 for ; Tue, 19 Sep 2017 16:02:55 +0000 (UTC) (envelope-from srw6666@gmail.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 5628C16C3 for ; Tue, 19 Sep 2017 16:02:55 +0000 (UTC) (envelope-from srw6666@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id 5552DE1AAA2; Tue, 19 Sep 2017 16:02:55 +0000 (UTC) Delivered-To: gecko@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 53FE5E1AAA1 for ; Tue, 19 Sep 2017 16:02:55 +0000 (UTC) (envelope-from srw6666@gmail.com) Received: from mail-it0-x232.google.com (mail-it0-x232.google.com [IPv6:2607:f8b0:4001:c0b::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 17AF616C2 for ; Tue, 19 Sep 2017 16:02:55 +0000 (UTC) (envelope-from srw6666@gmail.com) Received: by mail-it0-x232.google.com with SMTP id e134so84915ite.3 for ; Tue, 19 Sep 2017 09:02:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=to:from:subject:message-id:date:user-agent:mime-version :content-transfer-encoding:content-language; bh=GND8tsKc/L7PtymAlOaoGA+9mUQFUDBYunEIMWHOZ7M=; b=FBpD6VOuF+dPdRhVeqVoAFiZw1tXbi27ooYtMYng2NzA8+1GKclOzja9dUic4KHDaR ZpzbgWqT45Mj9QKZeFz1UfHBV+1FsSttUC5UtUOXfJ1AzvRjgfK/sdAg7fPPmDdijuuT mCsFBEjZXyAb+kya3CBFJp9D31eNr9xkPWy8zbXosjgkD++DZdX4csfQrdlvBGic9Ysr 8fcrDpwvVF4Ir2s9fDc36vJMx+A5G5E556fUzdk3TQtFVI4jL4DHIesr6CxQV9GpLKNq 9WYLIS8lo7eyQwzJHD4Kb7qQWadeGNI3eyoEumq/5G3vwEjTEPuIIV0ZMX4dWQnBs3T9 kUWg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:to:from:subject:message-id:date:user-agent :mime-version:content-transfer-encoding:content-language; bh=GND8tsKc/L7PtymAlOaoGA+9mUQFUDBYunEIMWHOZ7M=; b=jVTm4+NYp7scfW6TqryUjOG1xquXfyrB3tmRmvxV9lXGU9TWPbfwg2PX5J0jHJf0KW tYAWbVlEzkRQsehdtFOiAU34pnwDz1QLAhFqJxTNR0+3724vkz68QHYBbgqE4OQzMhak W/cBBnn6t3JzWkkywBLwITinRZAC2gizamGcL+dS/dpIwDL9TDauKZXxoz+9OxSWTOHB uGuU+7wSjCXQUWPb7h20amwxXUMkOcu1WA3gFcB20MXQAQv6vjqOcS0Sbz9hBrc87XrP O28wgaHOs+txMZ3Mvs5dqb/exxgCY6idX6FfVGMf1L6dpUn1NV8g9SyDy/+KElPTcEhD HWcQ== X-Gm-Message-State: AHPjjUg7o65aIvktemJR1stfNUWzpbABIISCABKWKwMdetkprLeQ1imi bYlnVtsMkoYDM1FQZbTHUGjTfcjd X-Google-Smtp-Source: AOwi7QAoSbiSpiO/Ir+E3ovpntf/N6Te9BKY9L9bGZv1MqSDqrhBNiEEwTB/3ORwqCb6lUKSjQa4vQ== X-Received: by 10.36.219.86 with SMTP id c83mr2090357itg.89.1505836974115; Tue, 19 Sep 2017 09:02:54 -0700 (PDT) Received: from BlueDjinn.msd.anl.gov ([146.139.177.155]) by smtp.gmail.com with ESMTPSA id k189sm1184621itb.41.2017.09.19.09.02.50 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 19 Sep 2017 09:02:52 -0700 (PDT) To: gecko@FreeBSD.org From: "S. R. Wright" Subject: bug in Thunderbird Message-ID: Date: Tue, 19 Sep 2017 11:02:48 -0500 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2017 16:02:55 -0000 PORTNAME=       thunderbird DISTVERSION=    52.3.0 PORTREVISION=   1 Using the chat feature results in issues with at least XMPP (possibly others) as it tries to resolv SRV but cannot due to this error > prpl-jabber: Error during SRV lookup: Error: Could not find libresolv in any of libresolv.9.so,libresolv.so Exception: Error: couldn't open library libresolv.so: Shared object "libresolv.so" not found, required by "thunderbird" From owner-freebsd-gecko@freebsd.org Tue Sep 19 16:46:48 2017 Return-Path: Delivered-To: freebsd-gecko@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3D925E1CA16 for ; Tue, 19 Sep 2017 16:46:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 1CF472E12 for ; Tue, 19 Sep 2017 16:46:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 1852FE1CA13; Tue, 19 Sep 2017 16:46:48 +0000 (UTC) Delivered-To: gecko@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 17E85E1CA12 for ; Tue, 19 Sep 2017 16:46:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 046EE2E0D for ; Tue, 19 Sep 2017 16:46:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v8JGkliV014229 for ; Tue, 19 Sep 2017 16:46:47 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: [Bug 222356] www/firefox: file-backed shared memory performance Date: Tue, 19 Sep 2017 16:46:47 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gecko@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2017 16:46:48 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D222356 --- Comment #12 from commit-hook@freebsd.org --- A commit references this bug: Author: kib Date: Tue Sep 19 16:46:37 UTC 2017 New revision: 323768 URL: https://svnweb.freebsd.org/changeset/base/323768 Log: For unlinked files, do not msync(2) or sync on the vnode deactivation. One consequence of the patch is that msyncing unlinked file mappings no longer reduces the amount of the dirty memory in the system, but I do not think that there are users of msync(2) that utilize it for such side-effect. Reported and tested by: tjil PR: 222356 Reviewed by: alc Sponsored by: The FreeBSD Foundation MFC after: 2 weeks Differential revision: https://reviews.freebsd.org/D12411 Changes: head/sys/kern/vfs_subr.c head/sys/vm/vm_object.c --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-gecko@freebsd.org Tue Sep 19 18:01:52 2017 Return-Path: Delivered-To: freebsd-gecko@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E7A3FE21A10 for ; Tue, 19 Sep 2017 18:01:52 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id CEF8A65CE4 for ; Tue, 19 Sep 2017 18:01:52 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id CAA5FE21A0E; Tue, 19 Sep 2017 18:01:52 +0000 (UTC) Delivered-To: gecko@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C9C4FE21A0D for ; Tue, 19 Sep 2017 18:01:52 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A6E5E65CDD; Tue, 19 Sep 2017 18:01:52 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 66347DEB2; Tue, 19 Sep 2017 18:01:51 +0000 (UTC) From: Jan Beich To: "S. R. Wright" Cc: gecko@FreeBSD.org Subject: Re: bug in Thunderbird References: Date: Tue, 19 Sep 2017 20:01:34 +0200 In-Reply-To: (S. R. Wright's message of "Tue, 19 Sep 2017 11:02:48 -0500") Message-ID: <377i-6001-wny@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2017 18:01:53 -0000 "S. R. Wright" writes: > PORTNAME= thunderbird > DISTVERSION= 52.3.0 > PORTREVISION= 1 > > Using the chat feature results in issues with at least XMPP (possibly > others) as it tries to resolv SRV but cannot due to this error > >> prpl-jabber: Error during SRV lookup: > Error: Could not find libresolv in any of libresolv.9.so,libresolv.so > Exception: Error: couldn't open library libresolv.so: Shared object > "libresolv.so" not found, required by "thunderbird" libresolv* doesn't exist on FreeBSD. res_query, dn_skipname, etc. are part of libc. Maybe try adding ctypes.libraryName("c") to https://dxr.mozilla.org/comm-esr52/rev/6fb4e592ad6c/chat/modules/DNS.jsm#33 From owner-freebsd-gecko@freebsd.org Tue Sep 19 18:22:23 2017 Return-Path: Delivered-To: freebsd-gecko@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 61ECFE22FF0 for ; Tue, 19 Sep 2017 18:22:23 +0000 (UTC) (envelope-from srw6666@gmail.com) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 3CB4D66AE4 for ; Tue, 19 Sep 2017 18:22:23 +0000 (UTC) (envelope-from srw6666@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id 3BD7AE22FEF; Tue, 19 Sep 2017 18:22:23 +0000 (UTC) Delivered-To: gecko@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3B5DFE22FEE for ; Tue, 19 Sep 2017 18:22:23 +0000 (UTC) (envelope-from srw6666@gmail.com) Received: from mail-it0-x232.google.com (mail-it0-x232.google.com [IPv6:2607:f8b0:4001:c0b::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F1AB266AE3; Tue, 19 Sep 2017 18:22:22 +0000 (UTC) (envelope-from srw6666@gmail.com) Received: by mail-it0-x232.google.com with SMTP id y126so409046itb.5; Tue, 19 Sep 2017 11:22:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:cc:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-transfer-encoding:content-language; bh=Bl5ayAh9us4hRI9/aPjc6anmKjdjmn50sBy/9plE1hw=; b=GgtwfTz2RwLcfNvEzdt7kosaED+YFT6JIT7LmpitkugiXM+miqtcJDh1NvHma4rNQx Tw2Ce2PKRjsXsZbmcx/fEefyCvqobOZ/i0j7qEMKCE4D5Scswk8/vBlkAJKho/2xG56e 8u53QeNvjcztICWrM2LtwcgwO4iPe7oEMstuMQMtUdN0qeQcZj5nXXeOMM5V9m5+sDs1 BkmU8gadkXbZyXkhuveDzpDoREgr4e/hqYzxdCUnY4SRhguW529UrRxynhry3dFpQ9Hb 9VQaDh4zFUnt0dhOj43AzBave5el8s5hj7+jXwkJzgZKMQKLvoQo03zOnjiZbUj5MYLu uAKg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding :content-language; bh=Bl5ayAh9us4hRI9/aPjc6anmKjdjmn50sBy/9plE1hw=; b=ajpzPHCoILxS/+sk+Xdr9dSD13Ke/QEisLXspscxBIEv5IXHMz2ytsozXBzkmIOWiz 9SJI6Ixc1Mk13+Sipqnyscjhx1RbR4KxXP/WXv5X7TS92GEXwN1o4Tfw+HOHYfnRR0x4 MNTTcQldi9DZcPFCl+xjxf0ndazrWPKpL5UfQ/ZV9pmZGu/Xyu7LN9q61D54iJ36JU9i iVbZtBaGAAXH+/x3wXunv4ezcbetzWeSp2j8r9zLEtIbKCi7LIRDy7XevCq3J5wAYqIB OFIibJg26PI5oyX93lY8CKqEvJ66L2gWqfkVO3WEICN6iAf8i920yKaV5pjiDGhN02pm YaPQ== X-Gm-Message-State: AHPjjUiU6hREwgW/B+IXYcfiYjgfJ/Oi6eX41IEgb2sxCbkvfxX0iyCV /UZNSOTz54monb0Jbf3b4IYxYKLt X-Google-Smtp-Source: AOwi7QA252Vww3ebavGybP5g0FSZ08HGOZI6JQ8a+8oOyb3VnSVQEY0I0gLZmhpk3i9tyvBRYhCnnQ== X-Received: by 10.36.132.6 with SMTP id h6mr3160783itd.51.1505845341672; Tue, 19 Sep 2017 11:22:21 -0700 (PDT) Received: from BlueDjinn.msd.anl.gov ([146.139.177.155]) by smtp.gmail.com with ESMTPSA id v65sm1261770itf.38.2017.09.19.11.22.17 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 19 Sep 2017 11:22:19 -0700 (PDT) Subject: Re: bug in Thunderbird To: Jan Beich Cc: gecko@FreeBSD.org References: <377i-6001-wny@FreeBSD.org> From: "S. R. Wright" Message-ID: Date: Tue, 19 Sep 2017 13:22:16 -0500 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <377i-6001-wny@FreeBSD.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2017 18:22:23 -0000 Thanks for the tip.  I'll try it.  -- sRw On 09/19/17 13:01, Jan Beich wrote: > "S. R. Wright" writes: > >> PORTNAME= thunderbird >> DISTVERSION= 52.3.0 >> PORTREVISION= 1 >> >> Using the chat feature results in issues with at least XMPP (possibly >> others) as it tries to resolv SRV but cannot due to this error >> >>> prpl-jabber: Error during SRV lookup: >> Error: Could not find libresolv in any of libresolv.9.so,libresolv.so >> Exception: Error: couldn't open library libresolv.so: Shared object >> "libresolv.so" not found, required by "thunderbird" > libresolv* doesn't exist on FreeBSD. res_query, dn_skipname, etc. are > part of libc. Maybe try adding ctypes.libraryName("c") to > > https://dxr.mozilla.org/comm-esr52/rev/6fb4e592ad6c/chat/modules/DNS.jsm#33 From owner-freebsd-gecko@freebsd.org Tue Sep 19 21:45:25 2017 Return-Path: Delivered-To: freebsd-gecko@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7EFCBE0726B for ; Tue, 19 Sep 2017 21:45:25 +0000 (UTC) (envelope-from srw6666@gmail.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 58ED86E309 for ; Tue, 19 Sep 2017 21:45:25 +0000 (UTC) (envelope-from srw6666@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id 553B0E07269; Tue, 19 Sep 2017 21:45:25 +0000 (UTC) Delivered-To: gecko@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 54CF4E07268 for ; Tue, 19 Sep 2017 21:45:25 +0000 (UTC) (envelope-from srw6666@gmail.com) Received: from mail-it0-x231.google.com (mail-it0-x231.google.com [IPv6:2607:f8b0:4001:c0b::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 148966E308; Tue, 19 Sep 2017 21:45:25 +0000 (UTC) (envelope-from srw6666@gmail.com) Received: by mail-it0-x231.google.com with SMTP id w204so860134itc.4; Tue, 19 Sep 2017 14:45:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:from:to:cc:references:message-id:date:user-agent :mime-version:in-reply-to:content-transfer-encoding:content-language; bh=1XNGuXM4uhrgZPg9CkhNzETd31VG1YcaJPX4Smmgxgs=; b=r+v35ZQ3aIWH1UREEyUrDm+GZQuT13fgE8rXafDpAnt9uQP4f5cZ4XbiwRj5BGglPH H6dCTUmjREf0BF9t+5RrhN/rEC67/lK/7jB9apLj1JjOH+AM11uX7Vqr1DgZ19XBdXZI hN8yGWez/DsHcN3S0zVjgyHb0/2s/iyorqPFgqP/V6Z+JTgx24h7Wu2pf+CFKl7xr0yU a1pUqRewns8X11HLC60TkCAud/1KIUBwa7M+fZE9rb77ku+82lDtJHfj64x5ac5Gn5v1 iw2SQJiLzE310MrV7nTcrvW3GtQP0TRmiAreo3D/kV6x/HshvJkFEpnIG2l0dFLkmuoS 8wGg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:from:to:cc:references:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding :content-language; bh=1XNGuXM4uhrgZPg9CkhNzETd31VG1YcaJPX4Smmgxgs=; b=A+xSERIZmHnt2LRTCXkgN/iwmbhi3lYL1oRZZemqbUTocsd9pa1LhrNOhrV1JSiUZo 5LMGw+O0A1UEY490YYuIhxyrycFGmBXVZDubPuUrqo8EXYEscvDwSWxhv8sUR4d80gLp OXGp1B7UKSRPhjUF56jCUQWSVMXR9LD7eeJ4EsPi6oVCVvteR2gRX8+IRC/nIQKKWb4a ngxlqPtk3HS1hfzsmj0yjYaYOJKUJ1YyKRJTl+zACsT2sqfcR6WXnRuoucX4xxvzZ0kF 4MkqtMaBh3VPZ0rwD7viED+CP1ikxF9Vys0LPO9Co78li4bNQWF5Tqt2S0MLN8pj8Q5O YBng== X-Gm-Message-State: AHPjjUi3/DXWeSneKb0YyGZ3/ZeEhrVTDNsT5MI8BvBPF3TgzgVkpsw6 JWCxCI+cRK2Siu0yWZz7QEHzDxqx X-Google-Smtp-Source: AOwi7QDdkYTPRuoIIGuuE4WkX5uZbTmCSS1pl+V0IJitsmctDW9XJgzcRdqk+cKvOYBPxK/Umq5jOg== X-Received: by 10.36.215.195 with SMTP id y186mr55005itg.3.1505857523979; Tue, 19 Sep 2017 14:45:23 -0700 (PDT) Received: from BlueDjinn.msd.anl.gov ([146.139.177.155]) by smtp.gmail.com with ESMTPSA id c14sm141101iob.34.2017.09.19.14.45.20 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 19 Sep 2017 14:45:22 -0700 (PDT) Subject: Re: bug in Thunderbird From: "S. R. Wright" To: Jan Beich Cc: gecko@FreeBSD.org References: <377i-6001-wny@FreeBSD.org> Message-ID: <56cc4027-71c8-8f8c-a397-f1e59cec1625@gmail.com> Date: Tue, 19 Sep 2017 16:45:14 -0500 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2017 21:45:25 -0000 I think the suggestion is correct,  but the method fails.  It finds libc.so but that is not a library,  it is text: > cat /usr/lib/libc.so /* $FreeBSD: releng/11.1/lib/libc/libc.ldscript 258283 2013-11-17 22:52:17Z peter $ */ GROUP ( /lib/libc.so.7 /usr/lib/libc_nonshared.a /usr/lib/libssp_nonshared.a ) I have no idea what language a .jsm file is in,  but hopefully there is a method to specifying the pathname to the real library. -- sRw On 09/19/17 13:22, S. R. Wright wrote: > Thanks for the tip.  I'll try it.  -- sRw > > > On 09/19/17 13:01, Jan Beich wrote: >> "S. R. Wright" writes: >> >>> PORTNAME=    thunderbird >>> DISTVERSION=    52.3.0 >>> PORTREVISION=    1 >>> >>> Using the chat feature results in issues with at least XMPP (possibly >>> others) as it tries to resolv SRV but cannot due to this error >>> >>>> prpl-jabber: Error during SRV lookup: >>> Error: Could not find libresolv in any of libresolv.9.so,libresolv.so >>> Exception: Error: couldn't open library libresolv.so: Shared object >>> "libresolv.so" not found, required by "thunderbird" >> libresolv* doesn't exist on FreeBSD. res_query, dn_skipname, etc. are >> part of libc. Maybe try adding ctypes.libraryName("c") to >> >> https://dxr.mozilla.org/comm-esr52/rev/6fb4e592ad6c/chat/modules/DNS.jsm#33 >> > From owner-freebsd-gecko@freebsd.org Tue Sep 19 21:51:59 2017 Return-Path: Delivered-To: freebsd-gecko@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D17E7E07977 for ; Tue, 19 Sep 2017 21:51:59 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id B09166E96D for ; Tue, 19 Sep 2017 21:51:59 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id AFCC8E07973; Tue, 19 Sep 2017 21:51:59 +0000 (UTC) Delivered-To: gecko@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AF5BFE07971 for ; Tue, 19 Sep 2017 21:51:59 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 973396E96B for ; Tue, 19 Sep 2017 21:51:59 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v8JLpxrV008708 for ; Tue, 19 Sep 2017 21:51:59 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: [Bug 222464] www/seamonkey: update to 2.49.1 Date: Tue, 19 Sep 2017 21:51:59 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gecko@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status keywords bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2017 21:52:00 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D222464 Bug ID: 222464 Summary: www/seamonkey: update to 2.49.1 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Keywords: patch Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: gecko@FreeBSD.org Reporter: jbeich@FreeBSD.org Flags: maintainer-feedback?(gecko@FreeBSD.org) Assignee: gecko@FreeBSD.org --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-gecko@freebsd.org Tue Sep 19 21:51:59 2017 Return-Path: Delivered-To: freebsd-gecko@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7E364E0796A for ; Tue, 19 Sep 2017 21:51:59 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 655FB6E95E for ; Tue, 19 Sep 2017 21:51:59 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 61DD4E07969; Tue, 19 Sep 2017 21:51:59 +0000 (UTC) Delivered-To: gecko@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 617B6E07968 for ; Tue, 19 Sep 2017 21:51:59 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 50E096E95C for ; Tue, 19 Sep 2017 21:51:59 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v8JLpxrR008708 for ; Tue, 19 Sep 2017 21:51:59 GMT (envelope-from bugzilla-noreply@freebsd.org) Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: maintainer-feedback requested: [Bug 222464] www/seamonkey: update to 2.49.1 Date: Tue, 19 Sep 2017 21:51:59 +0000 X-Bugzilla-Type: request X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gecko@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2017 21:51:59 -0000 Jan Beich has reassigned Bugzilla Automation 's request for maintainer-feedback to gecko@FreeBSD.o= rg: Bug 222464: www/seamonkey: update to 2.49.1 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D222464 From owner-freebsd-gecko@freebsd.org Tue Sep 19 21:53:01 2017 Return-Path: Delivered-To: freebsd-gecko@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0EBECE07B9E for ; Tue, 19 Sep 2017 21:53:01 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id EA1F36EAD7 for ; Tue, 19 Sep 2017 21:53:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id E963AE07B9C; Tue, 19 Sep 2017 21:53:00 +0000 (UTC) Delivered-To: gecko@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E8FCFE07B9B for ; Tue, 19 Sep 2017 21:53:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D6C3F6EAD6 for ; Tue, 19 Sep 2017 21:53:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v8JLr0sO013417 for ; Tue, 19 Sep 2017 21:53:00 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: [Bug 222464] www/seamonkey: update to 2.49.1 Date: Tue, 19 Sep 2017 21:53:00 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gecko@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2017 21:53:01 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D222464 --- Comment #1 from Jan Beich --- Created attachment 186556 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D186556&action= =3Dedit rc1 --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-gecko@freebsd.org Tue Sep 19 21:53:40 2017 Return-Path: Delivered-To: freebsd-gecko@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A680CE07C6B for ; Tue, 19 Sep 2017 21:53:40 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 8E7426EB0C for ; Tue, 19 Sep 2017 21:53:40 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 8D91CE07C6A; Tue, 19 Sep 2017 21:53:40 +0000 (UTC) Delivered-To: gecko@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8D119E07C69 for ; Tue, 19 Sep 2017 21:53:40 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7BC2B6EB0B for ; Tue, 19 Sep 2017 21:53:40 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v8JLredD014237 for ; Tue, 19 Sep 2017 21:53:40 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: [Bug 221335] www/firefox: update to 56.0 Date: Tue, 19 Sep 2017 21:53:40 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa, patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gecko@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2017 21:53:40 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D221335 Jan Beich changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #186384|0 |1 is obsolete| | --- Comment #11 from Jan Beich --- Created attachment 186557 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D186557&action= =3Dedit rc1 --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-gecko@freebsd.org Fri Sep 22 10:17:26 2017 Return-Path: Delivered-To: freebsd-gecko@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1DF79E225E9 for ; Fri, 22 Sep 2017 10:17:26 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 09823648B2 for ; Fri, 22 Sep 2017 10:17:26 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 08C37E225E8; Fri, 22 Sep 2017 10:17:26 +0000 (UTC) Delivered-To: gecko@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 08485E225E7 for ; Fri, 22 Sep 2017 10:17:26 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.ysv.freebsd.org (portscout.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EE2DA648B1 for ; Fri, 22 Sep 2017 10:17:25 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.ysv.freebsd.org ([127.0.1.123]) by portscout.ysv.freebsd.org (8.15.2/8.15.2) with ESMTP id v8MAHP7g078662 for ; Fri, 22 Sep 2017 10:17:25 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.ysv.freebsd.org (8.15.2/8.15.2/Submit) id v8MAHPAw078661; Fri, 22 Sep 2017 10:17:25 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201709221017.v8MAHPAw078661@portscout.ysv.freebsd.org> X-Authentication-Warning: portscout.ysv.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Fri, 22 Sep 2017 10:17:25 +0000 From: portscout@FreeBSD.org To: gecko@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Sep 2017 10:17:26 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/gecko@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ www/xpi-flashgot | 1.3.7 | 1.5.6.11 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks.