From owner-freebsd-chromium@FreeBSD.ORG Fri Apr 1 13:05:53 2011 Return-Path: Delivered-To: freebsd-chromium@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AE2D7106566C for ; Fri, 1 Apr 2011 13:05:53 +0000 (UTC) (envelope-from r.c.ladan@gmail.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id 63D358FC08 for ; Fri, 1 Apr 2011 13:05:53 +0000 (UTC) Received: by qwc9 with SMTP id 9so2494122qwc.13 for ; Fri, 01 Apr 2011 06:05:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=SAPSiuk3KyWBamhuyUiF0KfvMPjKuEZO0lumUYOwue4=; b=u9P/ioUzS334VatPgKjrxxUWSgKMfHWlisoH9fPJolQUYTxxwaNJbkhgWJyOtsxCxT mCjdVDZP/nEV5Ep+WCqC2gJc37zYKsMCKJRodqODo7cQKtUPHIlkpra3wrhilaYXkLcj QQlz/5YjEL2s9nU9Lmt2OLv398vXYDy4HLyq8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=gtKj17ceWpiAajv96/GrCXu44xe6fpjEQBYnjX/YCZ4ZCjERBvHum8/zvnRvsjxyLE vFywXEyIZk3hNYnCOHuBG56RCcfB5ft0jf6ZLypymCxJQSYo/gzbP9e1QeC7+t75LMYe gAn5ItYA7LM4l7RWxROkfyTcoxTdkx0RpAHmQ= MIME-Version: 1.0 Received: by 10.229.206.42 with SMTP id fs42mr1183752qcb.150.1301663152353; Fri, 01 Apr 2011 06:05:52 -0700 (PDT) Sender: r.c.ladan@gmail.com Received: by 10.229.224.20 with HTTP; Fri, 1 Apr 2011 06:05:52 -0700 (PDT) In-Reply-To: <201104011402.50598.h2+lists2011@fsfe.org> References: <201104011402.50598.h2+lists2011@fsfe.org> Date: Fri, 1 Apr 2011 15:05:52 +0200 X-Google-Sender-Auth: KNkwtf9NVMNIXZcRwhr0DSPhvSM Message-ID: From: =?ISO-8859-1?Q?Ren=E9_Ladan?= To: Hannes Hauswedell Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-chromium@freebsd.org Subject: Re: Current State on 8.2-Release X-BeenThere: freebsd-chromium@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Chromium issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2011 13:05:53 -0000 2011/4/1 Hannes Hauswedell : > Hi everyone, > > I just tried building chromium10 on 8.2-Release and it actually succeded, > which is a good start :) > > However, it doesn't start, which is a different issue from the rendering > problems, so I thought I'd report it. > > Here's what it says: > > hannes@fbsdmain ~> chrome > [0330/101349:ERROR:process_util_freebsd.cc(311)] Not implemented reached = in > void base::EnableTerminationOnOutOfMemory() > [71974:66076672:9767029886:FATAL:zygote_host_linux.cc(86)] Check failed: > PathService::Get(base::FILE_EXE, &chrome_path). > fish: Job 1, 'chrome ' durch Signal SIGABRT (Abbruch) beendet > > I don't have time for extensive debugging, but will gladly test anything = you > throw at me ;) > Ah, repost.. Can you try passing the --single-process parameter to chrome? On my 8.2-i386 netbook this gives a working chrome (with the implied limitations), without it I get timeouts but no crash. Regards, Ren=E9