View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
---|---|---|---|---|---|---|---|---|---|
0002722 | Spring engine | General | public | 2011-11-09 19:24 | 2011-11-11 04:39 | ||||
Reporter | abma | ||||||||
Assigned To | abma | ||||||||
Priority | normal | Severity | major | Reproducibility | always | ||||
Status | resolved | Resolution | fixed | ||||||
Product Version | 83.0 | ||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0002722: stacktrace translate doesn't work (Unable to find detailed version in infolog) | ||||||||
Description | format of infolog.txt seems to have changed, stack-translate doesn't work any more... see http://pastebin.com/t4SWHZPF + http://spring.abma.de/translate/ | ||||||||
Tags | No tags attached. | ||||||||
Checked infolog.txt for Errors | |||||||||
Attached Files |
|
![]() |
|
Kloot (developer) 2011-11-09 19:39 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 (developer) 2011-11-10 23:41 |
please test stacktrace_translator.py as of github.com/spring/spring/commit/f13f2e82798e16bcd2538b01469fefbf7d6a75dc |
abma (administrator) 2011-11-11 03:23 |
hm, still doesn't work :-/ http://pastebin.com/69ysmwsj |
abma (administrator) 2011-11-11 04:14 |
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 (administrator) 2011-11-11 04:39 |
fixed! note to myself: i'm still bad in writing regex :-/ |
![]() |
|||
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 |