Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
1 vote
1 answer
96 views

Take this simple program in Haskell {-# LANGUAGE OverloadedStrings #-} import Control.Exception (finally) import Control.Monad (forever) import Xmobar (tenthSeconds) import DBus.Client startServer' :...
0 votes
0 answers
133 views

I am scraping data from many web pages. I am processing the web pages in batches. It works fine when I run it locally as devcontainer in vscode, but when I run it in AWS EKS as a job, its processing ...
1 vote
0 answers
2k views

I'm an absolute beginner at using Airflow and have recently been working on an ETL project. I've encountered the following error: [2024年05月21日, 13:59:50 UTC] {task_context_logger.py:104} ERROR - ...
Sha Kik's user avatar
  • 61
0 votes
0 answers
150 views

When I use the method of java.lang.Process to execute a command, if there is an unexpected situation, such as executing 'cd /tmp/git && git clone xxxx', the parent directory is deleted, and ...
sx j's user avatar
  • 1
1 vote
0 answers
214 views

Wikipedia states the following on zombie processes: However, zombies can also hold buffers open, consuming memory. Zombies can hold handles to file descriptors, which prevents the space for those ...
0 votes
0 answers
91 views

pcm-memory was found to become a zombie process in the system, consuming a significant amount of CPU resources. At the same time, the time field in top will become abnormal: this machine only has a ...
1 vote
1 answer
575 views

Logging into my Linux server which hosts many Docker containers, I saw a warning that "There are 320 zombie processes." That seems bad! You can see which processes are involved using: ps axo ...
0 votes
0 answers
303 views

I was training a deep learning model, but an exception related to cuDNN occurred. I wanted to terminate the process through kill -9 PID, but found that the process status changed to Zombie. It may be ...
spin's user avatar
  • 67
1 vote
1 answer
64 views

I am learning how sigaction SIGCHLD handles zombie process. My expectation is child process sleep for 5-30 seconds (based on random number), parent process sleep for 30 seconds. But it's weird that ...
2 votes
0 answers
57 views

Is there a way to safely remove/stop/shut down those R processes? Using doParallel package I'm always calling stopImplicitCluster() but apparantly it doesn't affect. Thanks in advance!
3 votes
2 answers
992 views

I have a multi-processes program. To briefly illustrate the problem, the child process will be only blocked and the main process judge whether the child process still exists, if exists the parent ...
0 votes
1 answer
1k views

I'm running Python tests with nox for the first time, and although the tests appear to be passing I'm consistently seeing the following (this has nothing to do with boto3, it's happening on all my ...
1 vote
1 answer
951 views

I am reading book The Linux Programming Interface, I see the following 2 paragraphs about zombie process sort of conflicting: When the parent does perform a wait(), the kernel removes the zombie, ...
0 votes
0 answers
210 views

I have 60 cronjobs scheduled to be run after reboot as background jobs as mentioned below: @reboot sleep 900 && /home/creta/Scripts/N1/./N1_Docs.sh > /dev/null 2> /home/creta/Scripts/N1/...
0 votes
0 answers
159 views

I have a scenario like this. Specifically on linux platforms with C++ code. We develop code and APIs for the child process, which is then integrated with several parent applications. Here's a snippet ...

15 30 50 per page
1
2 3 4 5
...
21

AltStyle によって変換されたページ (->オリジナル) /