Activity
From 03/24/2018 to 04/22/2018
03/26/2018
- JC 01:56 PM Software Development: RE: Launching Linux Application on Startup
- You also want to figure out where this poll is happening in your code or perhaps a driver you've included. And what action the code is supposed to take when receiving the ERESTART_RESTARTBLOCK signal.
- JC 01:52 PM Software Development: RE: Launching Linux Application on Startup
- > poll([{fd=4,
You need to look higher up in the strace log to find out which file is opened as fd (file descriptor) 4. Note that the file descriptors are reused so a file can be opened early on get fd 4 and then be closed and a new fi...
03/25/2018
- OÇ 12:05 PM Software Development: RE: Launching Linux Application on Startup
- Hi, Jonathan,
I did what you suggested.
The application seems to fail at startup because of a @poll@ call.
*Startup trace:*