DebuggingGNOME

Differences between revisions 3 and 4
Revision 3 as of 2007-03-06 11:55:56
Size: 1467
Editor: cF5A6BF51
Comment: new template form
Revision 4 as of 2007-05-23 13:38:34
Size: 1602
Editor: i59F70E5E
Comment:
Deletions are marked like this. Additions are marked like this.
Line 22: Line 22:
}}}

= Debugging Menus =

If you should ever have to debug GNOME menus, you might want to use this
{{{
MENU_VERBOSE=1 <program>

Introduction

TBD.

Debugging procedure

In Ubuntu we have disabled the feature that makes applications crash on critical warnings. To debug problems it's sometimes good to have this happening.

This will make it crash:

G_DEBUG=fatal_criticals <program>

If you additionally run the program under gdb or valgrind, it will help you to figure out, what led to the critical warning.

This will make a program stop on warnings:

<program> --g-fatal-warnings

Debugging Menus

If you should ever have to debug GNOME menus, you might want to use this

MENU_VERBOSE=1 <program>

Known bugs

Description of known issues, how to recognise them and stock responses/actions.

Open

Bug#

Description

Action

TBD.

TBD.

TBD.

Closed

Bug#

Description

Action

TBD.

TBD.

TBD.

Non-bugs

TBD.


Also see:


CategoryBugSquad CategoryDesktopTeam