From owner-freebsd-hackers@freebsd.org Mon Nov 4 20:16:37 2019 Return-Path: Delivered-To: freebsd-hackers@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EF2F81AF1DD for ; Mon, 4 Nov 2019 20:16:37 +0000 (UTC) (envelope-from thierry@pompo.net) Received: from edna.lautre.net (edna.lautre.net [80.67.160.88]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "lautre.net", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 476PFw3s3xz4Hnd for ; Mon, 4 Nov 2019 20:16:36 +0000 (UTC) (envelope-from thierry@pompo.net) Received: from graf.pompo.net (graf.pompo.net [78.225.128.39]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by edna.lautre.net (Postfix) with ESMTPSA id E3CA51088A6 for ; Mon, 4 Nov 2019 21:16:33 +0100 (CET) Received: by graf.pompo.net (Postfix, from userid 1001) id 1C6B4356554; Mon, 4 Nov 2019 21:16:33 +0100 (CET) Date: Mon, 4 Nov 2019 21:16:33 +0100 From: Thierry Thomas To: FreeBSD Hackers Subject: Re: [ARG_MAX] execv: Argument list too long Message-ID: <20191104201633.GA96284@graf.pompo.net> Mail-Followup-To: FreeBSD Hackers References: <27d5e66b-a9bd-6037-29cd-77cb529bab9e@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <27d5e66b-a9bd-6037-29cd-77cb529bab9e@FreeBSD.org> X-Operating-System: FreeBSD 12.0-STABLE amd64 Organization: Kabbale Eros X-Face: (hRbQnK~Pt7$ct`!fupO(`y_WL4^-Iwn4@ly-.,[4xC4xc; y=\ipKMNm<1J>lv@PP~7Z<.t KjAnXLs: X-PGP: 0xF1C516B3C8359753 User-Agent: Mutt/1.12.2 (2019-09-21) X-Rspamd-Queue-Id: 476PFw3s3xz4Hnd X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of thierry@pompo.net has no SPF policy when checking 80.67.160.88) smtp.mailfrom=thierry@pompo.net X-Spamd-Result: default: False [-3.38 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-hackers@freebsd.org]; DMARC_NA(0.00)[freebsd.org]; AUTH_NA(1.00)[]; RCPT_COUNT_ONE(0.00)[1]; HAS_ORG_HEADER(0.00)[]; IP_SCORE(-2.58)[ip: (-9.27), ipnet: 80.67.160.0/19(-2.03), asn: 20766(-1.62), country: FR(-0.00)]; TO_DN_ALL(0.00)[]; RCVD_IN_DNSWL_NONE(0.00)[88.160.67.80.list.dnswl.org : 127.0.10.0]; R_SPF_NA(0.00)[]; FORGED_SENDER(0.30)[thierry@freebsd.org,thierry@pompo.net]; RWL_MAILSPIKE_POSSIBLE(0.00)[88.160.67.80.rep.mailspike.net : 127.0.0.17]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:20766, ipnet:80.67.160.0/19, country:FR]; FROM_NEQ_ENVFROM(0.00)[thierry@freebsd.org,thierry@pompo.net]; RCVD_TLS_ALL(0.00)[]; TO_DOM_EQ_FROM_DOM(0.00)[] X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Nov 2019 20:16:38 -0000 Le lun. 4 nov. 19 à 15:23:44 +0100, Pedro Giffuni écrivait : Thanks all for your answers! > This is basically the same issue seen long ago with libreoffice: > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208154 > > Please open a PR and add me. Code Aster is sufficiently important (at > least for me) that I think we should revise the limit. Done. This is PR 241710: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241710 -- Th. Thomas.