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: [EMAIL PROTECTED]      *
*  SARA - Academic Computing Services    phone:  +31 20 592 8012   *
*  Kruislaan 415                         fax:    +31 20 6683167    *
*  1098 SJ Amsterdam                                               *
*                                                                  *
********************************************************************
_______________________________________________
mauiusers mailing list
[email protected]
http://www.supercluster.org/mailman/listinfo/mauiusers

Reply via email to