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

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

Solaris 8 build problem


From: lkanawi
Subject: Solaris 8 build problem
Date: Wed, 20 Apr 2005 18:03:56 -0700
User-agent: Mozilla Thunderbird 1.0 (X11/20050124)

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





reply via email to

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