View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
---|---|---|---|---|---|---|---|---|---|
0004086 | Spring engine | Buildbot | public | 2013-10-26 15:48 | 2013-10-30 11:49 | ||||
Reporter | abma | ||||||||
Assigned To | abma | ||||||||
Priority | normal | Severity | minor | Reproducibility | have not tried | ||||
Status | resolved | Resolution | fixed | ||||||
Product Version | 94.1.1+git | ||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0004086: win32 stacktranslate seems to always translate to line 0 | ||||||||
Description | need to check if its just some bug in the stacktracetranslator or debug symbols are missing some stuff?! if its a stacktracetranslator bug, then this bug doesn't matter as it can be fixed after release. | ||||||||
Additional Information | TODO: check if local addr2line resolves to lines | ||||||||
Tags | No tags attached. | ||||||||
Checked infolog.txt for Errors | |||||||||
Attached Files |
|
![]() |
|
abma (administrator) 2013-10-26 15:52 |
maybe related to https://github.com/spring/spring/commit/e5d068aaafafea92ed3ef8615c076be03c5f355c |
abma (administrator) 2013-10-26 15:54 |
will try to check this afternoon or tomorrow. |
abma (administrator) 2013-10-26 15:55 |
TODO: grab latest win32 spring & spring debug symbols run spring, type: /cheat /crash try to translate with addr2line -e spring.dbg & copy and paste addresses & see if lines are correct |
abma (administrator) 2013-10-29 21:19 |
addr2line -e spring.dbg on buildbot translates correctly, so something is broken with the translator... |
abma (administrator) 2013-10-30 11:47 |
fixed, addr2line was to old: BFD: Dwarf Error: found dwarf version '30509', this reader only handles version 2 and 3 information. |
![]() |
|||
Date Modified | Username | Field | Change |
---|---|---|---|
2013-10-26 15:48 | abma | New Issue | |
2013-10-26 15:49 | abma | Description Updated | View Revisions |
2013-10-26 15:52 | abma | Note Added: 0011849 | |
2013-10-26 15:53 | abma | Assigned To | => abma |
2013-10-26 15:53 | abma | Status | new => assigned |
2013-10-26 15:54 | abma | Note Added: 0011850 | |
2013-10-26 15:55 | abma | Note Added: 0011851 | |
2013-10-29 21:19 | abma | Note Added: 0011894 | |
2013-10-29 21:19 | abma | Status | assigned => new |
2013-10-29 21:19 | abma | Target Version | 95.0 => |
2013-10-30 11:47 | abma | Note Added: 0011907 | |
2013-10-30 11:47 | abma | Status | new => resolved |
2013-10-30 11:47 | abma | Resolution | open => fixed |
2013-10-30 11:49 | abma | Changeset attached | => spring develop 3d02679a |