< Previous by Date Date Index Next by Date >
< Previous in Thread Thread Index Next in Thread >

RE: [reSIProcate] a crashing bug


Do you know what the stack trace is when the crash happens?  I'm not
sure that just removing this is correct.

> -----Original Message-----
> From: resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxx
[mailto:resiprocate-
> devel-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of Wenwei Xu
> Sent: Tuesday, June 13, 2006 7:48 PM
> To: 'resiprocate-devel'
> Subject: [reSIProcate] a crashing bug
> 
> Hello!
> 
> For the following piece of code in TransactionState.cxx, we found that
> sometimes the statement "delete this" will cause the SIP stack to
crash.
> Since there is a process to delete the TransactionState object anyway
in
> somewhere else, shall we just comment out this line?
> 
> Thanks,
> Wenwei Xu
> 
> //================= TransactionState.cxx ======================
> void
> TransactionState::processNoDnsResults()
> {
>     ......
> 
>    if (mMachine != Stateless)
>    {
>          //delete this; //shall we comment out this line?
>    }
> }
> 
> 
> _______________________________________________
> resiprocate-devel mailing list
> resiprocate-devel@xxxxxxxxxxxxxxxxxxx
> https://list.sipfoundry.org/mailman/listinfo/resiprocate-devel