From owner-freebsd-questions@FreeBSD.ORG Wed Jan 20 09:54:07 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4F4FB106566B for ; Wed, 20 Jan 2010 09:54:07 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id D29448FC15 for ; Wed, 20 Jan 2010 09:54:05 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.50) id 1NXXGF-0002EF-JT for freebsd-questions@freebsd.org; Wed, 20 Jan 2010 10:54:03 +0100 Received: from 62.97.71.6 ([62.97.71.6]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 20 Jan 2010 10:54:03 +0100 Received: from matiassurdi by 62.97.71.6 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 20 Jan 2010 10:54:03 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Matias Date: Wed, 20 Jan 2010 10:53:36 +0100 Lines: 152 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 62.97.71.6 User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; es-ES; rv:1.9.1.5) Gecko/20091204 Thunderbird/3.0 In-Reply-To: Sender: news Subject: Re: Help with core dump X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2010 09:54:07 -0000 El 20/01/10 10:18, Matias escribió: > Hi, > > I've installed from ports net-im/mu-conference, but whenever I try to > start it I get a core dump. > > Running it through gdb I get the following: > > > ]# gdb /usr/local/bin/mu-conference > GNU gdb 6.1.1 [FreeBSD] > Copyright 2004 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 "amd64-marcel-freebsd"...(no debugging > symbols found)... > (gdb) run -c /usr/local/etc/muc.xml > Starting program: /usr/local/bin/mu-conference -c /usr/local/etc/muc.xml > (no debugging symbols found)...(no debugging symbols found)...(no > debugging symbols found)...(no debugging symbols found)...(no debugging > symbols found)...(no debugging symbols found)...[New LWP 100228] > (no debugging symbols found)...(no debugging symbols found)...(no > debugging symbols found)...(no debugging symbols found)...(no debugging > symbols found)...[New Thread 8015021c0 (LWP 100228)] > Jabber Component Runtime -- 0.2.4 > (c) 2003-2004 Paul Curtis > > > Program received signal SIGSEGV, Segmentation fault. > [Switching to Thread 8015021c0 (LWP 100228)] > 0x0000000800eaa386 in strlen () from /lib/libc.so.7 > (gdb) > > > > # uname -a > FreeBSD it05.ex.local 8.0-RELEASE FreeBSD 8.0-RELEASE #0: Sat Nov 21 > 15:02:08 UTC 2009 > root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 > > > > > # cat /usr/local/etc/muc.xml > > > > conference.localhost > conference.localhost > localhost > 7009 > Vonyunya > > /var/spool/jabberd/conference.localhost > > /var/run/jabberd/mu-conference.pid > > > > 155 > > > > > > Public Chatrooms > This service is for public chatrooms. > http://foo.bar/ > > 40 > /var/spool/jabberd/conference.localhost/logs/ > > ../style.css > > > has become available > has left > is now known as > > > > admin@localhost > > > > > > > > > > > > > > > > > > > > > > > Any idea what can be wrong? > > > Thanks! > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > I've finally solved it by enabling linux compatibility kernel module.