On Monday, November 5, 2018 11:35 AM, Jim Anderson
<[email protected]> wrote:
..
> > > > "** (midori4:46726): CRITICAL **: 06:45:29.139: gboolean
> > > > webkit_web_view_get_tls_info(WebKitWebView *, GTlsCertificate **,
> > > > GTlsCertificateFlags *): assertion 'wkCertificateInfo' failed"
> > > > Midori is a lightweight WebKit-based web browser.
..
> ** (midori4:84848): CRITICAL **: 20:32:23.344: gboolean
> webkit_web_view_get_tls_info(WebKitWebView *, GTlsCertificate **,
> GTlsCertificateFlags *): assertion 'wkCertificateInfo' failed
Thank you for that you confirmed the bug and sharing the crash log.
I wonder, is there an attempt to visit a HTTPS URL here, would need to
check also.
You and me got the same error, and on different code locations.
Next step now is recompile midori with debugging symbols and run it
using egdb, to then catch the backtrace using the "bt" command.
I think this is pretty much
cd /usr/ports/web/midori
CC_FLAGS="-g -Og" make
make install
pkg_install gdb
egdb midori
run
bt
The fix for this problem may be obvious and simple to solve.
If you can do it feel free to, i should have the right environment for
it next weeks.
Joseph