Guest User

Untitled

a guest
Nov 26th, 2012
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
GDB 2.24 KB | None | 0 0
  1. terminate called after throwing an instance of 'std::bad_alloc'
  2.   what():  St9bad_alloc
  3.  
  4. Program received signal SIGABRT, Aborted.
  5. 0x008c7410 in ?? ()
  6. (gdb) bt
  7. #0  0x008c7410 in ?? ()
  8. #1  0xbfffe8ec in ?? ()
  9. #2  0x00000006 in ?? ()
  10. #3  0x000052f4 in ?? ()
  11. #4  0x005e6df0 in raise () from /lib/libc.so.6
  12. #5  0x005e8701 in abort () from /lib/libc.so.6
  13. #6  0x080cb517 in __gnu_cxx::__verbose_terminate_handler () at ../../../../libstdc++-v3/libsupc++/vterminate.cc:96
  14. #7  0x080c0c59 in __cxxabiv1::__terminate (handler=0x80cb420 <__gnu_cxx::__verbose_terminate_handler()>) at ../../../../libstdc++-v3/libsupc++/eh_terminate.cc:43
  15. #8  0x080c0c83 in std::terminate () at ../../../../libstdc++-v3/libsupc++/eh_terminate.cc:53
  16. #9  0x080c0dae in __cxa_throw (obj=0x8115a30, tinfo=0x0, dest=0) at ../../../../libstdc++-v3/libsupc++/eh_throw.cc:80
  17. #10 0x080c0e8f in operator new (sz=80) at ../../../../libstdc++-v3/libsupc++/new:56
  18. #11 0x080504c5 in __gnu_cxx::new_allocator<insn_packet_t>::allocate (this=0xbfffeba8, __n=4) at /ncsu/gcc346/.install/@sys/bin/../lib/gcc/i686-pc-linux-gnu/3.4.6/../../../../include/c++/3.4.6/ext/new_allocator.h:81
  19. #12 0x0804fb2e in std::_Vector_base<insn_packet_t, std::allocator<insn_packet_t> >::_M_allocate (this=0xbfffeba8, __n=4) at /ncsu/gcc346/.install/@sys/bin/../lib/gcc/i686-pc-linux-gnu/3.4.6/../../../../include/c++/3.4.6/bits/stl_vector.h:113
  20. #13 0x0804ed03 in std::_Vector_base<insn_packet_t, std::allocator<insn_packet_t> >::_Vector_base (this=0xbfffeba8, __n=4, __a=...) at /ncsu/gcc346/.install/@sys/bin/../lib/gcc/i686-pc-linux-gnu/3.4.6/../../../../include/c++/3.4.6/bits/stl_vector.h:100
  21. #14 0x0804e219 in std::vector<insn_packet_t, std::allocator<insn_packet_t> >::vector (this=0xbfffeba8, __x=...) at /ncsu/gcc346/.install/@sys/bin/../lib/gcc/i686-pc-linux-gnu/3.4.6/../../../../include/c++/3.4.6/bits/stl_vector.h:221
  22. #15 0x0804de1c in Trace::Trace (this=0xbfffeba0, _ctor_arg=...) at TraceCache.cc:34
  23. #16 0x0804d37a in Cache::write (this=0x81f14e8, trace=...) at TraceCache.cc:55
  24. #17 0x0805116a in FillLogic::add_insn (this=0x81f1518, insn_packet=...) at FillLogic.cc:29
  25. #18 0x0805227c in processor::fetch (this=0xb7d33008) at fetch.cc:376
  26. #19 0x0805dbb2 in trace_consume () at simulator.cc:63
  27. #20 0x080644de in main ()
Advertisement
Add Comment
Please, Sign In to add comment