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

Crashes with glib 2.83 #7801

Open
rgpublic opened this issue Nov 22, 2024 · 1 comment
Open

Crashes with glib 2.83 #7801

rgpublic opened this issue Nov 22, 2024 · 1 comment

Comments

@rgpublic
Copy link

ImageMagick version

7.1.1-41

Operating system

Linux

Operating system, version and so on

Linux / Ubuntu Noble

Description

If I try to build ImageMagick (statically, but I don't think that's the main reason) with the recently released 2.83.0 it just crashes with a segmentation fault. It's not even necessary to convert images etc. Just entering ./magick crashes with some utf8_validate error shown in valgrind. Might have sth. to do with this:

https://gitlab.gnome.org/GNOME/glib/-/issues/3481

But I'm no expert at all on this. My build immediately starts working when I'm building with 2.82.0. It might not even be ImageMagick's fault. It might be somewhere up in the dependency chain. Just wanted to let you know about this. Perhaps anyone else might be able to confirm this or alternatively tell me it's working with their build.

Steps to Reproduce

Compile ImageMagick with glib 2.83.0.

Images

There's just the segmentation fault. Nothing else I could provide unfortunately. If it's not reproducible on your end, I will try to find out more.

@urban-warrior
Copy link
Member

We need a stack trace to determine if the issue is within ImageMagick and where. Post the output of this command sequence:

$ gbd ./magick
(gdb) bt

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