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

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

bug#13664: 24.3.50; assertion failed: ZV != ZV_BYTE || charpos == bytepo


From: Andy Moreton
Subject: bug#13664: 24.3.50; assertion failed: ZV != ZV_BYTE || charpos == bytepos" alloc.c:6556
Date: Sun, 10 Feb 2013 13:34:02 +0000
User-agent: Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/20130107 Thunderbird/17.0.2

On 09/02/2013 18:45, Eli Zaretskii wrote:
Date: Sat, 9 Feb 2013 17:54:21 +0000
From: Andy Moreton <amoreton@solarflare.com>
Some snafu with characters vs byte counts in a unibyte buffer.  It dies
here:

   /* In a single-byte buffer, the two positions must be equal.  */
   eassert (ZV != ZV_BYTE || charpos == bytepos);

If you revert the changes to syntax.c in revision 111693, does the
problem go away?

Thanks Eli - the assert does not fire after reverting that change (just syntax.c, not the whole changeset).

    AndyM









reply via email to

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