From owner-freebsd-ports@FreeBSD.ORG Fri Mar 11 12:33:35 2011 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 50C85106564A for ; Fri, 11 Mar 2011 12:33:35 +0000 (UTC) (envelope-from alexkozlov0@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id D5EB48FC12 for ; Fri, 11 Mar 2011 12:33:34 +0000 (UTC) Received: by fxm11 with SMTP id 11so1098575fxm.13 for ; Fri, 11 Mar 2011 04:33:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:sender:date:from:to:subject:message-id :mime-version:content-type:content-disposition; bh=bw+LoMx09r02MM9pt+nraHqHKm85Lo+Y/Ga56ErifVA=; b=rAYBUY44SxmNOVYJ63NE+Zbn/6KUhqSsLtLFJfw7FNbQU7G7N8zrNUhs6TVuddJD0G O98yGRbMyPbrphLkz2gDzFiMpZX8uJ9nIn94gldSzKfX9pzGUzWh4kMit5KTjsUx7waD XXe0iCe61SnZ/bdqpXaPI2ZN6wYkYcgrs02c8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:date:from:to:subject:message-id:mime-version:content-type :content-disposition; b=lfYZ775fGQ5N6026NO0e8K+E94P8H21xfBecRv1Bz09/JIgwqxNGUmK6WD3+bSflam Zr8xUMINv3HKGDZCIKUAIq9eUULhhb0zGY7bkJT7qjymDjnzB9jd3Esi9/R2ktVVfysw 0WC9YrvmcCTSJpwF8QlMgLY9gp30Q5P3H0uI4= Received: by 10.223.86.200 with SMTP id t8mr7070073fal.26.1299846813733; Fri, 11 Mar 2011 04:33:33 -0800 (PST) Received: from ravenloft.kiev.ua (ravenloft.kiev.ua [94.244.131.95]) by mx.google.com with ESMTPS id n2sm1873994fam.28.2011.03.11.04.33.31 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 11 Mar 2011 04:33:32 -0800 (PST) Sender: Alex Kozlov Date: Fri, 11 Mar 2011 14:33:00 +0200 From: Alex Kozlov To: Boris Samorodov , freebsd-ports@FreeBSD.org, spam@rm-rf.kiev.ua Message-ID: <20110311123300.GA9464@ravenloft.kiev.ua> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Cc: Subject: Re: SDL, perl and frozen-bubble: core dumped 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: Fri, 11 Mar 2011 12:33:35 -0000 On Fri, Mar 11, 2011 at 02:34:44PM +0300, Boris Samorodov wrote: > On Fri, 11 Mar 2011 12:44:12 +0200 Alex Kozlov wrote: >> On Fri, Mar 11, 2011 at 01:06:35PM +0300, Boris Samorodov wrote: > >> I've got a core dump at clang compiled current. The game is starting, > >> playing the music and coredumps right after displaying the menu: >> Please show perl -V | grep -- -Dusethreads=y && echo threaded > > Here it is: > ----- > % perl -V | grep -- -Dusethreads=y && echo threaded > config_args='-sde -Dprefix=/usr/local -Darchlib=/usr/local/lib/perl5/5.10.1/mach > -Dprivlib=/usr/local/lib/perl5/5.10.1 -Dman3dir=/usr/local/lib/perl5/5.10.1/perl/man/man3 > -Dman1dir=/usr/local/man/man1 -Dsitearch=/usr/local/lib/perl5/site_perl/5.10.1/mach > -Dsitelib=/usr/local/lib/perl5/site_perl/5.10.1 -Dscriptdir=/usr/local/bin > -Dsiteman3dir=/usr/local/lib/perl5/5.10.1/man/man3 -Dsiteman1dir=/usr/local/man/man1 > -Ui_malloc -Ui_iconv -Uinstallusrbinperl -Dcc=cc -Duseshrplib -Dinc_version_list=none > -Dccflags=-DAPPLLIB_EXP="/usr/local/lib/perl5/5.10.1/BSDPAN" -Doptimize=-g -DDEBUGGING > -Ud_dosuid -Ui_gdbm -Dusethreads=y -Dusemymalloc=n -Duse64bitint' > threaded Interesting. I have a perl 5.8.9, similiar config_args except for -Dusemymalloc=y and without -Doptimize=-g, -DDEBUGGING. Fresh current, i386, compiled with gcc. frozen-bubble run ok. Do You run latest perl-sdl 2.2.6? Did You rebuild it after upgrade to 5.10.1 perl version? Is game also crash without LD_PRELOAD=/usr/lib/libpthread.so? -- Adios