Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in glibc

Does anybody know if someone had integrated libsegfault.so and gdbserver in order to get gdb attached on the fly to a crashed program?

linux debugging gdb glibc

Specifying the dynamic linker / loader to be used when launching an executable on Linux

linux linker ld glibc uclibc

Compile a shared object (.so) with static glibc

How is /usr/lib64/libc.so generated?

linux glibc ld

wprintf: %p with NULL pointer

c printf glibc widechar

What functions is the libm intended for?

c linux glibc libc libm

Do any functions in the C standard library implicitly use `stderr`?

Valgrind for ARM with Linaro Toolchain requiring libc6-dbg with Buildroot

Linux: detect at runtime that a process have multiple threads

What is the relation between Linux kernel and GNU C library?

c linux linux-kernel glibc

glibc - list and other data structures implementations

c linux list glibc

What corner cases must we consider when parsing $PATH on Linux?

-pthread, -lpthread and minimal dynamic linktime dependencies

c linux gcc pthreads glibc

Why inet_ntoa is designed to be a non-reentrant function?

sockets glibc

glibc rand function implementation

c random glibc

Error while importing Tensorflow in python2.7 in Red Hat release 6.6. 'GLIBC_2.17 not found'

multi-byte characters in libc regcomp and regexec

glibc Heap Consistency Checking

gcc glibc memory-corruption

How to create backwards-compatible dynamic linkage?

How can I use complex.h for Android NDK?