[C++-sig] preventing boost::python::throw_error_already_set
Leonard Ritter
paniq at paniq.org
Mon Dec 15 17:53:35 CET 2008
solved!
On Mon, Dec 15, 2008 at 5:48 PM, Leonard Ritter <paniq at paniq.org> wrote:
> searching for __cxa_allocate_exception segfault i got quite a few hits in
> different projects, of which this wiki entry devotes a whole page to the
> issue:
>
> http://wiki.fifengine.de/Segfault_in_cxa_allocate_exception
>
> The funny thing is: I never got the problem on a machine with an nVidia
> driver. The two machines who have the reported error run a virtual video
> card driver and I'm currently asking for the other one, but I bet it's also
> pure mesa-based or ATI.
>
>
I solved the problem by linking to libstdc++ before linking to anything else
as described in the above Wiki-page. The exception does no longer occur.
Gentlemen! I rest my case!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/cplusplus-sig/attachments/20081215/4331a882/attachment.htm>
More information about the Cplusplus-sig
mailing list