| Summary: | plasma crashes shorty after changing to crystal SVG-icon set | ||
|---|---|---|---|
| Product: | [Unmaintained] plasma4 | Reporter: | m.wege |
| Component: | general | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | crash | CC: | aseigo, kojot350 |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
m.wege
2008-07-17 15:58:43 UTC
Can you please attach a backtrace of the crash? Actually no, because plasma just went off, disappeared and I did not get any message at all. You can use gdb debugger like this:
1) have your plasma runnung, get its id, open gdb. This command should also work:
$ gdb plasma `ps -A | grep plasma | sed -e {s/[^0-9].*//}`
then from within gdb:
(gdb) continue
2) make your plasma crash (reproduce bug) and go to your open gdb
(gdb) thread apply all backtrace
3) copy/paste ALL of the gdb output here
4) to exit from gdb simply type: quit
For further info try: http://techbase.kde.org/Development/Tutorials/Debugging/How_to_create_useful_crash_reports I don'f confirm this bug on: openSUSE 11, 2.6.25.16-0.1-default x86_64 GNU/Linux Qt: 4.4.2 KDE: 4.1.67 (KDE 4.1.67 (KDE 4.2 >= 20080918)) "release 1.2" Plasma Workspace: 0.3 |