Excellent summary. I'd like to add one point: The crashes appear to happen with 
a big majority in qtbase.

Outside of qtbase I've only seen moc crash, on macOS I think.



Simon

________________________________
From: Development <development-bounces+simon.hausmann=qt...@qt-project.org> on 
behalf of Friedemann Kleint <friedemann.kle...@qt.io>
Sent: Wednesday, July 27, 2016 8:28:08 AM
To: development@qt-project.org
Subject: Re: [Development] Programs crashing left and right in the CI

Hi,

to summarize for Windows:

- Crashes have been observed over time in various tests, mostly in
QtCore (QDir,QFile, QProcess see fex
https://bugreports.qt.io/browse/QTBUG-47370

- It only affects 64bit (!) (correct me if you have observed otherwise)

- It never has been observed for MinGW (most likely since we don't have
64bit MinGW builds?)

 >It's also possible that the Windows code is simply recovering, and that
 >QTest::toString is actually causing the crash. In other words, it's
possible
 >the code that deals with crashes in QtTest is causing the crash.

I think the QTest::toString appearing is an artifact of the code that
walks the stack.

We know that it seems to depends on some obscure CI parameters (load?),
so far, we have not been able to see anything useful in the stack traces.

Regards,
Friedemann

--
Friedemann Kleint, The Qt Company GmbH

_______________________________________________
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development
_______________________________________________
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to