libgomp php-imagick segfault #185
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
A segfault is raised when initializing libgomp when loading the
php-imagick
extension.To reproduce, install
php
and thephp-imagick
ext, and run:php -d extension=imagick
gdb backtrace:
This is an vanilla Arch bug, not specific to ALHP. I'd recommend running php with
until its fixed upstream.