Advertisement
siddharth-gangadhar

dce-multiple-progErrors

Jul 28th, 2013
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.84 KB | None | 0 0
  1. Program received signal SIGUSR1, User defined signal 1.
  2. 0x000000332dc0f36b in raise () from /lib64/libpthread.so.0
  3. Missing separate debuginfos, use: debuginfo-install atk-1.28.0-2.el6.x86_64 cairo-1.8.8-3.1.el6.x86_64 expat-2.0.1-9.1.el6.x86_64 fontconfig-2.8.0-3.el6.x86_64 freetype-2.3.11-6.el6_2.9.x86_64 glib2-2.22.5-6.el6.x86_64 glibc-2.12-1.47.el6_2.12.x86_64 gsl-1.13-1.el6.x86_64 gtk2-2.18.9-6.el6.centos.x86_64 libX11-1.3-2.el6.x86_64 libXau-1.0.5-1.el6.x86_64 libXcomposite-0.4.1-2.el6.x86_64 libXcursor-1.1.10-2.el6.x86_64 libXdamage-1.1.2-1.el6.x86_64 libXext-1.1-3.el6.x86_64 libXfixes-4.0.4-1.el6.x86_64 libXi-1.3-3.el6.x86_64 libXinerama-1.1-1.el6.x86_64 libXrandr-1.3.0-4.el6.x86_64 libXrender-0.9.5-1.el6.x86_64 libgcc-4.4.6-3.el6.x86_64 libpng-1.2.49-1.el6_2.x86_64 libselinux-2.0.94-5.2.el6.x86_64 libstdc++-4.4.6-3.el6.x86_64 libxcb-1.5-1.el6.x86_64 libxml2-2.7.6-4.el6_2.4.x86_64 pango-1.28.1-3.el6_0.5.1.centos.x86_64 pixman-0.18.4-1.el6_0.1.x86_64 sqlite-3.6.20-1.el6.x86_64 zlib-1.2.3-27.el6.x86_64
  4. (gdb) bt
  5. #0  0x000000332dc0f36b in raise () from /lib64/libpthread.so.0
  6. #1  0x00007ffff7d09fcc in ns3::StackTrampoline::StackTrampoline (this=0x664b60) at ../model/pthread-fiber-manager.cc:143
  7. #2  0x00007ffff7d078f6 in ns3::PthreadFiberManager::PthreadFiberManager (this=0x65e2f0) at ../model/pthread-fiber-manager.cc:244
  8. #3  0x00007ffff7d10368 in ns3::TaskManager::SetFiberManagerType (this=0x65e3f0, type=ns3::TaskManager::PTHREAD_FIBER_MANAGER)
  9.     at ../model/task-manager.cc:508
  10. #4  0x00007ffff7d10b6f in ns3::MemberMethod::DoSet (this=0x64e760, object=0x65e3f0, v=0x65c1b0)
  11.     at /raid5/siddharth/siddharth/dce-dev-branch/dce/build/include/ns3-dev/ns3/attribute-accessor-helper.h:184
  12. #5  0x00007ffff7d12a19 in ns3::AccessorHelper<ns3::TaskManager, ns3::EnumValue>::Set (this=0x64e760, object=0x65e3f0, val=...)
  13.     at /raid5/siddharth/siddharth/dce-dev-branch/dce/build/include/ns3-dev/ns3/attribute-accessor-helper.h:74
  14. #6  0x00007ffff760a8fa in ns3::ObjectBase::DoSet (this=0x65e3f0, accessor=..., checker=..., value=...)
  15.     at ../src/core/model/object-base.cc:155
  16. #7  0x00007ffff760a1bc in ns3::ObjectBase::ConstructSelf (this=0x65e3f0, attributes=...) at ../src/core/model/object-base.cc:134
  17. #8  0x00007ffff760eb14 in ns3::Object::Construct (this=0x65e3f0, attributes=...) at ../src/core/model/object.cc:141
  18. #9  0x00007ffff76738fc in ns3::ObjectFactory::Create (this=0x7fffffffc7f0) at ../src/core/model/object-factory.cc:97
  19. #10 0x00007ffff7d6ba65 in ns3::ObjectFactory::Create<ns3::TaskManager> (this=0x7fffffffc7f0)
  20.     at /raid5/siddharth/siddharth/dce-dev-branch/dce/build/include/ns3-dev/ns3/object-factory.h:149
  21. #11 0x00007ffff7d6a3e5 in ns3::DceManagerHelper::Install (this=0x7fffffffc7a0, nodes=...) at ../helper/dce-manager-helper.cc:106
  22. #12 0x000000000041255e in main (argc=1, argv=0x7fffffffde08) at ../example/dce-tcp-ns3-nsc-comparison.cc:209
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement