On Wed, Oct 28, 2020, at 7:09 PM, Ken Brown wrote:
>
> I won't have time to check this until tomorrow, but I'm guessing that the
> following patch will fix the problem:
>
> --- a/src/emacs.c
> +++ b/src/emacs.c
> @@ -170,7 +170,7 @@ #define MAIN_PROGRAM
> We mark being in the exec'd process
[Please don't top-post on this list.]
On 10/28/2020 9:44 PM, noosph...@mailc.net wrote:
(gdb) bt full
#0 exit (code=1) at /usr/src/debug/cygwin-3.1.7-1/newlib/libc/stdlib/exit.c:54
No locals.
#1 0x0001800496e3 in cygwin_exit (n=1) at
/usr/src/debug/cygwin-3.1.7-1/winsup/cygwin/dcrt0.cc:12
I've managed to get a backtrace by breaking on "exit". I also had to recompile
Emacs with debugging symbols in order to get full debugging information
(installing emacs-debuginfo was not enough).
Here's how I configured Emacs: ./configure CFLAGS='-O0 -ggdb3 -rdynamic'
--prefix=/usr/local/apps
On 10/28/2020 5:09 PM, noosphere--- via Cygwin wrote:
When trying to start emacs with "emacs --daemon" (with or without the
-Q option, I immediately get an error:
emacs: Invalid function: make-local-variable
Error: server did not start correctly
Thanks for the report. I can reproduce
4 matches
Mail list logo