Re: startup error on suse 10.2 after X update

From: Raphaël Enrici <raphael(at)pgadmin(dot)org>
To: "Dave Page" <dpage(at)postgresql(dot)org>
Cc: "Bruce Ferrell" <bferrell(at)baywinds(dot)org>, pgadmin-support(at)postgresql(dot)org
Subject: Re: startup error on suse 10.2 after X update
Date: 2008-01-21 21:53:58
Message-ID: 21e470ef0801211353r73c7219el5eed4111b0abf190@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Hi,

this bug is affecting more and more of us. It seems to be related to a
security fix in xorg which breaks java apps and wx. Depending on distros, a
new fix is available. You can also try to disable MIT-SHM as suggested in a
Debian bug.

Take a look at:
bugs.debian.org/461465 or at #183969 in Ubuntu.

Try to add these lines in your Xorg.conf, restart and X and tell me if it's
ok?
Section "Extensions"
Option "MIT-SHM" "no"
EndSection

Regards,
Raph.

On 21/01/2008, Dave Page <dpage(at)postgresql(dot)org> wrote:
>
> On 21/01/2008, Bruce Ferrell < bferrell(at)baywinds(dot)org> wrote:
> > the following error comes up when I try to start pgadmin3 1.8.1 built
> > from the suse source rpm. I'm using wxWidgets 2.8 from the packman
> > site. This error also occurs with the compiled binary from the packman
> site
>
> Sounds like something incompatible has changed in your X upgrade. Can
> you recompile wxWidgets and pgAdmin?
>
> Where'd you get the Suse RPM from anyway? I wasn't aware we had one.
>
> Regards, Dave.
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: explain analyze is your friend
>

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Bruce Ferrell 2008-01-21 21:57:29 Re: startup error on suse 10.2 after X update
Previous Message Kevin Field 2008-01-21 21:50:27 Re: multiselect bug in edit grid on win32