unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: awrhygty@outlook.com
To: Eli Zaretskii <eliz@gnu.org>
Cc: 69263@debbugs.gnu.org
Subject: bug#69263: 29.1; emacs freeze with memory swap
Date: Wed, 21 Feb 2024 00:33:58 +0900	[thread overview]
Message-ID: <TYZPR01MB39209E706809675593409FFBC3502@TYZPR01MB3920.apcprd01.prod.exchangelabs.com> (raw)
In-Reply-To: <86msrvnqq4.fsf@gnu.org> (Eli Zaretskii's message of "Tue, 20 Feb 2024 09:40:55 -0500")

Eli Zaretskii <eliz@gnu.org> writes:
> This backtrace is not from an interesting thread.  You need to say
> "thread 1" before "bt full", to switch to the Emacs's main
> (a.k.a. "Lisp") thread.
>
> Alternatively, say "thread apply all bt full", which will produce the
> backtrace of all the threads in the program.

I tried "thread apply all bt full".
Here is a new log.

$ /mingw64/bin/gdb
GNU gdb (GDB) 13.2
Copyright (C) 2023 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-w64-mingw32".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<https://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
    <http://www.gnu.org/software/gdb/documentation/>.

For help, type "help".
Type "apropos word" to search for commands related to "word".
(gdb) attach 1384
Attaching to process 1384
[New Thread 1384.0xbbc]
[New Thread 1384.0xbe0]
[New Thread 1384.0x2bc0]
[New Thread 1384.0x2cc4]
[New Thread 1384.0xef8]
Reading symbols from C:\Emacs\emacs-29.1\bin\emacs.exe...
(gdb) thread apply all bt full

Thread 6 (Thread 1384.0xef8):
#0  0x00007ffa73710b11 in ntdll!DbgBreakPoint () from C:\WINDOWS\SYSTEM32\ntdll.dll
No symbol table info available.
#1  0x00007ffa7373ca0e in ntdll!DbgUiRemoteBreakin () from C:\WINDOWS\SYSTEM32\ntdll.dll
No symbol table info available.
#2  0x00007ffa72237344 in KERNEL32!BaseThreadInitThunk () from C:\WINDOWS\System32\kernel32.dll
No symbol table info available.
#3  0x00007ffa736c26b1 in ntdll!RtlUserThreadStart () from C:\WINDOWS\SYSTEM32\ntdll.dll
No symbol table info available.
#4  0x0000000000000000 in ?? ()
No symbol table info available.

Thread 5 (Thread 1384.0x2cc4):
#0  0x00007ffa7370d064 in ntdll!ZwWaitForSingleObject () from C:\WINDOWS\SYSTEM32\ntdll.dll
No symbol table info available.
#1  0x00007ffa736ceb32 in ntdll!RtlUnlockHeap () from C:\WINDOWS\SYSTEM32\ntdll.dll
No symbol table info available.
#2  0x00007ffa736877c3 in ntdll!LdrShutdownThread () from C:\WINDOWS\SYSTEM32\ntdll.dll
No symbol table info available.
#3  0x00007ffa736e5064 in ntdll!LdrInitializeThunk () from C:\WINDOWS\SYSTEM32\ntdll.dll
No symbol table info available.
#4  0x00007ffa736e4c43 in ntdll!LdrInitializeThunk () from C:\WINDOWS\SYSTEM32\ntdll.dll
No symbol table info available.
#5  0x00007ffa736e4bee in ntdll!LdrInitializeThunk () from C:\WINDOWS\SYSTEM32\ntdll.dll
No symbol table info available.
--Type <RET> for more, q to quit, c to continue without paging--c
#6  0x0000000000000000 in ?? ()
No symbol table info available.

Thread 4 (Thread 1384.0x2bc0):
#0  0x00007ffa73710a74 in ntdll!ZwWaitForWorkViaWorkerFactory () from C:\WINDOWS\SYSTEM32\ntdll.dll
No symbol table info available.
#1  0x00007ffa736c2e27 in ntdll!TpReleaseCleanupGroupMembers () from C:\WINDOWS\SYSTEM32\ntdll.dll
No symbol table info available.
#2  0x00007ffa72237344 in KERNEL32!BaseThreadInitThunk () from C:\WINDOWS\System32\kernel32.dll
No symbol table info available.
#3  0x00007ffa736c26b1 in ntdll!RtlUserThreadStart () from C:\WINDOWS\SYSTEM32\ntdll.dll
No symbol table info available.
#4  0x0000000000000000 in ?? ()
No symbol table info available.

Thread 3 (Thread 1384.0xbe0):
#0  0x00007ffa73710a74 in ntdll!ZwWaitForWorkViaWorkerFactory () from C:\WINDOWS\SYSTEM32\ntdll.dll
No symbol table info available.
#1  0x00007ffa736c2e27 in ntdll!TpReleaseCleanupGroupMembers () from C:\WINDOWS\SYSTEM32\ntdll.dll
No symbol table info available.
#2  0x00007ffa72237344 in KERNEL32!BaseThreadInitThunk () from C:\WINDOWS\System32\kernel32.dll
No symbol table info available.
#3  0x00007ffa736c26b1 in ntdll!RtlUserThreadStart () from C:\WINDOWS\SYSTEM32\ntdll.dll
No symbol table info available.
#4  0x0000000000000000 in ?? ()
No symbol table info available.

Thread 2 (Thread 1384.0xbbc):
#0  0x00007ffa70ec1104 in win32u!NtUserGetMessage () from C:\WINDOWS\System32\win32u.dll
No symbol table info available.
#1  0x00007ffa7337226e in USER32!GetMessageW () from C:\WINDOWS\System32\user32.dll
No symbol table info available.
#2  0x00007ff68ba35ce9 in w32_msg_pump ()
No symbol table info available.
#3  0x00007ff68ba3641b in w32_msg_worker ()
No symbol table info available.
#4  0x00007ffa72237344 in KERNEL32!BaseThreadInitThunk () from C:\WINDOWS\System32\kernel32.dll
No symbol table info available.
#5  0x00007ffa736c26b1 in ntdll!RtlUserThreadStart () from C:\WINDOWS\SYSTEM32\ntdll.dll
No symbol table info available.
#6  0x0000000000000000 in ?? ()
No symbol table info available.

Thread 1 (Thread 1384.0x1fdc):
#0  0x00007ffa7370d064 in ntdll!ZwWaitForSingleObject () from C:\WINDOWS\SYSTEM32\ntdll.dll
No symbol table info available.
#1  0x00007ffa736ceb32 in ntdll!RtlUnlockHeap () from C:\WINDOWS\SYSTEM32\ntdll.dll
No symbol table info available.
#2  0x00007ffa736cda08 in ntdll!RtlExitUserProcess () from C:\WINDOWS\SYSTEM32\ntdll.dll
No symbol table info available.
#3  0x00007ffa7223e3bb in KERNEL32!FatalExit () from C:\WINDOWS\System32\kernel32.dll
No symbol table info available.
#4  0x00007ffa71daa155 in msvcrt!_exit () from C:\WINDOWS\System32\msvcrt.dll
No symbol table info available.
#5  0x00007ffa71daa7c5 in msvcrt!_initterm_e () from C:\WINDOWS\System32\msvcrt.dll
No symbol table info available.
#6  0x00007ff68b906996 in Fkill_emacs ()
No symbol table info available.
#7  0x00007ff68b9997a6 in eval_sub ()
No symbol table info available.
#8  0x00007ff68b9999dd in Fprogn ()
No symbol table info available.
#9  0x00007ff68b99965d in eval_sub ()
No symbol table info available.
#10 0x00007ff68b9999dd in Fprogn ()
No symbol table info available.
#11 0x00007ff68b99965d in eval_sub ()
No symbol table info available.
#12 0x00007ff68b99bf3b in Feval ()
No symbol table info available.
#13 0x00007ffa5a86f609 in F656c6973702d2d6576616c2d6c6173742d73657870_elisp__eval_last_sexp_0 () fro
m c:\Emacs\emacs-29.1\lib\emacs\29.1\native-lisp\29.1-ece58e2c\preloaded\elisp-mode-90dbfe40-1c21c6d
f.eln
No symbol table info available.
#14 0x00007ff68b995648 in Ffuncall ()
No symbol table info available.
#15 0x00007ffa5a86fad5 in F6576616c2d6c6173742d73657870_eval_last_sexp_0 () from c:\Emacs\emacs-29.1
\lib\emacs\29.1\native-lisp\29.1-ece58e2c\preloaded\elisp-mode-90dbfe40-1c21c6df.eln
No symbol table info available.
#16 0x00007ff68b995648 in Ffuncall ()
No symbol table info available.
#17 0x00007ffa5a86e395 in F6576616c2d7072696e742d6c6173742d73657870_eval_print_last_sexp_0 () from c
:\Emacs\emacs-29.1\lib\emacs\29.1\native-lisp\29.1-ece58e2c\preloaded\elisp-mode-90dbfe40-1c21c6df.e
ln
No symbol table info available.
#18 0x00007ff68b995648 in Ffuncall ()
No symbol table info available.
#19 0x00007ff68b9912b7 in Ffuncall_interactively ()
No symbol table info available.
#20 0x00007ff68b995648 in Ffuncall ()
No symbol table info available.
#21 0x00007ff68b992647 in Fcall_interactively ()
No symbol table info available.
#22 0x00007ffa61ceefdf in F636f6d6d616e642d65786563757465_command_execute_0 () from c:\Emacs\emacs-2
9.1\lib\emacs\29.1\native-lisp\29.1-ece58e2c\preloaded\simple-fab5b0cf-a050dc2b.eln
No symbol table info available.
#23 0x00007ff68b995648 in Ffuncall ()
No symbol table info available.
#24 0x00007ff68b91bd82 in command_loop_1 ()
No symbol table info available.
#25 0x00007ff68b993c3d in internal_condition_case ()
No symbol table info available.
#26 0x00007ff68b90735e in command_loop_2 ()
No symbol table info available.
#27 0x00007ff68b993bab in internal_catch ()
No symbol table info available.
#28 0x00007ff68b9072ec in command_loop ()
No symbol table info available.
#29 0x00007ff68b90f93d in recursive_edit_1 ()
No symbol table info available.
#30 0x00007ff68b90fd00 in Frecursive_edit ()
No symbol table info available.
#31 0x00007ff68baacf0b in main ()
No symbol table info available.
(gdb) detach
Detaching from program: C:\Emacs\emacs-29.1\bin\emacs.exe, process 1384
[Inferior 1 (process 1384) detached]
(gdb) exit





  reply	other threads:[~2024-02-20 15:33 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-19  5:56 bug#69263: 29.1; emacs freeze with memory swap awrhygty
2024-02-19 12:41 ` Eli Zaretskii
2024-02-20 13:33   ` awrhygty
2024-02-20 14:40     ` Eli Zaretskii
2024-02-20 15:33       ` awrhygty [this message]
2024-02-20 17:08         ` Eli Zaretskii
2024-06-09 20:56           ` Stefan Kangas

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=TYZPR01MB39209E706809675593409FFBC3502@TYZPR01MB3920.apcprd01.prod.exchangelabs.com \
    --to=awrhygty@outlook.com \
    --cc=69263@debbugs.gnu.org \
    --cc=eliz@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).