Re: Segmentation fault on Red Hat Linux 8

From: Francis Labrie <flabrie(at)os(dot)ca>
To: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
Cc: pgadmin-support(at)postgresql(dot)org
Subject: Re: Segmentation fault on Red Hat Linux 8
Date: 2005-04-14 14:24:44
Message-ID: a93830670d4eafb8d87add3e4e9fb8f5@os.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Hi,

Andreas Pflug wrote:
> Francis Labrie wrote:
>> Following instructions on pgAdmin Web site, I've built and installed
>> both wxWidgets 2.5.5 and pgAdmin III 1.2.1 on Red Hat Linux 8.
>> Unfortunately, I get a segmentation fault on start:
>> [...]
>
> Sounds like the well-known gtk bug with some themes. Try another theme.

Thank you very much for your suggestion. It sounds right, all defaults
themes fail the same way except the "Bluecurve" one. With this theme,
the splash window appears, but unfortunately I get another segmentation
fault with libgdk-x11:

$ gdb /usr/local/pgadmin3/bin/pgadmin3
GNU gdb Red Hat Linux (5.2.1-4)
Copyright 2002 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and
you are
welcome to change it and/or distribute copies of it under certain
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for
details.
This GDB was configured as "i386-redhat-linux"...
(gdb) run
Starting program: /usr/local/pgadmin3/bin/pgadmin3

Program received signal SIGSEGV, Segmentation fault.
0x404363ee in _gdk_x11_copy_to_image () from
/usr/lib/libgdk-x11-2.0.so.0
(gdb) bt
#0 0x404363ee in _gdk_x11_copy_to_image () from
/usr/lib/libgdk-x11-2.0.so.0
#1 0x4040be09 in _gdk_drawable_copy_to_image ()
from /usr/lib/libgdk-x11-2.0.so.0
#2 0x404163bf in gdk_pixmap_copy_to_image () from
/usr/lib/libgdk-x11-2.0.so.0
#3 0x4040be09 in _gdk_drawable_copy_to_image ()
from /usr/lib/libgdk-x11-2.0.so.0
#4 0x40414456 in gdk_pixbuf_get_from_drawable ()
from /usr/lib/libgdk-x11-2.0.so.0
#5 0x082dea81 in wxBitmap::GetPixbuf() const (this=0x8a495b8)
at ../src/gtk/bitmap.cpp:1500
#6 0x082faf46 in wxTopLevelWindowGTK::SetIcons(wxIconBundle const&) (
this=0x8aa0f68, icons=(at)0xbffff5e0) at ../src/gtk/toplevel.cpp:1081
#7 0x080f5eb3 in frmMain (this=0x8aa0f68, title=(at)0xbffff850)
at ui/frmMain.cpp:149
#8 0x0805bce1 in pgAdmin3::OnInit() (this=0x8884ce0) at
pgAdmin3.cpp:490
#9 0x0805c50e in wxAppConsole::CallOnInit() (this=0x8884ce0)
at /usr/local/include/wx-2.5/wx/app.h:87
#10 0x08464354 in wxEntry(int&, wchar_t**) (argc=(at)0xbffffae0,
argv=0x8884570)
at ../src/common/init.cpp:401
#11 0x08464494 in wxEntry(int&, char**) (argc=(at)0xbffffae0,
argv=0xbffffb34)
at ../src/common/init.cpp:429
#12 0x0805a3c3 in main (argc=1, argv=0xbffffb34) at pgAdmin3.cpp:81
#13 0x4070554d in __libc_start_main () from /lib/libc.so.6
(gdb)

Is there any other workaround for this one?

Kind regards,

--
Francis Labrie
Saint-Bruno-de-Montarville, Québec, Canada

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Devrim GUNDUZ 2005-04-14 15:09:15 Re: RedHat with Postgres 8
Previous Message Andreas Pflug 2005-04-14 13:47:52 Re: Segmentation fault on Red Hat Linux 8