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

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

Re: emacs 21.1, linux 2.4.12-3.5G, core dump in set_point_both()


From: Richard Stallman
Subject: Re: emacs 21.1, linux 2.4.12-3.5G, core dump in set_point_both()
Date: Fri, 31 May 2002 15:28:37 -0600 (MDT)

Thanks for the bug report.

I suspect that ZV and ZV_BYTE got out of sync, that they do not
correspond to each other properly given the current buffer contents.
Or perhaps some other pair of pointers that are supposed to match up
as character count and byte count.  If this is true, it would be due
to a bug in some C primitives.

The way to find out more would be to carefully study the data structures
using GDB.  It is not easy, but it is the only way.



reply via email to

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