Commit ca304478 authored by Alejandro Sanchez's avatar Alejandro Sanchez
Browse files

slurmd - fix ABRT on SIGINT after reconfigure with MemSpecLimit set.

Use setenv() instead of setenvfs(), since setenvfs() memory allocation
is implemented with xmalloc() and fini_setproctitle() (which is called
on reconfigure) free's the memory with free(), leading to a:
"free(): invalid size" malloc_printerr error.

Continuation of dce83a23.

Bug 5095.
parent c2c06468
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment