python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
python (windows) dropping UDP packets?
I am seeing the same thing as others here:
Windows, UDP packets silently dropped
And
Python dropping UDP packet that WireShark sees
(Windows 10, Python 3.6) - in my case I am talking to a device (Embe...
user3696153
Votes: 0
Answers: 0
How to check what's causing write() syscall to hang? Python subprocesses stop working after a while
Here's what the strace results look like for when the Python script is working properly. Both the main process (412) and its subprocesses are working as intended. However, after a while, maybe 40-60 m...

Pissed Off Banker
Votes: 0
Answers: 1
Why do I get extra system calls when compiling code directly to an executable vs. compiling to an object file and then manually linking?
I want to compile this C code with the GNU C Compiler on Ubuntu without linking any standard libraries, having only the following code execute.
static void exit(long long code)
{asm inline
("...

Coffee Muffin
Votes: 0
Answers: 1
trace_pipe what are they/ is it file or some kind of channel that I can open and read and write to it | And what are Linux trace
So I have this code
So I like to know what is this trace_fd = open(DEBUGFS "trace_pipe", O_RDONLY, 0); it seems like reading trace but what is trace so begin telling me something about trace...
user786
Votes: 0
Answers: 1