database/pgadmin3 cores

Dan Langille dan at langille.org
Fri Jan 14 06:37:51 PST 2005


On 14 Jan 2005 at 12:35, Kirill Ponomarew wrote:

> On Thu, Jan 13, 2005 at 03:29:25PM -0500, Dan Langille wrote:
> > On FreeBSD 5.3-stable, I'm getting a core dump:
> > 
> > # pgadmin3
> > Segmentation fault (core dumped)
> > 
> > This is pgadmin3-1.2.0 under xorg-6.8.1
> > 
> > Any ideas?
> 
> Compiling it with debug symbols and gdb(1) output would help
> maintainer more to analyze this problem.

Good point. HTH:

(gdb) run
Starting program: /usr/local/bin/pgadmin3

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1 (LWP 100166)]
0x28a57a68 in wxMBConvUTF8::MB2WC () from /usr/X11R6/lib/libwx_base-
2.5.so.3


(gdb) bt
#0  0x28a57a68 in wxMBConvUTF8::MB2WC () from 
/usr/X11R6/lib/libwx_base-2.5.so.3
#1  0x0819e04e in wxUtfFile::Read (this=0xbfbfe7c0, str=@0xbfbfe7f0, 
nCount=1654) at utils/utffile.cpp:86
#2  0x08197018 in FileRead (filename=@0xbfbfe940, format=1) at 
utils/misc.cpp:482
#3  0x0806719a in pgAdmin3::OnInit (this=0x831f080) at 
pgAdmin3.cpp:228
#4  0x08069578 in wxAppConsole::CallOnInit (this=0x831f080) at 
app.h:87
#5  0x28a44131 in wxEntry () from /usr/X11R6/lib/libwx_base-2.5.so.3
#6  0x08066983 in main (argc=1, argv=0xbfbfea98) at pgAdmin3.cpp:300
(gdb)

cheers
-- 
Dan Langille : http://www.langille.org/
BSDCan - The Technical BSD Conference - http://www.bsdcan.org/



More information about the freebsd-ports mailing list