From owner-freebsd-chromium@FreeBSD.ORG Wed Apr 23 13:54:38 2014 Return-Path: Delivered-To: freebsd-chromium@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3C242F28 for ; Wed, 23 Apr 2014 13:54:38 +0000 (UTC) Received: from mail-ob0-x22e.google.com (mail-ob0-x22e.google.com [IPv6:2607:f8b0:4003:c01::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 037A01948 for ; Wed, 23 Apr 2014 13:54:37 +0000 (UTC) Received: by mail-ob0-f174.google.com with SMTP id gq1so1036225obb.5 for ; Wed, 23 Apr 2014 06:54:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=Q5i7HKU04SVCWo5h4+ZZzxJw9xWQIQ8Dr2zezRxZ5g0=; b=ux49fmSNo12pR2S3gaGf8SaYzdeGp43KM8+cavWZMn0H90aGwbyPRgFRV9CZBfeOoV +Dk96TsNb701jwDKMcit5e6AJQX02QCJ3PsfWUZrF0T/V5lg0rScl3gD68r1+7Ynyfrc PRA9sP1Diq8MrfebvJWOIT9Fk2uLNG80ZvQRH3iw/XHEaFQWKDpquGMSFdaAVn5qj+kf N076Za4IZl7N1dOo2rS0bCWSF0FHgOlWAcqTLW/tyuZgkBsu+duGkdrQEqh2pqMBFvfH YLdvtVKfdWPwv+diPh7orANvDvg5x2RZ7W5T1dT05Swbtyj/Tpw+MJJZhnpbmgTfzhue QqyA== MIME-Version: 1.0 X-Received: by 10.182.109.201 with SMTP id hu9mr893543obb.77.1398261276622; Wed, 23 Apr 2014 06:54:36 -0700 (PDT) Sender: r.c.ladan@gmail.com Received: by 10.182.123.83 with HTTP; Wed, 23 Apr 2014 06:54:36 -0700 (PDT) In-Reply-To: <20140422193048.GA8893@bsd.hu> References: <5356C138.5040905@freebsd.org> <20140422193048.GA8893@bsd.hu> Date: Wed, 23 Apr 2014 15:54:36 +0200 X-Google-Sender-Auth: lIK7jiFHt4d6JYOpDUSfa3yVP2c Message-ID: Subject: Re: chromium 34.0.1847.116 gives SIGABRT at start From: =?UTF-8?Q?Ren=C3=A9_Ladan?= To: Robert Nagy Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: chromium-list freebsd X-BeenThere: freebsd-chromium@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Chromium issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2014 13:54:38 -0000 2014-04-22 21:30 GMT+02:00 Robert Nagy : > Hey, > > Try this: > > build/common.gypi: > > @@ -1322,7 +1322,7 @@ > # TODO(jungshik): Turn this on on Android. > # For ChromeOS, this should be turned on in > chromeos-chrome.ebuild > # file as well by adding icu_use_data_file_flag=3D1 to > BUILD_DEFINES. > - ['OS!=3D"android"', { > + ['OS!=3D"android" and os_bsd!=3D1', { > 'icu_use_data_file_flag%': 1, > }], > ], > > I tried the patch but unfortunately it doesn't help. I do get a core dump with a Release build so I'll see if that gives a clue. Ren=C3=A9 On (2014-04-22 21:21), Ren=C3=A9 Ladan wrote: > > Hi, > > > > I ported chromium 34.0.1847.116 to FreeBSD (patches at [1]) but it > > currently gives a SIGABRT when starting it without any visible output. > > > > Building a debug version does not make a difference either. > > > > This is on FreeBSD 10.0-STABLE, GENERIC amd64 kernel. > > > > Does anyone see something obviously wrong with the patches that could > > result in a SIGABRT ? > > > > [1] > https://github.com/gliaskos/freebsd-chromium/tree/master/www/chromium > > > > Regards, > > Ren=C3=A9 > > _______________________________________________ > > freebsd-chromium@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-chromium > > To unsubscribe, send any mail to " > freebsd-chromium-unsubscribe@freebsd.org" > > > --=20 http://www.rene-ladan.nl/