The Solidtime container crashes with a segmentation fault (exit status 139) shortly after startup when running with CONTAINER_MODE: http.
Server should stay running and accept requests without segfaults.
2026-03-18 00:45:03,641 WARN exited: octane_0 (exit status 139; not expected)
2026-03-18 00:45:04,644 INFO spawned: 'octane_0' with pid 53
2026-03-18 00:45:05,646 INFO success: octane_0 entered RUNNING state
bcmath, bz2, Core, ctype, curl, date, dom, exif, fileinfo, filter, gd, hash,
iconv, igbinary, intl, json, ldap, libxml, mbstring, memcached, mysqlnd,
openssl, pcntl, pcre, PDO, pdo_mysql, pdo_pgsql, pdo_sqlite, pgsql, Phar,
posix, random, rdkafka, readline, redis, Reflection, session, SimpleXML,
sockets, sodium, SPL, sqlite3, standard, tokenizer, uv, vips, xml, xmlreader,
xmlwriter, Zend OPcache, zip, zlib
Description
Issue
The Solidtime container crashes with a segmentation fault (exit status 139) shortly after startup when running with
CONTAINER_MODE: http.Environment
solidtime/solidtime:latestSteps to Reproduce
docker-compose upExpected Behavior
Server should stay running and accept requests without segfaults.
Actual Behavior
Exit status 139 = SIGSEGV (segmentation fault at C level)
Root Cause Analysis
PHP Modules Loaded
Suggested Fix
Notes
Steps To Reproduce
Going to /admin in the solidtime and going to Users or Organizations
Self-hosted or Cloud?
Self-Hosted
Version of solidtime: (for self-hosted)
latest
solidtime self-hosting guide: (for self-hosted)
No response