This is a discussion on RE: snmp_sess_close() within the SNMP Coders forums, part of the Networking and Network Related category; On Tue, 2005-11-08 at 16:23 -0500, Haizhu Liu wrote: > I have a member function closeSession() and ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On Tue, 2005-11-08 at 16:23 -0500, Haizhu Liu wrote:
> I have a member function closeSession() and destructor that calls > closeSession() [snip] > If I comment out the actions in destructor, the code runs fine. > I don't understand why. The core seems to yell on double free. All I can suggest is that you run this code under a debugger, and set a breakpoint in 'snmp_sess_close' (or possibly 'snmp_free_session') Then issue a backtrace to detect where this is being called from. That might help in tracking down what's happening. Dave ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ Net-snmp-coders mailing list Net-snmp-coders@lists.sourceforge.net https://lists.sourceforge.net/lists/...et-snmp-coders |