Re: [Spice-devel] [PATCH v2] common: add backtrace via gstack or glibc backtrace

2011-07-18 Thread Christophe Fergeau
On Mon, Jul 18, 2011 at 06:42:14PM +0300, Alon Levy wrote: diff --git a/common/spice_common.h b/common/spice_common.h index bc74486..6c5154c 100644 --- a/common/spice_common.h +++ b/common/spice_common.h @@ -22,9 +22,11 @@ #include stdint.h #include time.h #include stdlib.h +#include

Re: [Spice-devel] [PATCH v2] common: add backtrace via gstack or glibc backtrace

2011-07-18 Thread Alon Levy
On Mon, Jul 18, 2011 at 06:21:43PM +0200, Christophe Fergeau wrote: On Mon, Jul 18, 2011 at 06:42:14PM +0300, Alon Levy wrote: diff --git a/common/spice_common.h b/common/spice_common.h index bc74486..6c5154c 100644 --- a/common/spice_common.h +++ b/common/spice_common.h @@ -22,9 +22,11

Re: [Spice-devel] [PATCH v2] common: add backtrace via gstack or glibc backtrace

2011-07-18 Thread Uri Lublin
On 07/18/2011 07:21 PM, Christophe Fergeau wrote: On Mon, Jul 18, 2011 at 06:42:14PM +0300, Alon Levy wrote: diff --git a/common/spice_common.h b/common/spice_common.h index bc74486..6c5154c 100644 --- a/common/spice_common.h +++ b/common/spice_common.h @@ -22,9 +22,11 @@ #includestdint.h