Re: synchronizing emacs-unicode branch to HEAD
Kenichi Handa <[email protected]>
| Newsgroups | gmane.emacs.devel,gmane.emacs.bidi |
|---|---|
| Message-ID | <[email protected]> |
In article <[email protected]>, Andreas Schwab <[email protected]> writes: > Kenichi Handa <[email protected]> writes: >> That branch is now obsolete. Please check out the branch >> emacs-unicode-2. > I'm getting a crash on ia64 during bootstrap while the lisp files are > compiled. I can fix it with the patch below, but it is probably not the > right fix. I guess one of the c_functions is not GC clean, but I haven't > been able to find out which one. Oops, as I've been testing emacs-unicode on GNU/Linux which defines GC_MARK_STACK to GC_MAKE_GCPROS_NOOPS, I have not paid match attention to GC cleanness. I think we can test if c_functions is GC clean or not by setting and resetting abort_on_gc before and after calling that function. Could you do that and verify it? As I don't have ia64 machine, I can't test it. --- Ken'ichi HANDA [email protected]