Re: [Gluster-devel] Need help diagnosing regression-test crashes

2016-04-11 Thread Atin Mukherjee
On 04/11/2016 05:39 PM, Atin Mukherjee wrote: > > > On 04/11/2016 05:27 PM, Atin Mukherjee wrote: >> >> >> On 04/09/2016 05:47 PM, Jeff Darcy wrote: > atinm: Can you please look into the crash in the following test case? > bugs/snapshot/bug-1322772-real-path-fix-for-snapshot.t Do w

Re: [Gluster-devel] Need help diagnosing regression-test crashes

2016-04-11 Thread Atin Mukherjee
On 04/11/2016 05:27 PM, Atin Mukherjee wrote: > > > On 04/09/2016 05:47 PM, Jeff Darcy wrote: atinm: Can you please look into the crash in the following test case? bugs/snapshot/bug-1322772-real-path-fix-for-snapshot.t >>> Do we have the link to the crash? >> >> The last two I looked

Re: [Gluster-devel] Need help diagnosing regression-test crashes

2016-04-11 Thread Atin Mukherjee
On 04/09/2016 05:47 PM, Jeff Darcy wrote: >>> atinm: Can you please look into the crash in the following test case? >>> bugs/snapshot/bug-1322772-real-path-fix-for-snapshot.t >> Do we have the link to the crash? > > The last two I looked at were these: > > https://build.gluster.org/job/rackspac

Re: [Gluster-devel] Need help diagnosing regression-test crashes

2016-04-09 Thread Jeff Darcy
> > atinm: Can you please look into the crash in the following test case? > > bugs/snapshot/bug-1322772-real-path-fix-for-snapshot.t > Do we have the link to the crash? The last two I looked at were these: https://build.gluster.org/job/rackspace-regression-2GB-triggered/19604/consoleFull https://

Re: [Gluster-devel] Need help diagnosing regression-test crashes

2016-04-09 Thread Atin Mukherjee
-Atin Sent from one plus one On 09-Apr-2016 9:57 am, "Vijay Bellur" wrote: > > On 04/09/2016 12:17 AM, Atin Mukherjee wrote: >> >> -Atin >> Sent from one plus one >> On 09-Apr-2016 9:32 am, "Rajesh Joseph" > > wrote: >> > >> > >> > >> > On Sat, Apr 9, 2016 at 2:05 AM

Re: [Gluster-devel] Need help diagnosing regression-test crashes

2016-04-08 Thread Vijay Bellur
On 04/09/2016 12:17 AM, Atin Mukherjee wrote: -Atin Sent from one plus one On 09-Apr-2016 9:32 am, "Rajesh Joseph" mailto:rjos...@redhat.com>> wrote: > > > > On Sat, Apr 9, 2016 at 2:05 AM, Jeff Darcy mailto:jda...@redhat.com>> wrote: >> >> Upon further investigation, I've been able to dete

Re: [Gluster-devel] Need help diagnosing regression-test crashes

2016-04-08 Thread Atin Mukherjee
-Atin Sent from one plus one On 09-Apr-2016 9:32 am, "Rajesh Joseph" wrote: > > > > On Sat, Apr 9, 2016 at 2:05 AM, Jeff Darcy wrote: >> >> Upon further investigation, I've been able to determine that the problem >> lies in this line of our generic cleanup routine. >> >> type cleanup_lvm

Re: [Gluster-devel] Need help diagnosing regression-test crashes

2016-04-08 Thread Rajesh Joseph
On Sat, Apr 9, 2016 at 2:05 AM, Jeff Darcy wrote: > Upon further investigation, I've been able to determine that the problem > lies in this line of our generic cleanup routine. > > type cleanup_lvm &>/dev/null && cleanup_lvm || true; > > This works great if snapshot.rc we're at the end of

Re: [Gluster-devel] Need help diagnosing regression-test crashes

2016-04-08 Thread Jeff Darcy
Upon further investigation, I've been able to determine that the problem lies in this line of our generic cleanup routine. type cleanup_lvm &>/dev/null && cleanup_lvm || true; This works great if snapshot.rc we're at the end of a test that included snapshot.rc (which defines cleanup_lvm),

[Gluster-devel] Need help diagnosing regression-test crashes

2016-04-08 Thread Jeff Darcy
I've been trying to figure out what's causing CentOS regression tests to fail with core dumps, quite clearly unrelated to the patches that are being affected. I've managed to find a couple of clues, so it seems that maybe someone else will recognize something and zero in on the problem faster than