Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- terminate called after throwing an instance of 'std::bad_alloc'
- what(): St9bad_alloc
- Program received signal SIGABRT, Aborted.
- 0x008c7410 in ?? ()
- (gdb) bt
- #0 0x008c7410 in ?? ()
- #1 0xbfffe8ec in ?? ()
- #2 0x00000006 in ?? ()
- #3 0x000052f4 in ?? ()
- #4 0x005e6df0 in raise () from /lib/libc.so.6
- #5 0x005e8701 in abort () from /lib/libc.so.6
- #6 0x080cb517 in __gnu_cxx::__verbose_terminate_handler () at ../../../../libstdc++-v3/libsupc++/vterminate.cc:96
- #7 0x080c0c59 in __cxxabiv1::__terminate (handler=0x80cb420 <__gnu_cxx::__verbose_terminate_handler()>) at ../../../../libstdc++-v3/libsupc++/eh_terminate.cc:43
- #8 0x080c0c83 in std::terminate () at ../../../../libstdc++-v3/libsupc++/eh_terminate.cc:53
- #9 0x080c0dae in __cxa_throw (obj=0x8115a30, tinfo=0x0, dest=0) at ../../../../libstdc++-v3/libsupc++/eh_throw.cc:80
- #10 0x080c0e8f in operator new (sz=80) at ../../../../libstdc++-v3/libsupc++/new:56
- #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
- #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
- #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
- #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
- #15 0x0804de1c in Trace::Trace (this=0xbfffeba0, _ctor_arg=...) at TraceCache.cc:34
- #16 0x0804d37a in Cache::write (this=0x81f14e8, trace=...) at TraceCache.cc:55
- #17 0x0805116a in FillLogic::add_insn (this=0x81f1518, insn_packet=...) at FillLogic.cc:29
- #18 0x0805227c in processor::fetch (this=0xb7d33008) at fetch.cc:376
- #19 0x0805dbb2 in trace_consume () at simulator.cc:63
- #20 0x080644de in main ()
Advertisement
Add Comment
Please, Sign In to add comment