Re: Threading and Net-SNMP

2005-08-12 Thread Vili Germic
Hi, I'm using SINGLE SESSION API (snmp_sess_opnen, snmp_sess_send,...) and standard posix threads and mutex locking in my multithreaded app for sending SNMP notifications. Everything works FINE for SENDING TRAPS and INFORMS! But, I'm having huge problem with handling snmp inform RESPONSES!

Re: MIB Browsers

2005-05-19 Thread Vili Germic
Hi, I found a very useful and powerful tool: MG-SOFT's MIB Browser (www.mg-soft.com) You can download it from their home page... Steve Comfort wrote: Hi all, There appear to be a plethora of MIB browsers (commercial and freeware) out there. Can anyone recommend any in particular? Ideally we'd

Re: Sending traps in another thread

2004-10-28 Thread Vili Germic
r bad memory accesses. So your pointer may be invalid? Can you dump out what you allocate and what you free? Again adding trace is essential. Much appreciated, Garyc - Original Message - From: "Vili Germic" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, October 27, 2004 6

Sending traps in another thread

2004-10-27 Thread Vili Germic
Hi all, I'm writting NET-Snmp sub agent. Has anybody tried to send traps in other thread that in main thread of sub agent? I'm having problems when snmp_free_pdu() is called. (segmentation fault). Any ideas on this? Has anybody do something like this? Best regards, Vili