From nobody Wed Mar 08 00:03:01 2023 X-Original-To: freebsd-stable@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4PWXZm3Hb6z3wqMw for ; Wed, 8 Mar 2023 00:03:12 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-lj1-f182.google.com (mail-lj1-f182.google.com [209.85.208.182]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1D4" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4PWXZm0V0yz4GLh for ; Wed, 8 Mar 2023 00:03:12 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Authentication-Results: mx1.freebsd.org; none Received: by mail-lj1-f182.google.com with SMTP id a32so14938869ljr.9 for ; Tue, 07 Mar 2023 16:03:12 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1678233790; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=J7Gv+y3EpMrqaqrevyr/Ypcgd65Qp/BNixJDWlHcnug=; b=iO24PIsxSY0ev6sFCdOSOcDVAMaTPCXXf/SJCTBwt1nnl78v6S7FOWVyxCnHJZkJ4P GggLqxix93jDCqmfUdNZ9dZi2vJ7tSOrlll2/FFcHjgKDIst4ioFvpkOqQBoVHCZat+A fc3ug45pWnIRQdN8bJjJCyCXd6vOXC+A7t7uvNpe3rgg+gduYyeCU0dc5kCg8Q78ZX9G v+IRsExL815BxKJSiSwSdAtylB4koMPnq0Jpnc4p3fh1r+ZC/oOu0j0F1OhnUCYmFXVH 7xR4AmY9Guporm+dYhs5cURuxzcu0RIvPbohzjx55BEiZ/hRUVmVBG37HjVJsxtX2PHR tacw== X-Gm-Message-State: AO0yUKUJVJKmTQcbYrqTGDLMI3L+DR3uyiHCJh3gD6HUhTHoc5Kakyn/ x7misRxWNOU2af0MyzSzAcyRPM8tDv+yz+Qr6IG+jbSzRsU= X-Google-Smtp-Source: AK7set8QxJxBuo/67evFxMrH2T2yp8BCl4F2K3FYNEhksBk5fVLLPq+kyOuXP5q0lduAbhY0wu00aq2ZNvKYK6fLoPk= X-Received: by 2002:a2e:a269:0:b0:295:ab47:119b with SMTP id k9-20020a2ea269000000b00295ab47119bmr4979300ljm.8.1678233790067; Tue, 07 Mar 2023 16:03:10 -0800 (PST) List-Id: Production branch of FreeBSD source code List-Archive: https://lists.freebsd.org/archives/freebsd-stable List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org MIME-Version: 1.0 References: In-Reply-To: From: Ed Maste Date: Tue, 7 Mar 2023 19:03:01 -0500 Message-ID: Subject: Re: 13.2-STABLE: vlc does not work (SEGV_MAPERR) To: Peter Cc: freebsd-stable@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 4PWXZm0V0yz4GLh X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:15169, ipnet:209.85.128.0/17, country:US] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N On Tue, 7 Mar 2023 at 17:36, Peter wrote: > > ! Can you try tagging the binary to opt out of ASLR and see if it then works: > ! # elfctl -e +noaslr /usr/local/bin/vlc > > I could, but I prefer to do this instead and have it logged rightaway: I was just looking for confirmation that the binary functions correctly when so tagged; doing it via the port build infrastructure is of course fine as well. If you have a bugzilla account, would you kindly submit bug reports for each port that you need to tag? We'll want to make sure all affected ports are built with the tag, and also investigate each failure. > I'm going to do the same now for java + node + libreoffice, and then > engage the allow_wx=0 again. Setting allow_wx=0 is likely to have significant fallout, so be prepared for that.