Subject: | 'parse_line' function causes Perl to segfault reading vCard PHOTO;BASE64 chunks on OS X |
Hi,
The 'parse_line' function causes Perl to segfault reading vCard PHOTO;BASE64 chunks on OS X (10.3.5; Perl 5.8.1; Text::ParseWords 3.21)
I added the changes made in T:PW 3.22 (Perl 5.8.5), by hand, but the results where the same. The function is being called by :
XML::Generator::vCard::* ->
Text::vCard ->
Text::vFile::asData ->
Text::ParseWords
I am unable to reproduce the problem using Perl 5.8.5,on FreeBSD (4.10). I poked around the delta files for 5.8.2-5 but nothing to explain the problem jumped out at me.
I am testing against this file :
http://search.cpan.org/src/ASCOPE/XML-Generator-vCard-RDF-1.1/t/Senzala.vcf
Thanks,