Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in glibc

How can clock() from time.h be implemented via times without conversion if returned time units are different?

c ubuntu time posix glibc

What does glibc detected ...httpd: double free or corruption mean?

linux amazon-ec2 glibc

Determine current glibc version from within Java

java linux glibc

configure: error: missing __attribute__ ((constructor)) support?

How to downgrade glibc 2.34 to glibc-2.27

glibc

How one pthread waits for another to finish via futex in linux?

linux pthreads glibc musl futex

herror deprecated

Why does valgrind report that glibc tsearch() randomly leaks memory?

c valgrind glibc

Undefined reference to _dl_cet_check while building glibc

ubuntu glibc

GLIBCXX_3.4.15, GLIBC_2.15 and GLIBC_2.14 not found - Centos 6.5

glibc centos6

When I compile glibc-2.28 with the make command on centos 7.5, I got the error like argument 1 of type 'struct __jmp_buf_tag *' declared as a pointer

centos glibc

undefined reference to `__printf_chk' when building from source with musl-g++

c++ docker cmake glibc musl

Setting earlier minimum kernel version when compiling static libraries

glibc compilation error: undefined reference to `__lll_lock_wait_private'

glibc

Do envz_get and getenv reference the same pool of environment variables?

c glibc getenv