Re: Latest SVN segfaults on Feisty

From: "Ivan Pavlov" <ivan(dot)pavlov(at)gmail(dot)com>
To: "Dave Page" <dpage(at)postgresql(dot)org>
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: Latest SVN segfaults on Feisty
Date: 2007-05-18 14:47:35
Message-ID: fa3762530705180747p6f8997cfr12682f07e8318673@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

On 5/18/07, Dave Page <dpage(at)postgresql(dot)org> wrote:
>
> I haven't seen a pgadmin logfile from you yet so I wouldn't know what is
> new and what isn't!

What I meant is - all entries in the log are timestamped and there were
only some month old sql errors in there.

They don't help much unfortuantely. Can you fire it up in gdb and get a
> plain old back trace please?

Here it is:
#0 0xb77225ae in wxStringBase::find () from /usr/lib/libwx_baseu-2.8.so.0
#1 0xb772534a in wxStringBase::find () from /usr/lib/libwx_baseu-2.8.so.0
#2 0xb77253e4 in wxString::Find () from /usr/lib/libwx_baseu-2.8.so.0
#3 0x08347dee in isPgApp ()
#4 0x0807ace5 in pgAdmin3::InitPaths ()
#5 0x0808168e in pgAdmin3::OnInit ()
#6 0x08084d01 in wxAppConsole::CallOnInit ()
#7 0xb7700250 in wxEntry () from /usr/lib/libwx_baseu-2.8.so.0
#8 0xb7700327 in wxEntry () from /usr/lib/libwx_baseu-2.8.so.0
#9 0x08075960 in main ()

Seems to be wxBase problem - my version is 2.8.1.1-0ubuntu4. Hmmm... I will
install wxWidgets from source and recompile pgAdmin...

Regards,
Ivan

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message svn 2007-05-18 17:35:05 SVN Commit by dpage: r6309 - trunk/pgadmin3
Previous Message Dave Page 2007-05-18 14:27:05 Re: Latest SVN segfaults on Feisty