View Issue Details

IDProjectCategoryView StatusLast Update
0002114Spring engineGeneralpublic2010-11-30 01:33
Reporterspliff Assigned Toabma  
PrioritynormalSeveritycrashReproducibilityalways
Status resolvedResolutionunable to reproduce 
Product Version0.82.5 
Summary0002114: Spring crashes when run for the very first time
DescriptionAfter cross-compiling a win32 build I've noticed it seems to consistently crash the first time it is built and run (and ONLY the first time).
Additional InformationThe issue appears to be that there are certain files/folders the engine creates on the fly and it crashes while creating them. I noticed after the crash and a restart it created the log directory so perhaps this is one possible culprit (trying to access this directory or _infolog.txt before it's created).

I suspect it hasn't affected normal users because the installer has a copy of the problem file or folder. Just guessing though.

I'm running spring.exe, not the mt executable.
TagsNo tags attached.
Attached Files
infolog.txt (Attachment missing)
Checked infolog.txt for Errors

Activities

hoijui

2010-09-14 12:00

reporter   ~0005520

[ 0] (0) C:\WINDOWS\system32\MSVCRT.dll(except_handler3+0x11) [0x77C35CA5]

[ 0] (1) R:\SpringTest\final\libgcc_s_sjlj-1.dll(Unwind_SjLj_RaiseException+0x61) [0x6CEC6031]
this indicates that you are using SJLJ exceptions, while it should be dw (== dwarf2). This means, you have to use an other cross compiler.
i guess this is not causing this crash, but surely is something that you should change, if possible.

The thing with the log is a good guess. If i remember right, the log dir is by default only created by debug builds of the engine. As we already discussed in #sy, we can not translate the stack trace on the buildbot, as you compiled yourself. so... either you have to try to translate yourself, or install mingw GDB on windows. i would guess that this is not too hard, as it should not have too many dependencies.

abma

2010-11-30 01:33

administrator   ~0006007

Last edited: 2010-11-30 01:33

please give instructions how to reproduce this crash or attach an translateable-stacktrace...

Issue History

Date Modified Username Field Change
2010-09-13 18:50 spliff New Issue
2010-09-13 18:50 spliff File Added: infolog.txt
2010-09-14 12:00 hoijui Note Added: 0005520
2010-11-30 01:33 abma Note Added: 0006007
2010-11-30 01:33 abma Status new => resolved
2010-11-30 01:33 abma Resolution open => unable to reproduce
2010-11-30 01:33 abma Assigned To => abma
2010-11-30 01:33 abma Note Edited: 0006007