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/15320] New: pthread_create exhaust program's virtual address space


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

             Bug #: 15320
           Summary: pthread_create exhaust program's virtual address space
           Product: glibc
           Version: 2.15
            Status: NEW
          Severity: normal
          Priority: P2
         Component: nptl
        AssignedTo: unassigned@sourceware.org
        ReportedBy: udknight@gmail.com
                CC: drepper.fsp@gmail.com
    Classification: Unclassified


Created attachment 6956
  --> http://sourceware.org/bugzilla/attachment.cgi?id=6956
test code to trigger the problem

glibc create stack space for per thread create by call pthread_create, but
the stack space willnot be freed, and cause program exhaust all virtual address
space then don't work anymore.
I attach the test code to trigger the problem

-- 
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]