Unknown process even tho server not running #54
Replies: 5 comments
-
This screenshot can't explain anything. Unless you can provide detailed background information and reproducible steps that can reliably reproduce this phenomenon (zombie process?), it is impossible to give you any suggestions based on the information currently provided. |
Beta Was this translation helpful? Give feedback.
-
Just start/stop the server: bandicam.2025-04-27.08-56-49-798.mp4Shouldn't the processes terminated after the server receive signal? |
Beta Was this translation helpful? Give feedback.
-
Unable to reproduce this phenomenon on my environment.
The background information should contain all the details about your operating system, PHP version, Swoole version, etc. Without these details, no one knows what's happening on your environment. You should at least try the following actions:
|
Beta Was this translation helpful? Give feedback.
-
This is inside a docker container, here are my setup: Windows/WSL/Docker//hyperver 0.1.6 docker-compose.yml: services:
php:
tty: true
image: hypervel:latest
build:
context: .
dockerfile: Dockerfile.dev
working_dir: /var/www/html
ports:
- "44444:9501"
volumes:
- ./:/var/www/html Dockerfile.dev:
|
Beta Was this translation helpful? Give feedback.
-
How about action 1 and 2?
And are you able to reproduce this on Linux? (not WSL) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Check List
Content
I just realized some of unknown process still there even tho i stopped the server:
What are these?
Beta Was this translation helpful? Give feedback.
All reactions