From: Jun Sun <jsun@mvista.com>
To: ldavies@agile.tv
Cc: linux-mips@oss.sgi.com
Subject: Re: deleted /dev/zero
Date: Mon, 13 May 2002 18:28:19 -0700 [thread overview]
Message-ID: <3CE06833.60104@mvista.com> (raw)
In-Reply-To: 3CE06604.2050800@agile.tv
Thanks. I am using an old version of ltp, and I still see the bug there.
Jun
Liam Davies wrote:
> Jun Sun wrote:
>
>>
>> I don't know how to re-produce this problem yet. It seems a little
>> non-deterministic. I would appreciate any insight into this problem.
>
>
>
> The ltp mtest05 test had a bug in which it would remove /dev/zero when
> it cleaned up. Have you got an updated ltp suite?
>
> This is the fix that they did in late March to the mtest05 test.
>
> /ltp/ltp/testcases/kernel/mem/mtest05/mmstress.c:246
> - if (strcmp(filename, "NULL") || strcmp(filename, "/dev/zero"))
> + if (strcmp(filename, "NULL") && strcmp(filename, "/dev/zero"))
>
> I suppose that there may be other LTP tests that could have similar
> bugs...
>
>
> Cheers
> Liam
>
>
>
>
next prev parent reply other threads:[~2002-05-14 1:29 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-05-14 1:01 deleted /dev/zero Jun Sun
2002-05-14 1:19 ` Liam Davies
2002-05-14 1:28 ` Jun Sun [this message]
2002-05-14 13:02 ` Maciej W. Rozycki
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=3CE06833.60104@mvista.com \
--to=jsun@mvista.com \
--cc=ldavies@agile.tv \
--cc=linux-mips@oss.sgi.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.