From: Kumar Sanghvi <kumaras-ut6Up61K2wZBDgjK7y7TUQ@public.gmane.org>
To: "Davis, Arlin R" <arlin.r.davis-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
Cc: "linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
<linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
"swise-7bPotxP6k4+P2YhJcF5u+vpXobYPEAuW@public.gmane.org"
<swise-7bPotxP6k4+P2YhJcF5u+vpXobYPEAuW@public.gmane.org>,
"divy-ut6Up61K2wZBDgjK7y7TUQ@public.gmane.org"
<divy-ut6Up61K2wZBDgjK7y7TUQ@public.gmane.org>
Subject: Re: [PATCH] dapltest-server segfault seen on recent OFED-1.5.4 daily build
Date: Tue, 22 Nov 2011 12:41:19 +0530 [thread overview]
Message-ID: <4ECB4B17.20407@chelsio.com> (raw)
In-Reply-To: <54347E5A035A054EAE9D05927FB467F916EA4CE2-P5GAC/sN6hmkrb+BlOpmy7fspsVTdybXVpNB7YpNyf8@public.gmane.org>
[-- Attachment #1: Type: text/plain, Size: 393 bytes --]
Hi Arlin,
On 11/22/2011 01:51 AM, Davis, Arlin R wrote:
> Can you send me your scripts so I can attempt to duplicate?
Find attached the script with this mail.
> Did this test setup run successfully before OFED 1.5.4 RC3 release?
I am not sure when it stopped working.
However, we have been running this script on dapl for quite some time,
and it used to work fine earlier.
Thanks,
Kumar.
[-- Attachment #2: dapltest_stress_bug.txt --]
[-- Type: text/plain, Size: 2098 bytes --]
#!/bin/sh
host=$1
device=$2
while [ 1 ]
do
i=$(( i+1 ))
#====================================================================
#test1
#====================================================================
dapltest -T T -s ${host} -D ${device} -i 100000 -t 1 -w 1 \
client SR 256 \
server SR 256
#====================================================================
#test2
#====================================================================
dapltest -T T -s ${host} -D ${device} -i 100000 -t 1 -w 1 \
client SR 256 \
server RW 4096 \
server SR 256
#====================================================================
#test3
#====================================================================
dapltest -T T -s ${host} -D ${device} -i 100000 -t 1 -w 1 \
client SR 256 \
server RR 4096 \
server SR 256
#====================================================================
#test4
#====================================================================
dapltest -T T -s ${host} -D ${device} -i 100000 -t 1 -w 1 \
client SR 256 \
server RW 4096 \
server SR 256 \
client SR 256 \
server RW 4096 \
server SR 256 \
client SR 4096 \
server SR 256
#====================================================================
#test5
#====================================================================
dapltest -T T -s ${host} -D ${device} -i 100000 -t 1 -w 8 \
client SR 256 \
server RW 4096 \
server SR 256 \
client SR 256 \
server RW 4096 \
server SR 256 \
client SR 4096 \
server SR 256
#====================================================================
#test6
#====================================================================
dapltest -T T -s ${host} -D ${device} -i 100000 -t 4 -w 8 \
client SR 256 \
server RW 4096 \
server SR 256 \
client SR 256 \
server RW 4096 \
server SR 256 \
client SR 4096 \
server SR 256
wait
echo "Iteration $i"
sleep 10
done
next prev parent reply other threads:[~2011-11-22 7:11 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-18 9:01 dapltest-server segfault seen on recent OFED-1.5.4 daily build Kumar Sanghvi
[not found] ` <20111118090155.GB17346-ZuiPNEE88OINxtijsoNbcrBI9BrxbZE7QQ4Iyu8u01E@public.gmane.org>
2011-11-18 23:48 ` [PATCH] " Davis, Arlin R
[not found] ` <54347E5A035A054EAE9D05927FB467F916EA49A5-P5GAC/sN6hmkrb+BlOpmy7fspsVTdybXVpNB7YpNyf8@public.gmane.org>
2011-11-21 11:20 ` Kumar Sanghvi
[not found] ` <4ECA3402.8030203-ut6Up61K2wZBDgjK7y7TUQ@public.gmane.org>
2011-11-21 20:21 ` Davis, Arlin R
[not found] ` <54347E5A035A054EAE9D05927FB467F916EA4CE2-P5GAC/sN6hmkrb+BlOpmy7fspsVTdybXVpNB7YpNyf8@public.gmane.org>
2011-11-22 7:11 ` Kumar Sanghvi [this message]
[not found] ` <4ECB4B17.20407-ut6Up61K2wZBDgjK7y7TUQ@public.gmane.org>
2011-11-29 10:37 ` Kumar Sanghvi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4ECB4B17.20407@chelsio.com \
--to=kumaras-ut6up61k2wzbdgjk7y7tuq@public.gmane.org \
--cc=arlin.r.davis-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
--cc=divy-ut6Up61K2wZBDgjK7y7TUQ@public.gmane.org \
--cc=linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=swise-7bPotxP6k4+P2YhJcF5u+vpXobYPEAuW@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox