unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* reproducible segfault
@ 2002-10-27  8:53 D. Goel
  2002-10-27 11:56 ` John Paul Wallington
  0 siblings, 1 reply; 2+ messages in thread
From: D. Goel @ 2002-10-27  8:53 UTC (permalink / raw)


Greetings


emacs -q -no-site-file 

(read-event (append "a" "b"))
 C-x C-e 


PS: is the bug-gnu-emacs--> gnu.emacs.bug permanently taken off?  

DG                                 http://deego.gnufans.org/~deego/
--


In GNU Emacs 21.2.1 (i386-debian-linux-gnu, X toolkit, Xaw3d scroll bars)
 of 2002-03-22 on raven, modified by Debian
configured using `configure  i386-debian-linux-gnu --prefix=/usr --sharedstatedir=/var/lib --libexecdir=/usr/lib --localstatedir=/var/lib --infodir=/usr/share/info --mandir=/usr/share/man --with-pop=yes --with-x=yes --with-x-toolkit=athena --without-gif'
Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: 
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: C
  locale-coding-system: nil
  default-enable-multibyte-characters: t

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:

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

* Re: reproducible segfault
  2002-10-27  8:53 reproducible segfault D. Goel
@ 2002-10-27 11:56 ` John Paul Wallington
  0 siblings, 0 replies; 2+ messages in thread
From: John Paul Wallington @ 2002-10-27 11:56 UTC (permalink / raw)
  Cc: bug-gnu-emacs

D. Goel <deego@gnufans.org> wrote:

> emacs -q -no-site-file 
>
> (read-event (append "a" "b"))
>  C-x C-e 

This happens in RC branch, but not in HEAD.

In HEAD, message_with_string in xdisp.c uses CHECK_STRING macro on
`string' argument.  Maybe it should do so in RC too?  Could you test
this change?

--- /build-emacs/RC/emacs/src/xdisp.c.~1.671.4.30.~	Fri Aug 30 21:45:31 2002
+++ /build-emacs/RC/emacs/src/xdisp.c	Sun Oct 27 11:19:35 2002
@@ -6032,6 +6032,8 @@
      Lisp_Object string;
      int log;
 {
+  CHECK_STRING (string, 0);
+  
   if (noninteractive)
     {
       if (m)

-- 
John Paul Wallington

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

end of thread, other threads:[~2002-10-27 11:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-10-27  8:53 reproducible segfault D. Goel
2002-10-27 11:56 ` John Paul Wallington

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).