[BusyBox] Re: "rpm" fails with SIGSEGV

Glenn McGrath bug1 at optushome.com.au
Fri Nov 14 10:41:37 UTC 2003


On Wed, 12 Nov 2003 14:45:18 -0600
Rob Landley <rob at landley.net> wrote:

> Possibly repeated cache flushing due to the context switch.  If it's 
> outputting a byte at a time to the pipe, there may be a context switch
> between each byte.  It probably needs a bit of buffering...

I modified seek_by_char to read in chunks this helps greatly when
skipping over data.

tar -jt <filename> is looking good.


Glenn



More information about the busybox mailing list