I use ldc-0.9.1-x86_64 compile the tango cluster example of cahceserver,program run on RHEL 5 noraml,but run on RHEL6 or Fedora14 throw Segmentation fault,
4 Trace cluster.generic - discovering cluster nodes
39 Trace cluster.generic - enabling cache:dev1:46904
Program received signal SIGSEGV, Segmentation fault.
gdb bt output is :
#0 0x00000000004158a7 in tango.io.Buffer.Buffer.writer() ()
#1 0x0000000000416256 in tango.io.Buffer.GrowBuffer?.fill() ()
#2 0x00000000004152ed in tango.io.Buffer.Buffer.read() ()
#3 0x0000000000415847 in tango.io.Buffer.Buffer.fill() ()
#4 0x00000000004157e0 in tango.io.Buffer.Buffer.readExact() ()
#5 0x0000000000414cd6 in tango.io.protocol.NativeProtocol?.NativeProtocol?.read() ()
#6 0x00000000004148ae in tango.io.protocol.EndianProtocol?.EndianProtocol?.read() ()
#7 0x0000000000413f75 in tango.io.protocol.Reader.Reader.get() ()
#8 0x000000000040d442 in tango.net.cluster.tina.ProtocolReader?.ProtocolReader?.getHeader() ()
#9 0x000000000040bc00 in tango.net.cluster.tina.Cluster.Node.request() ()
#10 0x000000000040c774 in tango.net.cluster.tina.Cluster.FixedNodeSet?.request()
()
#11 0x000000000040a33f in tango.net.cluster.tina.Cluster.Channel.putCache() ()
#12 0x0000000000407ab9 in tango.net.cluster.NetworkCache?.NetworkCache?.put() ()
#13 0x0000000000402562 in cclient.main (args=...) at cclient.d:40
#14 0x0000000000422a80 in dmain2.main() ()
#15 0x00000000004229f6 in dmain2.main() ()
#16 0x0000000000422abb in dmain2.main() ()
#17 0x00000000004229f6 in dmain2.main() ()
#18 0x00000000004229a0 in main ()
How to correct this ?