RE: Possible thread-safe issue with fonts

2002-04-30 Thread Chris Warr
] Subject: Re: Possible thread-safe issue with fonts Chris Warr wrote: OK, it was a threading issue, I downloaded the source and had a play. It comes about because the static configuration is updated for every translation I do. FontSetup.addConfiguredFonts() can read from the font list

RE: Possible thread-safe issue with fonts

2002-04-29 Thread Chris Warr
I don't get that error, just the one 'unknown font dynamo...' Is this more appropriate for fop-dev? Chris. -Original Message- From: Keiron Liddle [mailto:[EMAIL PROTECTED] Sent: Friday, 26 April 2002 17:26 To: [EMAIL PROTECTED] Subject: Re: Possible thread-safe issue with fonts

Re: Possible thread-safe issue with fonts

2002-04-26 Thread Keiron Liddle
It sounds like it is a threading problem. Do you get any messages like: Failed to read font metrics file ... It would appear that two threads could be reading the font metrics file at the same time. Accessing the file is done through the parser so we don't know what it is actually doing and it