[C++-sig] fun V2 segfault

David Abrahams david.abrahams at rcn.com
Fri Apr 5 06:09:13 CEST 2002


I've checked in a change which I hope will fix this problem.
Peter, I'd very much appreciate a report from you on whether it
succeeded.

Thanks,
Dave

----- Original Message -----
From: "Peter Bienstman" <peter.bienstman at rug.ac.be>


> OK, here's a fun transcript of a python session. Bienstman1_ext can be
> any V2 module, and Numeric can be any other Python extension module:
>
>
pbienst at hunsmac:~/boost_cvs/boost/libs/python/test/bin/bienstman1_ext.so
/gcc/debug/runtime-link-dynamic/shared-linkable-true$ python
> Python 2.2 (#1, Apr  1 2002, 10:37:59)
> [GCC 3.0.1] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
> >>> from Numeric import *
> >>> from bienstman1_ext import *
> >>>
>
> Everything OK!
>
>
pbienst at hunsmac:~/boost_cvs/boost/libs/python/test/bin/bienstman1_ext.so
/gcc/debug/runtime-link-dynamic/shared-linkable-true$ python
> Python 2.2 (#1, Apr  1 2002, 10:37:59)
> [GCC 3.0.1] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
> >>> from bienstman1_ext import *
> >>> from Numeric import *
> Segmentation fault
>
> Stacktracing this shows up some stuff related to GC and timing, I
think.
>
> Peter
>
>
>
> _______________________________________________
> C++-sig mailing list
> C++-sig at python.org
> http://mail.python.org/mailman/listinfo/c++-sig






More information about the Cplusplus-sig mailing list