[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Executable memory: some apps that work on RH9 don't on FC1
- From: Tim Daly <daly rio sci ccny cuny edu>
- To: fedora-devel-list redhat com
- Cc: daly idsi net, axiom-developer nongnu org, gcl-devel gnu org
- Subject: Re: Executable memory: some apps that work on RH9 don't on FC1
- Date: Mon, 17 Nov 2003 13:47:04 -0500
Roland,
I just built a machine with the latest Fedora and tried to build Axiom.
Axiom depends on GCL, Gnu Common Lisp. It appears that all of the
lisps are broken under the new memory model.
Can you give me some pointers to any documentation or source code in
Fedora that might give me a clue about how to fix this? I understand
there might be a compiler switch but haven't found any documentation.
Tim Daly
axiom tenkan org
daly idsi net
====================================================================
> The official binary of mit-scheme 7.7.1 (http://www.gnu.org/software/mit-scheme)
> segfaults if called with 'scheme -compiler'. In this case the scheme main
> program load a 'band' called compiler.com, which contains executable code.
> Could somebody investigate this issue? I am not that familiar with problems
> like this.
If this binary was created with old tools and has no PT_GNU_STACK marker,
then it should get executable stack by default. More likely the issue is
that it calls malloc and expects the memory returned to be executable.
The Scheme runtime needs to be changed to use mmap when executability matters.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]