NetBSD-Bugs archive

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

Re: lib/54350: lib/libcurses/t_curses/mvscanw test fails



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

From: coypu%sdf.org@localhost
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: lib/54350: lib/libcurses/t_curses/mvscanw test fails
Date: Tue, 30 Jul 2019 06:38:22 +0000

 > The question now is does jemalloc break scanw generically
 > or is it a curses test problem?
 
 Most of the problems detected by jemalloc were double frees.
 It was idenitifiable by it segfaulting while dereferencing something,
 and the object having the address 0x5a5a5a...
 
 Another option that is very good at detecting these bugs is compiling
 the test programs with -fsanitize=address and turning off ASLR.
 


Home | Main Index | Thread Index | Old Index