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

2005-12-08 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2005-12-09 04:56 --- (In reply to comment #4) > 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 mlockal

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

2004-11-09 Thread eric dot valette at free dot fr
--- 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