On 10/01/2011, at 11:13 PM, Angelo Dureghello wrote: > Hi all, > > i have sometime the strage ps output: > > http://194.177.99.211/~angelo/snapshot1.png > > The httpd line seems to be corrupted. My board have MCF5307 chip and uclinux > + main line kernel 2.6.36 stable. > This "corruption" seems to happen not just after the boot, but seems after > some network (ftpd, telnetd) operations. > Is it a bad sign ? > > any help is appreciated, > > thanks angelo
This is a no-mmu system. Because fork is not available, busybox httpd uses vfork/re-exec instead and this sets the top bit of argv[0][0] to detect this situation on re-exec. So it's perfectly normal. -- µWeb: Embedded Web Framework - http://uweb.workware.net.au/ WorkWare Systems Pty Ltd W: www.workware.net.au P: 0434 921 300 E: ste...@workware.net.au F: 07 3102 9221 _______________________________________________ uClinux-dev mailing list uClinux-dev@uclinux.org http://mailman.uclinux.org/mailman/listinfo/uclinux-dev This message was resent by uclinux-dev@uclinux.org To unsubscribe see: http://mailman.uclinux.org/mailman/options/uclinux-dev