Andy Piper <andy(a)xemacs.org> writes:
At 01:40 PM 10/4/99 +0900, Yoshiki Hayashi wrote:
>I don't usually use gutter, so I'm disabling it with
>(set-specifier default-gutter-visible-p nil)
>When I opened a lot of files, I thought it might be usefult
>to have gutter again. So, I enabled gutter with
>(set-specifier default-gutter-visible-p t)
>and typed C-x b. Then XEmacs dumped core.
The stack trace is not very useable because you have optimization on.
Is there any chance you could recompile redisplay.c with -g only and get
another stacktrace.
O.K. I recompiled redisplay.c without -O3 and here goes
where from gdb.
Now I can reproduce this 100%.
xemacs -vanilla
(set-specifier default-gutter-visible-p nil) C-x C-e
C-x b *tmp* RET
M-: (set-specifier default-gutter-visilble-p t) RET
C-x b RET
is the complete recipe to reproduce it.
I have done cvs update and xemacs/src/CVS/Entiries says,
/ChangeLog/1.154.2.237/Tue Oct 5 03:52:45 1999//Trelease-21-2
--
Yoshiki Hayashi