You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by Gopi Krishna <go...@mindtree.com> on 2002/01/23 20:33:14 UTC

VC++ /Zp1....failure

HI,
 
I have a small cpp file where I will create a parser object as
 
DOMParser    parser  = new DOMParser();
....
,,....
 
 
and call
 
delete parser after that in the same block.
 
I created this in a VC++ Debug Mode. If I set the structure alignment option
as /Zp8 ( default ),
everything works fine but when I change to /Zp1, it cribs at the line where i
do 
delete parser. The error is
 
 DAMAGE: after Normal block(#48) at 0x010c.......
 
 
 
could anyone tell me why this is happening?
 
Your help will be Highly appreciated...
 
Regards and Thanks
gopi