ImageMagick / ImageMagick6

🧙‍♂️ ImageMagick 6
https://legacy.imagemagick.org
Other
194 stars 80 forks source link

I get a LockSemaphoreInfo, when i just initialize ImageMagick++ #305

Open thiagohip opened 5 months ago

thiagohip commented 5 months ago

ImageMagick version

6.9.11-60

Operating system

Linux

Operating system, version and so on

Ubuntu 23.10.1

Description

I'm having this problem in C++ and the only command that is starting is "Magick::InitializeMagick("");", the code compiles normally, but when starting the created executable it shows "core dumped".

Steps to Reproduce

#include <Magick++.h>
#include <iostream>
#include "include/Symbols.h"

using namespace std;

int main(){
    Magick::InitializeMagick("");

    return 0;
}

Images

image

urban-warrior commented 5 months ago

Download the latest release of ImageMagick, 6.9.13-4. Its likely you will not receive the assertion. If, however, it still occurs, post here and we will investigate further.