From owner-freebsd-questions@FreeBSD.ORG Sat Nov 24 17:47:59 2007 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 C9BAD16A421 for ; Sat, 24 Nov 2007 17:47:59 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout5.cac.washington.edu (mxout5.cac.washington.edu [140.142.32.135]) by mx1.freebsd.org (Postfix) with ESMTP id B6B1413C457 for ; Sat, 24 Nov 2007 17:47:59 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.32.139]) by mxout5.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW07.09) with ESMTP id lAOHlocY013072 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sat, 24 Nov 2007 09:47:50 -0800 X-Auth-Received: from [128.208.5.249] (lodovico.cs.washington.edu [128.208.5.249]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.7+UW06.06/8.13.7+UW07.09) with ESMTP id lAOHloFs005533 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 24 Nov 2007 09:47:50 -0800 Message-ID: <474863F2.60105@u.washington.edu> Date: Sat, 24 Nov 2007 09:48:34 -0800 From: Garrett Cooper User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: Viktor Penkov References: <35e542ab0711240906g347c21f5o58f758f4b9429985@mail.gmail.com> In-Reply-To: <35e542ab0711240906g347c21f5o58f758f4b9429985@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Version: 5.3.3.310218, Antispam-Engine: 2.5.2.313940, Antispam-Data: 2007.11.24.92316 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='BODY_SIZE_500_599 0, __CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0, __USER_AGENT 0' Cc: freebsd-questions Subject: Re: audacity can't start 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: Sat, 24 Nov 2007 17:47:59 -0000 Viktor Penkov wrote: > Hello! This week i've installed audacity from > /usr/ports/audio/audacity-devel. > When the installation has completed i want to start the program but i got > this > "%audacity > audacity in free(): error: modified (page-) pointer > audacity in malloc(): error: recursive call > Multiple segmentation faults occurred; can't display error dialog" > how can i fix this? > Thnx 1. Check your memory to see if it has errors (memtest86+ will help you here). 2. Contact the devs with a backtrace (gdb -> "bt") of the error. -Garrett