Responses

Differences between revisions 21 and 22
Revision 21 as of 2007-03-28 17:06:16
Size: 6192
Editor: 6
Comment:
Revision 22 as of 2007-03-28 17:08:39
Size: 6305
Editor: 6
Comment:
Deletions are marked like this. Additions are marked like this.
Line 48: Line 48:
== Retrace your self the coredump with gdb == == Retrace yourself the coredump file with gdb ==
Line 50: Line 50:
{{{Install the debuggin symbols for firefox: {{{You might want to retrace yourself the coredump file with gdb. In that case you have to do the following:

Install the debuggin symbols for firefox:

Include(MozillaTeam/Header)

This page is useful for our bug triagers, below is a list of common responses for triaging Mozilla based bugs. Please be aware that these are merely templates and should be treated as such, try to flesh out the template and try to avoid being blunt with your response as this can be taken unintentionally as being rude.

For a list of more generic responses please visit [:Bugs/Responses]

Open Bug Reports

If the bug has no back trace

{{{Thank you for the bug report. Could you please try to obtain a backtrace by following the instructions on https://wiki.ubuntu.com/MozillaTeam/Bugs or attach the crash report located in /var/crash. This will greatly aid us in tracking down your problem.}}}

If debug symbols are not installed

{{{Thank you for the bug report. Could you please install the firefox-dbg package and try to obtain a backtrace (or crash report) by following the instructions on https://wiki.ubuntu.com/MozillaTeam/Bugs This will greatly aid us in tracking down your problem.

Which flash package and version do you have installed? Which Java package and version do you have installed? Which video player and version do you have installed? Which firefox extensions and themes do you have installed?}}}

{{{Thank you for the bug report. Could you please install firefox-dbg (these are the firefox debugging symbols) and try to obtain a backtrace (or crash report) by following the instructions on https://wiki.ubuntu.com/MozillaTeam/Bugs This will greatly aid us in tracking down your problem.

It is of particular interest that you run apport-retrace -d against your crash report before uploading.

Which flash package do you have installed? Which Java package do you have installed? Which video player and version do you have installed? Which firefox extensions do you have installed?}}}

{{{It is of particular interest that you run apport-retrace against your crash report.

Do you have an ati video card?

Ahhh. You must have a ATI card. My IBM T43 had the same problem. Add this to your /etc/bin/firefox: Code: export XLIB_SKIP_ARGB_VISUALS=1 and/or by adding to your /etc/env.d/10MozillaFirefox: Code: LIB_SKIP_ARGB_VISUALS=1 on the first line. Its a problem with xorg when you turned on the composite module.}}}

Retrace yourself the coredump file with gdb

{{{You might want to retrace yourself the coredump file with gdb. In that case you have to do the following:

Install the debuggin symbols for firefox:

apt-get install firefox-db

Run gdb against the coredump file included in the crash report that was generated when firefox crashed. You'll need to unpack the crash report and call gdb in this way:

TMPDIR=$(mktmp -d) apport-unpack /var/crash/_usr_lib_firefox_firefox-bin.1000.crash $TMPDIR gdb -nx /usr/lib/firefox/firefox-bin -core $TMPDIR/CoreDump 2>&1 | tee gdb.log rm -fr $TMPDIR

To obtain the backtrace just type 'backtrace' on gdb prompt.

Upload the resulting gdb.log to launchpad.

If you feel brave, look at the gdb output and search for missing dbg libraries or other warnings, install them and run again gdb. }}}

Getting more information

{{{Thanks for taking the time to report this bug. Unfortunately, we are not able to fix and find the bug because your description of the bug didn't have enough information in it. You may find it helpful to read "How to report bugs effectively", http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful if you would then provide a more complete description of the problem.

Debugging procedures for certain types of problems can be found at https://wiki.ubuntu.com/MozillaTeam/Bugs}}}

Pinging Old (but Open) Bug Reports

{{{Is this still an issue for you? We are trying to trying sort out the older Mozilla issues and would like to know if this still happens. }}}

Run retrace

{{{Thank you for the crash report.

I am assigning this bug to myself in order to obtain a symbolized stacktrace of the crash report(s). When I am finished with it I will attach the stacktrace to this bug report. }}}

Crash repeatability

{{{Thank you for the crash report. Can you repeat the crash? Does the crash generate a crash report? If so would you please attach it to this bug report, so we can process this bug further. }}}

Closing Old Bug Reports

Crashes

{{{Thank you for your bug report, but please understand that crashes are not bugs. Many crashes can be attributed to a flaky plugins, extension conflicts, or other behavior. I am closing this bug for that reason, please feel free to reopen it if you feel the crash is reproduceable. Use one or more of the following criteria: on other releases of Ubuntu, Newer versions of this program, crashes on every load and with up-to-date plugins. }}}

Lack of Information

{{{Thank you for the bug report however this report lacks information we need to investigate it further. For this reason, we are now going to close the bug - please feel free to reopen when you have more information at hand.

Further information can be found at https://wiki.ubuntu.com/MozillaTeam/Bugs}}}

Cannot Reproduce

{{{Thank you for the bug report. However I am unable to reproduce this issue. We are now going to close this report - please feel free to reopen when you have more information at hand. }}}

Unresponsive Bug Reports

{{{Thank you for the bug report. It has not been updated after a request for more information in the last 30 days, for this reason we are closing the report. Feel free to reopen it in the future if you have more information and if this is still an issue. }}}

Miscellaneous

Feature request

{{{Thank you for the bug report. However the changes you are requesting require more discussion and would be better suited to an appropriate mailing list or forum.

http://www.ubuntu.com/community/forums/ might be a good start.}}}


[:CategoryMozillaTeam], [:CategoryBugSquad]

MozillaTeam/Bugs/Triage/Responses (last edited 2008-08-06 17:00:54 by localhost)