You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: