Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
thiagohip opened this issue Jan 15, 2024 · 1 comment
Open

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

thiagohip opened this issue Jan 15, 2024 · 1 comment

Comments

@thiagohip
Copy link

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
Copy link
Member

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.

@dlemstra dlemstra transferred this issue from ImageMagick/ImageMagick Jan 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants