This is the mail archive of the glibc-bugs@sources.redhat.com 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/401] New: Memory leak in pthread_create in case of failure (ENOPERM)


When pthread_create fails creating a thread because of permission issue (for
exemple with specified explicit scheduling ), an error is returned but it seems
that the stack space is lost anyway. After some occurences of this failure, we
are not able to create a default thread (error is ENOMEM).

The glibc used is a CVS pull from monday. Kernel is vanilla 2.6.8.1.

(I hope this one bug is not invalid ^^')

-- 
           Summary: Memory leak in pthread_create in case of failure
                    (ENOPERM)
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: nptl
        AssignedTo: drepper at redhat dot com
        ReportedBy: sebastien dot decugis at ext dot bull dot net
                CC: glibc-bugs at sources dot redhat dot com


http://sources.redhat.com/bugzilla/show_bug.cgi?id=401

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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