Qt Creator crashing at start the application debugging and dont generate crash report
-
I use QtCreator at Qt5.2.0 installation.
When I start the application debugging, QtCreator is crashing with message:@mycomp: /opt/Qt5.2.0/Tools/QtCreator/bin$ ./qtcreator
\Segmentation fault(dump was created)@I dont see any crash report. Where I can find it?
I use Ubuntu 12.4
P.S. before run QtCreator I run
@ulimit -c unlimited@please help
-
In ubuntu it should be located in the working directory, called core.
You may find some hints to possible alternatives "here: ":http://stackoverflow.com/questions/2065912/core-dumped-but-core-file-is-not-in-current-directory -
on my system was GDB 7.1.
I update rigth now to 7.6 and now I can use breakpoints. Hura!
I get crash still at point QQuickView view;@QQuickView view;
view.setResizeMode(QQuickView::SizeRootObjectToView);
QQmlContext *ctxt;
ctxt = view.rootContext();@there are any considerations?