Bug 1408 - Heap scheduler asserts on MANET example
Heap scheduler asserts on MANET example
Status: CONFIRMED
Product: ns-3
Classification: Unclassified
Component: core
pre-release
All All
: P5 normal
Assigned To: Mathieu Lacage
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2012-04-06 16:02 EDT by Tom Henderson
Modified: 2013-04-26 14:59 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Henderson 2012-04-06 16:02:08 EDT
(with an optimized build, on a machine (ns-test) with gsl installed)

./waf --run "manet-routing-compare --SchedulerType=ns3::HeapScheduler"
gsl: qags.c:543: ERROR: number of iterations was insufficient
Default GSL error handler invoked.

(gdb) bt
#0  0x00007ffff024ea75 in *__GI_raise (sig=<value optimized out>)
    at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
#1  0x00007ffff02525c0 in *__GI_abort () at abort.c:92
#2  0x00007ffff0a9e8e5 in __gnu_cxx::__verbose_terminate_handler() ()
   from /usr/lib/libstdc++.so.6
#3  0x00007ffff0a9cd16 in ?? () from /usr/lib/libstdc++.so.6
#4  0x00007ffff0a9cd43 in std::terminate() () from /usr/lib/libstdc++.so.6
#5  0x00007ffff46cc3cd in ns3::DefaultSimulatorImpl::ProcessOneEvent (
    this=0x658ef0) at ../src/core/model/default-simulator-impl.cc:124
#6  0x00007ffff46cc779 in ns3::DefaultSimulatorImpl::Run (this=0x658ef0)
    at ../src/core/model/default-simulator-impl.cc:183
#7  0x00007ffff46c7be1 in ns3::Simulator::Run ()
    at ../src/core/model/simulator.cc:156
#8  0x0000000000413244 in RoutingExperiment::Run (this=0x7fffffffdfc0, 
    nSinks=10, txp=7.5, CSVfileName=...)
    at ../examples/routing/manet-routing-compare.cc:372
#9  0x000000000040f1ff in main (argc=2, argv=0x7fffffffe328)
    at ../examples/routing/manet-routing-compare.cc:218