Bug 1408

Summary: Heap scheduler asserts on MANET example
Product: ns-3 Reporter: Tom Henderson <tomh>
Component: coreAssignee: Mathieu Lacage <mathieu.lacage>
Status: CONFIRMED ---    
Severity: normal CC: mathieu.lacage, ns-bugs
Priority: P5    
Version: pre-release   
Hardware: All   
OS: All   

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