Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in glibc

Are functions in the C standard library thread safe?

How to force abort on "glibc detected *** free(): invalid pointer"

Linux: Executing child process with piped stdin/stdout

c++ c linux posix glibc

error: 'std::this_thread' has not been declared

c++ c++11 gcc mingw glibc

Disable AVX-optimized functions in glibc (LD_HWCAP_MASK, /etc/ld.so.nohwcap) for valgrind & gdb record

linux linker gdb glibc avx

How to use getaddrinfo_a to do async resolve with glibc

c dns glibc getaddrinfo-a

Why does forking my process cause the file to be read infinitely

c linux fork glibc stdio

Since the Standard C committee did not standardize a simple replacement for gets(), what should it be?

c language-lawyer glibc libc

Compiling with -static-libgcc -static-libstdc++ still results in dynamic dependency on libc.so

c++ c gcc glibc static-linking

Writing to a closed, local TCP socket not failing

c linux sockets tcp glibc

printf slows down my program

How to upgrade glibc from version 2.12 to 2.14 on CentOS?

linux centos glibc

Can one use libSegFault.so to get backtraces for SIGABRT?

How to tell if glibc is used

c++ c glibc

How compatible are different versions of glibc?

How to recover after deleting the symbolic link libc.so.6?

Why is glibc's sscanf vastly slower than fscanf on Linux?

c performance glibc scanf

_GNU_SOURCE and __USE_GNU

c++ c linux gnu glibc

glibc, glib and gnulib

glibc glib

What size should I allow for strerror_r?

c linux standards posix glibc