Skip to content

Instantly share code, notes, and snippets.

@sakekasi
Created August 29, 2012 00:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sakekasi/3505525 to your computer and use it in GitHub Desktop.
Save sakekasi/3505525 to your computer and use it in GitHub Desktop.
Backtrace for game of life
#0 0x00007ffff7bd5e0c in GameOfLife::cells_get(int, int) () from libgame-of-life.so
#1 0x00007ffff7bd5e65 in GameOfLife::create_updated_grid() () from libgame-of-life.so
#2 0x00007ffff7bd5fb5 in GameOfLife::tick() () from libgame-of-life.so
#3 0x00007ffff7bd6af8 in sigc::adaptor_functor<sigc::bound_mem_functor0<bool, GameOfLife> >::operator()() const () from libgame-of-life.so
#4 0x00007ffff7bd6b0a in sigc::internal::slot_call0<sigc::bound_mem_functor0<bool, GameOfLife>, bool>::call_it(sigc::internal::slot_rep*) () from libgame-of-life.so
#5 0x00007ffff62434f2 in ?? () from /lib/libglibmm-2.4.so.1
#6 0x00007ffff4e9800b in ?? () from /lib/libglib-2.0.so.0
#7 0x00007ffff4e97475 in g_main_context_dispatch () from /lib/libglib-2.0.so.0
#8 0x00007ffff4e977a8 in ?? () from /lib/libglib-2.0.so.0
#9 0x00007ffff4e97ba2 in g_main_loop_run () from /lib/libglib-2.0.so.0
#10 0x00007ffff65e00f5 in gtk_main () from /lib/libgtk-3.so.0
#11 0x00007ffff77f4261 in Gtk::Main::run(Gtk::Window&) () from /lib/libgtkmm-3.0.so.1
#12 0x0000000000400c55 in main (argc=1, argv=0x7fffffffe858) at main.cc:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment