[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#14264: 24.3.50; SEGV in char_table_ref's use of SUB_CHAR_TABLE_P
From: |
Eli Zaretskii |
Subject: |
bug#14264: 24.3.50; SEGV in char_table_ref's use of SUB_CHAR_TABLE_P |
Date: |
Tue, 08 Jul 2014 22:33:02 +0300 |
> From: Stefan Monnier <monnier@iro.umontreal.ca>
> Cc: Glenn Morris <rgm@gnu.org>, 14264@debbugs.gnu.org, jim@meyering.net
> Date: Tue, 08 Jul 2014 13:53:00 -0400
>
> >> > Sorry, still no cigar.
> >> Any other info I can usefully provide?
> > Well, it would be useful to find out how come Emacs comes with such a
> > bogus character code in the middle of what is supposed to be pure
> > ASCII text. Can you set a breakpoint in scan_for_column, just before
> > it calls composition_compute_stop_pos, conditioned on scan = 1645,
> > then step inside composition_compute_stop_pos, and see how come it
> > fetches such a character code? Is buffer text being corrupted by
> > something?
>
> Any news on this?
I'm quite sure this was solved long ago.