Carragher / awesum-o

Automatically exported from code.google.com/p/awesum-o
0 stars 0 forks source link

Random Freezes #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Play a level making sure to destroy all the enemies.
2. After all the enemies are dead, just let the game keep running.
3.

What is the expected output? What do you see instead?
The program should not freeze. The following error message is displayed.

*** glibc detected *** 
/home/user/csunix/jcarl042/team_proj/build-towwaTesting-Desktop-Debug/towwaTesti
ng: corrupted double-linked list: 0x085649f8 ***

Please use labels and text to provide additional information.

Original issue reported on code.google.com by jon.carl...@gmail.com on 7 Nov 2013 at 2:34

GoogleCodeExporter commented 9 years ago
Research shows that this is probably a bullet trying to reference an enemy that 
has been destroyed. Still need to look into it more.

Original comment by jon.carl...@gmail.com on 7 Nov 2013 at 2:36

GoogleCodeExporter commented 9 years ago
Fixed when I changed bullets to use ids instead of pointers.

Original comment by jon.carl...@gmail.com on 19 Nov 2013 at 5:56