GNU bug report logs -
#28268
26.0.50; (MS Windows) crash on C-g after closing Git GUI
Previous Next
Reported by: Richard Copley <rcopley <at> gmail.com>
Date: Mon, 28 Aug 2017 21:12:01 UTC
Severity: normal
Found in version 26.0.50
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #38 received at 28268 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
On 29 August 2017 at 18:33, Eli Zaretskii <eliz <at> gnu.org> wrote:
>> Date: Tue, 29 Aug 2017 20:25:52 +0300
>> From: Eli Zaretskii <eliz <at> gnu.org>
>> Cc: rcopley <at> gmail.com, 28268 <at> debbugs.gnu.org
>>
>> git-gui.exe is a GUI program, so it releases the shell and the shell
>> exits
>
> Correction: git-gui.exe launches wish and exits.
Rebuilt Emacs from (Eli's fix)~1:
;; Git cmd/bash
git clean -xfd
git reset --hard b65cb981cc
;; Mingw64 bash
./autogen.sh
./configure --config-cache "CFLAGS=-O0 -g3 -ggdb"
make -j17 ;; I love this machine!
gdb --quiet -ex run --args src/emacs.exe -Q -eval \
"(start-process \"git gui\" \"*git gui*\" \
\"C:\\\\Program Files\\\\Git\\\\cmd\\\\Git-GUI.exe\")"
;; Close Git GUI, or not, doesn't matter
;; In Emacs
C-g ;; Repeat until the abort
;; In GDB in mingw64 bash
thread apply all
thread apply all bt full
The output is attached. Apparently the GDB crash happens if
you run GDB from the Windows (7 or 10) command prompt and
not if you run it from msys bash.
[transcript.txt (text/plain, attachment)]
This bug report was last modified 7 years and 349 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.