You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-users@xalan.apache.org by Saify Ranapurwala <sa...@etrade.com> on 2002/06/08 04:11:50 UTC

core dump while cleaning up DOMParser

When I call XMLPlatformUtils:: Terminate(), I get a core dump.
When I debug the core, it gives me following :
 
current thread: t@1 <ma...@1> 
=>[1] pthread_mutex_lock(0x0, 0x12c0, 0xc5634, 0x0, 0x213e0, 0xfeb98528), at
0xfe0cb73c
  [2] XMLPlatformUtils::atomicDecrement(0x1d17c0, 0xfecad120, 0x8,
0xff3e3bf0, 0x293e4, 0xff3bdcd0), at 0xfeb98528
  [3] DOMString::~DOMString(0x18faf8, 0x2, 0xfec5db40, 0x1d17bc, 0x17998,
0x19edc0), at 0xfeb3014c
  [4] XMLDeclImpl::~XMLDeclImpl(0x18fad8, 0x3, 0x0, 0x0, 0xff3e2660,
0x2e224), at 0xfebcb6d8
  [5] NodeImpl::deleteIf(0x19ff88, 0x19edc0, 0x18fad8, 0xff3e3bf0, 0x293e4,
0xff3bdcd0), at 0xfeb6bf20
  [6] DOM_Node::~DOM_Node(0x10d4fc, 0x2, 0x3, 0x348a0, 0x17998, 0xfe3bb2b0),
at 0xfeb2a5bc
  [7] __STATIC_DESTRUCTOR(0xff29b8d4, 0x1b6, 0xff3a1030, 0x0, 0xff3e2660,
0xff28eb08), at 0xae89c
  [8] _fini(0xff33e0c4, 0x0, 0xff3a1030, 0x0, 0x21fb8, 0xff29b948), at
0xe9004
  [9] _exithandle(0xff33a620, 0x2, 0xffbee08c, 0xfe6219c8, 0x10c748,
0xff33801c), at 0xff29b960
  [10] exit(0x0, 0xffbee08c, 0xffbee0f8, 0x10c400, 0x0, 0x0), at 0xff31be70
(dbx)        
 
Does anyone what the problem is ? Is there any workaround for not getting
this core ?
 
Thx
Saify