Re: plzzzzzzzzzz help

2006-11-28 Thread Alfred M. Szmidt
These days, spam is a huge percentage of all email and the open source mailing lists are no exception. In order to allow anyone to report problems and ask for help many OSS mailing lists don't require you to subscribe before posting... that means that someone has to go through and l

Re: plzzzzzzzzzz help

2006-11-28 Thread Paul Smith
On Tue, 2006-11-28 at 03:48 -0800, rocky john wrote: > I am amateur at linux .i am trying to install nagios-2.6.i > went through documentations after executing commands > make install -commandmode > make install -config > I got

RE: [bug #18396] stack size setrlimit call interacts badly with Solaris/x86 kernel bug

2006-11-28 Thread Paul Smith
On Tue, 2006-11-28 at 18:45 -0800, Martin Dorey wrote: > > Using heap, which requires a system call to get more memory > > (It doesn't affect the main point of Paul's reply but just for academic > interest) no it doesn't: > Even in less contrived applications, brk isn't called anything like as >

RE: [bug #18396] stack size setrlimit call interacts badly with Solaris/x86 kernel bug

2006-11-28 Thread Martin Dorey
> Using heap, which requires a system call to get more memory (It doesn't affect the main point of Paul's reply but just for academic interest) no it doesn't: [EMAIL PROTECTED]:~/playpen$ cat ten-thousand-mallocs.c #include int main() { for (int ii = 0; ii != 10 * 1000; ++ ii) { free(mal

[bug #18396] stack size setrlimit call interacts badly with Solaris/x86 kernel bug

2006-11-28 Thread Paul D. Smith
Follow-up Comment #2, bug #18396 (project make): I wrote: > if large amounts of memory are needed they are allocated on the stack Of course I meant on the _heap_ :-/. ___ Reply to this item at: _

[bug #18396] stack size setrlimit call interacts badly with Solaris/x86 kernel bug

2006-11-28 Thread Paul D. Smith
Update of bug #18396 (project make): Item Group: Bug => Enhancement ___ Follow-up Comment #1: > If 'make' needs to allocate a large amount (megabytes) of data, > it would be better to do so on

[bug #18396] stack size setrlimit call interacts badly with Solaris/x86 kernel bug

2006-11-28 Thread Scott McPeak
URL: Summary: stack size setrlimit call interacts badly with Solaris/x86 kernel bug Project: make Submitted by: smcpeak Submitted on: Tuesday 11/28/2006 at 20:16 Severity: 3 - Normal

Re: plzzzzzzzzzz help

2006-11-28 Thread Jon Grant
Hello Not sure what would cause your problem, we would need to see a complete log your commands to give a suggestion. You have come through to the GNU Make mailing list, rather than the Nagios team. Perhaps you can contact the Nagios project team, their website is http://nagios.org/ Cheers Jon

plzzzzzzzzzz help

2006-11-28 Thread rocky john
I am amateur at linux .i am trying to install nagios-2.6.i went through documentations after executing commands make install -commandmode make install -config I got this problem :This program built for i386-redhat-linux-gnu..