Re: [PATCH-v2-resend] iscsistart -b memory corruption

2009-03-20 Thread Mike Christie
shyam_i...@dell.com wrote: > Mike Christie wrote: >> Mike Christie wrote: >>> We should not have to call stop_event_loop if the event_loop is >>> already stopped. What I am wondering is how the event loop is stopped > >>> by anyone other than the call to stop_event_loop? It looks like it >>> co

RE: [PATCH-v2-resend] iscsistart -b memory corruption

2009-03-19 Thread Shyam_Iyer
Mike Christie wrote: > Mike Christie wrote: >> We should not have to call stop_event_loop if the event_loop is >> already stopped. What I am wondering is how the event loop is stopped >> by anyone other than the call to stop_event_loop? It looks like it >> could happen if there was a signal or

Re: [PATCH-v2-resend] iscsistart -b memory corruption

2009-03-18 Thread Mike Christie
Mike Christie wrote: > Thanks for the patch. > > shyam_i...@dell.com wrote: >> Resending because earlier patch had a small typo. >> >> >>> Ulrich wrote: >>> On 17 Mar 2009 at 22:33, shyam_i...@dell.com wrote: The issue is caused because child is trying to free up the session >> and c

Re: [PATCH-v2-resend] iscsistart -b memory corruption

2009-03-18 Thread Mike Christie
Thanks for the patch. shyam_i...@dell.com wrote: > Resending because earlier patch had a small typo. > > >> Ulrich wrote: >> On 17 Mar 2009 at 22:33, shyam_i...@dell.com wrote: > >>> The issue is caused because child is trying to free up the session > and >>> connections that the parent had

RE: [PATCH-v2-resend] iscsistart -b memory corruption

2009-03-18 Thread Shyam_Iyer
Resending because earlier patch had a small typo. >Ulrich wrote: >On 17 Mar 2009 at 22:33, shyam_i...@dell.com wrote: >> The issue is caused because child is trying to free up the session and >> connections that the parent had setup. >Hi! >Not knowing the source, I wonder: Parent and child