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 [email protected] http://mailman.uclinux.org/mailman/listinfo/uclinux-dev This message was resent by [email protected] To unsubscribe see: http://mailman.uclinux.org/mailman/options/uclinux-dev
