Using the test case #!/usr/bin/python
from ogg.vorbis import VorbisComment x = VorbisComment() del x yields the following stacktrace: (gdb) bt #0 0xb7de2dfb in free () from /lib/tls/i686/cmov/libc.so.6 #1 0xb7864896 in py_vorbis_comment_dealloc (self=0x32) at src/pyvorbisinfo.c:384 #2 0x08086209 in PyDict_DelItem (op=0xb7d4fa44, key=0xb7d5f340) at ../Objects/dictobject.c:691 #3 0x08061447 in PyObject_DelItem (o=0xb7d36e78, key=0xb7d5f340) at ../Objects/abstract.c:181 #4 0x080c25ba in PyEval_EvalFrameEx (f=0x821351c, throwflag=0) at ../Python/ceval.c:1738 #5 0x080c5eb5 in PyEval_EvalCodeEx (co=0xb797e650, globals=0xb7d4fa44, locals=0xb7d4fa44, args=0x0, argcount=0, kws=0x0, kwcount=0, defs=0x0, defcount=0, closure=0x0) at ../Python/ceval.c:2833 #6 0x080c5f27 in PyEval_EvalCode (co=0xb797e650, globals=0xb7d4fa44, locals=0xb7d4fa44) at ../Python/ceval.c:494 #7 0x080e52c3 in PyRun_InteractiveOneFlags (fp=0xb7eb5420, filename=0x8122202 "<stdin>", flags=0xbfb2e9f8) at ../Python/pythonrun.c:1264 #8 0x080e54f6 in PyRun_InteractiveLoopFlags (fp=0xb7eb5420, filename=0x8122202 "<stdin>", flags=0xbfb2e9f8) at ../Python/pythonrun.c:714 #9 0x080e5c22 in PyRun_AnyFileExFlags (fp=0xb7eb5420, filename=0x8122202 "<stdin>", closeit=0, flags=0xbfb2e9f8) at ../Python/pythonrun.c:683 #10 0x08059190 in Py_Main (argc=0, argv=0xbfb2eac4) at ../Modules/main.c:523 #11 0x080586c2 in main (argc=Cannot access memory at address 0x1) at ../Modules/python.c:23 -- crash in vorbis.so while using 'nicotine' https://launchpad.net/bugs/81243 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs