Jean Wolter <[email protected]> writes: > [email protected] writes: > >> Segmentation Fault >> >> I'll try compiling dnsmasq to get a core file. > > You don't have to recompile dnsmasq to get a core file, you have to > tell the system to enable corefiles. > > Assuming LEAF uses busybox init ... look at the busybox configuration > and check whether CONFIG_FEATURE_INIT_COREDUMPS is enabled.
Or use ulimit -c unlimited, since you are starting it from a shell script... regards, Jean
