RE: snmpd under cygwin gdb.

2004-07-30 Thread William R. Buckley
Sent: Thursday, July 29, 2004 4:05 PM To: [EMAIL PROTECTED] Subject: snmpd under cygwin gdb. Hi All, I am getting this segmentation fault error while trying to run snmpd under cygwin gdb. Any suggestions or ideas? Thanks for your help in advance. Kmesh bash-2.05b$ cd bash-2.05b

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

Re: snmpd under cygwin gdb.

2004-07-30 Thread kumaresh malli
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 finger as MS code, it would be worth looking a little more

Re: snmpd under cygwin gdb.

2004-07-30 Thread kumaresh malli
in ?? () (gdb) Thanks Kumaresh Malli On Fri, 30 Jul 2004 09:37:00 +0100, Dave Shield [EMAIL PROTECTED] wrote: 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