|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2017-05-31 00:09 UTC] admin at jordynsblog dot tk
Description:
------------
Building php causes gcc to segfault with this backtrace:
/builddir/php-7.1.5/ext/standard/browscap.c:547:12: internal compiler error: Segmentation fault
static int browser_reg_compare(
^~~~~~~~~~~~~~~~~~~
0x76b7a3df ???
../sysdeps/unix/sysv/linux/arm/sigrestorer.S:64
0x76b6487b __libc_start_main
/builddir/glibc-2.25/csu/libc-start.c:295
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See <http://gcc.gnu.org/bugs.html> for instructions.
make: *** [Makefile:1974: ext/standard/browscap.lo] Error 1
make: *** Waiting for unfinished jobs....
It only happens if I use parallel jobs with make.
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Dec 18 16:00:01 2025 UTC |
Building php causes gcc to segfault with this backtrace: /builddir/php-7.1.5/ext/standard/browscap.c:547:12: internal compiler error: Segmentation fault static int browser_reg_compare( ^~~~~~~~~~~~~~~~~~~ 0x76b7a3df ??? ../sysdeps/unix/sysv/linux/arm/sigrestorer.S:64 0x76b6487b __libc_start_main /builddir/glibc-2.25/csu/libc-start.c:295 Please submit a full bug report, with preprocessed source if appropriate. Please include the complete backtrace with any bug report. See <http://gcc.gnu.org/bugs.html> for instructions. make: *** [Makefile:1974: ext/standard/browscap.lo] Error 1 make: *** Waiting for unfinished jobs.... It only happens if I use parallel jobs with make.