all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Solaris 8 build problem
@ 2005-04-21  1:03 lkanawi
  2005-04-21 19:56 ` Richard Stallman
  0 siblings, 1 reply; 2+ messages in thread
From: lkanawi @ 2005-04-21  1:03 UTC (permalink / raw)


Hi, searched the archives for this problem, but didn't find it, so here 
goes:

When attempting to build emacs 21.4a on a Solaris 8 host, I encounter a 
fatal error when the build calls the emacs it just compiled.  This error 
can be easily reproduced by then running the emacs binary in ./src/  I'm 
using gcc 3.3.2 and gnu make 3.8.

The problem occuring is that emacs crashes while exiting, seemingly 
while closing the auto-save file it has had open.


This is the error i see when building:
------
Loading ediff-hook...
((51667 . 15296) (8350 . 0) (511 . 45) 72275 134860 (14 . 9) (21 . 0) 
(7135 . 1433))
Finding pointers to doc strings...
Finding pointers to doc strings...done
Wrote /src/common/usc/emacs/emacs-21.4/lib-src/fns-21.4.1.el
Dumping under names emacs and emacs-21.4.1
715500 pure bytes used
./emacs -q -batch -f list-load-path-shadows
Fatal error (11).gmake: *** [emacs] Segmentation Fault (core dumped)
------

Here's the end of the output from truss where the error occurs:
------
getsid(0)                                       = 7195
ioctl(0, TIOCGPGRP, 0xFFBEEC1C)                 = 0
open64("/home/sol-01/lkanawi/.emacs.d/auto-save-list/.saves-15799-mesa.usc.edu~", 
O_WRONLY|O_CREAT|O_TRUNC, 0666) Err#2 ENOENT
unlink("/home/sol-01/lkanawi/.emacs.d/auto-save-list/.saves-15799-mesa.usc.edu~") 
Err#2 ENOENT
    Incurred fault #6, FLTBOUNDS  %pc = 0x00041C34
      siginfo: SIGSEGV SEGV_MAPERR addr=0x00000000
    Received signal #11, SIGSEGV [caught]
      siginfo: SIGSEGV SEGV_MAPERR addr=0x00000000
sigaction(SIGSEGV, 0xFFBEE620, 0xFFBEE6A0)      = 0
getpgrp()                                       = 15798
ioctl(0, TIOCGSID, 0xFFBEE60C)                  = 0
getsid(0)                                       = 7195
ioctl(0, TIOCGPGRP, 0xFFBEE674)                 = 0
Fatal error (write(2, " F a t a l   e r r o r  ".., 13) = 13
11).write(2, " 1 1 ) .", 4)                             = 4
open64("/home/sol-01/lkanawi/.emacs.d/auto-save-list/.saves-15799-mesa.usc.edu~", 
O_WRONLY|O_CREAT|O_TRUNC, 0666) Err#2 ENOENT
sigprocmask(SIG_UNBLOCK, 0xFFBEE760, 0xFFBEE6D0) = 0
getpid()                                        = 15799 [15798]
kill(15799, SIGSEGV)                            = 0
    Received signal #11, SIGSEGV [default]
      siginfo: SIGSEGV pid=15799 uid=108742
        *** process killed ***
------

Any help would be greatly appreciated, please end replies to lkanawi at 
usc.edu

-Lance

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Solaris 8 build problem
  2005-04-21  1:03 Solaris 8 build problem lkanawi
@ 2005-04-21 19:56 ` Richard Stallman
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Stallman @ 2005-04-21 19:56 UTC (permalink / raw)
  Cc: bug-gnu-emacs

The way to debug this would be with a debugger.
If "truss" is a system call trace, you can't expect that to
be very helpful.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-04-21 19:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-21  1:03 Solaris 8 build problem lkanawi
2005-04-21 19:56 ` Richard Stallman

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.