Re: [Cppcms-users] feedback after testing cppcms svn trunk compiled with msvc2005
Brought to you by:
artyom-beilis
From: Cristian O. <one...@gm...> - 2011-01-21 09:25:27
|
On Fri, Jan 21, 2011 at 8:15 AM, Artyom <art...@ya...> wrote: > Hello, > > I've committed infinite loop and urandom patches. > - the backtrace patch, no needed to do it the way you did > as I already has support of older SDK. Just changed ifdef > check if it works About the backtrace fix: I thought of that yesterday but when I tried it I was getting a crash (ESP not maintained correctly) but today when I've tried it again it works as expected so I must have messed up my build yesterday - the bottom line is that the backtrace code from trunk works here also > - Apache/win32 shutdown support added as well, pleas check this. Thanks, it looks much better that way but it still needs a fix. After the scope is left the objects are destroyed thus causing a crash (see the attached patch for one possible solution). > Artyom Regards, Cristian |