Thread: startup error on suse 10.2 after X update

startup error on suse 10.2 after X update

From
Bruce Ferrell
Date:
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


The program 'pgadmin3' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadAlloc (insufficient resources for operation)'. (Details: serial 176 error_code 11 request_code 145
minor_code5) (Note to programmers: normally, X errors are reported asynchronously;  that is, you will receive the error
awhile after causing it.  To debug your program, run it with the --sync command line  option to change this behavior.
Youcan then get a meaningful  backtrace from your debugger if you break on the gdk_x_error() function.)
 


Re: startup error on suse 10.2 after X update

From
"Dave Page"
Date:
On 21/01/2008, Bruce Ferrell <bferrell@baywinds.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.


Re: startup error on suse 10.2 after X update

From
"Raphaël Enrici"
Date:
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@postgresql.org> wrote:
On 21/01/2008, Bruce Ferrell < bferrell@baywinds.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

 

Re: startup error on suse 10.2 after X update

From
Bruce Ferrell
Date:
Dave Page wrote:
> On 21/01/2008, Bruce Ferrell <bferrell@baywinds.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

Ugh!  I was hoping I didn't have to re-build wxWigets.

The source rpm came from here:

http://www.pgadmin.org/download/opensuse.php

It's slightly off, but the spec is easily corrected



Re: startup error on suse 10.2 after X update

From
Bruce Ferrell
Date:
the Xorg.conf mod got me running again.   Thanks

Raphaël Enrici wrote:
> 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 <http://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@postgresql.org
> <mailto:dpage@postgresql.org>> wrote:
> 
>     On 21/01/2008, Bruce Ferrell < bferrell@baywinds.org
>     <mailto:bferrell@baywinds.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
> 
> 
>