RE: 5.2 crash in win32

2004-12-09 Thread Gillis, Philip W (Philip)
: Gillis, Philip W (Philip) Cc: Net-Snmp-Coders (E-mail) Subject: Re: 5.2 crash in win32 Gillis, Philip W (Philip) wrote: > Alex, > > I reinstalled all the source, cleaned and re-built libsnmp and snmptranslate, > in that order. > Problem still happens, with same stack trace. Str

Re: 5.2 crash in win32

2004-12-09 Thread Alex Burger
) Subject: Re: 5.2 crash in win32 Hi Phil. If you download a fresh 5.2 source and compile without changing any code, does the problem go away? Alex Gillis, Philip W (Philip) wrote: Alex, No, the binary works fine! Hmmm. Don't know what's different. I'll attach libsnmp.dsp. May

RE: 5.2 crash in win32

2004-12-09 Thread Gillis, Philip W (Philip)
, Philip W (Philip) Cc: Net-Snmp-Coders (E-mail) Subject: Re: 5.2 crash in win32 Hi Phil. If you download a fresh 5.2 source and compile without changing any code, does the problem go away? Alex Gillis, Philip W (Philip) wrote: > Alex, > > No, the binary works fine! Hmmm. Don'

Re: 5.2 crash in win32

2004-12-09 Thread Alex Burger
yours and spot something, perhaps a preprocessor define or something. Thanks, Phil Gillis -Original Message- From: Alex Burger [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 08, 2004 3:22 PM To: Gillis, Philip W (Philip) Cc: Net-Snmp-Coders (E-mail) Subject: Re: 5.2 crash in win32 Hi Phil.

RE: 5.2 crash in win32

2004-12-09 Thread Gillis, Philip W (Philip)
PROTECTED] Sent: Wednesday, December 08, 2004 3:22 PM To: Gillis, Philip W (Philip) Cc: Net-Snmp-Coders (E-mail) Subject: Re: 5.2 crash in win32 Hi Phil. If you use the compiled snmptranslate from the Win32 binary available at SF, do you get the same crash? I'll add your patch to CVS a

Re: 5.2 crash in win32

2004-12-08 Thread Alex Burger
r 06, 2004 10:15 PM To: Gillis, Philip W (Philip) Cc: Net-Snmp-Coders (E-mail) Subject: Re: 5.2 crash in win32 Hi Phil. Gillis, Philip W (Philip) wrote: In 5.2 win32, my snmp commands now crash, quite early on. What version of Windows and MSVC are you using? I tracked it to netsnmp_getenv() in libsnmp

RE: 5.2 crash in win32

2004-12-07 Thread Gillis, Philip W (Philip)
D] Sent: Monday, December 06, 2004 10:15 PM To: Gillis, Philip W (Philip) Cc: Net-Snmp-Coders (E-mail) Subject: Re: 5.2 crash in win32 Hi Phil. Gillis, Philip W (Philip) wrote: > In 5.2 win32, my snmp commands now crash, quite early on. What version of Windows and MSVC are you using?

Re: 5.2 crash in win32

2004-12-06 Thread Alex Burger
Hi Phil. Gillis, Philip W (Philip) wrote: In 5.2 win32, my snmp commands now crash, quite early on. What version of Windows and MSVC are you using? I tracked it to netsnmp_getenv() in libsnmp\tools.c. First, it sets temp = getenv(name), then looks in the registry if name was not found in the re

5.2 crash in win32

2004-12-06 Thread Gillis, Philip W (Philip)
In 5.2  win32, my snmp commands now crash, quite early on.   I tracked it to netsnmp_getenv() in libsnmp\tools.c.  First, it sets temp = getenv(name), then looks in the registry if name was not found in the registry.  Then it calls setenv(temp) to set it from now on.  Then (here comes the