I've got rid of ALL SecBlocks in my program, and everything worked fineon 
Linux, while Windows caught HashVerification, but that assert didn't occur. 
Anyway, today I've added a small function which has nothing to do with 
encryption:
>
> void GoodFinish(fstream & In, fstream & Out, wxString & temp_path, 
>> wxString & first)
>
> {
>
>     if(In.is_open()) In.close();
>
>     if(Out.is_open()) Out.close();
>
>     SmartRename(temp_path, first);
>
>     if(FromSink!=NULL) EntangleSink::Clean();
>
> }
>
> And guess what? That assert returned! *And I've finally got more 
information on it!* 

<https://lh6.googleusercontent.com/-vlLA7W6KJ0Y/VQrDaX9qq2I/AAAAAAAAAwk/iMJC_IPFV5Q/s1600/2015-03-15%2B13-30-21%2B%D0%A1%D0%BA%D1%80%D0%B8%D0%BD%D1%88%D0%BE%D1%82%2B%D1%8D%D0%BA%D1%80%D0%B0%D0%BD%D0%B0.png>

<https://lh3.googleusercontent.com/-2gGeg9OaD3g/VQrDkBZAz5I/AAAAAAAAAws/VU3fZTqq80I/s1600/2015-03-15%2B13-28-05%2B%D0%A1%D0%BA%D1%80%D0%B8%D0%BD%D1%88%D0%BE%D1%82%2B%D1%8D%D0%BA%D1%80%D0%B0%D0%BD%D0%B0.png>
That's the GDB output and the call stack.
What do you think about it?

-- 
-- 
You received this message because you are subscribed to the "Crypto++ Users" 
Google Group.
To unsubscribe, send an email to [email protected].
More information about Crypto++ and this group is available at 
http://www.cryptopp.com.
--- 
You received this message because you are subscribed to the Google Groups 
"Crypto++ Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to