Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
David Somers wrote: > Tony Hoyle wrote: > >>btw. if you can find out where it segfaults on your build I can try to >>put a check in for it, so it at least just drops out. > > > 6760: calling init: /usr/lib/cvsnt/pserver_protocol.so > 6760: > 6760: opening file=/usr/lib/cvsnt/pserver_protocol.so [0]; > opencount=1 > 6760: > 6760: /usr/lib/cvsnt/pserver_protocol.so: error: symbol lookup > error: undefined symbol: pserver_protocol_LTX_get_protocol_interface > (fatal) > Segmentation fault > > That's not even anywhere near the mdns browsing code. Something is renaming 'get_protocol_interface' to 'pserver_protocol_LTX_get_protocol_interface' and that's just wrong... I'm surprised anything works at all in that case - it's not even getting as far as initialising the client. Tony