How to test/troubshoot an extension (pylibconfig)?

Grant Edwards invalid at invalid.invalid
Thu Jul 8 13:24:19 EDT 2010


On 2010-07-08, Grant Edwards <invalid at invalid.invalid> wrote:
> On 2010-07-07, Grant Edwards <invalid at invalid.invalid> wrote:
>
>> Oops.  Those Python bindings are for version 1.3.2 of libconfig (which
>> does work).  They don't work with the current version of libconfig.

>    Python 2.6.5 (release26-maint, Jun 22 2010, 12:58:11) 
>    [GCC 4.3.4] on linux2
>    Type "help", "copyright", "credits" or "license" for more information.
>    >>> import pylibconfig
>    >>> conf = pylibconfig.Config()
>    *** glibc detected *** /usr/bin/python2.6: corrupted double-linked list: 0x08065c48 ***
>
> Am I correct in concluding it has to be a memory corruption problem in
> the library itself?  

Nope.  That problem was cause by having two versions of the library
installed -- one under /usr and the other under /usr/local.

-- 
Grant Edwards               grant.b.edwards        Yow! Gee, I feel kind of
                                  at               LIGHT in the head now,
                              gmail.com            knowing I can't make my
                                                   satellite dish PAYMENTS!



More information about the Python-list mailing list