View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002114 | Spring engine | General | public | 2010-09-13 18:50 | 2010-11-30 01:33 |
| Reporter | spliff | Assigned To | abma | ||
| Priority | normal | Severity | crash | Reproducibility | always |
| Status | resolved | Resolution | unable to reproduce | ||
| Product Version | 0.82.5 | ||||
| Summary | 0002114: Spring crashes when run for the very first time | ||||
| Description | After 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 Information | The 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. | ||||
| Tags | No tags attached. | ||||
| Attached Files | |||||
| Checked infolog.txt for Errors | |||||
|
|
[ 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. |
|
|
please give instructions how to reproduce this crash or attach an translateable-stacktrace... |
| 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 |