Replies: 6 comments 6 replies
-
As base image I am using: php:8.3.3-fpm-alpine3.19 or php:8.4-rc-fpm-alpine3.20 |
Beta Was this translation helpful? Give feedback.
-
I can't replicate the issue on Are you installing other extensions too? |
Beta Was this translation helpful? Give feedback.
-
We've got similar problems since January 22nd. We're using Debian based
|
Beta Was this translation helpful? Give feedback.
-
Maybe it'd be useful to ask the intl maintainers... I really can't support fixing bugs in every PHP extension that my script supports |
Beta Was this translation helpful? Give feedback.
-
I have similar issues compiling intl and gd. Sometimes I get segfaults during compile, sometimes the auto configure already fails (maybe running tools segfaulting). This only happens on github actions, not locally. I am using the official php-apache images (tried 8.2 and 8.3). I feel like this is a github actions issue, does anyone know where to report this? |
Beta Was this translation helpful? Give feedback.
-
I think related actions/runner-images#10636 |
Beta Was this translation helpful? Give feedback.
-
Hi, first of all, I want to thank you for the incredibly helpful software. I use it a lot, and it has made installing PHP extensions much easier.
For the past few days, I’ve been getting a "Segmentation fault" error when installing intl. Is this issue already known, and is there perhaps a solution for it?
22 512.0 cc -I. -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DZEND_COMPILE_DL_EXT=1 -c /usr/src/php/ext/intl/collator/collator_error.c -MMD -MF collator/collator_error.dep -MT collator/collator_error.lo -fPIC -DPIC -o collator/.libs/collator_error.o #22 512.2 Segmentation fault (core dumped)
Beta Was this translation helpful? Give feedback.
All reactions