Windows 10, Emacs 25.1
M-x shell
Start some long process that print to shell console many information. But sometime (I don't why) the Emacs is crash. Here screenshots:
When I press Yes then show another window:
Questions:
- Why Emacs was crash?
- How I can get more details information about crash?
emacs -Q
(no init file), and include the recipe in a bug report:M-x report-emacs-bug
. – Drew Sep 07 '17 at 15:03gdb
. Unless you get extremely lucky, you will not be able to make any intelligent determination as to the true cause of a crash. You can, of course, submit a bug report to the Emacs team without agdb
backtrace and let them try and figure it out. If the Emacs team cannot reproduce the issue, then there is not much they can do to help. A detailed backtrace will greatly assist the Emacs team in working on the bug report. – lawlist Sep 07 '17 at 17:31