Subject: Re: linking tar with -N dies
To: Christos Zoulas <christos@deshaw.com>
From: Paul Kranenburg <pk@cs.few.eur.nl>
List: current-users
Date: 06/24/1994 00:16:25
>
> The floppy version of tar dies with a seg fault in bzero.
>
> Either omitting -lgnumalloc or -N will make it work.
obreak(2) gets confused over OMAGIC executables. It even unmaps pages
when asked to extend the break under anomalous conditions.
It looks like exec_aout.c should be more careful and see to it that the
not unreasonable invariant
"vm_tsize + vm_dsize == # pages mapped for text/data"
(excluding stack and explicitly mmap()ed pages) is maintained.
-pk
------------------------------------------------------------------------------