2025-07-19 14:24 CEST

View Issue Details Jump to Notes ]
IDProjectCategoryView StatusLast Update
0002580Spring engineGeneralpublic2011-08-02 20:08
Reporterabma 
Assigned Toabma 
PrioritynormalSeverityfeatureReproducibilityalways
StatusresolvedResolutionfixed 
Product Version 
Target VersionFixed in Version 
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
Attached Files

-Relationships
+Relationships

-Notes

~0007110

abma (administrator)

Last edited: 2011-07-29 14:26

adding __GLIBCXX__ would make sense, too...

~0007116

abma (administrator)

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.

~0007202

abma (administrator)

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! :-)
+Notes

-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
+Issue History