Re: Font debugging code

From: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
To: Hiroshi Saito <saito(at)inetrt(dot)skcapi(dot)co(dot)jp>
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: Font debugging code
Date: 2003-10-16 17:03:49
Message-ID: 3F8ECF75.7030908@pse-consulting.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hiroshi Saito wrote:

>Hi Andreas.
>
>It is FreeBSD.
>2003-10-16 23:57:25 INFO : Using fontmetrics 12/13, 10 Point
>2003-10-16 23:57:25 INFO : Native Description 'Sans 10'
>2003-10-16 23:57:25 INFO : Draw size of 'M': w=12, h=13, descent 0, external lead 0.
>2003-10-16 23:57:25 INFO : Draw size of 'g': w=12, h=13, descent 0, external lead 0.
>2003-10-16 23:57:25 INFO : Draw size of 'Mg': w=24, h=13, descent 0, external
>
>
Very strange, with of g is the same as M, while sans shouldn't be fixed
font...
However, calculated font metrics match the calculated sizes, so display
should be ok.

>However,
>It is wrong in something.:-(
>This occurs only in today's cvs.
>
>bsd5% LANG=ja_JP.UTF8 src/pgadmin3
>(process:80785): Gdk-WARNING **: locale not supported by C library
>(process:80785): Gtk-WARNING **: Locale not supported by C library.
> Using the fallback 'C' locale.
>...
>connecting to ...crash!
>
>

Did we have any locale changes in the last days I don't know of?
This is a crash while trying to log an sql statement. Maybe you can
catch it in the debugger, to inspect why it crashes?

Regards,
Andreas

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Hiroshi Saito 2003-10-16 17:52:54 Re: Font debugging code
Previous Message Andreas Pflug 2003-10-16 16:57:49 Re: Font debugging code