Bug 1077432
| Summary: | pmlogcheck SEGV | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Frank Ch. Eigler <fche> | ||||
| Component: | pcp | Assignee: | Nathan Scott <nathans> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 19 | CC: | fche, mgoodwin, nathans, pcp, scox | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | pcp-3.9.5-1.el6 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2014-07-01 23:27:26 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
I know what's happening here now, fix will follow shortly. This is fixed by upstream commit 3d193685cffdf27b6ba964c03b35e274cceb1392. pcp-3.9.5-1.el5 has been submitted as an update for Fedora EPEL 5. https://admin.fedoraproject.org/updates/pcp-3.9.5-1.el5 pcp-3.9.5-1.el6 has been submitted as an update for Fedora EPEL 6. https://admin.fedoraproject.org/updates/pcp-3.9.5-1.el6 pcp-3.9.5-1.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/pcp-3.9.5-1.fc19 pcp-3.9.5-1.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/pcp-3.9.5-1.fc20 Package pcp-3.9.5-1.el5: * should fix your issue, * was pushed to the Fedora EPEL 5 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=epel-testing pcp-3.9.5-1.el5' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-1677/pcp-3.9.5-1.el5 then log in and leave karma (feedback). pcp-3.9.5-1.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report. pcp-3.9.5-1.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. pcp-3.9.5-1.el5 has been pushed to the Fedora EPEL 5 stable repository. If problems still persist, please make note of it in this bug report. pcp-3.9.5-1.el6 has been pushed to the Fedora EPEL 6 stable repository. If problems still persist, please make note of it in this bug report. |
Created attachment 875773 [details] inputs pcp-3.9.0-1.fc19.x86_64 pmlogcheck on attached tarball .meta causes a SEGV crash: % gdb -args pmlogcheck -l archive-20140314.000017.meta [...] [16:06:48.417]: network.interface.in.packets[lo]: unsigned 64-bit wrap value 2075027 at 15:02:28.130 value 3078 at 16:06:48.417 [16:06:48.417]: network.interface.in.bytes[lo]: unsigned 64-bit wrap value 418326843 at 15:02:28.130 value 270848 at 16:06:48.417 Program received signal SIGSEGV, Segmentation fault. docheck (result=<optimized out>) at pmlogcheck.c:369 369 tsub(&timediff, &(checkdata->instlist[k]->lasttime)); (gdb) p timediff $1 = {tv_sec = 1394741208, tv_usec = 417730} (gdb) p checkdata->instlist[k] value has been optimized out (gdb) p checkdata->instlist[0] Cannot access memory at address 0x0 (gdb) p vsp->numval $2 = 1 (gdb) p checkdata->listsize $3 = 0