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

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

bug#10159: 24.0.91; Segfault with auto-complete package [SEC=UNCLASSIFIE


From: Paul Eggert
Subject: bug#10159: 24.0.91; Segfault with auto-complete package [SEC=UNCLASSIFIED]
Date: Sun, 22 Jan 2012 16:04:26 -0800
User-agent: Mozilla/5.0 (X11; Linux i686; rv:8.0) Gecko/20111124 Thunderbird/8.0

>> val is shown to have
>> the value of 390, which could only be an Emacs integer

390 is not an Emacs integer; it has type Lisp_Cons.
It's a bogus Lisp_Cons value, but it's encoded as a
Lisp_Cons.

c is 0xD81000, which is also bogus (it's not a valid
character value), and this may explain why val is bogus.

The fact that the string indexes are out of range could
explain why c is bogus.





reply via email to

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