https://bugs.kde.org/show_bug.cgi?id=354883
--- Comment #11 from Stephen Kelly <[email protected]> --- (In reply to Stephen Kelly from comment #10) > Hi am trying to run valgrind on OSX and I think I am hitting the same > problem. > > I have this embarrassingly simple Qt 5 program: > > cat main.cpp > > #include <QCoreApplication> > > int main(int argc, char** argv) > { > QCoreApplication app(argc, argv); > > return app.exec(); > } Oops, I pasted a bad testcase. I get the hang even without the return app.exec(); line. My testcase is #include <QCoreApplication> int main(int argc, char** argv) { QCoreApplication app(argc, argv); } -- You are receiving this mail because: You are watching all bug changes.
