Current-Users archive

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

Re: building current - signal 6



In article <5729BE9E.5030909%libero.it@localhost>,
Riccardo Mottola  <riccardo.mottola%libero.it@localhost> 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




Home | Main Index | Thread Index | Old Index