C++ Exceptions in Python extensions

Luigi Ballabio ballabio at mac.com
Thu Jan 17 07:40:31 EST 2002


At 10:44 AM 1/17/02 +0000, you wrote:
>In article <mailman.1011219153.16782.python-list at python.org>,
>  eric <eric at enthought.com> wrote:
>
>On Mandrake, weave
> >extensions will produce an "Aborted" error for some situations:
>
>I have seen the same sort of error on RH 7.1 when glibc hasn't been
>updated. The error occurs both with C++ called from Python and from
>Apache. It seems to be due to the use of dlopen. The working RedHat
>RPMs call themselves glibc-2.2.4-19. I don't know about Mandrake.

Also, you might want to make sure that the code throwing and catching the 
exceptions is compiled with g++ rather than gcc.

Bye,
         Luigi





More information about the Python-list mailing list