clilist
Jeremy Allison
jra at samba.org
Wed Mar 23 02:04:39 GMT 2005
On Tue, Mar 22, 2005 at 09:02:44PM -0500, Derrell.Lipman at UnwiredUniverse.com wrote:
> Jeremy Allison <jra at samba.org> writes:
>
> > Can you do a debug level 10 and you should see this debug firing in
> > the client code:
> >
> > DEBUG(3,("received %d entries (eos=%d)\n",
> > ff_searchcount,ff_eos));
> >
> > if this is reproducible for you it should be easy to spot the problem.
> > It doesnt' happen for me.
>
> Yeah, I had that on earlier. I got entries: 34, 32, 30, eos: 0, 0, 1 which
> all look fine, I think.
Ok, if this is reproducible just set a gdb breakpoint at this line :
311 for (p=dirlist,i=0;i<total_received;i++) {
That should be enough to track it down...
More information about the samba-technical
mailing list