Обсуждение: Re: [pgadmin-support] Problem report on pgadmin3-1.4.0

Поиск
Список
Период
Сортировка

Re: [pgadmin-support] Problem report on pgadmin3-1.4.0

От
"Hiroshi Saito"
Дата:
From: "MASAO TAKAHASHI"

> I have generated from sources of wxGTK-2.6.2 and pgadmin3-1.4.0.
> Here are configuration options.
>   1. wxGTK-2.6.2
>      ../wxGTK-2.6.2/configure --enable-unicode --with-gtk
>   2. pgadmin3-1.4.0
>      ./configure
> But, SIGSEGV has occurred too.
> Changing LANG variable to "C" or "ja_JP.euc.JP", SIGSEGV has not
> occurred.
> And pgadmin3 operated good with postgresql-8.0.4-2.FC4.1.

Um, It is strange....
How is the action of samples/font of wxWidgets?
Furthermore, Would you take trace by debug(--enable-debug).

Regards,
Hiroshi Saito


Re: [pgadmin-support] Problem report on pgadmin3-1.4.0

От
"Hiroshi Saito"
Дата:
Hi.

Sorry, Since I am very busy now, I do not have spare time.
I think that it will be seen at this evening.:-(
Do Andreas and Raphael understand some reasons?

Regards,
Hiroshi Saito

----- Original Message -----
From: "MASAO TAKAHASHI"


> 1. test of sample/font
>    A font sample works.
> 2. debug trace
>    I have a link error building pgadmin3 with --enable-debug option.
>    So, I have tested pgadmin3 with strace.
>    Here is a strace log as follows.
>    I am afraid that this log tells nothing.
>    strace ./pgadmin3 2>log
>    tail log
>    ----------------------------------------------------------------------------------
>    stat64
>    ("/usr/local/pgadmin3/share/pgadmin3//i18n/ja_JP/LC_MESSAGES/pgadmin3.mo",0xbfeafd34)
>    = -1 ENOENT (No such file or directory) stat64
>    ("/usr/local/pgadmin3/share/pgadmin3//i18n/ja_JP/pgadmin3.mo",
>   {st_mode=S_IFREG|0644,st_size=112959, ...}) = 0 open
>   ("/usr/local/pgadmin3/share/pgadmin3//i18n/ja_JP/pgadmin3.mo",
>     O_RDONLY| O_LARGEFILE) = 6 _llseek(6, 0, [0], SEEK_CUR) =0
>   _llseek(6, 0, [112959], SEEK_END)       = 0
>   _llseek(6, 0, [0],SEEK_SET)            = 0
>   read(6, "\336\22\4\225\0\0\0\0\365\5\0\0\34 \0\0 \0\304/\0\0\367
>   \7"..., 112959)
>   = 112959
>   close(6) = 0
>   --- SIGSEGV (Segmentationfault) @ 0 (0) ---
>   +++ killed by SIGSEGV +++
> -----------------------------------------------------------------------------
> On Wed, 9 Nov 2005 09:32:31 +0900 "Hiroshi Saito"
> <saito@inetrt.skcapi.co.jp> wrote:
>
> > From: "MASAO TAKAHASHI"
> >
> > > I have generated from sources of wxGTK-2.6.2 and pgadmin3-1.4.0.
> > > Here are configuration options.
> > >   1. wxGTK-2.6.2
> > >      ../wxGTK-2.6.2/configure --enable-unicode --with-gtk
> > >   2. pgadmin3-1.4.0
> > >      ./configure
> > > But, SIGSEGV has occurred too.
> > > Changing LANG variable to "C" or "ja_JP.euc.JP", SIGSEGV has not
> > > occurred.
> > > And pgadmin3 operated good with postgresql-8.0.4-2.FC4.1.
> >
> > Um, It is strange....
> > How is the action of samples/font of wxWidgets?
> > Furthermore, Would you take trace by debug(--enable-debug).
> >
> > Regards,
> > Hiroshi Saito
> >
>
>
> --------------
> MASAO TAKAHASHI
> E-Mail:mtakahashi@kanno.co.jp
> Phone:093-521-9532
> KANNO WORKS CO., LTD., JAPAN
>
>


Re: [pgadmin-support] Problem report on pgadmin3-1.4.0

От
Andreas Pflug
Дата:
Hiroshi Saito wrote:
> Hi.
>
> Sorry, Since I am very busy now, I do not have spare time.
> I think that it will be seen at this evening.:-(
> Do Andreas and Raphael understand some reasons?

Is the language file corrected?

Regards,
Andreas