On Thursday 23 April 2015 23:36:03 Matthias Klose wrote: > Control: tags -1 + moreinfo > > On 04/22/2015 07:34 PM, BogDan Vatra wrote: > > Package: g++-5 > > Version: 5.1~rc1-1 > > Severity: important > > > > --- Please enter the report below this line. --- > > Large Qt apps (e.g. QtCreator) that are compiled with g++-5 crashes if Qt > > was compiled with g++-4.9. > > that's expected for some configurations. Please could you elaborate which > c++ standard and libstdc++ ABI was used to build the underlying Qt > libraries, and the application?
I'm using the default configuration of g++-multilib (g++-5-multilib) from experimental (e.g. $ sudo apt-get -t experimental install g++-5-multilib g++- multilib). I'm using Qt5 libs from experimental (install qt5base-dev). I tried different scenarios, I used qt/examples/widgets/mainwindows/application example and I also tried QtCreator ($ git clone git://code.qt.io/qt- creator/qt-creator.git). I compiled them without any special settings regarding [libstd]C++ standard ($ qmake -r CONFIG+=debug; make -j10). When I'm trying to run them, they crash immediately. It seems related to https://bugreports.qt.io/browse/QTBUG-45755, it has almost the same call stack when it crashes. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org