"Måns Rullgård" <***@inprovide.com> wrote in message news:***@ford.inprovide.com...
: Rich Teer <***@rite-group.com> writes:
:
: > On Fri, 14 Jan 2005, Måns Rullgård wrote:
: >
: >> > I'm using 2.4.20-20.9 GNU/Linux on a i686 and 2.6.8.1-12mdk GNU/Linux
: >> > on a i686 AMD Athlon(tm) 64 Processor 3400+.
: >> > I'm performing some operations on a an array of 400 doubles, but I
: >> > think this is not the cause of the problem, is it?
: >> > What other causes, apart of memory overflows, could cause such SIGKILL?
: >>
: >> If Linux runs out of memory it will send a SIGKILL to the process(es)
: >
: > For this reason, it might be worth trying the same program
: > on Solaris x86 (recompiling it first, of course).
:
: The quicker method of determining whether that was the cause is to
: examine the output of "dmesg" after the program has been killed.
: While it may be considered impolite of the Linux to kill processes in
: that manner, it does make a note of what it did.
:
: However, I somewhat doubt that memory shortage is the issue. 400
: doubles is no large quantity.
Unless it's on the stack - are they automatic variables? More than once I
blew out the stack on HP-UX before I convinced the powers that be to
increase from the default settings.
Dan Mercer
:
: --
: Måns Rullgård
: ***@inprovide.com