
Hi,
I wasn't expecting this particular outcome, and can't find any way around the problem. I realize the MIB may be the stimulus, but I was hoping to at least handle this situation and can't seem to figure out how.
Any help is much appreciated.
Joe Seekata
on linux:
Program received signal SIGSEGV, Segmentation fault. chunk_free (ar_ptr=0x4015f040, p=0x8067588) at malloc.c:2985 (gdb) where #0 chunk_free (ar_ptr=0x4015f040, p=0x8067588) at malloc.c:2985 #1 0x400cad75 in __libc_free (mem=0x8067590) at malloc.c:2959 #2 0x4001ddb9 in smiFree (ptr=0x8067590) at util.c:130 #3 0x4001b782 in smiFreeData () at data.c:3445 #4 0x4001e454 in smiExit () at smi.c:273 #5 0x8048fde in main (argc=2, argv=0xbffffc04) at smilint.c:209
on windows:
_free_dbg_lk(void * 0x00351a50, int 1) line 1017 + 82 bytes _free_dbg(void * 0x00351a50, int 1) line 970 + 13 bytes free(void * 0x00351a50) line 926 + 11 bytes smiFree(void * 0x00351a50) line 130 + 9 bytes smiFreeData() line 3453 + 9 bytes smiExit() line 275 main(int 2, char * * 0x00300ed0) line 211 mainCRTStartup() line 206 + 25 bytes KERNEL32! 77f1b9ea()
_________________________________________________________________ MSN Photos is the easiest way to share and print your photos: http://photos.msn.com/support/worldwide.aspx

Hi!
Joey> I wasn't expecting this particular outcome, and can't find any way Joey> around the problem. I realize the MIB may be the stimulus, but I was Joey> hoping to at least handle this situation and can't seem to figure out Joey> how.
Joey> Any help is much appreciated.
Thank you, Joey! There's been a bug in the range normalization code that caused dangling pointers after reading the type of the vlanPortAuxiliaryVlan object (INTEGER ( 0|1..1000|1025..4094|4095|4096 )), which is a little bit uncommon, but perfectly legal. I've just fixed libsmi and commited the fix to the anonymous CVS repository.
-frank
participants (2)
-
Frank Strauss
-
Joey Seek