Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Re: XML Parsing Out of Memory error

by Matts (Deacon)
on Feb 28, 2002 at 19:39 UTC ( [id://148350]=note: print w/replies, xml ) Need Help??


in reply to Re: XML Parsing Out of Memory error
in thread XML Parsing Out of Memory error

It's actually a pseudohash bug, fixed in 5.7.2 (5.8 to be).

Remember how pseudohashes work - they're actually arrays where the first entry is supposed to be a hash indicating the position of the fields. What's happening here is that perl is trying to create an enormous array. I can't recall the exact semantics of it, but it's something to do with extending the array to the size given by the length given by the memory location of "0", or something like that. Maybe someone can find the p5p discussion on this, so I don't have to look for it ;-)

  • Comment on Re: Re: XML Parsing Out of Memory error

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://148350]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (4)
As of 2024-04-19 21:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found