Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in glibc

C program compiling with glibc and not the default libraries: Permission denied on execution

Hint to compiler that it can use aligned memcpy

How is the address of the text section of a PIE executable determined in Linux?

pread and pwrite not defined?

c linux atomic glibc unistd.h

No "renameat2" system call function on Ubuntu 16.04

c linux system-calls glibc

how do I remove `GLIBC_2.27' requirement at compile time?

gcc glibc dynamic-linking ldd

Why does a standalone C hello program crash when used as a dynamic linker

gcc glibc elf dynamic-linking

squelching glibc memory corruption stack trace output

c glibc

How is time slice divided among the pthreads in a process?

How do I link glibc's implementation of iconv?

c linux linker glibc iconv

Running a C program compiled here causes a GLIBC library not found error on another server - is it my fault or theirs?

linux ubuntu glibc

GLibc optimizations required

gcc glibc libc

GCC is generating binaries filled with zeroes

c gcc glibc uclibc musl

glibc detected free(): invalid next size (fast)

c linux free glibc

Very slow std::pow() for bases very close to 1

c++ performance glibc pow

dlopen doesn't respect `RTLD_LOCAL`?

Is there an equivalent of set_new_handler() for malloc() failures?

c++ c malloc glibc uclibc

How to install glibc with debugging info on CentOS 5.5

c centos glibc

How to build the elf interpreter (ld-linux.so.2/ld-2.17.so) as static library?

GCC warns about gettid() syscall wrapper, with glibc 2.30-8

c linux system-calls glibc