| Summary: | slurmctld segfault if /etc/slurm/acct_gather.conf doesn't exist | ||
|---|---|---|---|
| Product: | Slurm | Reporter: | Kilian Cavalotti <kilian> |
| Component: | slurmctld | Assignee: | Gavin D. Howard <gavin> |
| Status: | RESOLVED DUPLICATE | QA Contact: | |
| Severity: | 4 - Minor Issue | ||
| Priority: | --- | ||
| Version: | 19.05.3 | ||
| Hardware: | Linux | ||
| OS: | Linux | ||
| See Also: | https://bugs.schedmd.com/show_bug.cgi?id=7893 | ||
| Site: | Stanford | Slinky Site: | --- |
| Alineos Sites: | --- | Atos/Eviden Sites: | --- |
| Confidential Site: | --- | Coreweave sites: | --- |
| Cray Sites: | --- | DS9 clusters: | --- |
| Google sites: | --- | HPCnow Sites: | --- |
| HPE Sites: | --- | IBM Sites: | --- |
| NOAA SIte: | --- | NoveTech Sites: | --- |
| Nvidia HWinf-CS Sites: | --- | OCF Sites: | --- |
| Recursion Pharma Sites: | --- | SFW Sites: | --- |
| SNIC sites: | --- | Tzag Elita Sites: | --- |
| Linux Distro: | --- | Machine Name: | Sherlock |
| CLE Version: | Version Fixed: | ||
| Target Release: | --- | DevPrio: | --- |
| Emory-Cloud Sites: | --- | ||
|
Description
Kilian Cavalotti
2019-10-16 11:02:45 MDT
Killian, After testing, I have found that this bug is a duplicate of bug 7893. In that bug, Slurm was built with debug info, so it aborted instead of seg faulting, but the assert which was triggered was there to make sure a pointer was not NULL because the pointer is dereferenced right away. And that dereference of a NULL pointer is what causes the seg fault. We have a patch under review for the fix. Please see bug 7893 for progress because I am going to close this one as a duplicate. *** This ticket has been marked as a duplicate of ticket 7893 *** Thanks! Cheers, |