Search code examples
FMI - C standard library version differences cause linking errors...

linkerglibcdynamic-linkingundefined-referencefmi

Read More
what's the getpid work procedure in glibc?...

linuxlinux-kernelsystem-callsglibcvdso

Read More
How statically linked binaries could be smaller than dynamically linked binaries?...

linuxlinkerglibcstatic-linkingdynamic-linking

Read More
Segmentation fault in ld.so, with my build of glibc...

linuxbashshared-librariesglibc

Read More
What is __i686.get_pc_thunk.bx? Why do we need this call?...

cassemblyshared-librariesglibc

Read More
How does glibc's write work?...

cunixglibc

Read More
ELF file TLS and LOAD program sections...

linuxelfglibcthread-local-storage

Read More
Compile a shared object (.so) with static glibc...

c++cgccglibcstatic-compilation

Read More
Implement my own syscalls...

csystemglibclibclow-level

Read More
GNU strerror_r buffer meaning...

cglibcstrerror

Read More
Why does GCC 6 assume data is 16-byte aligned?...

c++gccglibcmemory-alignmentgcc6

Read More
malloc_trim(0) Releases Fastbins of Thread Arenas?...

c++multithreadingmallocglibc

Read More
Segmentation fault only during GDB debugging...

boostgdbembedded-linuxglibcyocto

Read More
kth smallest number - quicksort faster than quickselect...

calgorithmquicksortglibcquickselect

Read More
c programming #define struct { } declaring...

cglibc

Read More
How to link a program with a "handmade compiled" version of glibc?...

cgccldglibc

Read More
Applications reporting “libc.so.6: cannot handle TLS data” after upgrading glibc...

linuxupgradeglibc

Read More
Linux dladdr1(): Unable to get absolute pathname of the matched file...

clinuxgnuglibc

Read More
Linux Centos upgrade glibc 2.12 to 2.14 config error...

linuxcentosglibcautomake

Read More
How can I force PHP to use the libiconv version of iconv instead of the CentOS-installed glibc versi...

phplinuxapacheglibciconv

Read More
Why CRT gets separated from kernel?...

linuxglibcmsvcrt

Read More
Compiling with glibc and running kernel that compiled with eglibc...

gccgnuglibceglibc

Read More
-pthread, -lpthread and minimal dynamic linktime dependencies...

clinuxgccpthreadsglibc

Read More
sudo su command not working in OEL 7...

linuxglibc

Read More
Wrapping a glibc function using the dynamic linker...

cgccwrapperglibcdynamic-linking

Read More
How to use __malloc_hook?...

cmallocglibc

Read More
statvfs system call fails with error Value too large for defined data type...

clinuxfilesystemssystem-callsglibc

Read More
Using fgetws after setting a UTF-8 locale?...

cglibcwchar-tsetlocalewchar

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

cmalloclanguage-lawyerglibc

Read More
Which version of glibc should be used when release my *.so file?...

c++linuxhyperlinkshared-librariesglibc

Read More
BackNext