Quick Links:
Empeg FAQ
|
RioCar.Org
|
Hijack
|
BigDisk Builder
|
jEmplode
|
emphatic
Repairs: Repairs
|
#243566 - 08/12/2004 14:00
Re: any mp3tofid doctors in the house?
[Re: shadow45]
|
carpal tunnel
Registered: 13/07/2000
Posts: 4180
Loc: Cambridge, England
|
Quote: Program received signal SIGFPE, Arithmetic exception. 0x0804c216 in getmp3info (fidinfo=0x814de28) at scanmp3.c:152 152 sprintf(tagvalue, "%s%s%lu",
sprintf(tagvalue, "%s%s%lu", BitrateChanges ? "v" : "f", GetAudioMode(&Header), TotalBitrate / FrameCount); fidinfo->tagvalues[TAG_BITRATE_NUM] = strdup(tagvalue);
The only thing there which could raise SIGFPE is integer division by zero. FrameCount is zero for some reason, most likely a corrupted file.
Peter
|
Top
|
|
|
|
|
|
|