Date: Mon, 14 Aug 2000 17:40:58 -0400 From: Bill Fumerola <billf@chimesnet.com> To: Chris Ptacek <ptacek@dashmail.net> Cc: freebsd-hackers@FreeBSD.ORG Subject: Re: code question... Message-ID: <20000814174058.Q65562@jade.chc-chimes.com> In-Reply-To: <NEBBKLEDAJJJDAPGJFBIAEILCLAA.ptacek@dashmail.net>; from ptacek@dashmail.net on Mon, Aug 14, 2000 at 02:10:16PM -0700 References: <NEBBKLEDAJJJDAPGJFBIAEILCLAA.ptacek@dashmail.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Aug 14, 2000 at 02:10:16PM -0700, Chris Ptacek wrote: > I am getting a warning from a program I wrote: > > lined in free(): warning: chunk is already free. > > Is there anyway I can figure out where exactly this is happening, maybe > cause a core or something. From 'man free', which you did read twice, right? (in reference to malloc.conf...) A All warnings (except for the warning about unknown flags being set) become fatal. The process will call abort(3) in these cas- es. -- Bill Fumerola - Network Architect, BOFH / Chimes, Inc. billf@chimesnet.com / billf@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000814174058.Q65562>