You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ns-3-...@googlegroups.com
Dear All,
Kindly someone help me out to solve this Problem:
ubuntu@ubuntu:~/ns-3-dev$ ./waf --run "scratch/vanet-routing-compare --protocol=2 --scenario=2" Waf: Entering directory `/home/ubuntu/ns-3-dev/build' Waf: Leaving directory `/home/ubuntu/ns-3-dev/build' Build commands will be stored in build/compile_commands.json 'build' finished successfully (1.486s) Routing Setup for AODV assert failed. cond="m_ptr", msg="Attempted to dereference zero pointer", +0.000000000s -1 file=./ns3/ptr.h, line=630 terminate called without an active exception Command ['/home/ubuntu/ns-3-dev/build/scratch/vanet-routing-compare', '--protocol=2', '--scenario=2'] terminated with signal SIGIOT. Run it under a debugger to get more information (./waf --run <program> --gdb").
Shilpi Mittal
unread,
Apr 8, 2021, 10:13:37โฏPM4/8/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ns-3-...@googlegroups.com
Hi teammates,
Kindly solve my problem. Send ur suggestions please
Tom Henderson
unread,
Apr 8, 2021, 11:10:56โฏPM4/8/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ns-3-...@googlegroups.com, Shilpi Mittal
On 4/8/21 7:13 PM, Shilpi Mittal wrote:
> Hi teammates,
>
> Kindly solve my problem. Send ur suggestions please
I am not sure about the below program error; did you modify ns-3 or the
program vanet-routing-compare.cc?
If you download and build the latest development version of ns-3-dev,
this program should run successfully as you configured it:
Since the ns-3.33 release in January, some bugs were fixed in this
example program, so if you are using a released version of ns-3, this
program may not work for the above configuration. However, it does not
produce the error that you list below.
To debug errors like this in general, we recommend to use gdb:
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ns-3-...@googlegroups.com
Thanks Tom for your support. Bug has been resolved.๐
Jian Liu
unread,
Apr 4, 2022, 2:34:04โฏPM4/4/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ns-3-users
Could I ask how did you solve the problem? I am facing the same error.
Tom Henderson
unread,
Apr 4, 2022, 2:42:36โฏPM4/4/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ns-3-...@googlegroups.com
On 4/4/22 11:34, Jian Liu wrote:
> Could I ask how did you solve the problem? I am facing the same error.
Either using git or using a web browser, you can have a look at the git
history of vanet-routing-compare.cc and see the changes that were made
recently.