On Wed, 2006-04-05 at 11:48 -0600, Jerry James wrote:
I don't know about it being because you are on a Mac. I've
tried
reproducing Ville's problem, too, and I just can't seem to trigger it.
On the other hand, I'm compiling vanilla 21.4.19, and the Fedora package
has a number of patches I haven't looked at. I'll have to try building
the actual RPM with -fstack-protector and see if I can trigger it.
A somewhat minimal reproducer for one of the reported crashes (also with
vanilla 21.4.19) is this in init.el:
(require 'un-define)
(set-default-coding-systems 'utf-8)
(set-coding-priority-list '(utf-8))
(set-coding-category-system 'utf-8 'utf-8)
...LANG=en_US.UTF-8 and XEmacs built with:
export CFLAGS="-O2 -g -fstack-protector"
./configure --pdump --with-mule --without-wnn
And to trigger the crash, M-x manual-entry RET netstat RET
Installation and gdb and lisp backtraces for the crash attached.