Hi Michael !

> I've an "interesting" case here, when busybox (in debian)
> segfaults when run in initramfs as pid == 1, when invoking
> awk applet (PREFER_APPLETS is set to yes).  I can't trigger
> it with pid != 1, and since pid=1 is special in linux,
> I can't really debug it too.

I hit this problem some years ago. May be same reason. Try running awk
via env command and setup some environment variables. pid 1 is special
as environment on invocation may be empty (or something missing, most
likely SHELL or PATH).

Harald
_______________________________________________
busybox mailing list
busybox@busybox.net
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to