On Wed, Oct 31, 2012 at 5:39 PM, Jenda Krynicky <je...@krynicky.cz> wrote:
> From: "Octavian Rasnita" <orasn...@gmail.com> > > I forgot to say that the script I previously sent to the list also > crashed Perl and it popped an error window with: > > > > perl.exe - Application Error > > The instruction at "0x7c910f20" referenced memory at "0x00000004". The > memory could not be "read". Click on OK to terminate the program > > > > I have created a smaller XML file with only ~ 100 lines and I ran agan > that script, and it worked fine. > > > > But it doesn't work with the entire xml file which has more than 200 MB, > because it crashes Perl and I don't know why. > > > > And strange, but I've seen that now it just crashes Perl, but it doesn't > return that "Free to wrong pool" error. > > > > Octavian > > That must be something either within your perl or the > XML::Parser::Expat. What versions of those two do you have? Any > chance you could update? > > > Jenda > ===== je...@krynicky.cz === http://Jenda.Krynicky.cz ===== > When it comes to wine, women and song, wizards are allowed > to get drunk and croon as much as they like. > -- Terry Pratchett in Sourcery > > > -- > To unsubscribe, e-mail: beginners-unsubscr...@perl.org > For additional commands, e-mail: beginners-h...@perl.org > http://learn.perl.org/ > > > The memory issue is really an issue of the module it self I have had those problems as well, the more complex the xml structure the more memory it takes up and the faster you will run out. I simply moved on to other modules as I could not afford to spend my time on trying to figure out a workaround. Regards, Rob Coops