Francis Labrie wrote:
Hi,
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:
$ 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
[New Thread 8192 (LWP 5054)]
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 8192 (LWP 5054)]
0x42073a9e in _int_malloc () from /lib/i686/libc.so.6
(gdb) bt
#0 0x42073a9e in _int_malloc () from /lib/i686/libc.so.6
#1 0x42073155 in malloc () from /lib/i686/libc.so.6
#2 0x40580d39 in g_malloc () from /usr/lib/libglib-2.0.so.0
#3 0x4058e292 in g_strdup () from /usr/lib/libglib-2.0.so.0
#4 0x40a81f9d in xpm_extract_color () from
/usr/lib/gtk-2.0/2.0.0/loaders/libpixbufloader-xpm.so
Sounds like the well-known gtk bug with some themes. Try another theme.
Regards,
Andreas
---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match