View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002508 | MMW v4 | Framework: Tagging | public | 2006-06-09 13:46 | 2010-02-12 14:58 |
Reporter | rusty | Assigned To | |||
Priority | immediate | Severity | crash | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Fixed in Version | 2.5.4 | ||||
Summary | 0002508: Musicmatch-tagged .wav file crashes MM during scan | ||||
Description | This was user-reported and fixed by Peke. Peke will add comments and hopefully a sample file that illustrates/describes the issue more fully. | ||||
Tags | No tags attached. | ||||
Fixed in build | |||||
|
Here is original Email Sent to Jiri from one of MM Users: ----------------- From: Dan Flanery [mailto:sunspot@well.com] Sent: Saturday, June 03, 2006 12:47 PM To: jh@mediamonkey.com Subject: WAV file that crashes Media Monkey library scan The wav file is in this directory: http://www.well.com/user/sunspot/audio/ Of all the files, I can't believe it's a crappy Bee Gees song! Let me know what you find out. Thanks! sunspot ------------------------ |
|
Basic problem was when MusicMatch write Stream Data into ID3 Tag implementation inside of WAV Which couse Infinite loop in reading ID3 Tag Info. Note: That Stream seams to be last TAG field in WAV ID3 Implementation It was corrected This way so that new Check is added to look not only on EOF but to force MM Check for new WAV Data Chunk After bytes designated to ID3 Chunk is reached even stream spec. tells Format Plugin to read beyond Chunk Size. |
|
User verified. Closing. |