: 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
)
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
, 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'
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.
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
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
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?
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
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