This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug other/14952] libgcc_eh.a broken with respect to pthreads & static linking


------- Additional Comments From eric dot valette at free dot fr  2004-11-09 09:30 -------
I can confirm this bug with glibc cvs (yesterday) and gcc-3.4.2. The result is
that it is not possible to run the Open Posix test suite with glibc compiled as
NPTL + static library.

I have a real world RT application on linux where dynamic linking lead to a
VmSize of 70 Mb whereas static linling leads to VmSize = 10 Mb. The problem is
that you need to do mlockall to avoid page faults...

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |eric dot valette at free dot
                   |                            |fr


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14952


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]