Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!shadooby!accuvax.nwu.edu!tank!shamash!nic.MR.NET!thor.acc.stolaf.edu!mackenzi From: mackenzi@thor.acc.stolaf.edu (David MacKenzie) Newsgroups: comp.emacs Subject: GNU 18.53 segmentation violation reading int Message-ID: <1760@thor.acc.stolaf.edu> Date: 9 Apr 89 06:30:19 GMT Reply-To: mackenzi@thor.stolaf.edu (David MacKenzie) Distribution: na Organization: Environmental Defense Fund Lines: 13 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