Your message dated Tue, 12 Aug 2008 22:38:09 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Re: Strange behavior/random crashes with VorbisComment
has caused the Debian Bug report #181312,
regarding Strange behavior/random crashes with VorbisComment
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
181312: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=181312
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: python-pyvorbis
Version: 1.0-1.1
Severity: normal


This is straight from the README (except the segfault of course :-):

[EMAIL PROTECTED]:/tmp/$ python
Python 2.2.2 (#1, Jan 18 2003, 10:18:59) 
[GCC 3.2.2 20030109 (Debian prerelease)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import ogg.vorbis
>>> v = {'mykey' : ['myval1', 'myval2']}
>>> v['artist'] = u'andrew'
>>> print v
{'mykey': ['myval1', 'myval2'], 'artist': u'andrew'}
>>> comments = ogg.vorbis.VorbisComment(v)
Segmentation fault (core dumped)
[EMAIL PROTECTED]:/tmp/$

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux chewie 2.4.20 #1 Mon Jan 13 18:31:03 CET 2003 i686
Locale: LANG=C, [EMAIL PROTECTED]

Versions of packages python-pyvorbis depends on:
ii  libc6                         2.3.1-11   GNU C Library: Shared libraries an
ii  libvorbis0                    1.0.0-1    The Vorbis General Audio Compressi
ii  libvorbisenc2                 1.0.0-1    The Vorbis General Audio Compressi
ii  libvorbisfile3                1.0.0-1    The Vorbis General Audio Compressi
ii  python                        2.2.2-5    An interactive object-oriented scr
ii  python-pyogg                  1.0-1.1    A Python interface to the Ogg libr

-- no debconf information



--- End Message ---
--- Begin Message ---
Version: 1.3-2

While adopting this package, I tried to replicate this bug:

$ COLUMNS=80 dpkg -l python-pyvorbis | grep ^ii
ii  python-pyvorbi 1.3-2          A Python interface to the Ogg Vorbis library
$ python
Python 2.5.2 (r252:60911, Aug  6 2008, 09:17:29)
[GCC 4.3.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import ogg.vorbis
>>> v = {'mykey' : ['myval1', 'myval2']}
>>> v['artist'] = u'andrew'
>>> print v
{'mykey': ['myval1', 'myval2'], 'artist': u'andrew'}
>>> comments = ogg.vorbis.VorbisComment(v)
>>> comments
<VorbisComment object at 0x2b6836e8e1c0>
>>>

So this bug has been fixed.

Feel free to reopen it if it still applies, reporting the whole
offending python code.

Regards,
-- 
Sandro Tosi (aka morph, Morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi


--- End Message ---

Reply via email to