Search found 2 matches

by roxton
2011-07-28T13:47:49-07:00
Forum: MagickWand
Topic: MagickGetImageBlob Issue
Replies: 2
Views: 14115

Re: MagickGetImageBlob Issue

Recompiling with OpenMP disabled fixed the issue. The question is, though, is the problem due to an issue within ImageMagick or do I need to do something to make JNI play nice with a library compiled with OpenMP? I wouldn't have thought the latter would be necessary, as my JNI wrapper library doesn'...
by roxton
2011-07-28T11:55:13-07:00
Forum: MagickWand
Topic: MagickGetImageBlob Issue
Replies: 2
Views: 14115

MagickGetImageBlob Issue

I realize that this is slightly out of scope, but I'm at a loss and would really appreciate some pointers on where to look next. I'm getting sporadic segmentation faults calling MagickGetImageBlob on the same wand intermittently over time. The lifecycle of the wand is basically: 1) wand = NewMagickW...