From nobody Wed Aug 30 12:40:25 2023 X-Original-To: ports@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 4RbP5s4LjKz4s552; Wed, 30 Aug 2023 12:40:33 +0000 (UTC) (envelope-from junchoon@dec.sakura.ne.jp) Received: from www121.sakura.ne.jp (www121.sakura.ne.jp [153.125.133.21]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4RbP5l6FHdz4PVH; Wed, 30 Aug 2023 12:40:27 +0000 (UTC) (envelope-from junchoon@dec.sakura.ne.jp) Authentication-Results: mx1.freebsd.org; dkim=none; spf=none (mx1.freebsd.org: domain of junchoon@dec.sakura.ne.jp has no SPF policy when checking 153.125.133.21) smtp.mailfrom=junchoon@dec.sakura.ne.jp; dmarc=none Received: from kalamity.joker.local (123-1-88-210.area1b.commufa.jp [123.1.88.210]) (authenticated bits=0) by www121.sakura.ne.jp (8.16.1/8.16.1/[SAKURA-WEB]/20201212) with ESMTPA id 37UCePaA056554; Wed, 30 Aug 2023 21:40:25 +0900 (JST) (envelope-from junchoon@dec.sakura.ne.jp) Date: Wed, 30 Aug 2023 21:40:25 +0900 From: Tomoaki AOKI To: ports@freebsd.org Cc: Christoph Moench-Tegeder , dev-commits-ports-main@freebsd.org Subject: Re: git: d8a3e1d47a90 - main - www/firefox: update to 117.0 (rc1) Message-Id: <20230830214025.2d95c4fee471b524db132763@dec.sakura.ne.jp> In-Reply-To: References: <20230822234916.99067eee7bffb75a3ca34aea@dec.sakura.ne.jp> <20230823075340.7b567c42d4c077ff8e98c891@dec.sakura.ne.jp> <20230825184926.caab6d42021a6e28c1974be6@dec.sakura.ne.jp> <20230828182738.12f409fb2da6581a6b65bdc2@dec.sakura.ne.jp> Organization: Junchoon corps X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; amd64-portbld-freebsd14.0) List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spamd-Bar: - X-Spamd-Result: default: False [-1.50 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; AUTH_NA(1.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-0.999]; NEURAL_HAM_SHORT(-1.00)[-0.999]; MV_CASE(0.50)[]; MIME_GOOD(-0.10)[text/plain]; ONCE_RECEIVED(0.10)[]; ASN(0.00)[asn:7684, ipnet:153.125.128.0/18, country:JP]; MLMMJ_DEST(0.00)[dev-commits-ports-main@freebsd.org,ports@freebsd.org]; MIME_TRACE(0.00)[0:+]; RCVD_COUNT_ONE(0.00)[1]; FROM_EQ_ENVFROM(0.00)[]; RCVD_TLS_LAST(0.00)[]; R_DKIM_NA(0.00)[]; BLOCKLISTDE_FAIL(0.00)[123.1.88.210:query timed out,153.125.133.21:query timed out]; MID_RHS_MATCH_FROM(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; FROM_HAS_DN(0.00)[]; ARC_NA(0.00)[]; R_SPF_NA(0.00)[no SPF record]; TO_MATCH_ENVRCPT_ALL(0.00)[]; TO_DN_SOME(0.00)[]; DMARC_NA(0.00)[sakura.ne.jp]; HAS_ORG_HEADER(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[] X-Rspamd-Queue-Id: 4RbP5l6FHdz4PVH On Tue, 29 Aug 2023 09:06:46 +0900 Tatsuki Makino wrote: > Hello. > > I don't know at what point it will fail. > There is no sign of fail in the following environment. > > firefox-117.0_1,2 + 12.4-STABLE 53c5e2732978 + Just an X window system (wayland is not used) + Radeon > > Sometimes, but the backtrace of the core points to odd places. > So, it is better to put it on lldb. > For example, > lldb -o r -- /usr/local/bin/firefox --ProfileManager --no-remote --private-window > If the process stops in the middle, in most cases simply type c to lldb :) > > Regards. Thanks for advice! Uploaded backtrace to Bug 273291. And as I described on Bug 273291, I am not alone. Similar (maybe the same) issue is reported on Forums.FreeBSD.org. [1] The reporter is NOT me. [1] https://forums.freebsd.org/threads/issues-with-running-firefox-after-major-release-upgrade.90117/ Regards. -- Tomoaki AOKI