You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When parsing a very large XML file, somewhere over 2 gigabytes, the value returned from the
current_byte method of XML::Parser::Expat will return negative values. Attached to this ticket
is a simple program to parse an XML file and print the current byte value every second. The
output when this bug shows its head looks like this:
2134412390
2137250345
2140088951
2142891080
2145707930
-2146463171
-2143671866
-2140868846
-2138058386
-2135266961
-2132475521
This is a particular problem because the Wikipedia dump files are extremely large.
Migrated from rt.cpan.org#50781 (status was 'new')
Requestors:
Attachments:
From [email protected] on 2009-10-23 18:17:28
:
From [email protected] on 2009-11-14 21:56:11
:
The text was updated successfully, but these errors were encountered: