bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Compiling 64 bit emacs for Power4/Aix-5.2


From: Larry Hunter
Subject: Re: Compiling 64 bit emacs for Power4/Aix-5.2
Date: 08 May 2003 14:08:29 -0600
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

The following message is a courtesy copy of an article
that has been posted to gnu.emacs.bug as well.


Thanks to Mike Dugan for suggesting the problem may be with unexec not
knowing about 64 bit a.out. However, specifying CANNOT_DUMP doesn't
help -- ./temacs still segfaults.  

This may be another hint

  # dbx ./temacs core
  Segmentation fault in Fmake_symbol at line 2543 in file "alloc.c" ($t1)
   2543     p->name = XSTRING (name);
  (dbx) where
  Fmake_symbol(name = 648518346342363900), line 2543 in "alloc.c"
  init_obarray(), line 3165 in "lread.c"
  main(argc = 0, argv = (nil), envp = (nil)), line 1092 in "emacs.c"
  (dbx) 

So, XSTRING is supposed to return a pointer to a lisp string. Might I
need to set something to define the size of pointers?   

Be gentle, it's been a long time since I did much C programming... 

Larry


-- 

Lawrence Hunter, Ph.D.
Director, Center for Computational Pharmacology
Associate Professor of Pharmacology, PMB & Computer Science

phone  +1 303 315 1094           UCHSC, Campus Box C236    
fax    +1 303 315 1098           School of Medicine rm 2817b   
cell   +1 303 324 0355           4200 E. 9th Ave.                 
email: Larry.Hunter@uchsc.edu    Denver, CO 80262       
PGP key on public keyservers     http://compbio.uchsc.edu/hunter




reply via email to

[Prev in Thread] Current Thread [Next in Thread]