I am getting an error while running a simulation as follows:
Command ['/home/ns3/ns-3-allinone/ns-3-dev/build/debug/scratch/
collision_rate', '--distance=400', '--tracing=1'] exited with code -11
No more information is provided and I can't find the cause. Is there a
way to get more information? Or a list of what error codes mean?
Thanks,
João
For a quick start:
./waf --run collision_rate --command-template="gdb %s"
Then type "run", your sim will run til the segfault.
Then type "backtrace" and you should be able to see where it occured.
See also
http://www.nsnam.org/wiki/index.php/User_FAQ#How_to_run_NS-3_programs_under_another_tool
Regards, Bj�rn
> Jo�o
>
>
Hi,
I am getting an error while running a simulation as follows:
Command ['/home/ns3/ns-3-allinone/ns-3-dev/build/debug/scratch/
collision_rate', '--distance=400', '--tracing=1'] exited with code -11
No more information is provided and I can't find the cause. Is there a
way to get more information? Or a list of what error codes mean?
Thanks,
João
--
You received this message because you are subscribed to the Google Groups "ns-3-users" group.
To post to this group, send email to ns-3-...@googlegroups.com.
To unsubscribe from this group, send email to ns-3-users+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/ns-3-users?hl=en.