Thanks, we had this problem , when It was hard to found out .
  

-----Original Message-----
From: ext James Carlson [mailto:james.d.carl...@sun.com] 
Sent: Tuesday, March 17, 2009 10:48 AM
To: Pavesi, Valdemar (NSN - US/Boca Raton)
Cc: mdb-discuss at opensolaris.org
Subject: Re: [mdb-discuss] How can libumem detect that a global variable
wasdeleted?

Valdemar Moreira Pavesi writes:
> How can libumem  detect that a global variable was deleted ?
> 
> > ::nm ! grep 0xfffffd7ffbffcde0
> 0xfffffd7ffbffcde0|0x0000000000000030|OBJT |GLOB |0x0  |78
|gHomeDnCacheList

Global variables have static storage duration and thus aren't subject
to any dynamic allocation mechanism, and can't be "detected" by
libumem or any other dynamic memory manager.

What are you trying to do?

-- 
James Carlson, Solaris Networking              <james.d.carlson at sun.com>
Sun Microsystems / 35 Network Drive        71.232W   Vox +1 781 442 2084
MS UBUR02-212 / Burlington MA 01803-2757   42.496N   Fax +1 781 442 1677

Reply via email to