Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 96408 - SDL_CreateThread leaks virtual address space
Summary: SDL_CreateThread leaks virtual address space
Status: RESOLVED DUPLICATE of bug 96409
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-17 12:50 UTC by qube99
Modified: 2005-06-17 12:53 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description qube99 2005-06-17 12:50:52 UTC
SDL_CreateThread is supposed to create a thread that upon returning ends the 
thread cleanly.  Instead, about 2MB of address space is not cleared up when 
the function returns. 

Reproducible: Always
Steps to Reproduce:
1.  Create SDL thread. 
2.  Return from thread, hence ending thread. 
3.  Watch the process' virtual size.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-06-17 12:53:31 UTC

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