From owner-freebsd-ports@FreeBSD.ORG Sat Jun 19 11:49:00 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A32831065670 for ; Sat, 19 Jun 2010 11:49:00 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-ww0-f54.google.com (mail-ww0-f54.google.com [74.125.82.54]) by mx1.freebsd.org (Postfix) with ESMTP id 3E60A8FC08 for ; Sat, 19 Jun 2010 11:48:59 +0000 (UTC) Received: by wwg30 with SMTP id 30so2014921wwg.13 for ; Sat, 19 Jun 2010 04:48:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=tHb+1BxjVlqlgZ1n+ApxIc6Vs51ELLdcx11g1MaWdnM=; b=u3rknOObMQr/HVd7onPxI6rorwSOKM1pSD7n2dxOyMkVDes4OqVyD5rwmFzml7q3NT iyCyl5sRHenx0zAjPtZmo0AzJdEOp5zhj420o+s3WU5+tv1ldRXT7MBA4nXsgh/MHpu+ uhU+td+4yXb7bn0vxVrB29GfYaHt/Gc5h/jvI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=GRJBNUIVDdJ3gHdc2q6jlx6lvF+JNDBpU5L1mkIu5omc7FxH3avRO/WpnyfOOrx/jO 0y9G0ZtFjwyE+PbMrSB6s3S9G+35UTyK6KRtkzpzK6Q9gFq6s4HRbUZAz+ft1ToeyNPT b1U6z97dTCUqgxp0nxp+A8Nllhk9eTy4GEmRE= MIME-Version: 1.0 Received: by 10.216.167.77 with SMTP id h55mr1028476wel.53.1276948139093; Sat, 19 Jun 2010 04:48:59 -0700 (PDT) Received: by 10.216.53.137 with HTTP; Sat, 19 Jun 2010 04:48:59 -0700 (PDT) Date: Sat, 19 Jun 2010 13:48:59 +0200 Message-ID: From: David DEMELIER To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=UTF-8 Subject: Yet another segf with audio/sound-juicer X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Jun 2010 11:49:00 -0000 Hi, I guess I don't have chance with FreeBSD, one of four applications I install segfault. Now it's the time to sound-juicer. Melon ~ $ gdb sound-juicer 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 Starting program: /usr/local/bin/sound-juicer (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(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 100263] [New Thread 806c041c0 (LWP 100263)] Gtk-Message: Failed to load module "gnomebreakpad": Shared object "libgnomebreakpad.so" not found, required by "sound-juicer" [New Thread 80a807100 (LWP 100268)] [New Thread 80a806f40 (LWP 100269)] [Thread 80a806f40 (LWP 100269) exited] [New Thread 80a806bc0 (LWP 100269)] Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 806c041c0 (LWP 100263)] 0x00000000004116c1 in on_delete_event () (gdb) bt #0 0x00000000004116c1 in on_delete_event () #1 0x00000000004143eb in main () I hope it's a sound-juicer problem and not FreeBSD :-). Kind regards. -- Demelier David