sheperson
March 3rd, 2010, 06:09 PM
Hi,
I have compiled ns-2 on Ubuntu 9.10. Now when I try to run a simulation, I get segmentation fault error.
I tried gdb with ns (without debug enabled), and got this:
Program received signal SIGSEGV, Segmentation fault.
_IO_fread (buf=0xbfffd582, size=10, count=1, fp=0x0) at iofread.c:43
43 iofread.c: No such file or directory.
in iofread.c
I tried to enable debugging options in ns-2, using
./configure --enable-debug
but I get many errors, so I have to compile ns-2 without debug enabled.
Does anyone have any idea what is going on?
Thanks.
I have compiled ns-2 on Ubuntu 9.10. Now when I try to run a simulation, I get segmentation fault error.
I tried gdb with ns (without debug enabled), and got this:
Program received signal SIGSEGV, Segmentation fault.
_IO_fread (buf=0xbfffd582, size=10, count=1, fp=0x0) at iofread.c:43
43 iofread.c: No such file or directory.
in iofread.c
I tried to enable debugging options in ns-2, using
./configure --enable-debug
but I get many errors, so I have to compile ns-2 without debug enabled.
Does anyone have any idea what is going on?
Thanks.