Hybserv2 Homepage : HybservBugReporting

HybservStart :: Categories :: PageIndex
:: RecentChanges :: RecentlyCommented :: Login/Register

Hybserv bug reporting


Bug reporting as a secret technique
As pictures and examples are probably best to describe proper and improper ways to report a bug, we will now demonstrate several different approaches:




I believe these are rather self explanatory. Now, next to the following section.

Shopping list

Rules of the thumb how to sucessfully report a bug are these:


GDB trace

Sometimes it is necessary to collect additional information from Services which crashed. Obviously, there are tools which are meant for this. We recommend using GNU Debugger GDB, as most popular on all Un*x platforms.

To examine a corefile, you'll need to open the required files first:

$ gdb
(gdb) file hybserv
(gdb) core core


Then you can proceed with the debug collection

(gdb) bt full


The output you get is a requirement to get any services' crashing bug resolved. Please attach it with the ticket, always. Please don't delete your core. You may need to collect more variables, if asked:

(gdb) p *lptr
(gdb) p *nptr
etc.


Thank you.
Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by Wikka Wakka Wiki 1.1.6.2
Page was generated in 0.0538 seconds