"John A. Turner" <turner(a)blueskystudios.com> writes:
>>>>> "AP" == Andy Piper
<andy(a)xemacs.org>:
AP> Is it repeatable?
sadly, no
The crash I experienced might be same with your crash. This
is 100% repeatable.
How to repeat the crash is:
First, frame shows progress gauge.
Second, make new frame and delete first frame.
Third, open a mail with some image from T-gnus or
Wanderlust.
Finally, C-x o to a window showing an article from summary
buffer. If it doesn't crash, repeat same procedure again
and again.
This test case needs 20 or so frame creation, but it crashes
100% for me.
(let ((buffer (get-buffer-create "*tmp*")))
(setq default-frame-plist
(append '(width 80 height 20)
default-frame-plist))
(while t
(set-buffer buffer)
(erase-buffer)
(lprogress-display 'test-1 "Test 1" 1)
(lprogress-display 'test-2 "Test 2" 1)
(set-extent-begin-glyph
(make-extent (point) (point))
(make-glyph [xpm :file "xemacs-icon.xpm"]))
(sit-for 0.5)
(make-frame)
(delete-frame)))
--
Yoshiki Hayashi