RE: [uClinux-dev] getting 'pid' error while running boa!

2008-04-15 Thread Gavin Lambert
Quoth kailash toshniwal:
> Do I have to run 'boa' binary file in uClinux to start boa 
> web server? Well I thought so, so I gave it a try. When I 
> try to run it,I get error message like 
> >/bin>./boa
> 'pid:18  failed 1536'. 
[...]
> If I run it again then pid number increments by 1 each time. 
> What is the problem here?and what's the solution? Can anyone 
> please tell me that?

1536 is 0x0600, which I think means that the process is generating SIGABRT.
(ie. calling abort() somewhere.)

You may need to debug through it to find out where and why it's doing that.



___
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


[uClinux-dev] getting 'pid' error while running boa!

2008-04-15 Thread kailash toshniwal
Hello all,
 Do I have to run 'boa' binary file in uClinux to start boa web server? Well I 
thought so, so I gave it a try. When I try to run it,I get error message like 

  >/bin>./boa
'pid:18  failed 1536'. 
   
  or even if I do
  >/bin>./boa  -c  /home/httpd/
  'pid:19  failed 1536'. 
  

If I run it again then pid number increments by 1 each time. What is the 
problem here?and what's the solution? Can anyone please tell me that?


Thanks


 between -00-00 and -99-99___
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