Opened 9 years ago
Closed 6 years ago
#95 closed defect (fixed)
Locking Code Problem
Reported by: | diver | Owned by: | psmedley |
---|---|---|---|
Priority: | minor | Milestone: | Samba Server for eCS (OS/2) 1.1.x |
Component: | Samba Server | Version: | 3.3.4 |
Keywords: | Cc: |
Description
the nmbd.c has a reinit_after_fork() call which call tdb_reopen_all() and this waits for a Sem which is not available.
Change History (2)
comment:1 Changed 9 years ago by diver
comment:2 Changed 6 years ago by diver
- Resolution set to fixed
- Status changed from new to closed
we did not see any problems with the above fix, so closing it
Note: See
TracTickets for help on using
tickets.
possible fix is in http://svn.netlabs.org/samba/changeset/273 it could also be that we just do not need the reinit_after_fork() in nmbd.c, as we do not fork it at all