Bug 149564
| Summary: | [GTK] Crash in WebKit::WebFrameLoaderClient::dispatchDecidePolicyForNavigationAction | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Michael Catanzaro <mcatanzaro> |
| Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED INVALID | ||
| Severity: | Normal | CC: | cgarcia, mcatanzaro |
| Priority: | P2 | ||
| Version: | Other | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| See Also: | https://bugzilla.redhat.com/show_bug.cgi?id=1264418 | ||
Michael Catanzaro
Full backtrace downstream.
Truncated backtrace:
Thread no. 1 (10 frames)
#2 __gnu_cxx::__verbose_terminate_handler() at /lib64/libstdc++.so.6
#3 ?? at /lib64/libstdc++.so.6
#4 std::terminate() at /lib64/libstdc++.so.6
#5 __cxa_throw at /lib64/libstdc++.so.6
#6 std::__throw_bad_function_call() at /lib64/libstdc++.so.6
#7 WebKit::WebFrameLoaderClient::dispatchDecidePolicyForNavigationAction(WebCore::NavigationAction const&, WebCore::ResourceRequest const&, WTF::PassRefPtr<WebCore::FormState>, std::function<void (WebCore::PolicyAction)>) at /lib64/libwebkit2gtk-4.0.so.37
#8 WebCore::PolicyChecker::checkNavigationPolicy(WebCore::ResourceRequest const&, WebCore::DocumentLoader*, WTF::PassRefPtr<WebCore::FormState>, std::function<void (WebCore::ResourceRequest const&, WTF::PassRefPtr<WebCore::FormState>, bool)>) at /lib64/libwebkit2gtk-4.0.so.37
#9 WebCore::FrameLoader::loadWithDocumentLoader(WebCore::DocumentLoader*, WebCore::FrameLoadType, WTF::PassRefPtr<WebCore::FormState>, WebCore::AllowNavigationToInvalidURL) at /lib64/libwebkit2gtk-4.0.so.37
#10 WebCore::FrameLoader::load(WebCore::DocumentLoader*) at /lib64/libwebkit2gtk-4.0.so.37
#11 WebCore::FrameLoader::load(WebCore::FrameLoadRequest const&) at /lib64/libwebkit2gtk-4.0.so.37
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Michael Catanzaro
Closing this one because the downstream backtrace is not very good. We should spend time on crashes with better backtraces.