Project

General

Profile

Activity

From 03/26/2018 to 04/24/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. Jonathan Cormier
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...
Jonathan Cormier
 

Also available in: Atom