unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#15952: 24.3.50; find_newline
@ 2013-11-22  6:54 Richard Stallman
  2013-11-22  7:11 ` Glenn Morris
  2013-11-22  7:49 ` Eli Zaretskii
  0 siblings, 2 replies; 4+ messages in thread
From: Richard Stallman @ 2013-11-22  6:54 UTC (permalink / raw)
  To: 15952


The crash happened again.  It was in this line of find_newline

            ceiling_byte = min (CHAR_TO_BYTE (next_change) - 1, ceiling_byte);

and next_change was larger than BUF_Z.  This was in buffer
` *message-viewer RMAIL*'.

In GNU Emacs 24.3.50.14 (mips64el-unknown-linux-gnu, GTK+ Version 2.20.1)
 of 2013-11-12 on chiefs-gnewsense
Bzr revision: 115064 monnier@iro.umontreal.ca-20131111180547-6k3t8pomzwp8zbtf
System Description:	gNewSense GNU/Linux 3.0 (parkes)

Configured using:
 `configure 'CFLAGS=-g -O0''

Important settings:
  value of $LANG: en_US.UTF-8
  locale-coding-system: utf-8-unix
  default enable-multibyte-characters: t

Major mode: RMAIL

Minor modes in effect:
  shell-dirtrack-mode: t
  gpm-mouse-mode: t
  tooltip-mode: t
  mouse-wheel-mode: t
  tool-bar-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  buffer-read-only: t
  line-number-mode: t
  transient-mark-mode: t
  abbrev-mode: t

Recent input:
a m e s . SPC SPC A l l SPC t e h SPC c o d e SPC i 
s SPC s o f t w r e . ESC b ESC b C-b ESC b C-b C-b 
C-t C-e C-b C-b C-b a C-n C-x 1 C-n C-n C-n C-n C-o 
RET N o . C-n C-n C-n C-n C-o RET N o . C-x 1 C-a C-u 
C-n C-o C-o I t SPC i s SPC s o DEL DEL w o C-a C-k 
C-u C-n C-o C-o S e e SPC g n u / o r g ESC b DEL . 
C-e / p h i l o s o p h y / f l s s DEL DEL o s s - 
a n d - f o s s . h t m l . RET C-u C-p C-p C-o I SPC 
t h i n k SPC t h e y SPC a r e SPC d e s i g n e d 
SPC t o SPC p u s h SPC p e o p l e SPC t o SPC u s 
e SPC ESC DEL d e p e n d SPC o n SPC w e b SPC s e 
r b i c e s , SPC w h i c h SPC i s SPC b a d SPC f 
o r SPC t h e m . ESC q C-d C-c C-c d x d x C-x C-s 
SPC SPC SPC d x C-x b RET C-x b R TAB RET SPC SPC C-d 
x n C-l C-h l p n C-l C-x 1 ESC x r e p o r t SPC e 
m a s DEL c s TAB RET

Recent messages:
Wrote /home/rms/outgoing/out-41
Sending...done
Expunging deleted messages...done
Expunging deleted messages...done
Saving file /home/rms/RMAIL...
Wrote /home/rms/RMAIL [2 times]
Expunging deleted messages...done
Expunging deleted messages...done
rmail-show-message-1: Args out of range: 0
Type C-x 1 to delete the help window.

Load-path shadows:
/home/rms/emacs-bzr/trunk/lisp/net/shr-color hides /home/rms/emacs-bzr/trunk/lisp/gnus/shr-color
/home/rms/emacs-bzr/trunk/lisp/net/shr hides /home/rms/emacs-bzr/trunk/lisp/gnus/shr
/home/rms/emacs-bzr/trunk/lisp/net/rcompile hides /home/rms/emacs-bzr/trunk/lisp/obsolete/rcompile

Features:
(epa derived epg epg-config rmailsum etags shadow mule-util emacsbug
vc-bzr cc-langs cl cl-loaddefs cl-lib cc-mode cc-fonts cc-guess
cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs rmailout
grep compile shell pcomplete comint ansi-color ring misearch
multi-isearch dabbrev quail help-mode mailalias qp rmailmm message
sendmail format-spec rfc822 mml easymenu mml-sec mm-decode mm-bodies
mm-encode mailabbrev gmm-utils mailheader mail-parse rfc2231 dired
t-mouse finder-inf package rmailedit rmail rfc2047 rfc2045 ietf-drums
mm-util mail-prsvr mail-utils time-date paren cus-start cus-load
advice help-fns tooltip ediff-hook vc-hooks lisp-float-type mwheel
x-win x-dnd tool-bar dnd fontset image regexp-opt fringe
tabulated-list newcomment lisp-mode prog-mode register page menu-bar
rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax
facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese
tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak
czech european ethiopic indian cyrillic chinese case-table epa-hook
jka-cmpr-hook help simple abbrev minibuffer nadvice loaddefs button
faces cus-face macroexp files text-properties overlay sha1 md5 base64
format env code-pages mule custom widget hashtable-print-readable
backquote make-network-process dbusbind gfilenotify dynamic-setting
system-font-setting font-render-setting move-toolbar gtk x-toolkit x
multi-tty emacs)
        [ To any NSA and FBI agents reading my email: please consider
        [ whether defending the US Constitution against all enemies,
        [ foreign or domestic, requires you to follow Snowden's example.


-- 
Dr Richard Stallman
President, Free Software Foundation
51 Franklin St
Boston MA 02110
USA
www.fsf.org  www.gnu.org
Skype: No way! That's nonfree (freedom-denying) software.
  Use Ekiga or an ordinary phone call.






^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#15952: 24.3.50; find_newline
  2013-11-22  6:54 bug#15952: 24.3.50; find_newline Richard Stallman
@ 2013-11-22  7:11 ` Glenn Morris
  2013-11-23  6:05   ` Richard Stallman
  2013-11-22  7:49 ` Eli Zaretskii
  1 sibling, 1 reply; 4+ messages in thread
From: Glenn Morris @ 2013-11-22  7:11 UTC (permalink / raw)
  To: rms; +Cc: 15952


Sounds like a recently fixed issue

http://debbugs.gnu.org/cgi/bugreport.cgi?bug=15898

so try updating.

> In GNU Emacs 24.3.50.14 (mips64el-unknown-linux-gnu, GTK+ Version 2.20.1)
>  of 2013-11-12 on chiefs-gnewsense
> Bzr revision: 115064 monnier@iro.umontreal.ca-20131111180547-6k3t8pomzwp8zbtf





^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#15952: 24.3.50; find_newline
  2013-11-22  6:54 bug#15952: 24.3.50; find_newline Richard Stallman
  2013-11-22  7:11 ` Glenn Morris
@ 2013-11-22  7:49 ` Eli Zaretskii
  1 sibling, 0 replies; 4+ messages in thread
From: Eli Zaretskii @ 2013-11-22  7:49 UTC (permalink / raw)
  To: rms; +Cc: 15952

> Date: Fri, 22 Nov 2013 01:54:32 -0500
> From: Richard Stallman <rms@gnu.org>
> 
> 
> The crash happened again.  It was in this line of find_newline
> 
>             ceiling_byte = min (CHAR_TO_BYTE (next_change) - 1, ceiling_byte);
> 
> and next_change was larger than BUF_Z.  This was in buffer
> ` *message-viewer RMAIL*'.

Until you update from the repository, this should help:

  (setq-default cache-long-scans nil)





^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#15952: 24.3.50; find_newline
  2013-11-22  7:11 ` Glenn Morris
@ 2013-11-23  6:05   ` Richard Stallman
  0 siblings, 0 replies; 4+ messages in thread
From: Richard Stallman @ 2013-11-23  6:05 UTC (permalink / raw)
  To: Glenn Morris; +Cc: 15952

        [ To any NSA and FBI agents reading my email: please consider
        [ whether defending the US Constitution against all enemies,
        [ foreign or domestic, requires you to follow Snowden's example.

Thanks to you and everyone who told me this has been fixed.
I updated yesterday, in case it would fix this.
Now I am using the newer version.

-- 
Dr Richard Stallman
President, Free Software Foundation
51 Franklin St
Boston MA 02110
USA
www.fsf.org  www.gnu.org
Skype: No way! That's nonfree (freedom-denying) software.
  Use Ekiga or an ordinary phone call.






^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-11-23  6:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-22  6:54 bug#15952: 24.3.50; find_newline Richard Stallman
2013-11-22  7:11 ` Glenn Morris
2013-11-23  6:05   ` Richard Stallman
2013-11-22  7:49 ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).