terminate called without an active exception

233 views
Skip to first unread message

pippalla Lakshmi Ramesh

unread,
Jan 16, 2023, 11:51:14 PM1/16/23
to ns-3-users
Hello Every one.

I tried this command     /waf --run sat-mobility-position-generator --vis

then i got this error

sg="This collector instance has not been initialized yet.", +0.000000000s -1 file=../contrib/magister-stats/model/distribution-collector.cc, line=588
terminate called without an active exception
Command ['/home/ramesh/Desktop/ns-allinone-3.33/ns-3.33/build/scratch/sat-mobility-position-generator', '--SimulatorImplementationType=ns3::VisualSimulatorImpl'] terminated with signal SIGIOT. Run it under a debugger to get more information (./waf --run <program> --gdb").

Thanks in advance

Screenshot from 2023-01-17 10-18-36.png

Tom Henderson

unread,
Jan 17, 2023, 12:00:45 AM1/17/23
to ns-3-...@googlegroups.com, pippalla Lakshmi Ramesh
This error is involving modules outside of the main ns-3.  As the error message says, you may be able to run the program under the gdb debugger and step back in the execution to see what went wrong.

The command would be:  ./waf --command-template="gdb %s" --run sat-mobility-position-generator

and then at the (gdb) prompt, type 'run'

--
Posting to this group should follow these guidelines https://www.nsnam.org/wiki/Ns-3-users-guidelines-for-posting
---
You received this message because you are subscribed to the Google Groups "ns-3-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ns-3-users+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ns-3-users/80cca08c-cde3-45b2-8553-8896971a64edn%40googlegroups.com.


Reply all
Reply to author
Forward
0 new messages