Re: [libvirt] [PATCH] Augment bug reporting documentation

2010-11-10 Thread Eric Blake
On 11/10/2010 05:18 AM, Daniel Veillard wrote: > On Wed, Nov 10, 2010 at 11:34:23AM +, Daniel P. Berrange wrote: >> On Wed, Nov 10, 2010 at 11:01:15AM +0100, Daniel Veillard wrote: >>> With some instruction on how to attach useful gdb backtraces > [...] >>> + # ps -o etime,pid `pgrep lib

Re: [libvirt] [PATCH] Augment bug reporting documentation

2010-11-10 Thread Daniel Veillard
On Wed, Nov 10, 2010 at 11:34:23AM +, Daniel P. Berrange wrote: > On Wed, Nov 10, 2010 at 11:01:15AM +0100, Daniel Veillard wrote: > > With some instruction on how to attach useful gdb backtraces [...] > > + # ps -o etime,pid `pgrep libvirt` > > +... note the process id from the output >

Re: [libvirt] [PATCH] Augment bug reporting documentation

2010-11-10 Thread Daniel P. Berrange
On Wed, Nov 10, 2010 at 11:01:15AM +0100, Daniel Veillard wrote: > With some instruction on how to attach useful gdb backtraces > > Daniel > > diff --git a/docs/bugs.html.in b/docs/bugs.html.in > index 201705b..560dfa4 100644 > --- a/docs/bugs.html.in > +++ b/docs/bugs.html.in > @@ -78,6 +78,35 @

[libvirt] [PATCH] Augment bug reporting documentation

2010-11-10 Thread Daniel Veillard
With some instruction on how to attach useful gdb backtraces Daniel diff --git a/docs/bugs.html.in b/docs/bugs.html.in index 201705b..560dfa4 100644 --- a/docs/bugs.html.in +++ b/docs/bugs.html.in @@ -78,6 +78,35 @@ + If the bug leads to a tool linked to libvirt crash, then the