| Summary: | sacct segfault on json output | ||
|---|---|---|---|
| Product: | Slurm | Reporter: | Erich Birngruber <erich.birngruber> |
| Component: | Accounting | Assignee: | Nate Rini <nate> |
| Status: | RESOLVED INFOGIVEN | QA Contact: | |
| Severity: | 4 - Minor Issue | ||
| Priority: | --- | ||
| Version: | 22.05.5 | ||
| Hardware: | Linux | ||
| OS: | Linux | ||
| Site: | IMP | Alineos Sites: | --- |
| Atos/Eviden Sites: | --- | Confidential Site: | --- |
| Coreweave sites: | --- | Cray Sites: | --- |
| DS9 clusters: | --- | HPCnow Sites: | --- |
| HPE Sites: | --- | IBM Sites: | --- |
| NOAA SIte: | --- | OCF Sites: | --- |
| Recursion Pharma Sites: | --- | SFW Sites: | --- |
| SNIC sites: | --- | Linux Distro: | CentOS |
| Machine Name: | CLE Version: | ||
| Version Fixed: | Target Release: | --- | |
| DevPrio: | --- | Emory-Cloud Sites: | --- |
| Attachments: | libjson objdump | ||
|
Description
Erich Birngruber
2022-10-25 03:59:23 MDT
Thank you for the back trace. We will look into this and let you know if we need any more information. Please provide the version of libjson-c installed and the output of the following:
> ldd /lib64/libjson-c.so.2
> file /lib64/libjson-c.so.2
> objdump -s 3 /lib64/libjson-c.so.2
Created attachment 27550 [details]
libjson objdump
Hi Nate, I'm not too familiar with objdump, but the -s3 option gives an error (objdump: '3': No such file), still the full dump is attached. # ldd /lib64/libjson-c.so.2 linux-vdso.so.1 => (0x00007ffd105ee000) libc.so.6 => /lib64/libc.so.6 (0x00007f2039992000) /lib64/ld-linux-x86-64.so.2 (0x00007f2039f6b000) # file /lib64/libjson-c.so.2 /lib64/libjson-c.so.2: symbolic link to `libjson-c.so.2.0.1' Sorry. I missed the info its running on Centos7. yum info is: Installed Packages Name : json-c Arch : x86_64 Version : 0.11 Release : 4.el7_0 Size : 64 k Repo : installed Summary : A JSON implementation in C URL : https://github.com/json-c/json-c/wiki License : MIT Description : JSON-C implements a reference counting object model that allows you to easily : construct JSON objects in C, output them as JSON formatted strings and parse : JSON formatted strings back into the C representation of JSON objects. This looks like a duplicate of libjson-c issue:
> https://github.com/json-c/json-c/pull/749
Please upgrade to at least json-c-0.16-20220414 release.
Please tell me if help is needed in upgrading and re-compiling Slurm to link to the new libjson-c version.
Any updates? Looks like there are no more questions. Closing out ticket. |