View Issue Details

IDProjectCategoryView StatusLast Update
0002245BuildbotBuildbotpublic2010-11-30 16:46
Reporterabma Assigned ToKloot  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Summary0002245: buildbot can't translate infologs.txt from current master
Descriptionthis is because of changes in the log format:

[f=0000641] Spring 0.82+.4.0 (0.82.3-1001-g5fa0e31 MT-Sim) has crashed.
[f=0000641] MT with 4 threads.
[f=0000641] Exception: Access violation (0xc0000005)
[f=0000641] Exception Address: 0x00874905
[f=0000641] DLL information:
[f=0000641] 0x00400000 spring-multithreaded
[f=0000641] 0x7c910000 ntdll
[f=0000641] 0x7c800000 kernel32
[f=0000641] 0x10000000 DevIL
[f=0000641] 0x77be0000 MSVCRT
[f=0000641] 0x77da0000 ADVAPI32
[f=0000641] 0x77e50000 RPCRT4
[f=0000641] 0x77fc0000 Secur32
[f=0000641] 0x68fc0000 GLU32
[f=0000641] 0x5f0d0000 OPENGL32
[f=0000641] 0x77ef0000 GDI32
[f=0000641] 0x7e360000 USER32
[f=0000641] 0x736d0000 DDRAW
[f=0000641] 0x73b30000 DCIMAN32
[f=0000641] 0x76c50000 IMAGEHLP
[f=0000641] 0x6fbc0000 mingwm10
[f=0000641] 0x7e670000 SHELL32
[f=0000641] 0x77f40000 SHLWAPI
[f=0000641] 0x71a10000 WS2_32
[f=0000641] 0x71a00000 WS2HELP
[f=0000641] 0x61b80000 zlib1
[f=0000641] 0x70780000 vorbisfile
[f=0000641] 0x68140000 ogg
[f=0000641] 0x64cc0000 vorbis
[f=0000641] 0x6b600000 OpenAL32
[f=0000641] 0x76af0000 WINMM
[f=0000641] 0x66fc0000 freetype6
[f=0000641] 0x62aa0000 glew32
[f=0000641] 0x01f90000 SDL
[f=0000641] 0x7c340000 MSVCR71
[f=0000641] 0x76330000 IMM32
[f=0000641] 0x773a0000 comctl32
[f=0000641] 0x5d450000 comctl32
[f=0000641] 0x73e70000 dsound
[f=0000641] 0x774b0000 ole32
[f=0000641] 0x77bd0000 VERSION
[f=0000641] 0x76bf0000 WINTRUST
[f=0000641] 0x77a50000 CRYPT32
[f=0000641] 0x77af0000 MSASN1
[f=0000641] 0x72c90000 wdmaud
[f=0000641] 0x72c80000 msacm32
[f=0000641] 0x77bb0000 MSACM32
[f=0000641] 0x77ba0000 midimap
[f=0000641] 0x75250000 msctfime
[f=0000641] 0x69030000 atioglxx
[f=0000641] 0x03f40000 atiadlxx
[f=0000641] 0x778f0000 SETUPAPI
[f=0000641] 0x78130000 MSVCR80
[f=0000641] 0x72210000 DINPUT
[f=0000641] 0x68d90000 HID
[f=0000641] 0x73e40000 KsUser
[f=0000641] 0x61a40000 AIInterface
[f=0000641] 0x68d80000 SkirmishAI
[f=0000641] 0x59dd0000 DBGHELP
[f=0000641] Stacktrace:
[f=0000641] (0) C:\swap\spring\spring-multithreaded.exe [0x00874905]
[f=0000641] (1) C:\swap\spring\spring-multithreaded.exe [0x00874572]
[f=0000641] (2) C:\swap\spring\spring-multithreaded.exe [0x00874572]
[f=0000641] (3) C:\swap\spring\spring-multithreaded.exe [0x00874572]
[f=0000641] (4) C:\swap\spring\spring-multithreaded.exe [0x00874D21]
[f=0000641] (5) C:\swap\spring\spring-multithreaded.exe [0x009FE66E]
[f=0000641] (6) C:\swap\spring\spring-multithreaded.exe [0x00A05643]
[f=0000641] (7) C:\swap\spring\spring-multithreaded.exe [0x0097946D]
[f=0000641] (8) C:\swap\spring\spring-multithreaded.exe [0x009F097A]
[f=0000641] (9) C:\swap\spring\spring-multithreaded.exe [0x0094B28D]
[f=0000641] (10) C:\swap\spring\spring-multithreaded.exe [0x0040399F]
[f=0000641] (11) C:\swap\spring\spring-multithreaded.exe [0x0044DF4C]
[f=0000641] (12) C:\swap\spring\spring-multithreaded.exe [0x00416CA0]
[f=0000641] (13) C:\swap\spring\spring-multithreaded.exe [0x00A5B416]
[f=0000641] (14) C:\swap\spring\spring-multithreaded.exe [0x00BAFF77]
[f=0000641] (15) C:\swap\spring\spring-multithreaded.exe [0x00B310A5]
[f=0000641] (16) C:\WINDOWS\system32\MSVCRT.dll(endthreadex+0xa9) [0x77C0A3B0]
[f=0000641] (17) C:\WINDOWS\system32\kernel32.dll(GetModuleFileNameA+0x1ba) [0x7C80B729]


when removing [ ...] it can translate...

to easy check use http://spring.abma.de/translate/
TagsNo tags attached.
Attached Files
infolog.txt (Attachment missing)

Activities

hoijui

2010-11-30 09:45

reporter   ~0006015

can be fixed here:
buildbot/stacktrace_translator/stacktrace_translator.py

as we only run one translator (not one per branch, for example), it has to support old and new formats.
if the someone changes this script, they have to tell Tobi or me, to put it live.

Kloot

2010-11-30 16:46

developer   ~0006021

should be fixed again, deploy away

Issue History

Date Modified Username Field Change
2010-11-29 23:43 abma New Issue
2010-11-29 23:44 abma File Added: infolog.txt
2010-11-29 23:45 abma Description Updated
2010-11-30 09:45 hoijui Note Added: 0006015
2010-11-30 16:46 Kloot Note Added: 0006021
2010-11-30 16:46 Kloot Status new => resolved
2010-11-30 16:46 Kloot Resolution open => fixed
2010-11-30 16:46 Kloot Assigned To => Kloot