Bug 9027 - Winbindd does not recover from memory problem
Summary: Winbindd does not recover from memory problem
Status: NEW
Alias: None
Product: Samba 3.6
Classification: Unclassified
Component: Winbind (show other bugs)
Version: 3.6.5
Hardware: All All
: P5 normal
Target Milestone: ---
Assignee: Michael Adam
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-04 20:14 UTC by Michael Letzgus-Koppmann
Modified: 2012-07-10 19:41 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Letzgus-Koppmann 2012-07-04 20:14:15 UTC
As a follow-up on report 9020 (https://bugzilla.samba.org/show_bug.cgi?id=9020):

Winbind does not recover from a temporary failure (due to a lack of memory) of mlock(), it must be restartet.
Comment 1 Jeremy Allison 2012-07-10 19:41:20 UTC
This is a really hard problem to solve. Probably the easiest fix is to just exit on memory failure, and rely on the system daemon handling to restart us.

Jeremy.