changeset: 4685:945247a8112f
tag: tip
user: Jerry James <james(a)xemacs.org>
date: Wed Sep 02 20:38:14 2009 -0600
files: tests/ChangeLog tests/reproduce-crashes.el
description:
Reproducer for menubar-x.c crash.
diff -r 15c42a3f4065 -r 945247a8112f tests/ChangeLog
--- a/tests/ChangeLog Sat Aug 29 22:37:50 2009 +0800
+++ b/tests/ChangeLog Wed Sep 02 20:38:14 2009 -0600
@@ -1,3 +1,7 @@
+2009-09-02 Jerry James <james(a)xemacs.org>
+
+ * reproduce-crashes.el (12): New bug.
+
2009-08-16 Aidan Kehoe <kehoea(a)parhasard.net>
* automated/lisp-tests.el (foo):
diff -r 15c42a3f4065 -r 945247a8112f tests/reproduce-crashes.el
--- a/tests/reproduce-crashes.el Sat Aug 29 22:37:50 2009 +0800
+++ b/tests/reproduce-crashes.el Wed Sep 02 20:38:14 2009 -0600
@@ -133,6 +133,16 @@
;;; ------------------------------------------------------------------
;;;; Bugs follow:
+(defbug 12 current
+ "Crash when clicking on the menubar, triggered by a Lisp error due to a
+version of truncate-string-to-width that does not take 5 parameters.
+Fatal error: assertion failed, file menubar-x.c, line 579, ABORT()
+Reported:
https://bugzilla.redhat.com/show_bug.cgi?id=480845
+ <1251569781.4318.2.camel@mslap>"
+ (fset 'truncate-string-to-width
+ #'(lambda (str end-column &optional start-column padding) str))
+ (accelerate-menu))
+
(defbug 11 fixed
"Crash in search due to backward movement.
Need Mule build with error checking in 21.5.28.
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-patches