[Dnsmasq-discuss] Infinite loop in IPv4 + IPv6 DHCP setup with 2.80 on aarch64

2018-12-28 Thread Noel Kuntze
Hello list, I am encountering an issue with dnsmasq 2.80 on aarch64 (armv8 64 bit) wherein dnsmasq infinitely loops sending its RAs. The configuration file and logs are following below this message. The logs are produced when allowing dnsmasq to run for one second. Kind regards Noel Kuntze

Re: [Dnsmasq-discuss] dnsmasq crash - no core dump generated

2018-12-28 Thread Simon Kelley
This code is relevant, in src/dnsmasq.c if (option_bool(OPT_DEBUG)) prctl(PR_SET_DUMPABLE, 1, 0, 0, 0); Cheers, Simon. On 28/12/2018 03:40, Arvind Nagarajan wrote: > Hi All, > > When dnsmasq crashes due to segfault (SIGSEGV) I am not getting a core > file generated. > Is this

Re: [Dnsmasq-discuss] dnsmasq crash - no core dump generated

2018-12-28 Thread Arvind Nagarajan
Thanks Simon. Yes I am able to generate coredump with your suggestion. Date: Fri, 28 Dec 2018 09:59:29 + From: Simon Kelley To: dnsmasq-discuss@lists.thekelleys.org.uk Subject: Re: [Dnsmasq-discuss] dnsmasq crash - no core dump generated Message-ID: