Skip Menu |

This queue is for tickets about the Mac-iTunes CPAN distribution.

Report information
The Basics
Id: 20473
Status: resolved
Priority: 0/
Queue: Mac-iTunes

People
Owner: bdfoy [...] cpan.org
Requestors: imacat [...] mail.imacat.idv.tw
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.86
Fixed in: (no value)



Subject: t/parse3.t Lock Up
Dear brian d foy, Hi. This is imacat from Taiwan. Your Mac-iTunes locked up at t/parse3.t. I wait a whole night and it's still there, using 99% of the CPU for the whole night. I looked into the code and found it's only parsing an opened file mp3/iTunes_3_Music_Library. I guesss it's not right to parse a test file for a whole night. Could you please check it? Thank you. My system is Linux 2.6. imacat@rinse build/Mac-iTunes-0.86 % perl -Mblib -I../Mac-Path-Util-0.23/blib/lib -I../Mac-PropertyList-1.29/blib/lib -I../MP3-Info-1.20/blib/lib -I../Test-Data-1.19/blib/lib -I../Test-Manifest-1.14/blib/lib t/parse3.t 1..7 ok 1 - Open music library imacat@rinse build/Mac-iTunes-0.86 %
Parsing the iTunes data files are simply broken. parse3.t deals with iTunes version 3, which I suspect nobody cares about anymore. I should probably just take the parsing stuff out. This doesn't really resolve the problem but I'm not going to spend time fixing it either, at least until I have a lot more free time.
removed the old parsing files from the testing
On 2007-03-16 22:07:44 Fri, BDFOY wrote: Show quoted text
> removed the old parsing files from the testing
Dear brian d foy, Hi. This is imacat from Taiwan. I found t/parse3.t and mp3/iTunes_3_Music_Library are still in Mac-iTunes-0.89, as in: http://search.cpan.org/src/BDFOY/Mac-iTunes-0.89/t/parse3.t http://search.cpan.org/src/BDFOY/Mac-iTunes-0.89/mp3/iTunes_3_Music_Library And they are still hanging. Maybe you forgot to remove it? Please tell me if I could be of any help, or if you need any more information. Thank you.
On 2007-03-26 07:10:12 Mon, IMACAT wrote: Show quoted text
> On 2007-03-16 22:07:44 Fri, BDFOY wrote: > http://search.cpan.org/src/BDFOY/Mac-iTunes-0.89/t/parse3.t >
http://search.cpan.org/src/BDFOY/Mac-iTunes-0.89/mp3/iTunes_3_Music_Library Sorry for this. As I reviewed this issue, I found that it is commented out from t/test_manifest. It is not run anymore when running "make test". Sorry for my careless mistake.