Bug 175372
| Summary: | Reading in different-sized chunks from /proc/cluster/services gives different results | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Retired] Red Hat Cluster Suite | Reporter: | Lon Hohberger <lhh> | ||||
| Component: | cman | Assignee: | Christine Caulfield <ccaulfie> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Cluster QE <mspqa-list> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 4 | CC: | cluster-maint, teigland | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | RHBA-2006-0559 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2006-08-10 21:32:13 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 175033 | ||||||
| Attachments: |
|
||||||
|
Description
Lon Hohberger
2005-12-09 16:27:16 UTC
Created attachment 122078 [details]
Source code to little reader program.
The pointer was not being initialised in sm_seq_start when reading was resumed in the middle of the file. This checkin fixes it on -rSTABLE Checking in sm_misc.c; /cvs/cluster/cluster/cman-kernel/src/sm_misc.c,v <-- sm_misc.c new revision: 1.2.2.1.6.3; previous revision: 1.2.2.1.6.2 done And on -rRHEL4 Checking in sm_misc.c; /cvs/cluster/cluster/cman-kernel/src/sm_misc.c,v <-- sm_misc.c new revision: 1.2.2.4; previous revision: 1.2.2.3 done An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on the solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHBA-2006-0559.html |