Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in glibc

What is the difference between glibc's MALLOC_CHECK_, M_CHECK_ACTION, and mcheck?

Library path order for alternate glibc dynamic linker (ld.so)

open O_CREAT | O_EXCL on NFS in Linux?

linux file-io glibc nfs

Explanation of memcpy memmove GLIBC_2.14/2.2.5

linux gcc linker glibc memcpy

Why glibc binary is called libc.so.6 not a libc.so.1 or libc.so.4?

linux glibc

Force free() to return malloc memory back to OS

What makes it possible for glibc malloc to compare pointers from different "objects"?

c malloc language-lawyer glibc

Perl process gets stuck with «*** glibc detected *** perl: corrupted double-linked list: 0x0000000001474b40 ***» - how can I make it terminate?

c linux perl unix glibc

Linux-x64 glibc: Why does Feb 1 come before Jan 31?

c++ c linux glibc mktime

Why does gcc place a “halt” instruction in programs after the call to “main”?

linux gcc assembly glibc

/lib64/libc.so.6: version `GLIBC_2.14' not found

c glibc

Why would the same binary want linux-vdso.so.1 on one 64-bit RHEL 5.4 server and not another?

glibc libstdc++

pkg-config glib-2.0 error on Mac OS X

macos glibc

Why do program-level constructors get called by `__libc_csu_init` but destructors don't get called by `__libc_csu_fini`?

c++ assembly gdb glibc libc

What is `scanf` supposed to do with incomplete exponent-part?

c language-lawyer c99 glibc

Why is _init from glibc's csu/init-first.c called before _start even if _start is the ELF entry point?

c linux gcc gdb glibc

Why doesn't time() from time.h have a syscall to sys_time?

linux gcc assembly x86-64 glibc

How to force linkage to older libc `fcntl` instead of `fcntl64`?

How to create a temporary directory in C?

c unix glibc

Does linking an `-lpthread` changes application behaviour? (Linux, Glibc)

linux pthreads glibc