From owner-freebsd-arm@freebsd.org Mon Mar 5 17:18:51 2018 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A4A29F40E70 for ; Mon, 5 Mar 2018 17:18:51 +0000 (UTC) (envelope-from mikael.urankar@gmail.com) Received: from mail-pl0-x22e.google.com (mail-pl0-x22e.google.com [IPv6:2607:f8b0:400e:c01::22e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1912384715 for ; Mon, 5 Mar 2018 17:18:51 +0000 (UTC) (envelope-from mikael.urankar@gmail.com) Received: by mail-pl0-x22e.google.com with SMTP id bb3-v6so10044406plb.2 for ; Mon, 05 Mar 2018 09:18:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=9jUmJUWVLbMSoNV959l+zP+d38PvikCR1RiFeXkuIco=; b=XMUCe/lZpuardWEvsXTfhCW14MQqtmketXVT1uq+AFljVieuDbTrmblPAObhSaiRgi jr79q0ryooBpopMwkt7L6heoUt6O3RaBK+iONzwDjB5/afhf1DheHrFfINf9msBFjogy AhFI7yvIQmDhRtB6+noDE4Hc+g3iX5SkVtUmAqFfjnMWuYNNULLFHU7tAhj6GVDVepuG cecWgE1GWZjNXferDcKIjhy/Rr87ClCUcM/9xpCdgVYIcwVtHlqYs8NeoQqrL7z6Tjre tXSHF/PHJCMRkfXdROPEcJl/of8uCFLXTMj0+8XI5qY6amNB6pvorTatz5lvVPT0qW8U CguA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=9jUmJUWVLbMSoNV959l+zP+d38PvikCR1RiFeXkuIco=; b=Bj/iuVSqnrCSv7E098Of3K3mNM47YLn8PZ1GIHetW77LoFiaBqTMyhfzl4zPtb/Lez wDJwTx+A1/lsdcy59HhX5AhbQakGxdHiuXjgN16gh7AGAbLCO8uX1K2SAPstMUzuLsmj trhVD74a5v2gfFVcdY3w3NVYchAEtZ6M9SmGf3jHEGjb17oP7IiaAGEuZUryGMxHejgj +6bW+vNz/gd6a6RNmRq7Qh6PivmGw8R736ULK2kD+3QZIjmTgIk/8BSDDE+fTNTYMOYF 7YcRt/M/QRzChVhsATgN3nvHxXOeZug4uwWlmSSUdz3AvnsLpwZXardfurGaW7zM9+jH 9eHQ== X-Gm-Message-State: AElRT7FycH0LGImlR8KrrXVzUe9MGbQpSHmOpCz8eUtvomt8LckQ+zyd 0oQTrUxLSXclYoYJSMjUSu1Hd37t+Wgb5uF37AE= X-Google-Smtp-Source: AG47ELuUBh7Rvzj5LnwLMuDjpJiNQSb67x/H8l97XPLkzDyP9RyBKQpTumtWeK/JoOG0qVBwuz0BOpCCBJj2bla/RTk= X-Received: by 2002:a17:902:ad0b:: with SMTP id i11-v6mr5449991plr.10.1520270329748; Mon, 05 Mar 2018 09:18:49 -0800 (PST) MIME-Version: 1.0 Received: by 10.236.132.9 with HTTP; Mon, 5 Mar 2018 09:18:09 -0800 (PST) In-Reply-To: <20180305165934.GH31939@cicely7.cicely.de> References: <20180305165934.GH31939@cicely7.cicely.de> From: =?UTF-8?Q?Mika=C3=ABl_Urankar?= Date: Mon, 5 Mar 2018 18:18:09 +0100 Message-ID: Subject: Re: Webbrowser To: ticso@cicely.de Cc: freebsd-arm@freebsd.org, Bernd Walter Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Mar 2018 17:18:51 -0000 Le 5 mars 2018 18:00, "Bernd Walter" a =C3=A9crit= : It seems that there is not useable webbrowser for arm. I've tested 11.1 on a Pi2 and a recent current snapshot on a Pi3. The only brwosers I got running is billo and midori. The first one is practically unuseable these days and midori always crashes when the javascript engine starts. With javascript disabled midori runs fine, but I need JS. Did anyone already spend some time debugging this issue? The jit in webkit is broken on armv6/7, you need to recompile it with this configure flag: --disable-jit I created a PR for firefox-esr: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D225279