FilingBugs

Differences between revisions 1 and 2
Revision 1 as of 2010-10-08 16:38:16
Size: 1072
Editor: 81-65-188-212
Comment:
Revision 2 as of 2010-10-08 16:39:58
Size: 1021
Editor: 81-65-188-212
Comment:
Deletions are marked like this. Additions are marked like this.
Line 10: Line 10:
dbarth@thinkpad:~/devel/maverick/indicator-messages$ DISPLAY=:0 gdb mutter $ DISPLAY=:0 gdb mutter

If you find an issue with Unity, here are some guidelines for filing bugs and providing details to the development team

Where to file bugs?

You should file bugs against Unity in Launchpad.

How to produce record a backtrace?

$ DISPLAY=:0 gdb mutter
GNU gdb (GDB) 7.2-ubuntu
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "i686-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/bin/mutter...(no debugging symbols found)...done.
(gdb) set args --replace
(gdb) set logging file 'mutter.log'
(gdb) run

[ and when mutter crashes, do...]

(gdb) bt

[ then CTRL-D or re-run mutter to continue working ]

(gdb) run

Unity/FilingBugs (last edited 2023-12-04 16:43:22 by jbicha)