1 2 3 4 5 6 7 8 9 10 11 12 13
|
(gdb) where
#0 std::_Rb_tree<Object*, std::pair<Object* const, double>, std::_Select1st<std::pair<Object* const, double> >, CompareObjectsGPP, std::allocator<std::pair<Object* const, double> > >::_M_insert (
this=0x10058ca78, __x=0x4072b6, __p=0x7fffffa4bec0, __v=@0x5864b0) at /usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stl_tree.h:813
#1 0x000000000040d71b in std::_Rb_tree<Object*, std::pair<Object* const, double>, std::_Select1st<std::pair<Object* const, double> >, CompareObjectsGPP, std::allocator<std::pair<Object* const, double> > >::insert_unique (this=0x586570, __position={_M_node = 0x5865f0}, __v=@0x7fffffa4c010) at /usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stl_tree.h:957
#2 0x000000000040d9c9 in std::map<Object*, double, CompareObjectsGPP, std::allocator<std::pair<Object* const, double> > >::insert (this=0x586570, position={_M_node = 0x5865f0}, __x=@0x7fffffa4c010)
at /usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stl_map.h:420
#3 0x000000000040da7a in std::map<Object*, double, CompareObjectsGPP, std::allocator<std::pair<Object* const, double> > >::operator[] (this=0x586570, __k=@0x58be68)
at /usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stl_map.h:348
#4 0x0000000000403f3f in LosslessMuSampled2::add (this=0x5152e0, gp=13, parent=0x58cbb0, children=@0x58caf0) at LosslessMuSampled2.h:107
#5 0x000000000040454a in SLLosslessSamplerConsistent::coreSampling (this=0x5152b0, start=@0x7fffffa4c240, gp=13, parentBlank=3, parentMovedTile=3, op=1, lookahead=0) at SLLosslessSamplerConsistent.h:122
#6 0x0000000000404876 in SLLosslessSamplerConsistent::sample (this=0x5152b0, start=@0x7fffffa4c240, lookahead=0) at SLLosslessSamplerConsistent.h:102
#7 0x00000000004054f0 in main (argc=7, argv=0x7fffffa4c5f8) at MainSlidingTileSampler.cpp:122
| |