Skip to Content.
Sympa Menu

mace-opensaml-users - RE: Creating an XMLObject - C++

Subject: OpenSAML user discussion

List archive

RE: Creating an XMLObject - C++


Chronological Thread 
  • From: "Brian Sheely" <>
  • To: <>
  • Subject: RE: Creating an XMLObject - C++
  • Date: Mon, 7 Jan 2008 12:40:26 -0800

Wow... the call stack was right in front of me! I actually make this
call in two different methods. In the first, I pass in an AuthnRequest.
The call stack is:

> xerces-c_2_8.dll!xercesc_2_8::XMLString::replicate(const char *
const toRep=0x00641c48, xercesc_2_8::MemoryManager * const
manager=0x00e76d78) Line 516 + 0xd bytes C++
xerces-c_2_8.dll!xercesc_2_8::XMLException::XMLException(const
char * const srcFile=0xe06d7363, const unsigned int srcLine=1,
xercesc_2_8::MemoryManager * const memoryManager=0x00000003) Line 156 +
0xc bytes C++
xmltooling1_0.dll!xmltooling::DateTime::parseInt(const int
start=5, const int end=7) Line 1349 + 0x2a bytes C++
xmltooling1_0.dll!xmltooling::DateTime::getYearMonth() Line
1092 C++
xmltooling1_0.dll!xmltooling::DateTime::getDate() Line 953
C++

In the second, I pass in a Response, but the call stack is identical:

> xerces-c_2_8.dll!xercesc_2_8::XMLString::replicate(const char *
const toRep=0x00641c48, xercesc_2_8::MemoryManager * const
manager=0x00e76d78) Line 516 + 0xd bytes C++
xerces-c_2_8.dll!xercesc_2_8::XMLException::XMLException(const
char * const srcFile=0xe06d7363, const unsigned int srcLine=1,
xercesc_2_8::MemoryManager * const memoryManager=0x00000003) Line 156 +
0xc bytes C++
xmltooling1_0.dll!xmltooling::DateTime::parseInt(const int
start=5, const int end=7) Line 1349 + 0x2a bytes C++
xmltooling1_0.dll!xmltooling::DateTime::getYearMonth() Line
1092 C++
xmltooling1_0.dll!xmltooling::DateTime::getDate() Line 953
C++
xmltooling1_0.dll!xmltooling::DateTime::parseDateTime() Line
535 C++

Brian Sheely




Archive powered by MHonArc 2.6.16.

Top of Page