From owner-freebsd-ports@FreeBSD.ORG Fri Jan 14 14:37:51 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 16F5B16A4CE; Fri, 14 Jan 2005 14:37:51 +0000 (GMT) Received: from bast.unixathome.org (bast.unixathome.org [66.11.174.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3D7B43D48; Fri, 14 Jan 2005 14:37:50 +0000 (GMT) (envelope-from dan@langille.org) Received: from wocker (wocker.unixathome.org [192.168.0.99]) by bast.unixathome.org (Postfix) with ESMTP id 539463D40; Fri, 14 Jan 2005 09:37:50 -0500 (EST) From: "Dan Langille" To: Kirill Ponomarew Date: Fri, 14 Jan 2005 09:39:52 -0500 MIME-Version: 1.0 Message-ID: <41E79368.8020.96BE58B9@localhost> Priority: normal In-reply-to: <20050114113514.GH69532@voodoo.oberon.net> References: <41E693D5.28457.92D804F2@localhost> X-mailer: Pegasus Mail for Windows (4.21c) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body cc: fjoe@freebsd.org cc: freebsd-ports@freebsd.org Subject: Re: database/pgadmin3 cores X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jan 2005 14:37:51 -0000 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/