| Summary: | Muon Update Manager | ||
|---|---|---|---|
| Product: | [Unmaintained] muon | Reporter: | John <wannerjs> |
| Component: | muon | Assignee: | Jonathan Thomas <echidnaman> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | crash | CC: | aleixpol, sitter |
| Priority: | NOR | Keywords: | drkonqi, triaged |
| Version First Reported In: | 2.1.2 | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
John
2014-02-07 23:58:17 UTC
Is this crash reproducible?
If so, please do the following in a terminal
sudo apt-get install qapt-dbg
gdb --args update-manager --nofork
run
now the updater should come up as usual, try to trigger the crash and if/when it crashes in the terminal you should have a new prompt and enter
set logging on
print startDir
print this
print fileModule()
set logging off
quit
yes
this will create a file gdb.txt in your home directory containing the values of a bunch of variables, please attach the file to this report.
random developer note:
apparently the crash happens in
> QWidget* fileQWidget = fileModule()->createFileWidget(startDir, this);
where startDir is a const ref KUrl, so most likely fileModule returns a nullptr even though it seems to have all sorts of fallbacks.
Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days, the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please set the bug status as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging Thank you for helping us make KDE software even better for everyone! |