Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 96408

Summary: SDL_CreateThread leaks virtual address space
Product: Gentoo Linux Reporter: qube99
Component: [OLD] LibraryAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: major    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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