View Issue Details

IDProjectCategoryView StatusLast Update
0003964Spring engineGeneralpublic2013-09-05 01:26
ReporterGoogle_Frog Assigned Toabma  
PrioritynormalSeveritycrashReproducibilitysometimes
Status resolvedResolutionfixed 
Product Version94.1.1+git 
Summary0003964: 94.1.1-1015 Midgame Crash
DescriptionInfolog: http://pastebin.com/nUEHDvz4
Replay: http://zero-k.info/Battles/Detail/192408

The player ([GBC]Fred) said he had many lagspikes throughout the game.
TagsNo tags attached.
Attached Files
20130826_234738_TitanDuel_94.1.1-1015-g423cc13 develop.sdf (Attachment missing)
Checked infolog.txt for Errors

Relationships

duplicate of 0003988 closedabma Crash in Spring 94.1.1-1088 

Activities

Google_Frog

2013-08-26 16:10

reporter   ~0011409

Same crash by the same player: http://pastebin.com/p9gYp5QK

Kloot

2013-08-26 17:35

developer   ~0011413

Last edited: 2013-08-26 17:35

replay fails to download (404, "The resource cannot be found.")

Kloot

2013-08-26 21:47

developer   ~0011425

Replay does not crash, simply ends.

Kloot

2013-08-26 21:55

developer   ~0011427

Last edited: 2013-08-26 21:56

Also, http://pastebin.com/nUEHDvz4 shows the crash happened on frame 11324 (likely also 0003968) while http://pastebin.com/p9gYp5QK shows frame 1288 so they cannot be the same (plus the contents are completely different).

abma

2013-08-27 02:23

administrator   ~0011431

Hu?
"[f=0011324] Error: Spring 94.1.1-1015-g423cc13 develop has crashed.
[f=0011324] Error: Spring 94.1.1-1015-g423cc13 develop has crashed."


spring.exe 0x0082B3D0 GlobalUnsynced.cpp:0
spring.exe 0x00D84D78 cygming-crtend.c:0
spring.exe 0x00DB849D cygming-crtend.c:0
spring.exe 0x00D84DA0 cygming-crtend.c:0
spring.exe 0x00C9814C cygming-crtend.c:0
C:\Windows\SYSTEM32\ntdll.dll 0x774DBF39 ??:0
C:\Windows\SYSTEM32\ntdll.dll 0x774DBF0C ??:0


spring.exe 0x0082B3D0 GlobalUnsynced.cpp:0
spring.exe 0x00D84D78 cygming-crtend.c:0
spring.exe 0x00DB849D cygming-crtend.c:0
spring.exe 0x00D84DA0 cygming-crtend.c:0
spring.exe 0x00C9814C cygming-crtend.c:0
C:\Windows\SYSTEM32\ntdll.dll 0x774DBF39 ??:0
C:\Windows\SYSTEM32\ntdll.dll 0x774DBF0C ??:0

crashed twice at the same time? thread related? ThreadPool?

abma

2013-08-27 02:24

administrator   ~0011432

second crash translates to the same... :-|

jK

2013-08-27 05:33

developer   ~0011438

Last edited: 2013-08-27 05:48

normally the crashhandler detects if a non-mainthread crashed and passes it to the mainthread. So I don't know where the 2nd crash report comes from

edit: k seems it is not passed, and multiple workers crashed at the same time, also a short test showed that the stack is corrupted in such cases o_O

edit2: even the stacktrace of the mainthread is, on the other hand gdb gives a correct stacktrace, so there is an issue with backtrace(). no idea what causes the corruption on windows so :/

jK

2013-08-28 06:55

developer   ~0011447

Last edited: 2013-08-28 07:00

nvm stacktrace works fine at a different spot

still no idea why our win stacktrace translator fails

will now think about to pass crashes from the worker threads to the mainthread so only one is shown

abma

2013-08-28 18:53

administrator   ~0011456

mingw64-addr2line vs mingw-addr2line maybe?

the stacktrace translator mingw-addr2line is used to translate, while mingw64 is used to generate spring.

abma

2013-09-05 01:26

administrator   ~0011542

to few info to investigate further.

hopefully a duplicate of 0003988 which is fixed

Issue History

Date Modified Username Field Change
2013-08-26 16:05 Google_Frog New Issue
2013-08-26 16:10 Google_Frog Note Added: 0011409
2013-08-26 17:35 Kloot Note Added: 0011413
2013-08-26 17:35 Kloot Note Edited: 0011413
2013-08-26 19:07 Google_Frog File Added: 20130826_234738_TitanDuel_94.1.1-1015-g423cc13 develop.sdf
2013-08-26 21:47 Kloot Note Added: 0011425
2013-08-26 21:55 Kloot Note Added: 0011427
2013-08-26 21:56 Kloot Note Edited: 0011427
2013-08-27 02:23 abma Note Added: 0011431
2013-08-27 02:24 abma Note Added: 0011432
2013-08-27 05:33 jK Note Added: 0011438
2013-08-27 05:44 jK Note Edited: 0011438
2013-08-27 05:48 jK Note Edited: 0011438
2013-08-27 05:48 jK Note Edited: 0011438
2013-08-28 06:55 jK Note Added: 0011447
2013-08-28 06:57 jK Note Edited: 0011447
2013-08-28 07:00 jK Note Edited: 0011447
2013-08-28 18:53 abma Note Added: 0011456
2013-09-05 01:26 abma Note Added: 0011542
2013-09-05 01:26 abma Relationship added duplicate of 0003988
2013-09-05 01:26 abma Status new => resolved
2013-09-05 01:26 abma Resolution open => fixed
2013-09-05 01:26 abma Assigned To => abma