comparison tests/reproduce-crashes.el @ 4746:ae862598ee56

Make test from Adam Sjogren's report.
author Stephen J. Turnbull <stephen@xemacs.org>
date Mon, 16 Nov 2009 11:58:19 +0900
parents 945247a8112f
children 8b2f75cecb89
comparison
equal deleted inserted replaced
4745:0c54de4c4b9d 4746:ae862598ee56
131 131
132 132
133 ;;; ------------------------------------------------------------------ 133 ;;; ------------------------------------------------------------------
134 ;;;; Bugs follow: 134 ;;;; Bugs follow:
135 135
136 (defbug 13 current
137 "Crash when reading a message in Gnus, in sys_re_search_2 in regex.c.
138 Reported by Adam Sjogren on xemacs-beta <87ocn5xt5a.fsf@topper.koldfront.dk>.
139 issue630 on the tracker.
140 Reproduced on Mac OS X 10.4.11 iBook G4 (PPC).
141 Reproduced on Gentoo Linux 2.6.30 AMD (Opteron)."
142 (string-match (base64-decode-string "\
143 WyAJXSo804DFgPOApHWAtXuApliArID5gLZVgLSA2oChRUwvQ4DDQoCrgNeAwoDggLJ7gL6A
144 94CogOOAtlWAtIDagKFFgLCA6oC7gNqApFSAqICkgLZUgKmA9oC5gOqAsIDIgL6A3oCnQICh
145 RUwvQ4C2fYCqgKyAw0KAq4DXgKWA04C9gNCAoUWAxXeAqoDvgLF6gKiA04C5cYChR4CigK+A
146 ooC4gKKAtICigLctgKKAtICigLWAooC4LYCigK+AooCygKKAtIChRUwvQ4CrSIClgM6AqoCs
147 gMNCgKuA14DFgNyApoDbgKWA0YC5QoClgM6AuIDqgKqA94ChRYCrSIClgM6AqoCsgLZ9gKqA
148 rIDDQoCrgNeApYDTgL2A0IChRT4=")
149 (base64-decode-string "\
150 XCKAqYDTgMWA84CkdYC1e4CmWICsgPmAtlWAtIDagKFFTC9DgMNCgKuA14DCgOCAsnuAvoD3
151 gKiA44C2VYC0gNqAoUWAsIDqgLuA2oCkVICogKSAtlSAqYD2gLmA6oCwgMiAvoDegKdAgKFF
152 TC9DgLZ9gKqArIDDQoCrgNeApYDTgL2A0IChRYDFd4CqgO+AsXqAqIDTgLlxgKFHgKKAr4Ci
153 gLiAooC0gKKAty2AooC0gKKAtYCigLgtgKKAr4CigLKAooC0gKFFTC9DgKtIgKWAzoCqgKyA
154 w0KAq4DXgMWA3ICmgNuApYDRgLlCgKWAzoC4gOqAqoD3gKFFgKtIgKWAzoCqgKyAtn2AqoCs
155 gMNCgKuA14ClgNOAvYDQgKFFXCIgPHRzZW5nLWNoaXVAdW1haWwu")))
156
136 (defbug 12 current 157 (defbug 12 current
137 "Crash when clicking on the menubar, triggered by a Lisp error due to a 158 "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. 159 version of truncate-string-to-width that does not take 5 parameters.
139 Fatal error: assertion failed, file menubar-x.c, line 579, ABORT() 160 Fatal error: assertion failed, file menubar-x.c, line 579, ABORT()
140 Reported: https://bugzilla.redhat.com/show_bug.cgi?id=480845 161 Reported: https://bugzilla.redhat.com/show_bug.cgi?id=480845