|
|
| · · · · · · · | |
|
Re: Segmentation fault on Red Hat Linux 8
Hi, Sorry about this repost, but I'm still facing a segmentation fault with pgAdmin III 1.2.1 and wxWidgets 2.5.5 on Red Hat Linux 8, and I can't find a workaround. To avoid a first segmentation fault problem, I've set another Gnome theme. I can now see the pgAdmin splash window, but unfortunately I get another segmentation fault with libgdk-x11: $ gdb /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 Is there any known workaround for this one? Kind regards, -- <x-tad-bigger>Francis Labrie</x-tad-bigger> Saint-Bruno-de-Montarville, Québec, Canada
|