FS#15637 - [pyid3lib] Segmentation fault when trying to access track number

Attached to Project: Community Packages
Opened by Helge (Zento) - Wednesday, 22 July 2009, 14:58 GMT
Last edited by Andrea Scarpino (BaSh) - Saturday, 03 October 2009, 15:16 GMT
Task Type Bug Report
Category
Status Closed
Assigned To Sergej Pupykin (sergej)
Architecture x86_64
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description: On some mp3 files python/pyid3lib crashes with a segmentation fault.
This behaviour does not appear on all files.
Even if I try to check, whether the track attribute exists (by hasattr(object, "track")), I get the segmentation fault.

I would like to a file on which the problem occurs, but I have doubts, because of copyright issues.

pyid3lib version: 0.5.1-4
id3lib version: 3.8.3-10
python version: 2.6.2-5
kernel version: 2.6.30.2-1


Steps to reproduce:
Open a bugged mp3 with "tag = pyid3lib" and then try "tag.track" or "hasattr(tag, "track")"
This task depends upon

Closed by  Andrea Scarpino (BaSh)
Saturday, 03 October 2009, 15:16 GMT
Reason for closing:  No response
Comment by Gerardo Exequiel Pozzi (djgera) - Wednesday, 22 July 2009, 16:45 GMT
Please report to upstream, providing more information about the segmentation fault, like a backtrace.

Probably the problem is with id3lib not with python binding.

Loading...