Re: Midori Crashes when Trying to Select Preferences

2013-10-25 Thread Steve Robertson
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.
>

___
freebsd-xfce@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-xfce
To unsubscribe, send any mail to "freebsd-xfce-unsubscr...@freebsd.org"


Re: Midori Crashes when Trying to Select Preferences

2013-10-19 Thread Steve Robertson
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.

___
freebsd-xfce@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-xfce
To unsubscribe, send any mail to "freebsd-xfce-unsubscr...@freebsd.org"


Re: Midori Crashes when Trying to Select Preferences

2013-10-18 Thread Olivier Duchateau
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).

Try to rename ~/.config/midori, and launch Midori with new session (preferably 
in console).

> 
> Thanks
> 
> Steve Robertson
> srobert...@gmail.com
> 
> ___
> freebsd-xfce@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-xfce
> To unsubscribe, send any mail to "freebsd-xfce-unsubscr...@freebsd.org"


-- 
olivier
___
freebsd-xfce@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-xfce
To unsubscribe, send any mail to "freebsd-xfce-unsubscr...@freebsd.org"