This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc 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 nptl/13433] pthread_create allocates big chunks of memory when launching several threads simultaneously (race condition?)


http://sourceware.org/bugzilla/show_bug.cgi?id=13433

Andrejs <sources at shustrik dot com> changed:

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

--- Comment #2 from Andrejs <sources at shustrik dot com> 2012-06-01 12:06:14 UTC ---
Indeed, simply replacing boost::this_thread::sleep with usleep has removed the
occurence of the unnecessary allocation completely. Thanks for your help!

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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