[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: x If this option is enabled and the file /.init_enable_core x x exists, then init will call setrlimit() to allow unlimited x x core file sizes. If this option is disabled, processes x x will not generate any core files. x is enabled. regards, Jean
