public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] CYGNUM_INFRA_EMPTY_DELETE_THRESHOLD value
@ 2006-08-23 14:50 Siva Kumar
  0 siblings, 0 replies; only message in thread
From: Siva Kumar @ 2006-08-23 14:50 UTC (permalink / raw)
  To: eCos Discussion

I took the latest CVS code base and built ecos. But with assertions
enabled, I'm running into assertion on cxxsupp.cxx test case wherein
the condition :

CYG_ASSERT(counter < CYGNUM_INFRA_EMPTY_DELETE_THRESHOLD, "Do you want
an empty delete function?");

is failing in the first delete call itself (counter value is 1). In
the ecos library [include/pkgconf/infra.h], I saw that the value of
CYGNUM_INFRA_EMPTY_DELETE_THRESHOLD is just '1' and not 100 as the
descriptions say. Hence the assertion!

In the infra.cdl, when I changed the flavor of the above macro to
data, the ecc file was generated as needed with the value of the macro
as default (100). With this ecc, when I built the target file,
assertion never happened. Why is CYGNUM_INFRA_EMPTY_DELETE_THRESHOLD,
a boolean instead of data, if it has to take a value of 100 by
default? Pls shed some light.

Regards
Siv

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-08-23 14:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-08-23 14:50 [ECOS] CYGNUM_INFRA_EMPTY_DELETE_THRESHOLD value Siva Kumar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).