> Calling init_agent() twice on PPC crashes netsnmp..... > Just posting here to find out if there is a double- > init issue with init_agent(),
I suspect this is something that probably hasn't really been looked at before. In general, we wouldn't normally call this routine twice. And even if we did, the second call should return almost immediately without actually doing anything. It would be extremely useful to know *where* the agent is crashing. All I can think is that something is trying to make use of the AgentX connection (since that's the only bit that *can* return a failure) and choking when it finds that this connection isn't available. Dave ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Net-snmp-users mailing list [EMAIL PROTECTED] Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users
