python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Trying to run swiftlint through Java subprocess fails (works normally through command line)
I have a java program to run different kinds of linters, calling the linters as a process using ProcessBuilder. So far, other linters have worked for the most part but with swiftlint, i'm facing a str...
Kushal Chordiya
Votes: 0
Answers: 1
Executing execvp() in Child process after fork() still taking over parent process?
I'm executing two bash command ps (which is valid bash command to show processes info) and abc (Invalid bash command) using execvp() inside a child process after creating it with by fork()
The problem...
Mysterious Jack
Votes: 0
Answers: 1
Get process handle by filepath in Windows
I am trying to get a process handle from an exe's filepath in C in Windows, I cannot find much online about this unfortunately. I have tried using the OpenProcess function, however this requires more ...
user18476469
Votes: 0
Answers: 0
Apachectl creates more than one process even with flag -X set
I am trying to use gdb to attach to apache2.4. Although I am running Apache HTTP Server as a single process, there are three process created. The problem is that I don't know which process to connect ...
Michał Kruk
Votes: 0
Answers: 1