Re: ImageMagick's "modules" and __cxa_finalize

2007-07-31 Thread Alexander Kabaev
On Sun, 29 Jul 2007 23:31:10 -0400 Mikhail Teterin <[EMAIL PROTECTED]> wrote: > Has anyone had any luck using ImageMagick built with modules support? > > If I try that, and follow-up with `gmake check' (in the ${WRKSRC}), > about a fifth of ImageMagick's own self-tests seg-fault -- all of > them

ImageMagick's "modules" and __cxa_finalize

2007-07-29 Thread Mikhail Teterin
Has anyone had any luck using ImageMagick built with modules support? If I try that, and follow-up with `gmake check' (in the ${WRKSRC}), about a fifth of ImageMagick's own self-tests seg-fault -- all of them inside __cxa_finalize (after main() has already returned): [EMAIL PROTECTED]:Ima