Re: Needed for the release

2005-06-16 Thread Richard Stallman
Ideally unexec should handle the case where heap and bss is not next to each other, and then this workaround can be removed. Yes, that's the task that we need for the release, for the sake of exec-shield. But we also need something done to deal with the randomization feature.

Re: Needed for the release

2005-06-16 Thread James Cloos
> "Dan" == Dan Nicolaescu <[EMAIL PROTECTED]> writes: Dan> The problem occurs in Fedora Core 4. On a FC4 system: Dan> echo 0 >/proc/sys/kernel/randomize_va_space is required Dan> in order to be able to dump Emacs. I've not had any problems dumping emacs with Linus' and Andrew's recent kernel

Re: Needed for the release

2005-06-16 Thread Michael Welsh Duggan
Masatake YAMATO <[EMAIL PROTECTED]> writes: >> exec_shield could be gotten around with using >> setarch i386 make >> and configure does that already IIRC. But the address space >> randomization was prohibiting the dumping even with the setarch >> command. >> >> It may be poss

Re: Needed for the release

2005-06-16 Thread Masatake YAMATO
> Masatake YAMATO <[EMAIL PROTECTED]> writes: > > > Sorry to be late. > > > > > Richard Stallman <[EMAIL PROTECTED]> writes: > > > > > > > What I remember is that Red Hat enables a feature in Linux that (I > > > > believe) uses the address space differently. unexelf.c doesn't handle

Re: Needed for the release

2005-06-16 Thread Dan Nicolaescu
Masatake YAMATO <[EMAIL PROTECTED]> writes: > Sorry to be late. > > > Richard Stallman <[EMAIL PROTECTED]> writes: > > > > > What I remember is that Red Hat enables a feature in Linux that (I > > > believe) uses the address space differently. unexelf.c doesn't handle > > > it righ

Re: Needed for the release

2005-06-16 Thread jhd
Masatake YAMATO <[EMAIL PROTECTED]> writes: Sorry to be late. exec_shield is one such feature, and newer kernels use something like, uh, /proc/sys/vm/randomize_... (I don't remember the particular name right now and don't have a Fedora active). The latter loaded executables' memory segments

Re: Needed for the release

2005-06-16 Thread David Kastrup
Masatake YAMATO <[EMAIL PROTECTED]> writes: > Sorry to be late. > >> exec_shield is one such feature, and newer kernels use something >> like, uh, /proc/sys/vm/randomize_... (I don't remember the >> particular name right now and don't have a Fedora active). The >> latter loaded executables' memor

Re: Needed for the release

2005-06-15 Thread Masatake YAMATO
> > Richard Stallman <[EMAIL PROTECTED]> writes: > > > > > What I remember is that Red Hat enables a feature in Linux that (I > > > believe) uses the address space differently. unexelf.c doesn't handle > > > it right. > > > > > > I don't remember the name of the feature, but I'm sure other people

Re: Needed for the release

2005-06-15 Thread Masatake YAMATO
> exec_shield could be gotten around with using > setarch i386 make > and configure does that already IIRC. But the address space > randomization was prohibiting the dumping even with the setarch > command. > > It may be possible for unexec to get around that problem by writin

Re: Needed for the release

2005-06-15 Thread Masatake YAMATO
Sorry to be late. > Richard Stallman <[EMAIL PROTECTED]> writes: > > > What I remember is that Red Hat enables a feature in Linux that (I > > believe) uses the address space differently. unexelf.c doesn't handle > > it right. > > > > I don't remember the name of the feature, but I'm sure other p

Re: Needed for the release

2005-06-11 Thread Richard Stallman
exec_shield could be gotten around with using setarch i386 make and configure does that already IIRC. But the address space randomization was prohibiting the dumping even with the setarch command. It may be possible for unexec to get around that problem by writing a suitable k

Re: Needed for the release

2005-06-10 Thread jhd
11 jun 2005 kl. 01.34 skrev David Kastrup: Richard Stallman <[EMAIL PROTECTED]> writes: What I remember is that Red Hat enables a feature in Linux that (I believe) uses the address space differently. unexelf.c doesn't handle it right. I don't remember the name of the feature, but I'm su

Re: Needed for the release

2005-06-10 Thread David Kastrup
Richard Stallman <[EMAIL PROTECTED]> writes: > What I remember is that Red Hat enables a feature in Linux that (I > believe) uses the address space differently. unexelf.c doesn't handle > it right. > > I don't remember the name of the feature, but I'm sure other people > on this list remember the

Re: Needed for the release

2005-06-10 Thread Richard Stallman
What I remember is that Red Hat enables a feature in Linux that (I believe) uses the address space differently. unexelf.c doesn't handle it right. I don't remember the name of the feature, but I'm sure other people on this list remember the name. ___

Re: Needed for the release

2005-06-10 Thread Masatake YAMATO
> We need someone to fix the problem that unexelf.c has in dumping with > some recent Linux versions used by Red Hat GNU/Linux. This is a very > serious problem. Would someone please work on it? How can I reproduce the problem? Could you give me a pointer to know more? ___