Date: Fri, 14 Jan 2005 09:39:52 -0500 From: "Dan Langille" <dan@langille.org> To: Kirill Ponomarew <krion@voodoo.oberon.net> Cc: freebsd-ports@freebsd.org Subject: Re: database/pgadmin3 cores Message-ID: <41E79368.8020.96BE58B9@localhost> In-Reply-To: <20050114113514.GH69532@voodoo.oberon.net> References: <41E693D5.28457.92D804F2@localhost>
next in thread | previous in thread | raw e-mail | index | archive | help
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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?41E79368.8020.96BE58B9>