Bug 134608 - an invalid connection descriptor that is too large will cause ccsd to kill itself
Summary: an invalid connection descriptor that is too large will cause ccsd to kill it...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Cluster Suite
Classification: Retired
Component: ccs
Version: 4
Hardware: i686
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jonathan Earl Brassow
QA Contact: GFS Bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-10-04 22:16 UTC by Corey Marthaler
Modified: 2009-04-16 20:04 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-11-17 22:05:07 UTC
Embargoed:


Attachments (Terms of Use)

Description Corey Marthaler 2004-10-04 22:16:21 UTC
Description of problem:
[root@morph-02 bin]# cat /proc/cluster/nodes
Node  Votes Exp Sts  Name
   1    1    5   M   morph-01
   2    1    5   M   morph-03
   3    1    5   M   morph-04
   4    1    5   M   morph-02
   5    1    5   M   morph-05

[root@morph-02 bin]# ccs_test connect
Connect successful.
 Connection descriptor = 0

[root@morph-02 bin]# ccs_test get 0 /cluster/@name
Get successful.
 Value = <morph-cluster>

[root@morph-02 bin]# ccs_test get 3000 /cluster/@name
ccs_get failed: Invalid request descriptor

[root@morph-02 bin]# ccs_test get 50000 /cluster/@name
ccs_get failed: Invalid exchange

From SYSLOG:
Oct  4 17:09:02 morph-02 ccsd[2273]: Stopping ccsd, SIGSEGV received.

[root@morph-02 bin]# pidof ccsd


How reproducible:
Always

Comment 1 Kiersten (Kerri) Anderson 2004-11-04 15:06:53 UTC
Updates with the proper version and component name.

Comment 2 Kiersten (Kerri) Anderson 2004-11-04 15:14:46 UTC
Updates with the proper version and component name.

Comment 3 Kiersten (Kerri) Anderson 2004-11-04 15:20:06 UTC
Updates with the proper version and component name. Again, just love out tools.

Comment 4 Jonathan Earl Brassow 2004-11-17 00:01:35 UTC
fixed.  will now return invalid request descriptor

Comment 5 Corey Marthaler 2004-11-17 22:05:07 UTC
fix verified. 


Note You need to log in before you can comment on or make changes to this bug.