This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports 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]

[PATCH] Linuxthreads, fix stack deallocation for TLS S.G.U. case.


This patch fixes Linuxthreads + TLS for arches with SGU.
Without the patch, the munmap in pthread_free fails and
you steadily run out of VM since previous thread stacks
are never deallocated.

Tested with no regressions on hppa-linux.

Please commit.

Cheers,
Carlos.

Attachment: Changelog.linuxthreads
Description: Binary data

Attachment: patch-linuxthreads-SGU-manager.diff
Description: Binary data


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