Comment 6 for bug 1580623

Revision history for this message
mdavidsaver (mdavidsaver) wrote :

I'm still not able to reproduce this issue. I can think of two possible source of this crash. Either a logic error ~ipAddrToAsciiTransactionPrivate or this dtor is never called.

The attached patch simplifies the situation by removing the use of some free list and new+delete operator overloading.

Heinz, can you see if this patch changes anything? Also, can you say whether ~ipAddrToAsciiTransactionPrivate has been called via. ~msgForMultiplyDefinedPV before the crash occurs?