python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Decide GNU or MUSL build of linux in Java
I have a Java desktop application which is supposed to run in both GNU Linux distributions (Debian and Ubuntu) and MUSL Linux distributions (Alpine). My application uses a native library also and nati...

Gaurav Jeswani
Votes: 0
Answers: 2
How mkstemp() actually works?
I am confused regarding the working process of the mkstemp() function.
In the man page of the mkstemp function, it is said that the function generates unique name and create a file with that name.
I t...

arka
Votes: 0
Answers: 2
what is that configures the clock_gettime resolution?
I'm experimenting with the time-management of linux on a raspberry pi. For that I'm looking at clock_gettime (and clock_getres) for CLOCK_REALTIME.
I noticed that when I check clock_getres, it always ...

Folkert van Heusden
Votes: 0
Answers: 0
Abort in glibc while trying to use sbrk to reduce the size of the data segment
While working with glibc I tried to reduce the data segment using sbrk using a negative parameter, and found a most strange behaviour.
I first malloc, then free it, then reduce data segment with sbrk,...
Arc
Votes: 0
Answers: 2