emacs-devel
[Top][All Lists]
Advanced

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

Re: make-thread with lambda form instead of function symbol


From: Eli Zaretskii
Subject: Re: make-thread with lambda form instead of function symbol
Date: Mon, 17 Apr 2017 09:51:54 +0300

> From: Eric Abrahamsen <address@hidden>
> Date: Sun, 16 Apr 2017 18:12:17 -0700
> 
> #0  0x000000000058879c in terminate_due_to_signal (sig=6, 
> backtrace_limit=2147483647) at emacs.c:363
> #1  0x000000000061dbf4 in die (msg=0x74e3fd "STRINGP (a)", file=0x74e330 
> "lisp.h", line=1276) at alloc.c:7339
> #2  0x0000000000582dfd in XSTRING (a=...) at lisp.h:1276
> #3  0x0000000000582e44 in SDATA (string=...) at lisp.h:1327
> #4  0x000000000069f953 in Faccept_process_output (process=..., seconds=..., 
> millisec=..., just_this_one=...) at process.c:4566

Please try the latest master, I hope I fixed this blunder.

In the future, when reporting backtraces from multithreaded Lisp
programs, please always say "thread apply all bt", to produce
backtraces of all the threads, not just the current one.  Otherwise,
some important information could be missing.

Thanks.



reply via email to

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