emacs-devel
[Top][All Lists]
Advanced

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

Re: EXC_BAD_ACCESS on Mac


From: Eli Zaretskii
Subject: Re: EXC_BAD_ACCESS on Mac
Date: Tue, 18 Jun 2013 05:45:45 +0300

> Date: Mon, 17 Jun 2013 15:42:54 -0700
> From: Paul Eggert <address@hidden>
> Cc: address@hidden
> 
> On 06/17/13 12:44, Kazu Yamamoto (山本和彦) wrote:
> > why is "first - row->glyphs[area]"
> > equal to "last - row->glyphs[area]"?
> 
> It could be because of this code in draw_glyphs:
> 
>   /* Let's rather be paranoid than getting a SEGV.  */
>   end = min (end, row->used[area]);
>   start = clip_to_bounds (0, start, end);

Which also should never happen.




reply via email to

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