Re: [Cppcms-users] Segfaults in async_complete_response()
Brought to you by:
artyom-beilis
From: Artyom <art...@ya...> - 2010-11-26 21:17:56
|
> Subject: [Cppcms-users] Segfaults in async_complete_response() > > Hallo, > > I just caught another segfault in asynchronous application handling. > Backtrace is attached. - Is this version from trunk or 0.99.4? - Do you have any specific scenario when this happens, the way to recreate it would be very helpful. - Can you see in debugger what is the exact object got destroyed in cppcms/booster/booster/refcounted.h:68 What is its type. (i.e. what is the problematic object that is derived from refcounted fails in the dtor? It seems that something fails in destructor or memory corruption. > May I open a bug for it? Yes, this is good to have bugs in trunking system (when they get fixed :-) ) > > Thanks, > Julian Artyom |