Me too.
I patched gres.c but I think you should do a quick bug fix release...
--- ../slurm-14.03.5.save/src/common/gres.c 2014-07-11 01:26:55.000000000
+0800
+++ ./src/common/gres.c 2014-07-16 13:46:32.458013818 +0800
@@ -2942,6 +2942,7 @@
job_state_ptr = (gres_job_state_t *) job_gres_ptr->gres_data;
for (i = 0; i < job_state_ptr->node_cnt; i++) {
FREE_NULL_BITMAP(job_state_ptr->gres_bit_alloc[i]);
+ if(job_state_ptr->gres_bit_step_alloc)
FREE_NULL_BITMAP(job_state_ptr->gres_bit_step_alloc[i]);
}
xfree(job_state_ptr->gres_bit_alloc);
On Tue, 2014-07-15 at 12:47 -0700, Blomqvist Janne wrote:
> Hi,
>
> FWIW we're hitting this bug as well with 14.03.5. 14.03.4 was fine, so this
> seems to be a recent regression. Luckily per bugzilla the bug has already
> been fixed.
>
> --
> Janne Blomqvist
>
> ________________________________________
> From: Markus Blank-Burian [[email protected]]
> Sent: Tuesday, July 15, 2014 16:52
> To: slurm-dev
> Subject: [slurm-dev] Re: Segfault in gres.c:2945 with 14.03.5
>
> > check this bug:
> > http://bugs.schedmd.com/show_bug.cgi?id=958
> >
>
> Thanks for the quick reply!