From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: [master-8d0c8076] xwidget-browser-url crash on Linux Xwayland KDE Date: Sat, 12 Oct 2024 15:04:54 +0300 Message-ID: <86o73pwmqh.fsf@gnu.org> References: <12b40b0c-7b41-4a45-9403-c8249ba3bff0@gmail.com> <4557687b-36ec-4532-ac0d-060f3b8201f5@gmail.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="39649"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Eval EXEC , Po Lu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Oct 12 14:05:49 2024 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1szasW-000AA8-Ho for ged-emacs-devel@m.gmane-mx.org; Sat, 12 Oct 2024 14:05:48 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1szarl-0007fX-Jl; Sat, 12 Oct 2024 08:05:01 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1szari-0007fL-Dt for emacs-devel@gnu.org; Sat, 12 Oct 2024 08:04:58 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1szari-0001QU-4m; Sat, 12 Oct 2024 08:04:58 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=HLVNNRvXPD0sWrDcxCRNFLcwOHBxke84i5okaLfpHZE=; b=KXT72gDAvbNh UfBXhVltoA1iVsLerbC3j+b4lnHSaKvFow67umu+tvSa7UcZ7ZHxp+OAEiTQW1T1B4eeCNi4lwg3m E/nue9OdA38XfNTS94EGg6cdgIfjtn9IMAKTeGiR7+vwQIp1ksCrHn2XzNXS/AEQmUj3NXT/A+Wb8 RHqzHadvbXCgEBTO2OYe4CBkDG6Ou1XJ1DzeyUVJJS8hjcK8pr18G9KLc1+l4uPe6VxlJjVuY5R4Y 95TqxZ1gzadgc0s3rQ65ehdT9ySVtJ9hyth4k8c8hK4cOIrHa7Y5SY5g67XnC40XMDPtoWjeu3SjH xQWFoLQogspaRfJ4iGk05g==; In-Reply-To: <4557687b-36ec-4532-ac0d-060f3b8201f5@gmail.com> (message from Eval EXEC on Sun, 6 Oct 2024 20:17:21 +0800) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:324512 Archived-At: > Date: Sun, 6 Oct 2024 20:17:21 +0800 > From: Eval EXEC > > Sorry, I last pasted the backtrace is not -O0. > > This is `-O0` > > ``` > > (gdb) source /home/exec/Projects/git.savannah.gnu.org/git/emacs/src/.gdbinit > bt fuwarning: /home/exec/Projects/github.com/eval-exec/nixos-configuration/../lwlib: No such file or directory > SIGINT is used by the debugger. > Are you sure you want to change it? (y or n) [answered Y; input not from terminal] > DISPLAY = :0 > TERM = tmux-256color > lBreakpoint 1 at 0x61d519: file /home/exec/Projects/git.savannah.gnu.org/git/emacs/src/emacs.c, line 431. > Breakpoint 2 at 0x5d5244: file /home/exec/Projects/git.savannah.gnu.org/git/emacs/src/xterm.c, line 27093. > (gdb) bt full Thanks, but this still seems to be from an Emacs running in async X mode, isn't it? Did you use the recipe in etc/DEBUG (under "If you encounter X protocol errors") to run in synchronous mode? If not, please do and show the backtrace in that case. Po Lu, any further comments or suggestions?