Re: [Spice-devel] [PATCH] Free coroutine stack when releasing coroutine

2013-11-18 Thread Christophe Fergeau
Hey, This wasn't pushed yet, but is the cause for https://bugzilla.redhat.com/show_bug.cgi?id=1028637 I'll push this amended version (with same author/log as the initial patch) if noone objects: diff --git a/gtk/coroutine_ucontext.c b/gtk/coroutine_ucontext.c index f960cfb..3663dfb 100644 --- a/g

Re: [Spice-devel] [PATCH] Free coroutine stack when releasing coroutine

2013-09-13 Thread Marc-André Lureau
ack - Original Message - > From: "Daniel P. Berrange" > > The coroutine_init function mmap's a stack for the > ucontext coroutine, but nothing ever munmaps it. > > Signed-off-by: Daniel P. Berrange > --- > gtk/coroutine_ucontext.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --