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: 69795@debbugs.gnu.org
Subject: bug#69795: 29.1; cmdproxy.exe exits automatically after executing MSYS2 commands
Date: Fri, 15 Mar 2024 21:10:06 +0900	[thread overview]
Message-ID: <TYZPR01MB392067AA8AF6E58F027A759FC3282@TYZPR01MB3920.apcprd01.prod.exchangelabs.com> (raw)
In-Reply-To: <86bk7gahe2.fsf@gnu.org> (Eli Zaretskii's message of "Thu, 14 Mar 2024 12:49:01 -0400")

Eli Zaretskii <eliz@gnu.org> writes:

>> From: awrhygty@outlook.com
>> Cc: 69795@debbugs.gnu.org
>> Date: Fri, 15 Mar 2024 00:56:02 +0900
>> 
>> Replacing 'ls -ld .' with 'ls -d .', which outputs only '.',
>> cmdproxy.exe exits, too.
>> Replacing 'ls -d .' with 'ls -d . < nul' does not make cmdproxy.exe exit.
>
> If cmdproxy exits, it probably means cmd.exe that cmdproxy runs
> exited.  The shell-mode buffer interacts with cmd.exe, not with
> cmdproxy.  cmdproxy in this scenario is used only to start an inferior
> cmd.exe.
>
> You may wish looking in the Windows Event Log, under Application.  It
> is possible that there's some useful information there about why you
> see that shell process finishes, like which program crashed and why.

Nothing about crash or similar is recorded.

>> I only needed gdb, another binary will do. But I do not know where to
>> get a reliable gdb binary run with emacs shell-mode.
>
> Doesn't MSYS2 provide a MinGW64 build of GDB, not just an MSYS build?
> GDB builds natively with MinGW tools, so there should be no problem
> for MSYS2 folks to provide a native 64-bit Windows build of GDB.

I have installed mingw64/mingw-w64-x86_64-gdb.
I think it is MinGW64 binary.
But gdb.exe sometimes make cmdproxy.exe exit, and sometimes not.

Here is a list of gdb packages.

$ pacman -Ss 'gdb$'
mingw32/mingw-w64-i686-arm-none-eabi-gdb 9.2-8 (mingw-w64-i686-arm-none-eabi-toolchain)
    GNU Tools for ARM Embedded Processors - GDB (mingw-w64)
mingw32/mingw-w64-i686-avr-gdb 12.1-1 (mingw-w64-i686-avr-toolchain)
    The GNU Debugger for AVR (mingw-w64)
mingw32/mingw-w64-i686-gdb 13.2-3 (mingw-w64-i686-toolchain)
    GNU Debugger (mingw-w64)
mingw64/mingw-w64-x86_64-arm-none-eabi-gdb 9.2-8 (mingw-w64-x86_64-arm-none-eabi-toolchain)
    GNU Tools for ARM Embedded Processors - GDB (mingw-w64)
mingw64/mingw-w64-x86_64-avr-gdb 12.1-1 (mingw-w64-x86_64-avr-toolchain)
    The GNU Debugger for AVR (mingw-w64)
mingw64/mingw-w64-x86_64-gdb 13.2-3 (mingw-w64-x86_64-toolchain) [installed]
    GNU Debugger (mingw-w64)
ucrt64/mingw-w64-ucrt-x86_64-arm-none-eabi-gdb 9.2-8 (mingw-w64-ucrt-x86_64-arm-none-eabi-toolchain)
    GNU Tools for ARM Embedded Processors - GDB (mingw-w64)
ucrt64/mingw-w64-ucrt-x86_64-avr-gdb 12.1-1 (mingw-w64-ucrt-x86_64-avr-toolchain)
    The GNU Debugger for AVR (mingw-w64)
ucrt64/mingw-w64-ucrt-x86_64-gdb 13.2-3 (mingw-w64-ucrt-x86_64-toolchain)
    GNU Debugger (mingw-w64)
clang32/mingw-w64-clang-i686-arm-none-eabi-gdb 9.2-8 (mingw-w64-clang-i686-arm-none-eabi-toolchain)
    GNU Tools for ARM Embedded Processors - GDB (mingw-w64)
clang32/mingw-w64-clang-i686-avr-gdb 12.1-1 (mingw-w64-clang-i686-avr-toolchain)
    The GNU Debugger for AVR (mingw-w64)
clang32/mingw-w64-clang-i686-gdb 13.2-3
    GNU Debugger (mingw-w64)
clang64/mingw-w64-clang-x86_64-arm-none-eabi-gdb 9.2-8 (mingw-w64-clang-x86_64-arm-none-eabi-toolchain)
    GNU Tools for ARM Embedded Processors - GDB (mingw-w64)
clang64/mingw-w64-clang-x86_64-avr-gdb 12.1-1 (mingw-w64-clang-x86_64-avr-toolchain)
    The GNU Debugger for AVR (mingw-w64)
clang64/mingw-w64-clang-x86_64-gdb 13.2-3
    GNU Debugger (mingw-w64)
msys/cgdb 0.8.0-2
    Curses-based interface to the GNU Debugger
msys/gdb 13.2-1
    GNU Debugger (MSYS2 version)





  reply	other threads:[~2024-03-15 12:10 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-14 10:55 bug#69795: 29.1; cmdproxy.exe exits automatically after executing MSYS2 commands awrhygty
2024-03-14 11:25 ` Eli Zaretskii
2024-03-14 15:56   ` awrhygty
2024-03-14 16:48     ` Eli Zaretskii
2024-03-15 12:10       ` awrhygty [this message]
2024-03-15 12:49         ` Eli Zaretskii
2024-03-16  3:52           ` awrhygty
2024-03-16  8:21             ` Eli Zaretskii
2024-03-16 13:14               ` awrhygty
2024-03-16 17:34                 ` Eli Zaretskii
2024-03-17  1:06                   ` awrhygty
2024-03-17  6:18                     ` Eli Zaretskii
2024-03-17 16:12                       ` awrhygty
2024-03-17 16:24                         ` Eli Zaretskii
2024-03-18  1:24                           ` awrhygty
2024-03-18 13:05                             ` Eli Zaretskii
2024-03-18 22:54                               ` awrhygty
2024-03-19 12:32                                 ` Eli Zaretskii
2024-03-19 13:21                                   ` awrhygty
2024-03-19 13:49                                     ` Eli Zaretskii
2024-03-19 14:26                                       ` awrhygty
2024-03-19 15:50                                         ` Eli Zaretskii

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=TYZPR01MB392067AA8AF6E58F027A759FC3282@TYZPR01MB3920.apcprd01.prod.exchangelabs.com \
    --to=awrhygty@outlook.com \
    --cc=69795@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).