Date: Fri, 25 Apr 2014 11:54:20 +0200 From: =?UTF-8?B?UmVuw6kgTGFkYW4=?= <rene@freebsd.org> To: Robert Nagy <robert@openbsd.org> Cc: chromium-list freebsd <freebsd-chromium@freebsd.org> Subject: Re: chromium 34.0.1847.116 gives SIGABRT at start Message-ID: <535A30CC.1010206@freebsd.org> In-Reply-To: <CADL2u4gFkD=YxZWKud2MRF%2B7BFWcjodSb5m49%2B7e-4nsw%2Bn%2B%2Bw@mail.gmail.com> References: <5356C138.5040905@freebsd.org> <20140422193048.GA8893@bsd.hu> <CADL2u4gFkD=YxZWKud2MRF%2B7BFWcjodSb5m49%2B7e-4nsw%2Bn%2B%2Bw@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi, I updated the port to 34.0.1847.132 which starts but with rendering errors (tabs and plugins crashing). It also dumps core but because I made a Release build it contains no further information. The svn patch for the Ports tree: http://people.freebsd.org/~rene/patches/chromium-33-34.diff SHA256 (chromium-33-34.diff) = 3a1a1859cb776ece867f133c92c441da48aef60df6fa67c2769d311fd35b86b2 SIZE = 212616 René On 04/23/2014 15:54, René Ladan wrote: > 2014-04-22 21:30 GMT+02:00 Robert Nagy <robert@openbsd.org > <mailto:robert@openbsd.org>>: > > 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=1 to > BUILD_DEFINES. > - ['OS!="android"', { > + ['OS!="android" and os_bsd!=1', { > '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é > > On (2014-04-22 21:21), René 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 > >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?535A30CC.1010206>