<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=KOI8-R" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
<br>
Denis Vlasenko wrote:
<blockquote cite="mid200704052340.12282.vda.linux@googlemail.com"
type="cite">
<pre wrap="">On Thursday 05 April 2007 02:49, Coleman Brumley wrote:
</pre>
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite">
<pre wrap="">Did you test later versions? Do you have strace output
of misbehaving command?
strace -f -o file.log ./busybox ash -c 'echo abcd | grep a'
.config? On which arch are you? Does it happen on i386?
</pre>
</blockquote>
<pre wrap="">heh, actually we just noticed this ourselves with busybox 1.4.2 on blackfin:
echo "" | grep .
grep seems to crash
-mike
</pre>
</blockquote>
<pre wrap="">Thanks, Mike and Denis.
It seems to be the "|" for me, since this also crashes:
echo $x | cut -d"=" -f1 | tr 'A-Z' 'a-z'
</pre>
<blockquote type="cite">
<pre wrap="">strace -f -o file.log ./busybox ash -c 'echo abcd | grep a'
</pre>
</blockquote>
<pre wrap="">I don't have strace installed as part of my busybox build. What setting
in .config turns that on? Or did you mean to run the strace command on
my desktop?
</pre>
</blockquote>
<pre wrap=""><!---->
strace is not in busybox, it's separate package.
You can try building strace for the target.
Or you can try to collect more data by building busybox
on desktop machine, with same .config, and test it.
IOW: we need more data points.
--
vda
</pre>
</blockquote>
Believe me, I understand.š "It's broke" isn't very helpful.š If I get a
chance to compile strace for my arch, I'll provide the log.š Would it
really be useful to get an strace off my desktop since that's a
different compiler, etc.?<br>
<br>
- Coleman<br>
</body>
</html>