Re: Font debugging code

From: "Hiroshi Saito" <saito(at)inetrt(dot)skcapi(dot)co(dot)jp>
To: "Andreas Pflug" <pgadmin(at)pse-consulting(dot)de>
Cc: <pgadmin-hackers(at)postgresql(dot)org>, "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
Subject: Re: Font debugging code
Date: 2003-10-16 15:12:14
Message-ID: 04b801c393f7$e34ac840$1f324d80@w2k
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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

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!
...
gdb where..

#0 0x00000000 in ?? ()
#1 0x2904d241 in _swrite () from /usr/lib/libc.so.5
#2 0x2904c8b3 in __sflush () from /usr/lib/libc.so.5
#3 0x2904c818 in __fflush () from /usr/lib/libc.so.5
#4 0x29034e7b in __swbuf () from /usr/lib/libc.so.5
#5 0x28fea91c in __fputwc () from /usr/lib/libc.so.5
#6 0x28fe9430 in __vfwprintf () from /usr/lib/libc.so.5
#7 0x28fe5ce8 in vswprintf () from /usr/lib/libc.so.5
#8 0x0837dfd7 in wxVsnprintf(wchar_t*, unsigned, wchar_t const*, char*) ()
#9 0x0828c379 in wxVLogSql(wchar_t const*, char*) (szFormat=0x8507180,
argptr=0xbfbfe224 "\214A\b8\025") at utils/sysLogger.cpp:31
#10 0x0828c3ba in wxLogSql(wchar_t const*, ...) (szFormat=0x8507180)
at utils/sysLogger.cpp:41
#11 0x0818af29 in pgConn::ExecuteSet(wxString const&) (this=0x87f1f40,
sql=(at)0xbfbfe2d0) at db/pgConn.cpp:283
#12 0x0818a1ce in pgConn (this=0x87f1f40, server=(at)0xbfbfe380,
database=(at)0x8b97d30, username=(at)0x8b97d34, password=(at)0x8b97d38, port=5432,
sslmode=4) at db/pgConn.cpp:140
#13 0x081c8c5f in pgServer::Connect(wxFrame*, bool) (this=0x8b97d00,
form=0x891f800, lockFields=false) at schema/pgServer.cpp:123
#14 0x081eafff in frmMain::OnAddServer(wxCommandEvent&) (this=0x891f800,
ev=(at)0xbfbfe700) at ui/events.cpp:508
#15 0x0832fac6 in wxAppConsole::HandleEvent(wxEvtHandler*, void (wxEvtHandler::*
)(wxEvent&), wxEvent&) const ()
#16 0x08393404 in wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) ()
#17 0x083929ba in wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) ()
#18 0x08393540 in wxEvtHandler::ProcessEvent(wxEvent&) ()
#19 0x0844680f in wxWindowBase::TryParent(wxEvent&) ()
#20 0x083934f9 in wxEvtHandler::ProcessEvent(wxEvent&) ()
#21 0x0843b4a1 in wxToolBarBase::OnLeftClick(int, bool) ()
#22 0x08403ae9 in gtk_toolbar_callback(_GtkWidget*, wxToolBarTool*) ()
#23 0x28c959e7 in g_cclosure_marshal_VOID__VOID ()
from /usr/local/lib/libgobject-2.0.so.200
#24 0x28c82c01 in g_closure_invoke () from /usr/local/lib/libgobject-2.0.so.200
#25 0x28c9530d in signal_emit_unlocked_R ()
from /usr/local/lib/libgobject-2.0.so.200
#26 0x28c94684 in g_signal_emit_valist ()
from /usr/local/lib/libgobject-2.0.so.200
#27 0x28c94904 in g_signal_emit () from /usr/local/lib/libgobject-2.0.so.200
#28 0x28805a42 in gtk_button_clicked ()
from /usr/X11R6/lib/libgtk-x11-2.0.so.200
#29 0x288069c9 in gtk_button_get_relief ()
from /usr/X11R6/lib/libgtk-x11-2.0.so.200
#30 0x28c959e7 in g_cclosure_marshal_VOID__VOID ()
from /usr/local/lib/libgobject-2.0.so.200
#32 0x28c82c01 in g_closure_invoke () from /usr/local/lib/libgobject-2.0.so.200
#33 0x28c95035 in signal_emit_unlocked_R ()
from /usr/local/lib/libgobject-2.0.so.200
#34 0x28c94684 in g_signal_emit_valist ()
from /usr/local/lib/libgobject-2.0.so.200
#35 0x28c94904 in g_signal_emit () from /usr/local/lib/libgobject-2.0.so.200
#36 0x28805982 in gtk_button_released ()
from /usr/X11R6/lib/libgtk-x11-2.0.so.200
#37 0x28806848 in gtk_button_get_relief ()
from /usr/X11R6/lib/libgtk-x11-2.0.so.200
#38 0x2888f83e in gtk_propagate_event ()
from /usr/X11R6/lib/libgtk-x11-2.0.so.200
#39 0x28c82ef7 in g_type_class_meta_marshal ()
from /usr/local/lib/libgobject-2.0.so.200
#40 0x28c82c01 in g_closure_invoke () from /usr/local/lib/libgobject-2.0.so.200
#41 0x28c95497 in signal_emit_unlocked_R ()
from /usr/local/lib/libgobject-2.0.so.200
#42 0x28c94709 in g_signal_emit_valist ()
from /usr/local/lib/libgobject-2.0.so.200
#43 0x28c94904 in g_signal_emit () from /usr/local/lib/libgobject-2.0.so.200
#44 0x28973ed6 in gtk_widget_send_expose ()
from /usr/X11R6/lib/libgtk-x11-2.0.so.200
#45 0x28973baf in gtk_widget_event () from /usr/X11R6/lib/libgtk-x11-2.0.so.200
#46 0x2888f6c5 in gtk_propagate_event ()
from /usr/X11R6/lib/libgtk-x11-2.0.so.200
#47 0x2888e2bd in gtk_main_do_event ()
from /usr/X11R6/lib/libgtk-x11-2.0.so.200
#48 0x28a47f52 in gdk_add_client_message_filter ()
from /usr/X11R6/lib/libgdk-x11-2.0.so.200
#49 0x28cfc11c in g_main_dispatch () from /usr/local/lib/libglib-2.0.so.200
#50 0x28cfcf2a in g_main_context_dispatch ()
from /usr/local/lib/libglib-2.0.so.200
#51 0x28cfd2dd in g_main_context_iterate ()
from /usr/local/lib/libglib-2.0.so.200
#52 0x28cfda81 in g_main_loop_run () from /usr/local/lib/libglib-2.0.so.200
#53 0x2888daa7 in gtk_main () from /usr/X11R6/lib/libgtk-x11-2.0.so.200
#54 0x084df397 in wxEventLoop::Run() ()
#55 0x08407d11 in wxAppBase::MainLoop() ()
#56 0x08407e17 in wxAppBase::OnRun() ()
#57 0x0835b823 in wxEntry(int&, wchar_t**) ()
#58 0x08186dff in main (argc=1, argv=0xbfbff750) at pgAdmin3.cpp:73
#59 0x08186c85 in _start ()

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Raphaël Enrici 2003-10-16 16:08:50 Re: SSL detection bug is back under debian...
Previous Message Hiroshi Saito 2003-10-16 15:01:25 Re: SSL detection bug is back under debian...