View Issue Details

IDProjectCategoryView StatusLast Update
0004086Spring engineBuildbotpublic2013-10-30 11:49
Reporterabma Assigned Toabma  
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
Product Version94.1.1+git 
Summary0004086: win32 stacktranslate seems to always translate to line 0
Descriptionneed 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 InformationTODO: check if local addr2line resolves to lines
TagsNo tags attached.
Checked infolog.txt for Errors

Activities

abma

2013-10-26 15:52

administrator   ~0011849

maybe related to https://github.com/spring/spring/commit/e5d068aaafafea92ed3ef8615c076be03c5f355c

abma

2013-10-26 15:54

administrator   ~0011850

will try to check this afternoon or tomorrow.

abma

2013-10-26 15:55

administrator   ~0011851

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

2013-10-29 21:19

administrator   ~0011894

addr2line -e spring.dbg on buildbot translates correctly, so something is broken with the translator...

abma

2013-10-30 11:47

administrator   ~0011907

fixed, addr2line was to old:

BFD: Dwarf Error: found dwarf version '30509', this reader only handles version 2 and 3 information.

Issue History

Date Modified Username Field Change
2013-10-26 15:48 abma New Issue
2013-10-26 15:49 abma Description Updated
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