Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Sep 1998 16:29:18 -0400 (EDT)
From:      HighWind Software Information <info@highwind.com>
To:        freebsd-current@FreeBSD.ORG
Subject:   free() called recursively
Message-ID:  <199809072029.QAA03642@highwind.com>

next in thread | raw e-mail | index | archive | help

How bad is it to get this:
	"t_activefile in free(): warning: recursive call."

We are using gcc for C++. One of our test programs which tests code
that currently sends our application out into "la-la land" seems to
print this every few runs. During those runs, it also goes off into
"la-la land".

"la-la land" == running but going nowhere. ktrace shows nothing,
application only dies with "kill -9".

We do link against libc_r. I'm wondering if this recursive call thing
is a serious problem and what we can do about it.

-Rob

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199809072029.QAA03642>