View Single Post
  #1 (permalink)  
Old 09-25-2004
oops oops is offline
Registered User
 
 
Join Date: Sep 2004
Location: Shanghai.China
Posts: 9
"Filesystem demo" runtime error

I am writing the "Filesystem demo" on the user mannul.
It compiled well and linked well but resulted in a runtime error.
When I steped over the code, I found a sentence

Ice::Identity myID = Ice::stringToIdentity( parent ? IceUtil::generateUUID() : "RootDir" );

triggered this debug assertion failure .

It seems that this segment of code in <xstring> caused the assertion failure when calling IceUtil::generateUUID().

~basic_string()
{ // destroy the string
_Tidy(true);
}

I don't know what's that.Anyone can help me?

regards
oops
Attached Thumbnails
filesystem-demo-runtime-error-debug-fail.jpg  

Last edited by oops : 09-25-2004 at 05:40 AM.
Reply With Quote