Opened 15 years ago

Closed 12 years ago

#95 closed defect (fixed)

Locking Code Problem

Reported by: Silvan Scherrer Owned by: Paul Smedley
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 15 years ago by Silvan Scherrer

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

comment:2 Changed 12 years ago by Silvan Scherrer

Resolution: fixed
Status: newclosed

we did not see any problems with the above fix, so closing it

Note: See TracTickets for help on using tickets.