Eli Zaretskii <eliz@HIDDEN>
to control <at> debbugs.gnu.org.
Full text available.
Received: (at 80789) by debbugs.gnu.org; 9 Apr 2026 15:56:21 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Thu Apr 09 11:56:21 2026
Received: from localhost ([127.0.0.1]:39786 helo=debbugs.gnu.org)
by debbugs.gnu.org with esmtp (Exim 4.84_2)
(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
id 1wArjv-0006nJ-C3
for submit <at> debbugs.gnu.org; Thu, 09 Apr 2026 11:56:21 -0400
Received: from eggs.gnu.org ([2001:470:142:3::10]:53692)
by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
(Exim 4.84_2) (envelope-from <eliz@HIDDEN>)
id 1wArjr-0006mj-R8; Thu, 09 Apr 2026 11:56:17 -0400
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 <eliz@HIDDEN>)
id 1wArjl-00027e-MZ; Thu, 09 Apr 2026 11:56:09 -0400
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org;
s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From:
Date; bh=ZXlxm6lPPZ0fCo35ARw7GWwsdL7NrbkMDJ870/pEivs=; b=HP0bI/RFSi9W3Qx4izzx
QeevAgBwkJTEl0CJDiwHPNHhknLKSYVpmX0fF4X4nk+K9IqGuTPhCFlOuai9pYsHrEr0/X88aT0z5
tx54XbMkv8oU9ciVM3xWAPy2L8bP/2TPnYKbgqkrz9SK4RSqe2RlYRLuQOlUgw9q3k1r9ilgf5Nez
kfgEnoLhTa3Ec86GBGhf38kftqOGhpQPESEx0iD+RvCCL9UICBmrlKTBhhbhHUbajwbM0KwTiNp0Z
/4hi4ohwd+ysbJkvtqZEzIe279Ekt8At43wWtKKx+jN3Q44vF1ZCLfVS8nk4Y/RyJd/JU+PzFNJnC
bx+zSVRVwbbpWw==;
Date: Thu, 09 Apr 2026 18:56:01 +0300
Message-Id: <868qawunzi.fsf@HIDDEN>
From: Eli Zaretskii <eliz@HIDDEN>
To: Andrei Elkin <andrei.elkin@HIDDEN>
In-Reply-To: <87a4vcl87n.fsf@HIDDEN> (bug-gnu-emacs@HIDDEN)
Subject: Re: bug#80789: 31.0.50; Fcommand_error_default_function -> emacs_abort
References: <87a4vcl87n.fsf@HIDDEN>
MIME-version: 1.0
Content-type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
X-Spam-Score: -2.3 (--)
X-Debbugs-Envelope-To: 80789
Cc: 80789 <at> debbugs.gnu.org
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>,
<mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>,
<mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -3.3 (---)
merge 80789 80772
thanks
> Date: Thu, 09 Apr 2026 13:49:16 +0300
> From: Andrei Elkin via "Bug reports for GNU Emacs,
> the Swiss army knife of text editors" <bug-gnu-emacs@HIDDEN>
>
> emacs, under gdb, run into emacs_abort(), that what I found
> after my linux box resumed from nightly suspend.
> It's possible that it happened at time of my computer was suspending.
>
> In the following M-x report-emacs-bug and the stacks.
> The emacs gdb sesssion is kept alive for investigation.
According to the backtrace, this is the same problem as in bug#80772,
so I'm merging them.
But to be sure this is the same, please apply the same procedure to
showing the value of 'data' in frame 13:
> /usr/local/src/emacs/git/WTs/master/src/sysdep.c:2403:65483:beg:0x5555557c392d
> #0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=<optimized out>) at pthread_kill.c:44
> #1 __pthread_kill_internal (signo=6, threadid=<optimized out>) at pthread_kill.c:78
> #2 __GI___pthread_kill (threadid=<optimized out>, signo=signo@entry=6) at pthread_kill.c:89
> #3 0x00007ffff384527e in __GI_raise (sig=6) at raise.c:26
> #4 0x0000555555788375 in terminate_due_to_signal (sig=6, backtrace_limit=40) at emacs.c:480
> #5 0x00005555557c392d in emacs_abort () at sysdep.c:2403
> #6 0x000055555561488d in redisplay_internal () at xdisp.c:17322
> #7 0x0000555555616ecf in redisplay_preserve_echo_area (from_where=13) at xdisp.c:18199
> #8 0x00005555558fc624 in Fdelete_process (process=...) at process.c:1130
> #9 0x000055555590ea8a in kill_buffer_processes (buffer=...) at process.c:8458
> #10 0x000055555578c849 in shut_down_emacs (sig=6, stuff=...) at emacs.c:3153
> #11 0x000055555578831c in terminate_due_to_signal (sig=6, backtrace_limit=40) at emacs.c:463
> #12 0x00005555557c392d in emacs_abort () at sysdep.c:2403
> #13 0x0000555555790ef1 in Fcommand_error_default_function (data=..., context=..., signal=...) at keyboard.c:1055
Here.
> #14 0x00007fffef791d8d in F68656c702d636f6d6d616e642d6572726f722d636f6e66757361626c652d73756767657374696f6e73_help_command_error_confusable_suggestions_0 () at /usr/local/src/emacs/git/WTs/master/src/../native-lisp/31.0.50-9dc23342/preloaded/help-59d8049f-bec12f54.eln
> #15 0x0000555555881e27 in funcall_subr (subr=0x7fffeff46e50, numargs=3, args=0x7fffffffd918) at eval.c:3256
> #16 0x000055555588171b in funcall_general (fun=..., numargs=3, args=0x7fffffffd918) at eval.c:3131
> #17 0x0000555555881a2a in Ffuncall (nargs=4, args=0x7fffffffd910) at eval.c:3184
> #18 0x0000555555790d76 in cmd_error_internal (data=..., context=0x7fffffffd9a0 "") at keyboard.c:1042
> #19 0x0000555555790c21 in cmd_error (data=...) at keyboard.c:1010
> #20 0x000055555587d794 in internal_condition_case (bfun=0x55555579160b <command_loop_1>, handlers=..., hfun=0x555555790a00 <cmd_error>) at eval.c:1685
> #21 0x00005555557911b0 in command_loop_2 (handlers=...) at keyboard.c:1163
> #22 0x000055555587cb7f in internal_catch (tag=..., func=0x555555791182 <command_loop_2>, arg=...) at eval.c:1369
> #23 0x000055555579113e in command_loop () at keyboard.c:1141
> #24 0x0000555555790470 in recursive_edit_1 () at keyboard.c:749
> #25 0x00005555557906b6 in Frecursive_edit () at keyboard.c:832
> #26 0x000055555578bab3 in main (argc=6, argv=0x7fffffffddb8) at emacs.c:2633
> warning: /usr/local/src/emacs/git/WTs/master/../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 = localhost:17.0
> TERM = screen.xterm-256color
> Breakpoint 1 at 0x555555788252: file emacs.c, line 442.
> Breakpoint 2 at 0x555555749729: file xterm.c, line 27077.
> Breakpoint 3 at 0x55555588164f: file eval.c, line 3118.
> #0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=<optimized out>) at pthread_kill.c:44
> tid = <optimized out>
> ret = 0
> pd = <optimized out>
> old_mask = {
> __val = {18446744073709551614}
> }
> ret = <optimized out>
> pd = <optimized out>
> old_mask = {
> __val = {<optimized out>}
> }
> ret = <optimized out>
> tid = <optimized out>
> ret = <optimized out>
> resultvar = <optimized out>
> resultvar = <optimized out>
> __arg3 = <optimized out>
> __arg2 = <optimized out>
> __arg1 = <optimized out>
> _a3 = <optimized out>
> _a2 = <optimized out>
> _a1 = <optimized out>
> __futex = <optimized out>
> resultvar = <optimized out>
> __arg3 = <optimized out>
> __arg2 = <optimized out>
> __arg1 = <optimized out>
> _a3 = <optimized out>
> _a2 = <optimized out>
> _a1 = <optimized out>
> __futex = <optimized out>
> __private = <optimized out>
> __oldval = <optimized out>
> #1 __pthread_kill_internal (signo=6, threadid=<optimized out>) at pthread_kill.c:78
> #2 __GI___pthread_kill (threadid=<optimized out>, signo=signo@entry=6) at pthread_kill.c:89
> #3 0x00007ffff384527e in __GI_raise (sig=6) at raise.c:26
> ret = <optimized out>
> #4 0x0000555555788375 in terminate_due_to_signal (sig=6, backtrace_limit=40) at emacs.c:480
> #5 0x00005555557c392d in emacs_abort () at sysdep.c:2403
> #6 0x000055555561488d in redisplay_internal () at xdisp.c:17322
> w = 0x555575341fe0
> sw = 0x7fffefafd338
> fr = 0x7ffff04706e6
> must_finish = false
> match_p = 16
> tlbufpos = {
> charpos = 4,
> bytepos = 140737198944488
> }
> tlendpos = {
> charpos = 140737198944520,
> bytepos = 93825392851075
> }
> number_of_visible_frames = 0
> sf = 0x1
> polling_stopped_here = false
> tail = XIL(0)
> frame = make_fixnum(0)
> hscroll_retries = 0
> garbaged_frame_retries = 0
> consider_all_windows_p = true
> update_miniwindow_p = false
> count = {
> bytes = 93824995132411
> }
> previous_frame = 0x1
> current_matrices_cleared = false
> new_count = 1437328933
> #7 0x0000555555616ecf in redisplay_preserve_echo_area (from_where=13) at xdisp.c:18199
> count = {
> bytes = 192
> }
> #8 0x00005555558fc624 in Fdelete_process (process=XIL(0x5555789682bd)) at process.c:1130
> p = 0x5555789682b8
> mess = false
> #9 0x000055555590ea8a in kill_buffer_processes (buffer=XIL(0)) at process.c:8458
> tail = XIL(0x55557024f163)
> proc = XIL(0x5555789682bd)
> #10 0x000055555578c849 in shut_down_emacs (sig=6, stuff=XIL(0)) at emacs.c:3153
> tpgrp = 505544
> #11 0x000055555578831c in terminate_due_to_signal (sig=6, backtrace_limit=40) at emacs.c:463
> #12 0x00005555557c392d in emacs_abort () at sysdep.c:2403
> #13 0x0000555555790ef1 in Fcommand_error_default_function (data=XIL(0x55556d362c33), context=XIL(0x7fffefaeaa3c), signal=XIL(0)) at keyboard.c:1055
> sf = 0x7fffffffd7a0
> conditions = make_fixnum(34910567923712)
> is_minibuffer_quit = 1434991223
> #14 0x00007fffef791d8d in F68656c702d636f6d6d616e642d6572726f722d636f6e66757361626c652d73756767657374696f6e73_help_command_error_confusable_suggestions_0 () at /usr/local/src/emacs/git/WTs/master/src/../native-lisp/31.0.50-9dc23342/preloaded/help-59d8049f-bec12f54.eln
> #15 0x0000555555881e27 in funcall_subr (subr=0x7fffeff46e50, numargs=3, args=0x7fffffffd918) at eval.c:3256
> argbuf = {XIL(0x555555bbb500), XIL(0), XIL(0), XIL(0x12ffffd820), XIL(0x7fffeff46e55), XIL(0x7fffffffd830), XIL(0x5555558789d0), XIL(0x7fffeff46e55)}
> a = 0x7fffffffd918
> maxargs = 3
> fun = XIL(0)
> #16 0x000055555588171b in funcall_general (fun=XIL(0x7fffeff46e55), numargs=3, args=0x7fffffffd918) at eval.c:3131
> original_fun = XIL(0x2aaa9a38b920)
> #17 0x0000555555881a2a in Ffuncall (nargs=4, args=0x7fffffffd910) at eval.c:3184
> count = {
> bytes = 160
> }
> val = XIL(0x7fffffffd8f0)
> #18 0x0000555555790d76 in cmd_error_internal (data=XIL(0x55556d362c33), context=0x7fffffffd9a0 "") at keyboard.c:1042
> #19 0x0000555555790c21 in cmd_error (data=XIL(0x55556d362c33)) at keyboard.c:1010
> old_level = XIL(0)
> old_length = XIL(0)
> count = {
> bytes = 96
> }
> conditions = XIL(0x7fffefb18a6b)
> macroerror = "\000\000\000\000\000\000\000\000\000)\316UUU\000\0000\000\000\000\000\000\000\000\002\000\000\000\000\000\000\000\360\331\377\377\377\177\000\000-܇UUU\000\000", <incomplete sequence \332>
> #20 0x000055555587d794 in internal_condition_case (bfun=0x55555579160b <command_loop_1>, handlers=XIL(0x90), hfun=0x555555790a00 <cmd_error>) at eval.c:1685
> val = XIL(0x55556d362c33)
> c = 0x555555ce2900
> #21 0x00005555557911b0 in command_loop_2 (handlers=XIL(0x90)) at keyboard.c:1163
> val = make_fixnum(0)
> #22 0x000055555587cb7f in internal_catch (tag=XIL(0x12a50), func=0x555555791182 <command_loop_2>, arg=XIL(0x90)) at eval.c:1369
> val = XIL(0x7fffffffdad0)
> c = 0x555555d257f0
> #23 0x000055555579113e in command_loop () at keyboard.c:1141
> #24 0x0000555555790470 in recursive_edit_1 () at keyboard.c:749
> count = {
> bytes = 32
> }
> val = XIL(0x555555883537)
> #25 0x00005555557906b6 in Frecursive_edit () at keyboard.c:832
> count = {
> bytes = 0
> }
> buffer = XIL(0)
> #26 0x000055555578bab3 in main (argc=6, argv=0x7fffffffddb8) at emacs.c:2633
> stack_bottom_variable = 0x790a0b49e85ae500
> old_argc = 6
> dump_file = 0x0
> no_loadup = false
> junk = 0x0
> dname_arg = 0x0
> ch_to_dir = 0x0
> original_pwd = 0x0
> dump_mode = 0x0
> skip_args = 1
> temacs = 0x0
> attempt_load_pdump = true
> only_version = false
> rlim = {
> rlim_cur = 10022912,
> rlim_max = 18446744073709551615
> }
> lc_all = 0x0
> sockfd = -1
> module_assertions = false
>
> Lisp Backtrace:
> "help-command-error-confusable-suggestions" (0xffffd918)
> "help-command-error-confusable-suggestions" (0xffffd918)
>
>
>
>
bug-gnu-emacs@HIDDEN:bug#80789; Package emacs.
Full text available.
Received: (at submit) by debbugs.gnu.org; 9 Apr 2026 10:49:42 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Thu Apr 09 06:49:42 2026
Received: from localhost ([127.0.0.1]:37275 helo=debbugs.gnu.org)
by debbugs.gnu.org with esmtp (Exim 4.84_2)
(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
id 1wAmxB-0002se-0Z
for submit <at> debbugs.gnu.org; Thu, 09 Apr 2026 06:49:41 -0400
Received: from lists1p.gnu.org ([2001:470:142::17]:36960)
by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
(Exim 4.84_2) (envelope-from <andrei.elkin@HIDDEN>)
id 1wAmx7-0002sU-OG
for submit <at> debbugs.gnu.org; Thu, 09 Apr 2026 06:49:39 -0400
Received: from eggs.gnu.org ([2001:470:142:3::10])
by lists1p.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
(Exim 4.90_1) (envelope-from <andrei.elkin@HIDDEN>)
id 1wAmww-0007QW-MQ
for bug-gnu-emacs@HIDDEN; Thu, 09 Apr 2026 06:49:28 -0400
Received: from smtpout01.dka.mailcore.net ([185.138.56.201])
by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
(Exim 4.90_1) (envelope-from <andrei.elkin@HIDDEN>)
id 1wAmws-0006Z1-2F
for bug-gnu-emacs@HIDDEN; Thu, 09 Apr 2026 06:49:25 -0400
Received: from SMTP.DKA.mailcore.net (DKA-SMTP01.mailcore.local [10.1.0.51])
by SMTPOUT01.DKA.mailcore.net (Postfix) with ESMTP id EE0FBE0091
for <bug-gnu-emacs@HIDDEN>; Thu, 9 Apr 2026 12:49:17 +0200 (CEST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=inet.fi; s=mailcore;
t=1775731758; bh=LfGmKIhfubz0fiWFyL60bZdsm95xel7Z3r6LCQ5eKcA=;
h=From:To:Subject:Date:From;
b=OeNzbgdWi7FKT3hGV1zqc7LPhldn1o17TX/toULHKvDduhVoAttBqh6Ug2mjM8nTL
p9kzHNUNfcCZVh1qf1xPTQPkXDFac+qjiIfksm4DM34QKTKOX5NUcBeuREDOBCQHyp
JE0fKQCL9JvLAwJ+NtZkn4P5uRuM71YbR7zMa8TDDRvxu+CpEy56lNR7GUyxcjEW9m
amHeOrURs9geV3G1TySN87XQN+mYfcHdLR5EF2Yqb8YUngXgoNF8g25M7DjXNHr7dB
ZvbX7vODa45RENajEpxnL0reFBxnwUQWqTiqR273yo3vUDeYwg+bu7JqoCoe5rjpFs
Kfs7b1CK73klw==
Received: from andrei-MS-7D96 (mobile-user-c1d2e7-206.dhcp.inet.fi
[193.210.231.206])
by SMTP.DKA.mailcore.net (Postfix) with ESMTPSA id C3C584015C
for <bug-gnu-emacs@HIDDEN>; Thu, 9 Apr 2026 12:49:17 +0200 (CEST)
From: Andrei Elkin <andrei.elkin@HIDDEN>
To: bug-gnu-emacs@HIDDEN
Subject: 31.0.50; Fcommand_error_default_function -> emacs_abort
Date: Thu, 09 Apr 2026 13:49:16 +0300
Message-ID: <87a4vcl87n.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable
Received-SPF: pass client-ip=185.138.56.201;
envelope-from=andrei.elkin@HIDDEN; helo=SMTPOUT01.DKA.mailcore.net
X-Spam_score_int: -19
X-Spam_score: -2.0
X-Spam_bar: --
X-Spam_report: (-2.0 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1,
DKIM_VALID=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001,
RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, SPF_HELO_PASS=-0.001,
SPF_PASS=-0.001 autolearn=ham autolearn_force=no
X-Spam_action: no action
X-Spam-Score: 1.0 (+)
X-Debbugs-Envelope-To: submit
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>,
<mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>,
<mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -0.0 (/)
Howdy.
emacs, under gdb, run into emacs_abort(), that what I found
after my linux box resumed from nightly suspend.
It's possible that it happened at time of my computer was suspending.
In the following M-x report-emacs-bug and the stacks.
The emacs gdb sesssion is kept alive for investigation.
Cheers,
Andrei
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
In GNU Emacs 31.0.50 (build 6, x86_64-pc-linux-gnu, X toolkit, cairo
version 1.18.0, Xaw3d scroll bars) of 2026-04-05 built on
andrei-MS-7D96
Repository revision: bd4b876e9b3106f892ed1cdc0fded226c97cb399
Repository branch: master
System Description: Ubuntu 24.04.4 LTS
Configured using:
'configure --with-x-toolkit=3Dlucid --enable-checking=3Dyes,glyphs
--enable-check-lisp-object-type 'CFLAGS=3D-ggdb3 -O0' 'LDFLAGS=3D-ggdb3
-L/usr/local/lib -ltree-sitter ' 'CXXFLAGS=3D-ggdb3 -O0'
--with-tree-sitter'
Configured features:
ACL CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GPM GSETTINGS HARFBUZZ JPEG
LCMS2 LIBOTF LIBSYSTEMD LIBXML2 M17N_FLT MODULES NATIVE_COMP NOTIFY
INOTIFY PDUMPER PNG RSVG SECCOMP SOUND SQLITE3 THREADS TIFF
TOOLKIT_SCROLL_BARS TREE_SITTER WEBP X11 XAW3D XDBE XIM XINERAMA XINPUT2
XPM XRANDR LUCID ZLIB
Important settings:
value of $LANG: en_US.UTF-8
locale-coding-system: utf-8-unix
Major mode: Dired by name
Minor modes in effect:
tooltip-mode: t
global-eldoc-mode: t
eldoc-mode: t
show-paren-mode: t
electric-indent-mode: t
mouse-wheel-mode: t
tool-bar-mode: t
menu-bar-mode: t
file-name-shadow-mode: t
global-font-lock-mode: t
font-lock-mode: t
blink-cursor-mode: t
minibuffer-nonselected-mode: t
minibuffer-regexp-mode: t
buffer-read-only: t
line-number-mode: t
indent-tabs-mode: t
transient-mark-mode: t
auto-composition-mode: t
auto-encryption-mode: t
auto-compression-mode: t
Load-path shadows:
None found.
Features:
(shadow sort mail-extr emacsbug lisp-mnt message mailcap yank-media puny
rfc822 mml mml-sec password-cache epa derived epg rfc6068 epg-config
gnus-util time-date mm-decode mm-bodies mm-encode mailabbrev gmm-utils
mailheader sendmail mail-parse rfc2231 rfc2047 rfc2045 ietf-drums
mm-util mail-prsvr mail-utils compile text-property-search comint subr-x
mule-util ansi-osc ansi-color ring comp-run bytecomp byte-compile
comp-common rx dired-aux cl-loaddefs cl-lib dired dired-loaddefs
term/xterm xterm rmc iso-transl tooltip cconv eldoc paren electric
uniquify ediff-hook vc-hooks lisp-float-type elisp-mode mwheel
term/x-win x-win term/common-win x-dnd touch-screen tool-bar dnd fontset
image regexp-opt fringe tabulated-list replace newcomment text-mode
lisp-mode prog-mode register page tab-bar menu-bar rfn-eshadow isearch
easymenu timer select scroll-bar mouse jit-lock font-lock syntax
font-core term/tty-colors frame minibuffer nadvice seq simple cl-generic
indonesian philippine cham georgian utf-8-lang misc-lang vietnamese
tibetan thai tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek
romanian slovak czech european ethiopic indian cyrillic chinese
composite emoji-zwj charscript charprop case-table epa-hook
jka-cmpr-hook help abbrev obarray oclosure cl-preloaded button loaddefs
theme-loaddefs faces cus-face macroexp files window text-properties
overlay sha1 md5 base64 format env code-pages mule custom widget keymap
hashtable-print-readable backquote threads dbusbind inotify lcms2
dynamic-setting system-font-setting font-render-setting cairo x-toolkit
xinput2 x multi-tty move-toolbar make-network-process tty-child-frames
native-compile emacs)
Memory information:
((conses 16 76807 9783) (symbols 48 7146 0) (strings 32 18647 1596)
(string-bytes 1 591052) (vectors 16 8152) (vector-slots 8 97725 5055)
(floats 8 29 11714) (intervals 56 712 13) (buffers 1064 12))
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
=1A/usr/local/src/emacs/git/WTs/master/src/sysdep.c:2403:65483:beg:0x555555=
7c392d
#0 __pthread_kill_implementation (no_tid=3D0, signo=3D6, threadid=3D<optim=
ized out>) at pthread_kill.c:44
#1 __pthread_kill_internal (signo=3D6, threadid=3D<optimized out>) at pthr=
ead_kill.c:78
#2 __GI___pthread_kill (threadid=3D<optimized out>, signo=3Dsigno@entry=3D=
6) at pthread_kill.c:89
#3 0x00007ffff384527e in __GI_raise (sig=3D6) at raise.c:26
#4 0x0000555555788375 in terminate_due_to_signal (sig=3D6, backtrace_limit=
=3D40) at emacs.c:480
#5 0x00005555557c392d in emacs_abort () at sysdep.c:2403
#6 0x000055555561488d in redisplay_internal () at xdisp.c:17322
#7 0x0000555555616ecf in redisplay_preserve_echo_area (from_where=3D13) at=
xdisp.c:18199
#8 0x00005555558fc624 in Fdelete_process (process=3D...) at process.c:1130
#9 0x000055555590ea8a in kill_buffer_processes (buffer=3D...) at process.c=
:8458
#10 0x000055555578c849 in shut_down_emacs (sig=3D6, stuff=3D...) at emacs.c=
:3153
#11 0x000055555578831c in terminate_due_to_signal (sig=3D6, backtrace_limit=
=3D40) at emacs.c:463
#12 0x00005555557c392d in emacs_abort () at sysdep.c:2403
#13 0x0000555555790ef1 in Fcommand_error_default_function (data=3D..., cont=
ext=3D..., signal=3D...) at keyboard.c:1055
#14 0x00007fffef791d8d in F68656c702d636f6d6d616e642d6572726f722d636f6e6675=
7361626c652d73756767657374696f6e73_help_command_error_confusable_suggestion=
s_0 () at /usr/local/src/emacs/git/WTs/master/src/../native-lisp/31.0.50-9d=
c23342/preloaded/help-59d8049f-bec12f54.eln
#15 0x0000555555881e27 in funcall_subr (subr=3D0x7fffeff46e50, numargs=3D3,=
args=3D0x7fffffffd918) at eval.c:3256
#16 0x000055555588171b in funcall_general (fun=3D..., numargs=3D3, args=3D0=
x7fffffffd918) at eval.c:3131
#17 0x0000555555881a2a in Ffuncall (nargs=3D4, args=3D0x7fffffffd910) at ev=
al.c:3184
#18 0x0000555555790d76 in cmd_error_internal (data=3D..., context=3D0x7ffff=
fffd9a0 "") at keyboard.c:1042
#19 0x0000555555790c21 in cmd_error (data=3D...) at keyboard.c:1010
#20 0x000055555587d794 in internal_condition_case (bfun=3D0x55555579160b <c=
ommand_loop_1>, handlers=3D..., hfun=3D0x555555790a00 <cmd_error>) at eval.=
c:1685
#21 0x00005555557911b0 in command_loop_2 (handlers=3D...) at keyboard.c:1163
#22 0x000055555587cb7f in internal_catch (tag=3D..., func=3D0x555555791182 =
<command_loop_2>, arg=3D...) at eval.c:1369
#23 0x000055555579113e in command_loop () at keyboard.c:1141
#24 0x0000555555790470 in recursive_edit_1 () at keyboard.c:749
#25 0x00005555557906b6 in Frecursive_edit () at keyboard.c:832
#26 0x000055555578bab3 in main (argc=3D6, argv=3D0x7fffffffddb8) at emacs.c=
:2633
warning: /usr/local/src/emacs/git/WTs/master/../lwlib: No such file or dire=
ctory
SIGINT is used by the debugger.
Are you sure you want to change it? (y or n) [answered Y; input not from te=
rminal]
DISPLAY =3D localhost:17.0
TERM =3D screen.xterm-256color
Breakpoint 1 at 0x555555788252: file emacs.c, line 442.
Breakpoint 2 at 0x555555749729: file xterm.c, line 27077.
Breakpoint 3 at 0x55555588164f: file eval.c, line 3118.
#0 __pthread_kill_implementation (no_tid=3D0, signo=3D6, threadid=3D<optim=
ized out>) at pthread_kill.c:44
tid =3D <optimized out>
ret =3D 0
pd =3D <optimized out>
old_mask =3D {
__val =3D {18446744073709551614}
}
ret =3D <optimized out>
pd =3D <optimized out>
old_mask =3D {
__val =3D {<optimized out>}
}
ret =3D <optimized out>
tid =3D <optimized out>
ret =3D <optimized out>
resultvar =3D <optimized out>
resultvar =3D <optimized out>
__arg3 =3D <optimized out>
__arg2 =3D <optimized out>
__arg1 =3D <optimized out>
_a3 =3D <optimized out>
_a2 =3D <optimized out>
_a1 =3D <optimized out>
__futex =3D <optimized out>
resultvar =3D <optimized out>
__arg3 =3D <optimized out>
__arg2 =3D <optimized out>
__arg1 =3D <optimized out>
_a3 =3D <optimized out>
_a2 =3D <optimized out>
_a1 =3D <optimized out>
__futex =3D <optimized out>
__private =3D <optimized out>
__oldval =3D <optimized out>
#1 __pthread_kill_internal (signo=3D6, threadid=3D<optimized out>) at pthr=
ead_kill.c:78
#2 __GI___pthread_kill (threadid=3D<optimized out>, signo=3Dsigno@entry=3D=
6) at pthread_kill.c:89
#3 0x00007ffff384527e in __GI_raise (sig=3D6) at raise.c:26
ret =3D <optimized out>
#4 0x0000555555788375 in terminate_due_to_signal (sig=3D6, backtrace_limit=
=3D40) at emacs.c:480
#5 0x00005555557c392d in emacs_abort () at sysdep.c:2403
#6 0x000055555561488d in redisplay_internal () at xdisp.c:17322
w =3D 0x555575341fe0
sw =3D 0x7fffefafd338
fr =3D 0x7ffff04706e6
must_finish =3D false
match_p =3D 16
tlbufpos =3D {
charpos =3D 4,
bytepos =3D 140737198944488
}
tlendpos =3D {
charpos =3D 140737198944520,
bytepos =3D 93825392851075
}
number_of_visible_frames =3D 0
sf =3D 0x1
polling_stopped_here =3D false
tail =3D XIL(0)
frame =3D make_fixnum(0)
hscroll_retries =3D 0
garbaged_frame_retries =3D 0
consider_all_windows_p =3D true
update_miniwindow_p =3D false
count =3D {
bytes =3D 93824995132411
}
previous_frame =3D 0x1
current_matrices_cleared =3D false
new_count =3D 1437328933
#7 0x0000555555616ecf in redisplay_preserve_echo_area (from_where=3D13) at=
xdisp.c:18199
count =3D {
bytes =3D 192
}
#8 0x00005555558fc624 in Fdelete_process (process=3DXIL(0x5555789682bd)) a=
t process.c:1130
p =3D 0x5555789682b8
mess =3D false
#9 0x000055555590ea8a in kill_buffer_processes (buffer=3DXIL(0)) at proces=
s.c:8458
tail =3D XIL(0x55557024f163)
proc =3D XIL(0x5555789682bd)
#10 0x000055555578c849 in shut_down_emacs (sig=3D6, stuff=3DXIL(0)) at emac=
s.c:3153
tpgrp =3D 505544
#11 0x000055555578831c in terminate_due_to_signal (sig=3D6, backtrace_limit=
=3D40) at emacs.c:463
#12 0x00005555557c392d in emacs_abort () at sysdep.c:2403
#13 0x0000555555790ef1 in Fcommand_error_default_function (data=3DXIL(0x555=
56d362c33), context=3DXIL(0x7fffefaeaa3c), signal=3DXIL(0)) at keyboard.c:1=
055
sf =3D 0x7fffffffd7a0
conditions =3D make_fixnum(34910567923712)
is_minibuffer_quit =3D 1434991223
#14 0x00007fffef791d8d in F68656c702d636f6d6d616e642d6572726f722d636f6e6675=
7361626c652d73756767657374696f6e73_help_command_error_confusable_suggestion=
s_0 () at /usr/local/src/emacs/git/WTs/master/src/../native-lisp/31.0.50-9d=
c23342/preloaded/help-59d8049f-bec12f54.eln
#15 0x0000555555881e27 in funcall_subr (subr=3D0x7fffeff46e50, numargs=3D3,=
args=3D0x7fffffffd918) at eval.c:3256
argbuf =3D {XIL(0x555555bbb500), XIL(0), XIL(0), XIL(0x12ffffd820),=
XIL(0x7fffeff46e55), XIL(0x7fffffffd830), XIL(0x5555558789d0), XIL(0x7fffe=
ff46e55)}
a =3D 0x7fffffffd918
maxargs =3D 3
fun =3D XIL(0)
#16 0x000055555588171b in funcall_general (fun=3DXIL(0x7fffeff46e55), numar=
gs=3D3, args=3D0x7fffffffd918) at eval.c:3131
original_fun =3D XIL(0x2aaa9a38b920)
#17 0x0000555555881a2a in Ffuncall (nargs=3D4, args=3D0x7fffffffd910) at ev=
al.c:3184
count =3D {
bytes =3D 160
}
val =3D XIL(0x7fffffffd8f0)
#18 0x0000555555790d76 in cmd_error_internal (data=3DXIL(0x55556d362c33), c=
ontext=3D0x7fffffffd9a0 "") at keyboard.c:1042
#19 0x0000555555790c21 in cmd_error (data=3DXIL(0x55556d362c33)) at keyboar=
d.c:1010
old_level =3D XIL(0)
old_length =3D XIL(0)
count =3D {
bytes =3D 96
}
conditions =3D XIL(0x7fffefb18a6b)
macroerror =3D "\000\000\000\000\000\000\000\000\000)\316UUU\000\00=
00\000\000\000\000\000\000\000\002\000\000\000\000\000\000\000\360\331\377\=
377\377\177\000\000-=DC=87UUU\000\000", <incomplete sequence \332>
#20 0x000055555587d794 in internal_condition_case (bfun=3D0x55555579160b <c=
ommand_loop_1>, handlers=3DXIL(0x90), hfun=3D0x555555790a00 <cmd_error>) at=
eval.c:1685
val =3D XIL(0x55556d362c33)
c =3D 0x555555ce2900
#21 0x00005555557911b0 in command_loop_2 (handlers=3DXIL(0x90)) at keyboard=
.c:1163
val =3D make_fixnum(0)
#22 0x000055555587cb7f in internal_catch (tag=3DXIL(0x12a50), func=3D0x5555=
55791182 <command_loop_2>, arg=3DXIL(0x90)) at eval.c:1369
val =3D XIL(0x7fffffffdad0)
c =3D 0x555555d257f0
#23 0x000055555579113e in command_loop () at keyboard.c:1141
#24 0x0000555555790470 in recursive_edit_1 () at keyboard.c:749
count =3D {
bytes =3D 32
}
val =3D XIL(0x555555883537)
#25 0x00005555557906b6 in Frecursive_edit () at keyboard.c:832
count =3D {
bytes =3D 0
}
buffer =3D XIL(0)
#26 0x000055555578bab3 in main (argc=3D6, argv=3D0x7fffffffddb8) at emacs.c=
:2633
stack_bottom_variable =3D 0x790a0b49e85ae500
old_argc =3D 6
dump_file =3D 0x0
no_loadup =3D false
junk =3D 0x0
dname_arg =3D 0x0
ch_to_dir =3D 0x0
original_pwd =3D 0x0
dump_mode =3D 0x0
skip_args =3D 1
temacs =3D 0x0
attempt_load_pdump =3D true
only_version =3D false
rlim =3D {
rlim_cur =3D 10022912,
rlim_max =3D 18446744073709551615
}
lc_all =3D 0x0
sockfd =3D -1
module_assertions =3D false
Lisp Backtrace:
"help-command-error-confusable-suggestions" (0xffffd918)
"help-command-error-confusable-suggestions" (0xffffd918)
Andrei Elkin <andrei.elkin@HIDDEN>:bug-gnu-emacs@HIDDEN.
Full text available.bug-gnu-emacs@HIDDEN:bug#80789; Package emacs.
Full text available.
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997 nCipher Corporation Ltd,
1994-97 Ian Jackson.