[rekonq] Re: Help on debugging rekonq
Benjamin Poulain
benjamin.poulain at nokia.com
Mon Jan 17 22:52:24 CET 2011
On 01/17/2011 10:40 PM, ext Andrea Diamantini wrote:
> #6 0xb468dfde in QWebView::page() const () from /opt/qt/lib/libQtWebKit.so.4
>
> #7 0xb2c1a21a in WebView::page (this=0x19) at
> /SW/SRC/rekonq/src/webview.cpp:133
Looks like the webtab is already deleted and give you invalid references
to the view.
How does the urlbar get the webtab pointer?
If you find how reproduce it somehow, valgrind's memcheck should help
you find the source of the problem. Do not forget "--smc-check=all" when
running with WebKit.
cheers,
Benjamin
More information about the rekonq
mailing list