modifying magick++ pixel cache in multiple threads (OpenMP)

Magick++ is an object-oriented C++ interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning Magick++.
Post Reply
shar10dul
Posts: 4
Joined: 2010-01-18T14:03:16-07:00
Authentication code: 8675309

modifying magick++ pixel cache in multiple threads (OpenMP)

Post by shar10dul »

Hi,

ImageMagick version - 5.5.7
Platform - Aix
I have been trying to use Magick++ Pixel interface to modify the pixels of an image in parallel.
However it always gives me an segmentation fault. I have tried using both mpi and openmp and it gives a segmentation fault in both the cases.
Each of the threads have a pixel pointer of their own and access a segment of the image (via pixel::get() ).
However trying to modify the pixels throws a segmentation fault.

Do you guys have an idea of what might be wrong. The programs run fine when i run them using 1 thread.

Thanks,
Shardul
Post Reply