From nobody Thu Nov 07 22:19:35 2024 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 4XkxLX1tz5z5ckJt for ; Thu, 07 Nov 2024 22:19:00 +0000 (UTC) (envelope-from pj@smo.de) Received: from mail.adebahr.de (mail.adebahr.de [185.66.179.123]) (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-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mail.adebahr.de", Issuer "R10" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XkxLW2Nmmz4Csb for ; Thu, 7 Nov 2024 22:18:59 +0000 (UTC) (envelope-from pj@smo.de) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=smo.de header.s=mail header.b=k5k5FDMS; spf=pass (mx1.freebsd.org: domain of pj@smo.de designates 185.66.179.123 as permitted sender) smtp.mailfrom=pj@smo.de; dmarc=pass (policy=reject) header.from=smo.de Received: from [192.168.153.212] (pd9515c67.dip0.t-ipconnect.de [217.81.92.103]) by mail.adebahr.de (Postfix) with ESMTPSA id 58328600DB for ; Thu, 7 Nov 2024 23:18:50 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=smo.de; s=mail; t=1731017930; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=d1HbhnWGsNFXRLaDcMQiMy4D8HxOkQLcx8iEb+W7eiE=; b=k5k5FDMS5X/7ZVjjHiQS2fdFCxyORnZhrDHcClKlEA96lA0LhGWR1zcz6xlHyfIeihF0nk /UTuZ+D46iTum+IBLe2pS5EeZqgdrL7qddsRjFmpSAIqwmZXfCO2195fJ3mjrqR0BBojD6 XhOUpiU7pLdunFpTIRqBS/yXM73FtAc+cY4PiA0kny5dE/YBPTlB7/4t5GgTGgGSP2zt1g ljJraoGn0Lxlgl0qgVPHP/koaXeYvppzYDlLXC5DfEzOv8fs1pqTtCta7lmwRvS/ncfFkq Fti92gmv3YRQ5gd/X+x1Tzt5613O6DP9GiTH48t9boGKm3qwn1dFv+TU/O9bmw== Message-ID: <087cf5ee-186a-41ee-93ed-154588964d41@smo.de> Date: Thu, 7 Nov 2024 23:19:35 +0100 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: X-BeenThere: freebsd-stable@freebsd.org Sender: owner-freebsd-stable@FreeBSD.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Content-Language: en-US To: "freebsd-stable@freebsd.org" From: Philipp Ost Subject: Firefox and Thunderbird freeze system causing a reboot Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spamd-Result: default: False [-3.99 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-0.998]; DMARC_POLICY_ALLOW(-0.50)[smo.de,reject]; R_DKIM_ALLOW(-0.20)[smo.de:s=mail]; R_SPF_ALLOW(-0.20)[+ip4:185.66.179.96/27]; MIME_GOOD(-0.10)[text/plain]; XM_UA_NO_VERSION(0.01)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; RCVD_COUNT_ONE(0.00)[1]; ASN(0.00)[asn:212341, ipnet:185.66.176.0/22, country:DE]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_ALL(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; MLMMJ_DEST(0.00)[freebsd-stable@FreeBSD.org]; FROM_EQ_ENVFROM(0.00)[]; FROM_HAS_DN(0.00)[]; ARC_NA(0.00)[]; TO_DN_EQ_ADDR_ALL(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-stable@freebsd.org]; TO_MATCH_ENVRCPT_ALL(0.00)[]; DKIM_TRACE(0.00)[smo.de:+] X-Rspamd-Queue-Id: 4XkxLW2Nmmz4Csb X-Spamd-Bar: --- Hi everyone, I have a curious situation with my system since updating to 14.2-STABLE on Tuesday, 5.11.'24: both Firefox and Thunderbird cause the system to freeze which then triggers and automatic reboot. This doesn't happen immediately, though. It takes at most 2:15 minutes until this freeze and reboot cycle happens. No user-interaction is taking place during that time. The machine is running FreeBSD 14.2-STABLE stable/14-n269500-cdffbea57c0d amd64. Firefox is at version firefox-132.0.1_2,2 and Thunderbird at thunderbird-128.4.1_1. Other gtk3-based programs do not show this behaviour, i.e., Inkscape, Darktable, GIMP, EOG, Filezilla, Gnumeric. I (re-)built both Firefox and Thunderbird with debugging symbols. Console output of both Firefox and Thunderbird (when being started from an xterm) can be found here: philippost.de/firefox-debug-console-output philippost.de/thunderbird-debug-console-output In addition, I tried running them under truss(1), but from skimming through both logs nothing immediately stood out at what could cause this. Also, there's nothing to be found in the logs at all. Did anyone else observed this? How do I go about debugging this? I am at a loss at how to proceed and appreaciate any help in trying to figure this out. Best Philipp