Ticket #25 (closed defect: fixed)
Changing smbd.conf while smbd.exe is running makes smbd.exe crash
| Reported by: | guest | Owned by: | psmedley |
|---|---|---|---|
| Priority: | major | Milestone: | Samba Server for eCS (OS/2) 1.0 |
| Component: | Samba Server | Version: | 3.0.25c |
| Keywords: | change smbd.conf addshare | Cc: | herwig.bauernfeind@… |
Description
Adding another share to smb.conf by using a prepared share section in a separate text file using copy /B smb.conf+addx.conf smb.conf makes smbd.exe crash as soon as the next operation rereads smbd.conf.
Note: Changing smbd.conf while smbd.exe is running is a normal operation for external scripts such as addshare and others.
Attachments
Change History
Changed 6 years ago by guest
The prepared share that is added to smb.conf
comment:1 Changed 6 years ago by guest
Even adding a single empty line to smb.conf makes smbd.exe crash as soon as it rereads smb.conf.
comment:2 Changed 6 years ago by ydario
- Status changed from new to closed
- Resolution set to fixed
It is a bug in libc handling for setlocale(), see http://svn.netlabs.org/libc/ticket/185
Fixed in libc trunk.
Note: See
TracTickets for help on using
tickets.

Logfiles produced during the above scenario.