[comp.emacs] GNU 18.53 segmentation violation reading int

mackenzi@thor.acc.stolaf.edu (David MacKenzie) (04/09/89)

I'm trying to port GNU Emacs 18.53 to a System V-like OS called Unos,
running on a 68000.  I made s- and m- files and a config.h for it, and
got it to link, but temacs gets a segmentation violation when reading
Vprocess_alist at the start of kill_buffer_processes () in process.c.
This is before unexec () is run.  Since Vprocess_alist is just a global
int (I #defined static, since the installation notes hinted that System
V needs that), I can't figure it out.  I have neither pcc nor gcc; I'm
using a Green Hills C compiler, with optimization on.  Has anyone seen
anything like this before?

David MacKenzie
mackenzi@thor.stolaf.edu, or edf@rocky2.rockefeller.edu