[Mauiusers] maui crashes with segv (version 3.2.6.p16)
Bas van der Vlies
basv at sara.nl
Tue Oct 31 05:02:01 MST 2006
Thanks for the suggestions but when i submit +/- 22000 jobs maui crashes
with a segv, because the function MJobGetStartPriority can not handle a
Job NULL pointer.
This is the last entry in the maui.log:
MJobGetStartPriority([NONE],0,Priority,NULL))
Then it crashed because in MPriority.c it try's to access a member:
if (J->SpecWCLimit[0] == 0)
{
DBG(0,fSCHED) DPrint("ERROR: job '%s' has NULL WCLimit field\n",
J->Name);
}
When i just check if J == NULL and just return it crashes somewhere
else. I do not know why J is a NULL pointer ;-(
--
--
********************************************************************
* *
* Bas van der Vlies e-mail: basv at sara.nl *
* SARA - Academic Computing Services phone: +31 20 592 8012 *
* Kruislaan 415 fax: +31 20 6683167 *
* 1098 SJ Amsterdam *
* *
********************************************************************
More information about the mauiusers
mailing list