Advertisement
robn

Untitled

Mar 22nd, 2011
429
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.21 KB | None | 0 0
  1. Address 0xcdc35d0 is 0 bytes inside a block of size 16 free'd
  2. at 0x4023881: operator delete(void*) (vg_replace_malloc.c:387)
  3. by 0x417D324: sigc::signal_base::operator=(sigc::signal_base const&) (in /usr/lib/libsigc-2.0.so.0.0.0)
  4. by 0x805CB4D: sigc::signal0<void, sigc::nil>::operator=(sigc::signal0<void, sigc::nil> const&) (signal.h:2636)
  5. by 0x805CB6B: sigc::signal<void, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::operator=(sigc::signal<void, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil> const&) (signal.h:3541)
  6. by 0x805CB8F: DeleteEmitter::operator=(DeleteEmitter const&) (DeleteEmitter.h:6)
  7. by 0x805CBC5: SBodyPath::operator=(SBodyPath const&) (StarSystem.h:41)
  8. by 0x8061209: Ship::TryHyperspaceTo(SBodyPath const*) (Ship.cpp:404)
  9. by 0x807AC83: WorldView::OnClickHyperspace() (WorldView.cpp:285)
  10. by 0x8086307: sigc::bound_mem_functor0<void, WorldView>::operator()() const (in /home/rob/code/pioneer/src/pioneer)
  11. by 0x80857AD: sigc::adaptor_functor<sigc::bound_mem_functor0<void, WorldView> >::operator()() const (adaptor_trait.h:251)
  12. by 0x80848BB: sigc::internal::slot_call0<sigc::bound_mem_functor0<void, WorldView>, void>::call_it(sigc::internal::slot_rep*) (slot.h:103)
  13. by 0x8055AE0: sigc::internal::signal_emit0<void, sigc::nil>::emit(sigc::internal::signal_impl*) (signal.h:776)
  14. by 0x80567F7: sigc::signal0<void, sigc::nil>::emit() const (signal.h:2671)
  15. by 0x8185950: Gui::Button::OnMouseUp(Gui::MouseButtonEvent*) (GuiButton.cpp:37)
  16. by 0x81900E4: Gui::Container::HandleMouseEvent(Gui::MouseButtonEvent*) (GuiContainer.cpp:93)
  17. by 0x819057B: Gui::Container::OnMouseUp(Gui::MouseButtonEvent*) (GuiContainer.cpp:209)
  18. by 0x81900E4: Gui::Container::HandleMouseEvent(Gui::MouseButtonEvent*) (GuiContainer.cpp:93)
  19. by 0x819057B: Gui::Container::OnMouseUp(Gui::MouseButtonEvent*) (GuiContainer.cpp:209)
  20. by 0x8189A7E: Gui::Screen::OnClick(SDL_MouseButtonEvent*) (GuiScreen.cpp:181)
  21. by 0x8186DD7: Gui::HandleSDLEvent(SDL_Event*) (Gui.cpp:27)
  22. by 0x80D0A04: Pi::HandleEvents() (Pi.cpp:392)
  23. by 0x80D3672: Pi::MainLoop() (Pi.cpp:974)
  24. by 0x80D31EE: Pi::Start() (Pi.cpp:887)
  25. by 0x804ED07: main (main.cpp:18)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement