Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 144739 Details for
Bug 201396
clusvcadm hangs if node processing request dies
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Fixes a segfault in clusvcadm exposed by the fix to 201396
magma-plugins-miscount.patch (text/plain), 1.33 KB, created by
Lon Hohberger
on 2007-01-03 21:01:23 UTC
(
hide
)
Description:
Fixes a segfault in clusvcadm exposed by the fix to 201396
Filename:
MIME Type:
Creator:
Lon Hohberger
Created:
2007-01-03 21:01:23 UTC
Size:
1.33 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P cluster-RHEL4 >Index: magma-plugins/sm/services.c >=================================================================== >RCS file: /cvs/cluster/cluster/magma-plugins/sm/Attic/services.c,v >retrieving revision 1.4.2.5 >diff -u -r1.4.2.5 services.c >--- magma-plugins/sm/services.c 15 May 2006 16:59:11 -0000 1.4.2.5 >+++ magma-plugins/sm/services.c 3 Jan 2007 20:56:13 -0000 >@@ -252,9 +252,10 @@ > return NULL; > } > >- foo->cml_count = group_count; >+ foo->cml_count = group_count < cman_nl.max_members ? >+ group_count : cman_nl.max_members; > for (x = 0, y = 0; (x < cman_nl.max_members) && >- (y < group_count); x++) { >+ (y < foo->cml_count); x++) { > if (!_is_member(member_ids, group_count, > cman_nl.nodes[x].node_id)) > continue; >Index: magma-plugins/sm/sm.c >=================================================================== >RCS file: /cvs/cluster/cluster/magma-plugins/sm/Attic/sm.c,v >retrieving revision 1.9.2.10 >diff -u -r1.9.2.10 sm.c >--- magma-plugins/sm/sm.c 7 Sep 2006 18:41:23 -0000 1.9.2.10 >+++ magma-plugins/sm/sm.c 3 Jan 2007 20:56:13 -0000 >@@ -36,7 +36,7 @@ > #include <sys/select.h> > #include <sys/stat.h> > >-#define MODULE_DESCRIPTION "CMAN/SM Plugin v1.1.7.2" >+#define MODULE_DESCRIPTION "CMAN/SM Plugin v1.1.7.3" > #define MODULE_AUTHOR "Lon Hohberger" > > #define DLM_LS_NAME "Magma"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 201396
: 144739 |
144741