[uClinux-dev] busybox httpd, strange ps line

2011-01-10 Thread Angelo Dureghello
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

Re: [uClinux-dev] busybox httpd, strange ps line

2011-01-10 Thread Steve Bennett
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" seem

Re: [uClinux-dev] busybox httpd, strange ps line

2011-01-10 Thread Lennart Sorensen
On Tue, Jan 11, 2011 at 06:24:04AM +1000, Steve Bennett wrote: > 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. Could it be changed to use da