emacs-devel
[Top][All Lists]
Advanced

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

Re: random crashing with bootstrap emacs (cvs) under solaris (SunOS 5.8)


From: Mark Aufflick
Subject: Re: random crashing with bootstrap emacs (cvs) under solaris (SunOS 5.8)
Date: Fri, 17 Feb 2006 10:08:13 +1100

On 2/17/06, Giorgos Keramidas <address@hidden> wrote:
>
> Are you using CFLAGS that include one of -fast or -xarch=FOO
> where FOO enables 64-bit ELF binaries?
>
> I've been building cvs-emacs on Solaris 10 amd64 and sparc, but
> only as a 32-bit binary and without -fast.  Enabling either -fast
> (on any architecture) or -xarch={amd64,v9a} results in random
> crashes here too.

I'm using gcc, so it would be -mcpu=v9 to force a 64 bit compile. To
check I did:

$ find . -name 'Makefile' |xargs egrep 'v9|mcpu|xarch|v9|fast'

which only matched a few lines relating to make bootfast.

And sure enough:

$ file emacs-22.0.50.1
emacs-22.0.50.1:        ELF 32-bit MSB executable SPARC Version 1,
dynamically linked, not stripped

So that's not it. But it got me hoping!

Cheers,

Mark.




reply via email to

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