[Webkit-unassigned] [Bug 29890] New: calling webkit_web_view_load_uri from load_finished signal handler crashes webkit
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Sep 29 11:47:21 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=29890
Summary: calling webkit_web_view_load_uri from load_finished
signal handler crashes webkit
Product: WebKit
Version: 528+ (Nightly build)
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: WebKit API
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: luying.pan at gmail.com
CC: luying.pan at gmail.com
I've tried this from both epiphany and seed. I'm trying to extend a
webkit-based browser to do some automatic browsing. A simple scenario would be
to wait for the current page to finish loading and then browse to some other
page. So I added a signal handler for WebKitWebView's load-finished signal
inside which webkit_web_view_load_uri is called. However this crashes webkit.
See attachment for more details.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list