From owner-freebsd-xfce@FreeBSD.ORG Sat Oct 26 02:59:34 2013 Return-Path: Delivered-To: xfce@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 ESMTP id BB448429 for ; Sat, 26 Oct 2013 02:59:34 +0000 (UTC) (envelope-from srobertanv@gmail.com) Received: from mail-pa0-x230.google.com (mail-pa0-x230.google.com [IPv6:2607:f8b0:400e:c03::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8BDAF21BB for ; Sat, 26 Oct 2013 02:59:34 +0000 (UTC) Received: by mail-pa0-f48.google.com with SMTP id kq14so117233pab.21 for ; Fri, 25 Oct 2013 19:59:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type; bh=IR032lZ3bka+7fEuWax1snxYRI68sE5FriJMdZ5v/7A=; b=n7YibxLkk3rtATLc6laE4FPexLN6BwuW/l4GlJuVQiRB6MvM5H6B3xmyjPrPlrBKrh VysMXZa5lfsNpxpxYVhUhs1KcAit/QC+kxftiOSlRDe1s1tczJ54hgxu+UxH4CEOjIBY ILBbmA3hgcG1rp58VGSxjB67iiCWYCdKiCj0tER4sMj6F/Squ0NVVPnhP4fI+opw2hZL oFE5gVjlNpCae9WD/NrKK4ssIWYEu/bcxmsNSwfxcTldlQUjilboGaHxRrBZ/giVGMgy 6SL3LpGJusBatXYpbQOTiNHxiL6WaOk3Sdcne4vEfVPnEjqIoqR1s0oqvFT4LcmHtSn8 E2Jg== X-Received: by 10.68.203.34 with SMTP id kn2mr4660177pbc.82.1382756374218; Fri, 25 Oct 2013 19:59:34 -0700 (PDT) Received: from acer.no-ip.org (nv-76-3-149-224.dhcp.embarqhsd.net. [76.3.149.224]) by mx.google.com with ESMTPSA id qn1sm12731640pbc.34.2013.10.25.19.59.31 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 25 Oct 2013 19:59:33 -0700 (PDT) Message-ID: <526B2FD1.4080009@gmail.com> Date: Fri, 25 Oct 2013 19:58:25 -0700 From: Steve Robertson User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.0.1 MIME-Version: 1.0 To: Olivier Duchateau , xfce@FreeBSD.org Subject: Re: Midori Crashes when Trying to Select Preferences References: <5261F99B.3040202@gmail.com> <20131019065331.9b2a35008891944c21f5612b@gmail.com> <5262D08F.5050506@gmail.com> In-Reply-To: <5262D08F.5050506@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-xfce@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: XFCE for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Oct 2013 02:59:34 -0000 Hello, To follow up on our previous email below, I subseqently rebuilt about 500 ports (via portmaster) due to the recent change of the default version of perl to perl5.16. Midori was among them, as well as some of its dependencies. Now the preferences dialog appears to be working fine. I'm not sure what did the trick but wanted to keep you informed. Thank You, Steve R. On 10/19/13 11:33, Steve Robertson wrote: > On 10/18/13 23:53, Olivier Duchateau wrote: >> On Fri, 18 Oct 2013 20:16:43 -0700 >> Steve Robertson wrote: >> >>> Hello, >>> >>> I've lately run Midori-0.5.5_1 under FreeBSD 9.2-RELEASE. I installed it >>> from ports. >>> Whenever I select Preferences I get a core dump. >>> I've tried setting the config options differently and searched the >>> internet and forums but I'm not finding any solutions to it. >>> >>> Do you know of a solution or is there any more information I can provide >>> that would lead to it? >> Hi, >> >> Do you know which extensions, are set ? >> >> Copy your config (~/.config/midori/config) here, and about:version (in urlbar). > I'm not sure where to access a complete list of which extensions are > set. The flash player works. > For the last build I only chose the documentation option (of the 4 > available) in make config. > It turns out thatabout:version in the urlbar crashes midori just as > attempting to select preferences from the menu does. > > My ~/.config/midori/config follows: > > [settings] > default-encoding=ISO-8859-1 > enable-developer-extras=true > enable-site-specific-quirks=true > enable-javascript=true > default-charset=ISO-8859-1 > last-window-width=752 > last-window-height=470 > last-panel-position=227 > last-panel-page=1 > location-entry-search=https://duckduckgo.com/?q=%s > show-menubar=true > toolbar-items=TabNew,Back,NextForward,ReloadStop,BookmarkAdd,Location,Search,Trash, > homepage=about:search > tabhome=about:dial > download-folder=/usr/home/robertss > user-agent=Mozilla/5.0 (X11; FreeBSD) AppleWebKit/535.22 (KHTML, > like Gecko) Chrome/18.0.1025.133 Safari/535.22 Midori/0.5 > > >> Try to rename ~/.config/midori, and launch Midori with new session (preferably in console). > > I tried that and got the following from the console before the dump > that resulted from attempting to open the preferences. > robertss@acer ~> midori > > (midori4:30410): GLib-GObject-WARNING **: gsignal.c:2475: signal > `context-menu' is invalid for instance `0x81089f000' of type > `WebKitWebView' > openjdk version "1.6.0_32" > OpenJDK Runtime Environment (build 1.6.0_32-b28) > OpenJDK 64-Bit Server VM (build 23.25-b01, mixed mode) > openjdk version "1.6.0_32" > OpenJDK Runtime Environment (build 1.6.0_32-b28) > OpenJDK 64-Bit Server VM (build 23.25-b01, mixed mode) > fish: Job 1, 'midori' terminated by signal SIGBUS (Misaligned > address error) > > It was the same when the crash occurred because of attempting > about:version in the urlbar. > > Thanks > Steve R. >