View Issue Details

IDProjectCategoryView StatusLast Update
0002580Spring engineGeneralpublic2011-08-02 20:08
Reporterabma Assigned Toabma  
PrioritynormalSeverityfeatureReproducibilityalways
Status resolvedResolutionfixed 
Summary0002580: add compile-flags to infolog.txt
Descriptionflags like -march/sse seems to be very important, so better add it to infolog.txt!
TagsNo tags attached.
Checked infolog.txt for Errors

Activities

abma

2011-07-29 02:56

administrator   ~0007110

Last edited: 2011-07-29 14:26

adding __GLIBCXX__ would make sense, too...

abma

2011-07-29 14:31

administrator   ~0007116

Last edited: 2011-07-29 14:32

this python scripts extracts the version of libstdc++:

https://hg.mozilla.org/mozilla-central/file/685f5ae6e7de/build/autoconf/libstdcxx.py

run with:

CXX=g++ python libstdcxx.py

For example, GLIBCXX_3.4.10 becomes 3 << 16 | 4 << 8 | 10 = 197642.

abma

2011-08-02 20:08

administrator   ~0007202

as it was intended to find causes of desyncs and the desyncs seems to be gone + some additional info is loggged:

https://github.com/spring/spring/commit/7cae59f35967d23bf1f40ad60df9c7c447a047f0

imo enough info! :-)

Issue History

Date Modified Username Field Change
2011-07-29 01:47 abma New Issue
2011-07-29 01:47 abma Graphics Card => unknown
2011-07-29 02:56 abma Note Added: 0007110
2011-07-29 14:26 abma Note Edited: 0007110
2011-07-29 14:31 abma Note Added: 0007116
2011-07-29 14:32 abma Note Edited: 0007116
2011-07-29 14:32 abma Note Edited: 0007116
2011-08-02 20:08 abma Note Added: 0007202
2011-08-02 20:08 abma Status new => resolved
2011-08-02 20:08 abma Resolution open => fixed
2011-08-02 20:08 abma Assigned To => abma