bugGlobulation 2 - Bugs: bug #37145, Destroying Racetrack in...

 
 

bug #37145: Destroying Racetrack in "Flags and Completion" tutorial always crashes Globulation 2

Submitter:  None
Submitted:  Sun 19 Aug 2012 12:03:58 AM UTC
   
 
Severity:  3 - Normal Status:  None
Assigned to:  None Open/Closed:  Open
Release:  0.9.4 (Beta 4) Operating System:  GNU/Linux
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 21 Aug 2012 12:05:29 AM UTC, comment #2: 

The patch named fullyremove.patch is for revision b2f8ce1340f5 in https://bitbucket.org/giszmo/glob2 .

Nathan <globber>
Mon 20 Aug 2012 11:46:37 PM UTC, comment #1: 

The assertion fails because the team removed the building from its list of buildings, but the building is still on the map. Building::kill() tried to remove it, but the building's type said its dimensions were 4x4, but there were 36 squares of Racetrack on the map. This made the dimensions of the Racetrack on the map effectively 6x6. After Building::kill() removed a 4x4 square of the Racetrack, 20 squares of the Racetrack were left on the map. One of those squares triggered the assertion. The Racetrack is level 1, which means it is only 4x4, not 6x6. The attached patch will ensure that each destroyed building is completely removed from the map even if the building and the map don't agree on the dimensions of the building.

(file #26403)

Nathan <globber>
Sun 19 Aug 2012 12:03:58 AM UTC, original submission:  

Here's how to make it crash:

  1. Start the Flags and Completion tutorial.
  2. Press Space until the tutorial says "On the top row, there are flags."
  3. Select your Swarm.
  4. Set Working to 18.
  5. Set the Warrior bar to 2.
  6. Place a War Flag on the enemy's Racetrack.
  7. Set the Range to 0.
  8. Set Working to 20.
  9. Set Minimum Required Level to 2.



The game will always crash when the enemy's Racetrack is destroyed.
This crash happens regardless of whether OpenGL is enabled or whether the game is fullscreen. The game aborts with the same assertion as in bug 25730, but crashes in a different method. Bug 25730 and this one might be caused by the same problem.
I have the version of Globulation 2 from the openSUSE 11.4 repositories which is in the RPM package glob2-0.9.4.4-1.pm.3.3.x86_64. The packaged executable is stripped of debugging information, but I can't get the package with the debugging information because Version 12.1 of openSUSE doesn't have Globulation 2 in the official repositories. The backtrace looks like this:

#0  0x00000000004ef34e in ?? ()
#1  0x00000000005acccc in ?? ()
#2  0x00000000005b0680 in ?? ()
#3  0x00000000005b0732 in ?? ()
#4  0x00000000005a26d1 in ?? ()
#5  0x000000000049223c in ?? ()
#6  0x00000000004865a6 in ?? ()
#7  0x00000000004ccd82 in ?? ()
#8  0x00000000004cd625 in ?? ()
#9  0x00007ffff55f523d in __libc_start_main () from /lib64/libc.so.6
#10 0x000000000040f419 in ?? ()
#11 0x00007fffffffdde8 in ?? ()
#12 0x00000000ffffffff in ?? ()
#13 0x0000000000000001 in ?? ()
#14 0x00007fffffffe25d in ?? ()
#15 0x0000000000000000 in ?? ()


Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

Attached Files
file #26403:  fullyremove.patch added by globber (555B - text/x-patch - Removes all traces of destroyed building from map.)
file #26386:  Auto_save.game added by None (647KiB - application/octet-stream - consolecrashinfo shows what Globulation 2 printed on the console before it crashed. globulationversion is the output of "glob2 -version". Auto_save.game is the game saved right before crashing.)
file #26387:  globulationversion added by None (480B - application/octet-stream - consolecrashinfo shows what Globulation 2 printed on the console before it crashed. globulationversion is the output of "glob2 -version". Auto_save.game is the game saved right before crashing.)
file #26385:  consolecrashinfo added by None (640B - application/octet-stream - consolecrashinfo shows what Globulation 2 printed on the console before it crashed. globulationversion is the output of "glob2 -version". Auto_save.game is the game saved right before crashing.)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by globber (Updated the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2012-08-20 globber Attached File- Added fullyremove.patch, #26403
    2012-08-19 None Attached File- Added consolecrashinfo, #26385
        Attached File- Added Auto_save.game, #26386
        Attached File- Added globulationversion, #26387

    Back to the top

    Powered by Savane 3.13-3230.
    Corresponding source code