emacs-devel
[Top][All Lists]
Advanced

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

Re: Dump failure on Solaris 8


From: Andreas Schwab
Subject: Re: Dump failure on Solaris 8
Date: Tue, 05 May 2009 12:47:34 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.93 (gnu/linux)

YAMAMOTO Mitsuharu <address@hidden> writes:

> If I restore the if-condition (not including the then-clause) in the
> hunk above, the dumping process works again.  Actually, the comment
> above the if-condition seems to tell about this case.  The output of
> "dump -h temacs" becomes as follows and the offset of the .bss section
> (0x315158) is greater than that of the succeeding .symtab section
> (0x315154).

IIRC I've changed the condition because of a problem encountered on
x86_64-linux.  Unfortunately I cannot test that any more.  The problem
is that the file contents of the first unallocated section may be
completely contained in the padding after the last allocated non-bss
section.  Perhaps we have to check both conditions here.

Andreas.

-- 
Andreas Schwab, address@hidden
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."




reply via email to

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