Hide Forgot
Version-Release number of selected component: qt-creator-2.8.1-1.fc19 Additional info: reporter: libreport-2.1.9 backtrace_rating: 4 cmdline: /usr/bin/qtcreator crash_function: KFileDialog::KFileDialog(KUrl const&, QString const&, QWidget*, QWidget*) executable: /usr/bin/qtcreator kernel: 3.11.7-200.fc19.x86_64 runlevel: N 5 type: CCpp uid: 1001 Truncated backtrace: Thread no. 1 (10 frames) #0 KFileDialog::KFileDialog(KUrl const&, QString const&, QWidget*, QWidget*) at /lib64/libkio.so.5 #1 KFileDialogQtOverride::getOpenFileNames(QWidget*, QString const&, QString const&, QString const&, QString*, QFlags<QFileDialog::Option>) at /lib64/libkio.so.5 #2 QFileDialog::getOpenFileNames at dialogs/qfiledialog.cpp:1871 #3 Core::DocumentManager::getOpenFileNames at documentmanager.cpp:797 #4 Core::EditorManager::getOpenFileNames at editormanager/editormanager.cpp:1685 #5 Core::Internal::MainWindow::openFile at mainwindow.cpp:802 #6 Core::Internal::MainWindow::qt_static_metacall at .moc/release-shared/moc_mainwindow.cpp:130 #7 QMetaObject::activate at kernel/qobject.cpp:3547 #8 QAction::triggered at .moc/release-shared/moc_qaction.cpp:276 #9 QMetaObject::activate at kernel/qobject.cpp:3547
Created attachment 824857 [details] File: backtrace
Created attachment 824858 [details] File: cgroup
Created attachment 824859 [details] File: core_backtrace
Created attachment 824860 [details] File: dso_list
Created attachment 824861 [details] File: environ
Created attachment 824862 [details] File: exploitable
Created attachment 824863 [details] File: limits
Created attachment 824864 [details] File: maps
Created attachment 824865 [details] File: open_fds
Created attachment 824866 [details] File: proc_pid_status
Created attachment 824867 [details] File: var_log_messages
Is this reproducible? Do you remember what you were doing before the crash occurred?
(In reply to Sandro Mani from comment #12) > Is this reproducible? Do you remember what you were doing before the crash > occurred? Unfortunately this crash happened kind of out of the blue. I was trying to open a project. Therefore I opened the "File" menu and was about to hit the "Project open" entry (or maybe clicked it already). After starting Qtcreator again the crash did not occur anymore.
Unfortunately the backtrace is not complete, since the debug symbols are out-of-date. Did you generate the backtrace locally or did you have the rectrace server generate it for you?
(In reply to Sandro Mani from comment #14) > Unfortunately the backtrace is not complete, since the debug symbols are > out-of-date. Did you generate the backtrace locally or did you have the > rectrace server generate it for you? The backtrace was generated locally as the retrace server rejected to do it, because of the size. ABRT downloaded a lot of stuff for doing this. Could it be a problem that the debug symbols weren't installed when the crash occured?
It seems more like you updated some packages but the corresponding debuginfo package were not updated (notice all the "warning: the debug information found in *** does not match *** (CRC mismatch)." warnings in the backtrace). Anyhow, perhaps there is still enough info to work out what was happening, I'll have a look.
Unfortunately there is is not enough to figure out what is going on (in particular, the kdelibs debuginfo package was not installed, so there is no info about the actual exact place where the crash occured). I'll close this as "insufficient data", please feel free to reopen if you hit this again and can provide a more complete backtrace. Thanks!