From owner-freebsd-chromium@FreeBSD.ORG Wed Mar 23 08:51:14 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 5E5681065676 for ; Wed, 23 Mar 2011 08:51:14 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id DBAB58FC13 for ; Wed, 23 Mar 2011 08:51:13 +0000 (UTC) Received: by iwn33 with SMTP id 33so9980475iwn.13 for ; Wed, 23 Mar 2011 01:51:13 -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:from :date:x-google-sender-auth:message-id:subject:to:cc:content-type; bh=nAYlCClPi3wLUj8E9KNmYlE5pNH3Y9gz7+ym4xyrdvk=; b=Kjbhh22icJ4scf53jkVeGZ+9xmwtqXFWpCYhJhufOH5oLrfjBA9m4kgyYOg8dTMP0d pePUd2QMIgokOZqitC95lbIROwBtAYFwEHBRknLbd73wz0vViV1CWyWXTFyojyuWjCUf 0PgxNijPGiXiNlARvGoZZe+kMoGM7xuuLAovk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; b=UzE7pRHKW50nPZ0v5yHVLHMqOa/iwKaR38WVDWMKmjKi5nXIxtMxH5kzaE5ZnfjpCe peOrd89xxB23sdVXI8Rs5OUXWtivZHSEAVXtDYwOgJD2L3/iXVhM+ZeoIIow5BkxpB4i awnZ3uyyO+XFGyDnwVgRdiIy7WrpgO8UFJiHo= Received: by 10.231.148.17 with SMTP id n17mr5177442ibv.85.1300870273108; Wed, 23 Mar 2011 01:51:13 -0700 (PDT) MIME-Version: 1.0 Sender: baptiste.daroussin@gmail.com Received: by 10.231.182.76 with HTTP; Wed, 23 Mar 2011 01:50:53 -0700 (PDT) In-Reply-To: References: <20110323073852.GA725@bsd.hu> From: Baptiste Daroussin Date: Wed, 23 Mar 2011 08:50:53 +0000 X-Google-Sender-Auth: sBD_6uP0Y7uArZSyw9-cSczYUTU Message-ID: To: George Liaskos Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-chromium@freebsd.org Subject: Re: Chromium now works on CURRENT. 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: Wed, 23 Mar 2011 08:51:14 -0000 2011/3/23 George Liaskos > > Hi > > > > What does the v8 patches fix exactly? > > On FreeBSD amd64 a bug in V8 is triggered which causes mksnapshot to > crash with stack overflow. > > Patches from issue 6682026 [http://codereview.chromium.org/6682026] > resolve this. I don't know if openbsd is affected, are you able to > build V8? > Our node.js is marked with ONLY_FOR_ARCHS=i386 for this reason. > > I have not tried Chromium 10 on 8.x yet but with Chromium 9 a call to > pthread_cond_wait returns EPERM, if you start chromium with > --single-process it works, I've also used a build from 8x on CURRENT > with success just by using libmap.conf for libthr. > > Is there any known bugs in our libthr that could be causing this? > _______________________________________________ > 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 > " > That is exactly the problem I got 8.x running in single process mode. Let's investigate the difference in libthr between CURRENT and 8.x regards, Bapt