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

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

emacs crashes with eval-region and marker


From: Mario Domgörgen
Subject: emacs crashes with eval-region and marker
Date: Thu, 07 Apr 2005 21:34:59 +0200
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/22.0.50 (gnu/linux)

This bug report will be sent to the Free Software Foundation,
not to your local site managers!
Please write in English if possible, because the Emacs maintainers
usually do not have translators to read other languages for them.

Your bug report will be posted to the address@hidden mailing list.

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

I start a clean emacs with emacs -q --no-init-file and evaluate
the following function:

(defun html-eval-scripts ()
  (interactive)
  (save-excursion
    (goto-char (point-min))
    (while (re-search-forward
              "<script.*type=\"text/elisp\">\\(.*\\)</script>" nil t)
      (eval-region (match-beginning 1)(match-end 1) (point-marker)))))

When i call html-eval-scripts on a buffer with a line like this

<script type="text/elisp">(insert "Hallo bold world")</script>

Emacs crashed with "Fatal error (6).Abort". This seems to happen with
all emacs i have emacs20,emacs21 and several cvs versions.

You can find a strace on http://www.domgoergen.com/emacs-strace but i
haven't cut it down so maybe only the last line will be usefull.

In GNU Emacs 22.0.50.1 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
 of 2005-04-07 on fangorn
Distributor `The XFree86 Project, Inc', version 11.0.40300001
configured using `configure '--prefix=/usr/local/stow/emacs-20050407/''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: address@hidden
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: address@hidden
  locale-coding-system: iso-8859-15
  default-enable-multibyte-characters: t

Major mode: Calendar

Minor modes in effect:
  server-mode: t
  display-time-mode: t
  auto-insert-mode: t
  encoded-kbd-mode: t
  iswitchb-mode: t
  auto-compression-mode: t
  tooltip-mode: t
  mouse-wheel-mode: t
  unify-8859-on-encoding-mode: t
  utf-translate-cjk-mode: t
  column-number-mode: t
  line-number-mode: t
  next-error-follow-minor-mode:  Fol

Recent input:
M-x r e p o <tab> r <tab> <return>

Recent messages:
Loading 50ruby1.8-elisp (source)...done
Loading 50sawfish (source)...done
Loading 50scsh (source)...done
Loading cl-seq...done
Loading easy-mmode...done
Loading byte-opt...done
Loading cl-extra...done
For information about the GNU Project and its goals, type C-h C-p.
Making completion list...
Loading emacsbug...done

-- 
Rather than a beep
Or a rude error message,
These words: "File not found."




reply via email to

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