glibc
Linux: detect at runtime that a process have multiple threads
I\'m asking about linux with recent glibc. Is there a way to detect that process consist of 1 thread or of several threads?[详细]
2023-01-24 04:48 分类:问答GLIBCXX versions
If I compile a C++ program on my machine, and run it on another one (with older software) I get: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9\' not found.[详细]
2023-01-23 23:49 分类:问答Glibc and uClibc side by side on one system
Is it possible to have glibc and uClibc based applications running side-by-side on one system? Background: We have binary gcc based cross-compiler configured to link with uClibc. We have cross-compil[详细]
2023-01-23 20:49 分类:问答How to do the equivalent of "ulimit -n 400" from within C?
I must run the command \"ulimit -n 400\" to raise number of allowed open files before I start my program written in C, but is there a way to do the equivalent from within the C pr开发者_如何学编程ogra[详细]
2023-01-23 07:01 分类:问答undefined reference when linking against libresolv
I have a project that is a library that links against libresolv, It works fine on recent distros: Ubuntu 10.xFedora 13, Mandriva[详细]
2023-01-21 03:41 分类:问答Process terminated by signal 6, core shows kind of loop in libc
On analysis of the core of a process (terminated by signal 6), on LINUX, stack bt shows : Core was generated by `/opt/namsam/pac_rrc_qx_e1/bin/rrcprb\'.[详细]
2023-01-20 15:32 分类:问答How to debug "glibc detected *** python: malloc(): memory corruption"
I\'m using python2.5 with scipy.weave to embed c code. In my c code, there is no malloc() function, but I received error like[详细]
2023-01-14 22:39 分类:问答What does glibc detected ...httpd: double free or corruption mean?
I have asked this question on serverfault.com which is as suggested a more appropriate place for it - https://serverfault.com/questions/169829/what-does-glibc-detected-httpd-double-free-or-corruption-[详细]
2023-01-11 20:41 分类:问答Compile C program in Linux with different glibc library
I have a firewall appliance base on linux that have glibc-2.3.4, and have not gcc to compile a program开发者_运维问答 for that.[详细]
2023-01-11 10:03 分类:问答How to determine version of glibc (glibcxx) binary will depend on?
It\'s well known that glibc (and, as far as I know, glibstd++ also) uses symbol versioning mechanism. (For the details refer:How can I link to a specific glibc version.)[详细]
2023-01-10 22:08 分类:问答