emacs-devel
[Top][All Lists]
Advanced

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

segfault with show-paren-mode


From: Peter Heslin
Subject: segfault with show-paren-mode
Date: Tue, 11 Jul 2006 13:46:29 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

With a cvs update and emacs -q, and eval'ing
(setq show-paren-delay 0)
(show-paren-mode t)

visiting an elisp file and putting the cursor on a top-level left paren
in column 0 will cause a segfault.

Here is the backtrace:

Program received signal SIGSEGV, Segmentation fault.
0x0000000000543dfd in scan_lists (from=140733193399312, count=1, depth=1, 
sexpflag=1)
    at syntax.c:2324
2324                  INC_BOTH (from, from_byte);
(gdb) xbacktrace
"scan-sexps" (0x15e78)
"byte-code" (0x1090863)
"show-paren-function" (0x90b991)
"apply" (0xe63bf1)
"byte-code" (0x801323)
"timer-event-handler" (0xd4ab84)
(gdb) 

-- 
Peter Heslin (http://www.dur.ac.uk/p.j.heslin)





reply via email to

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