[Bug 337317] [NEW] Python generates RuntimeWarning on importing the module and dumps core on using it

kentz kyriakos77 at gmail.com
Tue Mar 3 17:29:32 UTC 2009


Public bug reported:

When importing module yapgvb in the python shell , a RuntimeWarning is generated, complaining about a C API version mismatch for module _yapgvb.so
An attempt to use the module after this warning, results in python dumping core [code follows]

********************************************
Python 2.5.2 (r252:60911, Oct  5 2008, 19:24:49)
[GCC 4.3.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import yapgvb
/usr/lib/python2.5/site-packages/yapgvb/__init__.py:20: RuntimeWarning: Python C API version mismat\
ch for module _yapgvb: This Python has API version 1013, module _yapgvb has version 1012.
  from _yapgvb import *

>>> g=yapgvb.Digraph()
>>> g.add_node('1')

Process Python segmentation fault
********************************************

System details:
XUbuntu 8.10 (intrepid)
python-yapgvb 1.1.1-0ubuntu7

** Affects: yapgvb (Ubuntu)
     Importance: Undecided
         Status: New

-- 
Python generates RuntimeWarning on importing the module and dumps core on using it
https://bugs.launchpad.net/bugs/337317
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs




More information about the universe-bugs mailing list