bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#44285: 27.1; Invalid function: make-local-variable


From: noosphere
Subject: bug#44285: 27.1; Invalid function: make-local-variable
Date: Wed, 28 Oct 2020 11:46:45 -0700
User-agent: Cyrus-JMAP/3.3.0-529-g69105b1-fm-20201021.003-g69105b13

%  gdb /usr/local/apps/emacs-27.1/bin/emacs-27.1.exe
GNU gdb (GDB) (Cygwin 8.3.1-1) 8.3.1
Copyright (C) 2019 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-pc-cygwin".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
    <http://www.gnu.org/software/gdb/documentation/>.

For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /usr/local/apps/emacs-27.1/bin/emacs-27.1.exe...
(gdb) break Fsignal
Breakpoint 1 at 0x1005d712f: file eval.c, line 1565.
(gdb) r -Q --daemon
Starting program: /usr/local/apps/emacs-27.1/bin/emacs-27.1.exe -Q --daemon
[New Thread 1876.0xe28]
warning: Application 
"\??\C:\cygwin64\usr\local\apps\emacs-27.1\bin\emacs-27.1.exe" found in cache
[New Thread 1876.0xbd4]
emacs: Invalid function: make-local-variable
Error: server did not start correctly
[Thread 1876.0xbd4 exited with code 0]
[Thread 1876.0x71c exited with code 1]
[Inferior 1 (process 1876) exited with code 01]
(gdb) bt
No stack.


On Wed, Oct 28, 2020, at 10:47 AM, Eli Zaretskii wrote:
> [Please use Reply All to keep the bug tracker oon the CC list.]
> 
> > From: <noosphere@mailc.net>
> > Date: Wed, 28 Oct 2020 10:43:14 -0700
> > 
> > On Wed 28 Oct 2020 07:21:50 PM +02, Eli Zaretskii wrote:
> > >
> > > Can you run Emacs under GDB and show the backtrace from the error
> > > locus?
> > 
> > Could someone tell me what commands I'd need to give GDB to have it
> > break at the point of interest?
> 
>   $ gdb ./emacs.exe
>   ...
>   (gdb) break Fsignal
>   (gdb) r -Q --daemon
> 
>





reply via email to

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