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

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

bug#18610: 24.4.50; Specific file causing emacs to segfault upon opening


From: Eli Zaretskii
Subject: bug#18610: 24.4.50; Specific file causing emacs to segfault upon opening
Date: Fri, 03 Oct 2014 19:57:06 +0300

> From: Andreas Schwab <schwab@linux-m68k.org>
> Cc: dmantipov@yandex.ru,  maden.ldm@gmail.com,  18610@debbugs.gnu.org
> Date: Fri, 03 Oct 2014 18:40:48 +0200
> 
> Eli Zaretskii <eliz@gnu.org> writes:
> 
> > No, I meant here:
> >
> >      c = *src++;                                            \
> 
> Why do you think so?

Because 'multibyte' was zero, and I saw a negative value:

  3045          switch (c)
  2: /c c = -106 'צ'
  (gdb)
  3174              if (c < 0)
  2: /c c = -106 'צ'

But I guess this was a side effect of using "display /c c" in GDB,
since "print c" does show a positive value with the same buffer.  So
I'm sorry for the line noise.





reply via email to

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