> I'm using the recent matt-armv6 tree to work with OMAP2 platform....
> However the last snapshots within at least last week produce sh coredump at
> init.
> if (waitpid(pid, &status, 0) == -1)If that really is the location of the coredump, you probably want
> break;
> >>>>>> if (status != 0) {
a kernel dump instead....