Altera_Forum
Honored Contributor
20 years agoBINFMT_FLAT: reloc outside program
Hi,
I try to kill some processes from my application. This is the code: system("busybox killall snmpd.exe"); The system returns to me this message: BINFMT_FLAT: reloc outside program 0xfffeffff (0 - 0x639b4/0x49330), killing busybox! What it's means? Or, how can I kill a process from my application? The application "knows" only the name of the process and not his pid. stepa