Bug#610535: g++: Using a global std::string in a constructor in another files generates a crashing binary

2011-01-19 Thread Miles Bader
Ludovic Rousseau writes: > I found a strange bug I can't explain myself. I am not a C++ expert so > maybe this construction is illegal. ... > If my C++ construction is not supported by the language feel free to > refer me to the C++ specification with details. It looks like a bug in your program:

Bug#606277: Please add Recommends: latex-xcolor

2011-01-19 Thread Michael Tautschnig
> this is included by doxygen.sty in ppl. > Thanks for fixing doxygen in this respect! > See https://bugzilla.gnome.org/show_bug.cgi?id=638661 > for another missing include > Do you mean texlive-math-extra? Could you provide some further information what was failing before you added it? Thanks

Results for 4.6.0 20110116 (experimental) [trunk revision 168860] (Debian 20110116-1) testsuite on s390-ibm-linux-gnu

2011-01-19 Thread Matthias Klose
LAST_UPDATED: Sun Jan 16 20:09:20 UTC 2011 (revision 168860) === acats tests === FAIL: c52103x FAIL: c52104x FAIL: c52104y === acats Summary === # of expected passes2318 # of unexpected failures3 Native configuration is s390-ibm-linux-gnu

Results for 4.6.0 20110116 (experimental) [trunk revision 168860] (Debian 20110116-1) testsuite on ia64-unknown-linux-gnu

2011-01-19 Thread Matthias Klose
LAST_UPDATED: Sun Jan 16 20:09:20 UTC 2011 (revision 168860) Target: ia64-linux-gnu gcc version 4.6.0 20110116 (experimental) [trunk revision 168860] (Debian 20110116-1) === acats tests === FAIL: cb1010a FAIL: cb1010c FAIL: cb1010d === acats Summary === #

Bug#610535: g++: Using a global std::string in a constructor in another files generates a crashing binary

2011-01-19 Thread Ludovic Rousseau
Package: g++ Version: 4:4.4.5-1 Severity: normal Tags: upstream Hello, I found a strange bug I can't explain myself. I am not a C++ expert so maybe this construction is illegal. I provide a sample to reproduce the bug. === File main.cpp #include "Application.hpp" Ap