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



------- 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 mlockall to avoid page faults...

VMSize means nothing as most of the code is just mapped in and nothing else.
And if the VM shit, then really it is not a GCC bug.

Anyways this is really a dup of bug 4372.

*** This bug has been marked as a duplicate of 4372 ***


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE


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]