View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
---|---|---|---|---|---|---|---|---|---|
0001641 | Spring engine | General | public | 2009-09-12 14:21 | 2009-10-03 10:46 | ||||
Reporter | Google_Frog | ||||||||
Assigned To | Kloot | ||||||||
Priority | normal | Severity | minor | Reproducibility | unable to reproduce | ||||
Status | resolved | Resolution | fixed | ||||||
Product Version | 0.80.4.0 | ||||||||
Target Version | 0.81.0.0 | Fixed in Version | 0.80.4.0+git | ||||||
Summary | 0001641: Crash on Area Capture | ||||||||
Description | When I gave an area capture command spring crashed for everyone. The command was centred near the top left of the map, dragged to the bottom right and was given to about 50 aircons. It was on an autohost if that changes anything and I forgot to copy the infolog so I copied it from a replay. Map was Castles. | ||||||||
Additional Information | [ 77221] Player ScarySquirrel left the game: normal quit [ 77221] Player ScarySquirrel left [ 77415] End of demo reached [ 77416] Spring 0.80.4.0 (0.80.4-0-ga0534a8{@}-cmake-mingw32) has crashed. [ 77416] Exception: Access violation (0xc0000005) [ 77416] Exception Address: 0x009f9933 [ 77416] DLL information: [ 77416] 0x00400000 spring [ 77416] 0x7c900000 ntdll [ 77416] 0x7c800000 kernel32 [ 77416] 0x10000000 DevIL [ 77416] 0x77c10000 MSVCRT [ 77416] 0x003e0000 ILU [ 77416] 0x77dd0000 ADVAPI32 [ 77416] 0x77e70000 RPCRT4 [ 77416] 0x77fe0000 Secur32 [ 77416] 0x68b20000 GLU32 [ 77416] 0x5ed00000 OPENGL32 [ 77416] 0x77f10000 GDI32 [ 77416] 0x77d40000 USER32 [ 77416] 0x73760000 DDRAW [ 77416] 0x73bc0000 DCIMAN32 [ 77416] 0x76c90000 IMAGEHLP [ 77416] 0x6fbc0000 mingwm10 [ 77416] 0x7c9c0000 SHELL32 [ 77416] 0x77f60000 SHLWAPI [ 77416] 0x71ab0000 WS2_32 [ 77416] 0x71aa0000 WS2HELP [ 77416] 0x6e940000 libgcc_s_dw2-1 [ 77416] 0x01bb0000 SDL [ 77416] 0x76b40000 WINMM [ 77416] 0x7c340000 MSVCR71 [ 77416] 0x66fc0000 freetype6 [ 77416] 0x61b80000 zlib1 [ 77416] 0x6ed80000 glew32 [ 77416] 0x6b180000 vorbisfile [ 77416] 0x63e00000 vorbis [ 77416] 0x01c00000 ogg [ 77416] 0x01c20000 OpenAL32 [ 77416] 0x773d0000 comctl32 [ 77416] 0x5d090000 comctl32 [ 77416] 0x5ad70000 uxtheme [ 77416] 0x74720000 MSCTF [ 77416] 0x02d60000 ATKOGL32 [ 77416] 0x69500000 nvoglnt [ 77416] 0x605d0000 mslbui [ 77416] 0x03b60000 atkosdx32 [ 77416] 0x77920000 SETUPAPI [ 77416] 0x72d20000 wdmaud [ 77416] 0x76c30000 WINTRUST [ 77416] 0x77a80000 CRYPT32 [ 77416] 0x77b20000 MSASN1 [ 77416] 0x72d10000 msacm32 [ 77416] 0x77be0000 MSACM32 [ 77416] 0x77bd0000 midimap [ 77416] 0x774e0000 ole32 [ 77416] 0x73f10000 dsound [ 77416] 0x77c00000 VERSION [ 77416] 0x76fd0000 CLBCATQ [ 77416] 0x77120000 OLEAUT32 [ 77416] 0x77050000 COMRes [ 77416] 0x73ee0000 KsUser [ 77416] 0x04c90000 wrap_oal [ 77416] 0x59a60000 DBGHELP [ 77416] Stacktrace: [ 77416] (0) C:\Program Files\Spring 80.4\spring.exe [0x009F9933] [ 77416] (1) C:\Program Files\Spring 80.4\spring.exe [0x00675C1E] [ 77416] (2) C:\Program Files\Spring 80.4\spring.exe [0x004055A9] [ 77416] (3) C:\Program Files\Spring 80.4\spring.exe [0x0040EE5E] [ 77416] (4) C:\Program Files\Spring 80.4\spring.exe [0x007EE880] [ 77416] (5) C:\Program Files\Spring 80.4\spring.exe [0x007F56F7] [ 77416] (6) C:\Program Files\Spring 80.4\spring.exe [0x007ED68B] [ 77416] (7) C:\Program Files\Spring 80.4\spring.exe [0x007EDB31] [ 77416] (8) C:\Program Files\Spring 80.4\spring.exe [0x008738D8] [ 77416] (9) C:\Program Files\Spring 80.4\spring.exe [0x0040124B] [ 77416] (10) C:\Program Files\Spring 80.4\spring.exe [0x004012B8] [ 77416] (11) C:\WINDOWS\system32\kernel32.dll(RegisterWaitForInputIdle+0x49) [0x7C816FE7] | ||||||||
Tags | No tags attached. | ||||||||
Checked infolog.txt for Errors | |||||||||
Attached Files |
|
![]() |
|
zerver (reporter) 2009-09-13 01:45 |
http://buildbot.eat-peet.net/spring/stacktrace/0.80.4-spring_stktrc_0.80.4-0-ga0534a8_1252799034.html Strange crash, possibly some memory corruption. |
hoijui (reporter) 2009-09-13 09:49 |
it fails here: [code] void CFeatureHandler::Draw() { fadeFeatures.clear(); // this line fadeFeaturesS3O.clear(); drawFar.clear(); [/code] while fadeFeatures is defined like this: [code]std::set<CFeature *> fadeFeatures;[/code] So as zerver said, must be going wrong somewhere else. |
imbaczek (reporter) 2009-09-13 10:05 |
replay please? |
Google_Frog (reporter) 2009-09-13 15:15 |
CA r5649 on Castles. |
![]() |
|||
Date Modified | Username | Field | Change |
---|---|---|---|
2009-09-12 14:21 | Google_Frog | New Issue | |
2009-09-13 01:45 | zerver | Note Added: 0004115 | |
2009-09-13 09:49 | hoijui | Note Added: 0004118 | |
2009-09-13 10:05 | imbaczek | Note Added: 0004121 | |
2009-09-13 15:14 | Google_Frog | File Added: local_20090912_220239_unnamed_0.80.4.sdf | |
2009-09-13 15:15 | Google_Frog | Note Added: 0004122 | |
2009-09-16 19:01 | Kloot | Status | new => resolved |
2009-09-16 19:01 | Kloot | Fixed in Version | => 0.80.4.0+git |
2009-09-16 19:01 | Kloot | Resolution | open => fixed |
2009-09-16 19:01 | Kloot | Assigned To | => Kloot |
2009-10-03 10:46 | imbaczek | Target Version | => 0.81.0.0 |