[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Crash on exit in Sparc Solaris 10
From: |
Justin M Wozniak |
Subject: |
Crash on exit in Sparc Solaris 10 |
Date: |
Mon, 5 Sep 2005 12:45:41 -0500 (EST) |
Using 21.4 or 21.3 on a patched Solaris 10 machine, with gcc-3.3.2.
On exit via C-xC-c I get:
Fatal error (11).zsh: segmentation fault (core dumped) emacs -i
Other possible symptoms:
On make, I get:
Wrote /nfs/home1/jwozniak/sfw/emacs-21.3/lib-src/fns-21.3.1.el
Dumping under names emacs and emacs-21.3.1
715480 pure bytes used
./emacs -q -batch -f list-load-path-shadows
Fatal error (11).*** Signal 11 - core dumped (ignored)
(export PARALLEL; PARALLEL=0; cd leim; make all \
CC='gcc' CFLAGS='-g -O2' CPPFLAGS='' \
LDFLAGS='-L/usr/openwin/lib' MAKE='make')
Making again works.
Make install the first time causes an error with blessmail.
Also, does not compile with Sun's cc 10:
Unicron: ~jwozniak/sfw/emacs-21.4# make
if [ ! -f /nfs/home1/jwozniak/sfw/emacs-21.4/lisp/abbrev.elc ]; then \
make bootstrap; \
fi
cd lib-src; make all \
CC='cc' CFLAGS='-g -O' CPPFLAGS='' \
LDFLAGS='-L/usr/openwin/lib' MAKE='make'
cc -DHAVE_CONFIG_H -I. -I../src
-I/nfs/home1/jwozniak/sfw/emacs-21.4/lib-src
-I/nfs/home1/jwozniak/sfw/emacs-21.4/lib-src/../src -L/usr/openwin/lib -g
-O -o test-distrib
/nfs/home1/jwozniak/sfw/emacs-21.4/lib-src/test-distrib.c
ucbcc: Warning: Option
-YP,:/usr/ucblib:/opt/SUNWspro/prod/bin/../lib:/opt/SUNWspro/prod/bin:/usr/ccs/lib:/usr/lib
passed to ld, if ld is invoked, ignored otherwise
unknown flag -destination_ir=iropt
compiler(iropt) error: FCALL with no root
*** Error code 1
make: Fatal error: Command failed for target `test-distrib'
Current working directory /nfs/home1/jwozniak/sfw/emacs-21.4/lib-src
*** Error code 1
make: Fatal error: Command failed for target `lib-src'
Thanks!
--
Justin Michael Joseph Wozniak
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Crash on exit in Sparc Solaris 10,
Justin M Wozniak <=