Thread: [Vimprobable-users] vimprobable crash on NetBSD
Vimprobable is a lean web browser optimised for full keyboard control
Brought to you by:
hanness
From: Leonardo T. <ia...@gm...> - 2013-01-29 21:11:26
|
Hello, I'm trying to use vimprobable2 on NetBSD/i386 6.0 but it crashes immediatly. The dependencies of vimprobable2 are (this information may be particulary useful for the version): o libsoup24>=2.38.1nb2 o webkit-gtk>=1.8.3nb4 o gtk2+>=2.24.13nb2 Here the log: [...] (vimprobable2:24672): libsoup-WARNING **: Could not set SSL credentials from '/etc/ssl/certs/ca-certificates.crt': Apertura del file "/etc/ssl/certs/ca-certificates.crt" non riuscita: No such file or directory (vimprobable2:24672): GLib-Net-WARNING **: couldn't load TLS file database: Apertura del file "/etc/ssl/certs/ca-certificates.crt" non riuscita: No such file or directory (vimprobable2:24672): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed (vimprobable2:24672): GLib-Net-WARNING **: couldn't load TLS file database: Apertura del file "/etc/ssl/certs/ca-certificates.crt" non riuscita: No such file or directory (vimprobable2:24672): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed Memory fault (core dumped) [...] Here is the output of "bt" of gdb(1): [...] (gdb) bt #0 0xb680a5b6 in ?? () #1 0xb9a366e8 in JSC::Interpreter::execute(JSC::ProgramExecutable*, JSC::ExecState*, JSC::ScopeChain Node*, JSC::JSObject*) () from /usr/pkg/lib/libjavascriptcoregtk-1.0.so.0 #2 0xb9b265de in JSC::evaluate(JSC::ExecState*, JSC::ScopeChainNode*, JSC::SourceCode const&, JSC::J SValue, JSC::JSValue*) () from /usr/pkg/lib/libjavascriptcoregtk-1.0.so.0 #3 0xb99b82cc in JSEvaluateScript () from /usr/pkg/lib/libjavascriptcoregtk-1.0.so.0 #4 0x0804d272 in jsapi_evaluate_script (script=<optimized out>, value=0xbfbfe428, message=0xbfbfe424) at main.c:1487 #5 0x08052a32 in notify_event_cb (widget=0xb6e957f8, event=0xb6e5bdf0, user_data=0x0) at main.c:679 #6 0xb9dbae84 in ?? () from /usr/pkg/lib/libgtk-x11-2.0.so.0 #7 0xb9317e2a in g_closure_invoke () from /usr/pkg/lib/libgobject-2.0.so.0 #8 0xb9329b9c in ?? () from /usr/pkg/lib/libgobject-2.0.so.0 #9 0xb9331d6a in g_signal_emit_valist () from /usr/pkg/lib/libgobject-2.0.so.0 #10 0xb93321e2 in g_signal_emit () from /usr/pkg/lib/libgobject-2.0.so.0 #11 0xb9eeb09e in ?? () from /usr/pkg/lib/libgtk-x11-2.0.so.0 #12 0xb9db972c in gtk_main_do_event () from /usr/pkg/lib/libgtk-x11-2.0.so.0 #13 0xb98ecbfa in ?? () from /usr/pkg/lib/libgdk-x11-2.0.so.0 #14 0xb926edc5 in g_main_context_dispatch () from /usr/pkg/lib/libglib-2.0.so.0 #15 0xb926f168 in ?? () from /usr/pkg/lib/libglib-2.0.so.0 #16 0xb926f5a3 in g_main_loop_run () from /usr/pkg/lib/libglib-2.0.so.0 #17 0xb9db8131 in gtk_main () from /usr/pkg/lib/libgtk-x11-2.0.so.0 #18 0x08053f5b in main (argc=1, argv=0xbfbfebc8) at main.c:2876 [...] Where main.2876 is the call to gtk_main()... vimprobable2 worked with pkgsrc-2012Q3 but it does not work with pkgsrc-2012Q4 (the current stable version). I would like to contribute in order to fix a possible bug, so feel free to contact me in order to test patches. Also let me know if I should send the .core. Thanks in advance, L. |
From: Hannes S. <ha...@yl...> - 2013-01-29 21:36:26
|
Leonardo Taccari <ia...@gm...> wrote: > I'm trying to use vimprobable2 on NetBSD/i386 6.0 but it crashes > immediatly. Could you set another home page in your config file and see what happens? > vimprobable2 worked with pkgsrc-2012Q3 but it does not work with > pkgsrc-2012Q4 (the current stable version). What is both of that in "our" version numbers? Hannes |
From: Leonardo T. <ia...@gm...> - 2013-01-29 22:06:57
|
On Tue, Jan 29, 2013 at 10:36:21PM +0100, Hannes Schüller wrote: > Could you set another home page in your config file and see what > happens? I set as homepage "http://www.netbsd.org" but the behaviour is the same. > What is both of that in "our" version numbers? Ops, I forgot to say that... always vimprobable2-1.2.0. About pkgsrc-2012Q3 dependencies: o libsoup24-2.38.1nb2 o gtk2+-2.24.12nb3 o webkit-gtk-1.8.3nb2 Ciao, L. |
From: Hannes S. <ha...@yl...> - 2013-02-01 20:14:32
|
Leonardo Taccari <ia...@gm...> wrote: > On Tue, Jan 29, 2013 at 10:36:21PM +0100, Hannes Schüller wrote: > > What is both of that in "our" version numbers? > > Ops, I forgot to say that... always vimprobable2-1.2.0. So is there a changeset between the versions in pkgsrc-2012Q3 and pkgsrc-2012Q4? Also, is there somewhere I can see the changes from the vanilla source? Hannes |
From: Leonardo T. <ia...@gm...> - 2013-02-01 23:20:28
|
On Fri, Feb 01, 2013 at 09:12:27PM +0100, Hannes Schüller wrote: > > On Tue, Jan 29, 2013 at 10:36:21PM +0100, Hannes Schüller wrote: > So is there a changeset between the versions in pkgsrc-2012Q3 and > pkgsrc-2012Q4? Also, is there somewhere I can see the changes from the > vanilla source? There is no change from the vanilla source and also the vimprobable2 package has not changed between 2012Q3 and 2012Q4 (only its dependencies are changed). Ciao, L. |
From: Hannes S. <ha...@yl...> - 2013-04-01 05:19:59
|
Hi Leo! Leonardo Taccari <ia...@gm...> wrote: > On Sat, Feb 02, 2013 at 12:27:09AM +0100, Leonardo Taccari wrote: > > On Fri, Feb 01, 2013 at 09:12:27PM +0100, Hannes Sch__ller wrote: > > > > On Tue, Jan 29, 2013 at 10:36:21PM +0100, Hannes Sch__ller wrote: > > > So is there a changeset between the versions in pkgsrc-2012Q3 and > > > pkgsrc-2012Q4? Also, is there somewhere I can see the changes > > > from the vanilla source? > > There is no change from the vanilla source and also the vimprobable2 > > package has not changed between 2012Q3 and 2012Q4 (only its > > dependencies are changed). > > I'm running vimprobable2-1.2.1 with webkit-gtk from pkgsrc-2012Q3 and > everything works (I think that the problem was due webkit-gtk and not > vimprobable2). > I hope I will be able to provide further information after the release > of pkgsrc-2013Q1. Thanks for this update. Keep us informed how it goes! Hannes P.S. No need to keep me in CC personally. I read the list. |