Skip to content

Instantly share code, notes, and snippets.

@chebert
Created April 17, 2012 05:30
Show Gist options
  • Select an option

  • Save chebert/2403712 to your computer and use it in GitHub Desktop.

Select an option

Save chebert/2403712 to your computer and use it in GitHub Desktop.
#0 0xb7c9c1e9 in malloc_consolidate (av=0xb4c00010) at malloc.c:5169
#1 malloc_consolidate (av=0xb4c00010) at malloc.c:5089
#2 0xb7c9d20c in _int_malloc (av=0xb4c00010, bytes=2568) at malloc.c:4373
#3 0xb7ca082e in __libc_calloc (n=1, elem_size=2568) at malloc.c:4065
#4 0xb6dc2d6a in ?? () from /usr/lib/i386-linux-gnu/dri/r600_dri.so
#5 0xb6dfda3a in ?? () from /usr/lib/i386-linux-gnu/dri/r600_dri.so
#6 0xb6dd7b77 in ?? () from /usr/lib/i386-linux-gnu/dri/r600_dri.so
#7 0xb695ce5c in ?? () from /usr/lib/i386-linux-gnu/dri/libgallium.so
#8 0xb6b986b1 in _mesa_Clear () from /usr/lib/i386-linux-gnu/dri/libdricore.so
#9 0xb7f9a7b5 in ogl_clear (color=0xbffff2b0, d=<optimized out>) at /home/chebert/Documents/Projects/BubbleBlaster/allegro-install/allegro-5.0/src/opengl/ogl_draw.c:104
#10 ogl_clear (d=0x8087dd0, color=0xbffff2b0) at /home/chebert/Documents/Projects/BubbleBlaster/allegro-install/allegro-5.0/src/opengl/ogl_draw.c:83
#11 0xb7f2c444 in al_clear_to_color (color=...) at /home/chebert/Documents/Projects/BubbleBlaster/allegro-install/allegro-5.0/src/display.c:195
#12 0x0804c979 in GraphicsController::FillScreen (this=0x8087c20, r=0, g=0, b=0) at src/controllers/graphics_controller.cc:48
#13 0x0804c915 in GraphicsController::Begin (this=0x8087c20) at src/controllers/graphics_controller.cc:40
#14 0x0804b727 in Game::Draw (this=0x805c008) at src/core/game.cc:121
#15 0x0804b499 in Game::Run (this=0x805c008) at src/core/game.cc:71
#16 0x0804941a in main (argc=1, argv=0xbffff444) at src/main.cc:4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment