Skip to content

maxprocs: No GOMAXPROCS change to reset (SIGSEGV: segmentation violation) #1583

@icanhazstring

Description

@icanhazstring

What happened?

Latest docker image version 1.6-php8.4-alpine produces a segmentation fault when just running as simple web-app. Building it with 1.5-php8.4-alpine works.

Having the following extension active from my custom dockerimage.

install-php-extensions \
    amqp \
    curl \
    json \
    pdo \
    zip \
    pdo_mysql \
    redis \
    opcache \
    intl \
    gd \
    sockets \
    apcu \
    soap \
    exif

Build Type

Docker (Alpine)

Worker Mode

No

Operating System

macOS

CPU Architecture

Apple Silicon

PHP configuration

default

Relevant log output

{"level":"info","ts":1747646051.8465552,"msg":"maxprocs: No GOMAXPROCS change to reset"}
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x68 pc=0x10b5904]

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions