Hi
I run my curl based FTP application in developer studio 5 with target board mangOH wp8548
and package 16.10.3.
My application get crashed with segmentation fault, logs are given below:
ftpapplication[6892]/FTPApplicationComponent T=main | FTPApplicationComponent.cpp ConnectionStateHandler() 121 | Interface rmnet0 connected.
Jul 28 12:18:16 | INFO | ftpapplication[6892] | file open '/tmp/imageRups1.jpg': No such file or directory
Jul 28 12:18:16 | INFO | ftpapplication[6892] | Local file size: 1195930676 bytes.
Jul 28 12:18:16 | ftpapplication[6892]/FTPApplicationComponent T=main | FTPApplicationComponent.cpp GetUrl() 51 | INTO:::gET uRL METHOD
Jul 28 12:18:16 | dcsDaemon[510]/dataConnectionService T=main | dcsServer.c CloseSessionEventHandler() 2113 | Client 0x28a3c killed, remove allocated resources
Jul 28 12:18:16 | supervisor[460]/supervisor T=main | proc.c proc_SigChildHandler() 1956 | Process 'ftpapplication' (PID: 6892) has exited due to signal 11 (Segmentation fault).
Jul 28 12:18:16 | supervisor[460]/supervisor T=main | proc.c GetFaultAction() 1744 | No fault action specified for process 'ftpapplication'. Assuming 'ignore'.
Jul 28 12:18:17 | _appStopClient[6956]/framework T=main | LE_FILENAME CreateSocket() 550 | Socket opened as standard i/o file descriptor 2!
Jul 28 12:18:17 | supervisor[460]/supervisor T=main | app.c app_SigChildHandler() 3221 | Process 'ftpapplication' in app 'FTPApplication' faulted: Ignored.
Jul 28 12:18:17 | supervisor[460]/supervisor T=main | apps.c DeactivateAppContainer() 340 | Application 'FTPApplication' has stopped.
Can any one tell me whats wrong with my application ?
and how to recover it.