[jra at samba.org: Re: [SCM] Samba Shared Repository - branch master updated]

Jeremy Allison jra at samba.org
Thu Feb 20 09:47:01 MST 2014


On Thu, Feb 20, 2014 at 09:50:33AM +0100, Andreas Schneider wrote:
> On Wednesday 19 February 2014 17:14:49 you wrote:
> > In case you missed my rant as it went to samba-cvs :-).
> > 
> 
> Here is my rant:
> 
> source3/client/client.c line 369 in do_cd():
> 
> TALLOC_CTX *ctx = talloc_stackframe();
> 
> 
> lib/util/talloc_stack.c line 173 in talloc_stackframe_internal():
> 
> smb_panic("talloc_stackframe failed");
> 
> 
> Quote:
> Remember on common setups this will call a
> panic action script which will leave the
> client hanging on a sleep 9999999 call and
> leave the caller with a hung command and no
> indication of what failed.

Arguably this is also an error :-). But
we shouldn't compound it by adding more
places where this could happen. My original
rant still stands :-).

Jeremy.


More information about the samba-technical mailing list