Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

glibc - #define void

c glibc libc

Is this is a good way to intercept system calls?

c linux gcc x86-64 glibc

How to compile LLVM against a custom glibc?

vim cmake clang llvm glibc

Why does an fread loop require an extra Ctrl+D to signal EOF with glibc?

c glibc eof fread libc

ec2 server postgres error "version `GLIBC_2.14' not found"

Stacks are executable even with `noexecstack`

c linux gcc linker glibc

using std::thread in a library loaded with dlopen leads to a sigsev

c++ glibc dlopen stdthread