Re: [Chicken-users] Segmentation violation using SSAX egg

2017-09-28 Thread Peter Bex
On Thu, Sep 28, 2017 at 04:49:10PM +1000, David Ireland wrote: > Hi there, > > I am sporadically getting segmentation violations (about 1 out of 3 program > executions fail) while processing these files. It is not dependent on the > particular XML file but always occurs when about 50 have been pro

[Chicken-users] Segmentation violation using SSAX egg

2017-09-27 Thread David Ireland
Hi there, I'm working on a program that requires processing a large number of XML files that have an average size of 500 kB. I am using the SSAX egg to do the XML parsing and converting to SXML for further processing. I am sporadically getting segmentation violations (about 1 out of 3 program ex