NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: bin/59046: dhcpd issue



The following reply was made to PR bin/59046; it has been noted by GNATS.

From: Christos Zoulas <christos%zoulas.com@localhost>
To: 6bone%6bone.informatik.uni-leipzig.de@localhost
Cc: gnats-bugs%netbsd.org@localhost, gnats-admin%netbsd.org@localhost, netbsd-bugs%netbsd.org@localhost
Subject: Re: bin/59046: dhcpd issue
Date: Tue, 11 Feb 2025 09:36:56 -0500

 On 2025-02-11 6:27 am, 6bone%6bone.informatik.uni-leipzig.de@localhost wrote:
 
 Seems to be dying elsewhere now (in mdb6.c). So something is corrupting 
 memory.
 This code is just too complicated. Lets try to build with all the memory 
 debugging
 it provides to see if it can detect the problem itself. Can you build 
 with:
 -DDEBUG_MEMORY_LEAKAGE) -DDEBUG_MALLOC_POOL) 
 -DDEBUG_MEMORY_LEAKAGE_ON_EXIT -DDEBUG_MALLOC_POOL_EXHAUSTIVELY
 
 and see if that get's us somewhere? If that does not work, we could try 
 -fsanitize=memory...
 
 christos
 


Home | Main Index | Thread Index | Old Index