View Issue Details

IDProjectCategoryView StatusLast Update
0002722Spring engineGeneralpublic2011-11-11 04:39
Reporterabma Assigned Toabma  
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version83.0 
Summary0002722: stacktrace translate doesn't work (Unable to find detailed version in infolog)
Descriptionformat of infolog.txt seems to have changed, stack-translate doesn't work any more...

see http://pastebin.com/t4SWHZPF + http://spring.abma.de/translate/
TagsNo tags attached.
Checked infolog.txt for Errors

Activities

Kloot

2011-11-09 19:39

developer   ~0007557

Last edited: 2011-11-09 20:54

"Spring 83.0"
"Spring 83.0 has crashed"

buildbot/stacktrace_translator.py uses:

RE_VERSION = r'Spring [^\(]+ \(([^\)]+)\)[\w\(\) ]*'
RE_OLD_VERSION = r'Spring [^\(]+ \(([^\)]+)\{\@\}-cmake-mingw32\)[\w\(\) ]*'

neither of these matches: http://pastebin.com/9RSs0bMc

Kloot

2011-11-10 23:41

developer   ~0007576

please test stacktrace_translator.py as of github.com/spring/spring/commit/f13f2e82798e16bcd2538b01469fefbf7d6a75dc

abma

2011-11-11 03:23

administrator   ~0007578

hm, still doesn't work :-/

http://pastebin.com/69ysmwsj

abma

2011-11-11 04:14

administrator   ~0007579

is this one "correct"?

http://pastebin.com/BSZAStEQ :
group: Spring 83.0 groups: ('Spring', '83.0', None, None)
group: Spring 83.0 groups: ('Spring', '83.0', None, None)
group: Spring 83.0.1-67-g714836f develop groups: ('Spring', '83.0.1', '67-g714836f', 'develop')

abma

2011-11-11 04:39

administrator   ~0007580

fixed!

note to myself: i'm still bad in writing regex :-/

Issue History

Date Modified Username Field Change
2011-11-09 19:24 abma New Issue
2011-11-09 19:39 Kloot Note Added: 0007557
2011-11-09 19:39 Kloot Note Edited: 0007557
2011-11-09 19:40 Kloot Note Edited: 0007557
2011-11-09 20:54 Kloot Note Edited: 0007557
2011-11-10 23:41 Kloot Note Added: 0007576
2011-11-10 23:41 Kloot Status new => feedback
2011-11-11 03:23 abma Note Added: 0007578
2011-11-11 04:14 abma Note Added: 0007579
2011-11-11 04:39 abma Note Added: 0007580
2011-11-11 04:39 abma Status feedback => resolved
2011-11-11 04:39 abma Resolution open => fixed
2011-11-11 04:39 abma Assigned To => abma