sh (pid 1081) segfaults for page address 00000000 at pc 00000000

Rob Landley rob at landley.net
Mon Feb 9 23:10:34 UTC 2009


On Thursday 05 February 2009 14:08:08 michael wrote:
> This sounds awfully like `git bisect` without git.  A slightly easier
> approach might be to use `git svn clone` to read the entire busybox svn
> history into git (it's a bit demanding on the busybox server, but it works
> fine, I've done it) ... and then you can actually use git bisect -- so
> long as the two releases are in the svn history.

You only need "bisect" for nonlinear repositories.  For a repository that 
doesn't merge branches (ala svn), you can just binary search 
the revision numbers.

Rob



More information about the busybox mailing list