emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: End of file while generating loaddefs.el


From: John Wiegley
Subject: Re: End of file while generating loaddefs.el
Date: Thu, 19 Nov 2015 08:33:58 -0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (darwin)

>>>>> Eli Zaretskii <address@hidden> writes:

> Run "make V=1" to see the full command line of the command that fails, then
> start "gdb ./emacs.exe" in the src directory, and copy/paste the offending
> command line into the GDB command to run Emacs, right after the "run" part.
> Then wait until it segfaults.

Nowadays GDB also supports:

    gdb --args ./emacs.exe <arguments to run with>

Then just "bt" to see the backtrace after it crashes.

John



reply via email to

[Prev in Thread] Current Thread [Next in Thread]