[Samba] WinXP/x64 - MFC CFile objects leak parent directory handles

2008-02-04 Thread Dragan Krnic
Samba 3.0.28-0.1.95-1624-SUSE-SL10.3 A strange problem (best read in a proportional font). It only happens on an x64 XP client when accessing a Samba share. The exact same program runs fine on the same x64 XP client when the share accessed is on a Windows server or when it is run on a 32-bit XP c

Re: [Samba] WinXP/x64 - MFC CFile objects leak parent directory handles

2008-02-04 Thread Volker Lendecke
On Mon, Feb 04, 2008 at 07:07:36PM +0100, Dragan Krnic wrote: > Does anyone know how to avoid this problem? > Should I provide some more diagnostics? Your smb.conf, debug level 10 logs and sniffs of all combinations please! Volker pgpNYlN5QrcXy.pgp Description: PGP signature -- To unsubscribe

Re: [Samba] WinXP/x64 - MFC CFile objects leak parent directory handles

2008-02-05 Thread Volker Lendecke
On Tue, Feb 05, 2008 at 06:25:03PM +0100, Dragan Krnic wrote: > 1. messages.x64.fmt.bz2 formatted full_audit log > 2. pmn33.x64.bz2 formatted level 10 samba log > 3. wireshark.out.bz2 formatted wireShark print-out > 4. x64-26-07.bz2 capture file with relevant 200 p

Re: [Samba] WinXP/x64 - MFC CFile objects leak parent directory handles

2008-02-06 Thread Dragan Krnic
On 2/5/08, Volker Lendecke <[EMAIL PROTECTED]> wrote: > On Tue, Feb 05, 2008 at 06:25:03PM +0100, Dragan Krnic wrote: > > 1. messages.x64.fmt.bz2 formatted full_audit log > > 2. pmn33.x64.bz2 formatted level 10 samba log > > 3. wireshark.out.bz2 formatted wireShark print-out >

Re: [Samba] WinXP/x64 - MFC CFile objects leak parent directory handles

2008-02-26 Thread Dragan Krnic
On 2/4/08, Volker Lendecke <[EMAIL PROTECTED]> wrote: > > On Mon, Feb 04, 2008 at 07:07:36PM +0100, Dragan Krnic wrote: > > Does anyone know how to avoid this problem? > > Should I provide some more diagnostics? > > Your smb.conf, debug level 10 logs and sniffs of all > combinations please! > > Vol

Re: [Samba] WinXP/x64 - MFC CFile objects leak parent directory handles

2008-03-07 Thread Volker Lendecke
On Fri, Mar 07, 2008 at 05:02:00PM +0100, Dragan Krnic wrote: > Volker, can you please look at it and see if you can suggest a fix? Looking at it. Volker pgpumoKJkKkzl.pgp Description: PGP signature -- To unsubscribe from this list go to the following URL and read the instructions: https://li

Re: [Samba] WinXP/x64 - MFC CFile objects leak parent directory handles

2008-03-07 Thread Volker Lendecke
On Fri, Mar 07, 2008 at 05:02:00PM +0100, Dragan Krnic wrote: > Volker, can you please look at it and see if you can suggest a fix? Can you try the attached patch? This fixes it for me. Volker diff --git a/source/smbd/trans2.c b/source/smbd/trans2.c index 0d9dac3..59d29e7 100644 --- a/source/smb

Re: [Samba] WinXP/x64 - MFC CFile objects leak parent directory handles

2008-03-10 Thread Dragan Krnic
On 3/7/08, Volker Lendecke <[EMAIL PROTECTED]> wrote: > On Fri, Mar 07, 2008 at 05:02:00PM +0100, Dragan Krnic wrote: > >> Volker, can you please look at it and see if you can suggest a fix? > > Can you try the attached patch? This fixes it for me. Thank you, Volker. I'll try it out (takes some ti

Re: [Samba] WinXP/x64 - MFC CFile objects leak parent directory handles

2008-03-10 Thread Dragan Krnic
On 3/10/08, Dragan Krnic <[EMAIL PROTECTED]> wrote: > On 3/7/08, Volker Lendecke <[EMAIL PROTECTED]> wrote: >> On Fri, Mar 07, 2008 at 05:02:00PM +0100, Dragan Krnic wrote: >> >>> Volker, can you please look at it and see if you can suggest a fix? >> >> Can you try the attached patch? This fixes it

Re: [Samba] WinXP/x64 - MFC CFile objects leak parent directory handles

2008-03-10 Thread Volker Lendecke
On Mon, Mar 10, 2008 at 11:33:17PM +0100, Dragan Krnic wrote: > On 3/10/08, Dragan Krnic <[EMAIL PROTECTED]> wrote: > > On 3/7/08, Volker Lendecke <[EMAIL PROTECTED]> wrote: > >> On Fri, Mar 07, 2008 at 05:02:00PM +0100, Dragan Krnic wrote: > >> > >>> Volker, can you please look at it and see if yo

Re: [Samba] WinXP/x64 - MFC CFile objects leak parent directory handles

2008-03-11 Thread Dragan Krnic
On 3/10/08, Volker Lendecke <[EMAIL PROTECTED]> wrote: > On Mon, Mar 10, 2008 at 11:33:17PM +0100, Dragan Krnic wrote: >> On 3/10/08, Dragan Krnic <[EMAIL PROTECTED]> wrote: >>> On 3/7/08, Volker Lendecke <[EMAIL PROTECTED]> wrote: On Fri, Mar 07, 2008 at 05:02:00PM +0100, Dragan Krnic wrote:

Re: [Samba] WinXP/x64 - MFC CFile objects leak parent directory handles

2008-03-11 Thread Volker Lendecke
On Tue, Mar 11, 2008 at 12:53:19PM +0100, Dragan Krnic wrote: > I will, but is it really a bug? > Or was it designed to hurt Samba? Naaa, a handle leak is definitely a bug. I never believed that Microsoft puts in stuff to annoy Samba. The worst I could believe is that they choose some nasty timing

Re: [Samba] WinXP/x64 - MFC CFile objects leak parent directory handles

2008-03-11 Thread Dragan Krnic
On 3/11/08, Volker Lendecke <[EMAIL PROTECTED]> wrote: > On Tue, Mar 11, 2008 at 12:53:19PM +0100, Dragan Krnic wrote: > > I will, but is it really a bug? > > Or was it designed to hurt Samba? > > Naaa, a handle leak is definitely a bug. I never believed > that Microsoft puts in stuff to annoy Samb