In article <[email protected]>,
Riccardo Mottola  <[email protected]> wrote:
>Hi Erik,
>
>
>Erik Fair wrote:
>> #define SIGABRT         6       /* abort() */
>>
>> See also signal(7) and abort(3).
>>
>> It would appear that make(1) called abort(3) since rm(1) doesn’t
>have any direct calls to it that I could find by reading the base
>source. Cursory grep through/usr/src/usr.bin/make/* shows possibilities
>…
>>
>> Perhaps turning on some make debug options will reveal more.
>
>I just reissued the command and it worked... like a temporary error 
>then. Strange.

Yes, is is random because ASLR is randomizing.
Probably some addresses don't work. It should be easy to test by hacking
the random number generator and looking what happens when the value is
set at either ends of the range.

christoa


Reply via email to