On Fr, 2016-07-15 at 11:45 +0200, Peter Lieven wrote: > commit 095497ff added thread local storage for the color counting > palette. Unfortunately, a VncPalette is about 7kB on a x86_64 system. > This memory is reserved from the stack of every thread and it > exhausted the stack space of a libxenstore thread. > > Fix this by allocating memory only for the VNC encoding thread.
Added to vnc queue. thanks, Gerd