Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in glibc

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

GLIBC: debugging memory leaks: how to interpret output of mtrace()

c memory-leaks glibc mtrace

How do you call vsnprintf() safely?

c printf glibc

On Raspberry Pi, backtrace() returns 0 frames

IEEE-754 floating-point precision: How much error is allowed?

Async signal safety of fork()

c linux fork solaris glibc

GCC optimization flag -O2 makes code much slower that -O0 [duplicate]

c performance gcc glibc

pthread_cond_broadcast broken with dlsym?

Changing linux kernel system call number

Duplicated memory management symbols in libc.so and ld-linux.so

c linux linker gdb glibc

Glibc Configuration Error

Different symbols from glibc/pthreads used when using gold vs ld linker

c linux gcc glibc binutils