init_agent crash

2004-07-09 Thread Carlos Cantu
Calling init_agent() twice on PPC crashes netsnmp. But not on Intel. Both running 5.0.8. May be more of a timing issue than an architecture issue though. The init_agent() may not be called twice on the PC because we might actually connect the first time through our code. I'll have to investiga

Re: init_agent crash

2004-07-21 Thread Dave Shield
> 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 eve

Re: init_agent crash

2004-07-21 Thread Carlos Cantu
> 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* t