Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in glibc

How to install multiple versions of glibc?

c ubuntu glibc

GLIBC_2.7 not found

centos glibc libc

Is there an auto-resizing array/dynamic array implementation for C that comes with glibc?

c data-structures glibc

Why glibc and pthread library both defined same APIs?

linux gcc pthreads glibc

how to port c/c++ applications to legacy linux kernel versions

c++ linux gcc linux-kernel glibc

what does "malloc_trim(0)" really mean?

malloc glibc trim sbrk

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