Bugzilla – Bug 1324
visualizer crashes on example
Last modified: 2011-12-28 10:00:23 UTC
Bug reported here: http://groups.google.com/group/ns-3-users/browse_thread/thread/297f4c4e1379dd6f I was able to reproduce on an Ubuntu 11.10 32-bit system, after adding visualizer module to the examples/ipv6/wscript for this example (I think copying it to scratch has the same effect): /home/tomh/temp/release/ns-3-allinone/ns-3.13/src/visualizer/visualizer/core.py:1340: Warning: g_object_set_qdata: assertion `G_IS_OBJECT (object)' failed item = item.props.parent Command ['/home/tomh/temp/release/ns-3-allinone/ns-3.13/build/examples/ipv6/icmpv6-redirect', '--SimulatorImplementationType=ns3::VisualSimulatorImpl'] terminated with signal SIGSEGV. Run it under a debugger to get more information (./waf --run <program> --command-template="gdb --args %s <args>").
changeset: 7664:c71211df3a90 tag: tip user: Gustavo J. A. M. Carneiro <gjc@inescporto.pt> date: Wed Dec 28 14:59:54 2011 +0000 summary: Bug 1324 - visualizer crashes on example