FX30 what is the following error meant to be?

I’ve some procedure that read from txt file and everything is fine before when I check something yesterday.

Nov 13 09:08:08 fx30 user.err Legato: =ERR= | sierrafx30[20878] | b5d42000-b5ea5000 r-xp 00000000 ed:01 101103 /legato/apps/2c61056185d227ccca9883529a526605/read-only/lib/libComponent_SierraFX30Component.so
Nov 13 09:08:08 fx30 user.err Legato: =ERR= | sierrafx30[20878] | b5ea5000-b5eb5000 —p 00163000 ed:01 101103 /legato/apps/2c61056185d227ccca9883529a526605/read-only/lib/libComponent_SierraFX30Component.so
Nov 13 09:08:08 fx30 user.err Legato: =ERR= | sierrafx30[20878] | b5eb5000-b5eb8000 rw-p 00163000 ed:01 101103 /legato/apps/2c61056185d227ccca9883529a526605/read-only/lib/libComponent_SierraFX30Component.so
Nov 13 09:08:09 fx30 user.warn Legato: -WRN- | supervisor[837]/supervisor T=main | app.c app_SigChildHandler() 3480 | Process ‘sierrafx30’ in app ‘SierraFX30’ faulted: Ignored.

Hi @artistmonkey,
The log shows the problem is from the app which is relating some components. Please try to enable debug log and share full them for more details. Also please list which components involved this. For the Legato app issue, you can go to the link where supports application issues

Yep, finally found that I’ve used libmodbus library to read according to txt file and accidentally target IP/Port is empty to cause this error message. At first, I can’t figure out. Thanks your response.