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: > The segfault is happening in cvs::str_prescan() from /usr/lib/libcvsapi. > > Is there any easy way that I can build cvsnt with debugging symbols? Then I > should be able to back trace to see where this is coming from. (I guess its > being passed some bogus data). > It should give enough information anyway.. Just adding -g to CFLAGS will add the source information. The only thing str_prescan does is check for null arguments. It never does anything else with the data it's passed. Tony