Re: snmpd under cygwin gdb.

2004-07-30 Thread kumaresh malli
I just thought of adding this details too. I have not made any changes to net-snmp code. Planning to extend MIB module using C code. But right now, Just trying to set up development environment under cygwin. Downloaded net-snmp, compiled and able to run successfully as a stand alone program but fa

Re: snmpd under cygwin gdb.

2004-07-30 Thread kumaresh malli
Hi Dave, William, Here is some more details regarding the environment and back trace information. Still the segmentation fault points to kernel32.dll. Environment details: Host Platform: Microsoft Windows XP professional version 2002 Service Pack 1 Cygwin Version : 2.427 Net-Snmp Version: 5.1.

Re: snmpd under cygwin gdb.

2004-07-30 Thread Dave Shield
> I am getting this segmentation fault error while trying to run > snmpd under cygwin gdb. Any suggestions or ideas? This *might* be a bug in the Windows library, as William suggests. But it might also be a result of a failure in higher level code. I'd suggest that before trying to point the

RE: snmpd under cygwin gdb.

2004-07-30 Thread William R. Buckley
Why does the error message, announcing the segmentation fault, look as if it comes from the DLL (kernel32.dll), and not from snmpd? Could it be that the segmentation fault owes its observation to a failure of MS programmers to handle a GPF? MS code is well know to be full of bugs, so perhaps the