Bug#613221: This is related to __thread

2011-03-11 Thread Eric Wasylishen
Hi Yavor, On 2011-03-11, at 12:25 PM, Yavor Doganov wrote: > Hi Eric, > > On Mon, Feb 14, 2011 at 03:05:49PM -0700, Eric Wasylishen wrote: >> It's caused by the thread-local fast_path_cache variable in pixman.c. >> If you make that non-thread-local (a normal static

Bug#613221: This is related to __thread

2011-02-14 Thread Eric Wasylishen
Hi, I am experiencing this on Ubuntu 10.10. I am using GNUstep from trunk and cairo 1.10.2 and pixman 0.20.2 built from source. It's caused by the thread-local fast_path_cache variable in pixman.c. If you make that non-thread-local (a normal static variable) the problem will go away. The root