Mercurial > hg > xemacs-beta
comparison tests/reproduce-crashes.el @ 4685:945247a8112f
Reproducer for menubar-x.c crash.
author | Jerry James <james@xemacs.org> |
---|---|
date | Wed, 02 Sep 2009 20:38:14 -0600 |
parents | ec1103d2c1c7 |
children | ae862598ee56 |
comparison
equal
deleted
inserted
replaced
4684:15c42a3f4065 | 4685:945247a8112f |
---|---|
131 | 131 |
132 | 132 |
133 ;;; ------------------------------------------------------------------ | 133 ;;; ------------------------------------------------------------------ |
134 ;;;; Bugs follow: | 134 ;;;; Bugs follow: |
135 | 135 |
136 (defbug 12 current | |
137 "Crash when clicking on the menubar, triggered by a Lisp error due to a | |
138 version of truncate-string-to-width that does not take 5 parameters. | |
139 Fatal error: assertion failed, file menubar-x.c, line 579, ABORT() | |
140 Reported: https://bugzilla.redhat.com/show_bug.cgi?id=480845 | |
141 <1251569781.4318.2.camel@mslap>" | |
142 (fset 'truncate-string-to-width | |
143 #'(lambda (str end-column &optional start-column padding) str)) | |
144 (accelerate-menu)) | |
145 | |
136 (defbug 11 fixed | 146 (defbug 11 fixed |
137 "Crash in search due to backward movement. | 147 "Crash in search due to backward movement. |
138 Need Mule build with error checking in 21.5.28. | 148 Need Mule build with error checking in 21.5.28. |
139 Fatal error: assertion failed, | 149 Fatal error: assertion failed, |
140 file /Users/steve/Software/XEmacs/alioth/xemacs/src/search.c, line 1487, | 150 file /Users/steve/Software/XEmacs/alioth/xemacs/src/search.c, line 1487, |