From owner-freebsd-questions@FreeBSD.ORG Sun Dec 14 01:19:01 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F417D90F for ; Sun, 14 Dec 2014 01:19:00 +0000 (UTC) Received: from mout.gmx.com (mout.gmx.com [74.208.4.200]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C0DF7F6 for ; Sun, 14 Dec 2014 01:19:00 +0000 (UTC) Received: from dutch.freebsd.net ([172.15.184.248]) by mail.gmx.com (mrgmxus001) with ESMTPSA (Nemesis) id 0MdaP4-1YIcFr2RCO-00POnG for ; Sun, 14 Dec 2014 02:18:59 +0100 Message-ID: <548CE58D.3080504@gmx.us> Date: Sat, 13 Dec 2014 20:19:09 -0500 From: Dutch Ingraham User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: Wireshark Seg. Fault References: <548CDDFD.7000509@gmx.us> In-Reply-To: <548CDDFD.7000509@gmx.us> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:hc0Y9Gg9rKcpz9UaurbyqL1lwaiV6yUV+WJvqii3V6N+mIg1rdq 8r5D2Hlp+boZOB563/Ui0dx5IPmbK5OnLs1fluq3VCHT355ev47P5rnFrEYbIjhg/s4Dmf0 u4+fXRCkjerwmb6Kkhzb9o1oUywSjyZKJ4hVQsBcHRr/JTwWQEkx53zxvIY2Q4q0qgIRphC 8TY760CzH+OBUxD3Uso/Q== X-UI-Out-Filterresults: notjunk:1; X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Dec 2014 01:19:01 -0000 On 12/13/14 19:46, Dutch Ingraham wrote: > Greetings all: > > I've been having problems with connecting to svn mirrors lately. I > tried using tcpdump to diagnose, but it was unavailing. So, I tried > installing the port for wireshark. On first start, it core dumped. > After confirming all shared libs were in place, I decided to just delete > it and re-build, which went off again without noted error. Same thing: > core dump. > > I then went to a separate machine and installed the package. Upon first > attempt to run: again, seg fault and core dump. > > Ports machine:10.1-RELEASE #0 r274401: Tue Nov 11 21:02:49 UTC 2014 > Packages machine: 10.1-RELEASE #0 r274401: Tue Nov 11 21:02:49 UTC 2014 > > I've googled around without finding anything recent or close to this > issue, Freebsd or otherwise. Bug tracker doesn't have anything recent > except a submitted patch for running wireshark as a regular user (which > I hope is acted upon, as this should be the default anyway.) UPDATING > doesn't mention any issues with wireshark. > > Unfortunately, my gdb skills are zero. If anyone would like to offer > hints as to tracking the problem, or offering some debugging tips, I'd > be grateful. If further information is needed, please let me know. 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" > Further Information: Keeping in mind that I know nothing about how to use gdb, I ran and the last three lines were: Loaded symbols for /libexec/ld-elf.so.1 #0 0x000000080945ec0b in g_type_check_instance_is_fundamentally_a () from /usr/local/lib/libgobject-2.0.so.0 [New Thread 810006400 (LWP 100240/wireshark)] Both ld-elf.so.1 and libgobject.so.1 are present. I hope this is helpful to someone, but I don't know how to interpret it.