Hi Alexander,
On 29.10.19 18:58, Alexander Tormasov via users wrote:
In the logI see during boot around 1000 lines of attempt to touch all available fd which failed (see in log below). [init -> gdb_monitor] Error: no plugin found for fstat(3) Can I do something with it?
There's a function 'notice_open_fds()' in gdbmonitor which does a file descriptor walk to find out which fds are in use. So, in this situation it is expected that many of these 'fstat()' calls fail, but unfortunately this special use case of 'fstat()' triggers many of these error messages which are usually helpful in other situations.
Christian