[Spread-users] GGT bug

Ryan Caudy caudy at jhu.edu
Mon Aug 26 18:29:03 EDT 2002


Hi,

Currently there exists a bug in the groups state transfer that will 
cause spread to hang under certain conditions caused by cascading 
network changes.  The fix will be included in the next release of 
Spread.  However, for those who need/want a quick fix now, the following 
  *minor* code change should solve the problem.

The affected file is groups.c, which should be under spread/daemon.

Line 1780 currently reads as:
   "memb_id_ptr = &buf[ Message_get_data_header_size() ];"

To solve the problem, change this to:
   "memb_id_ptr = buf;"

Cheers,
Ryan Caudy





More information about the Spread-users mailing list