Bug 1222802

Summary: [abrt] webkitgtk4: exit(): WebKitWebProcess killed by SIGSEGV
Product: [Fedora] Fedora Reporter: Kamil Páral <kparal>
Component: webkitgtk4Assignee: Tomas Popela <tpopela>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 22CC: fedora, kalevlember, mcatanzaro+wrong-account-do-not-cc, tpopela
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
URL: https://retrace.fedoraproject.org/faf/reports/bthash/073a4bdc61240b5ecb7f74258fca9346bb7fb3b5
Whiteboard: abrt_hash:1810b63eba4919635250885338532cc46d375341
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-05-23 17:25:32 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
File: backtrace
none
File: cgroup
none
File: core_backtrace
none
File: dso_list
none
File: environ
none
File: limits
none
File: maps
none
File: mountinfo
none
File: namespaces
none
File: open_fds
none
File: proc_pid_status none

Description Kamil Páral 2015-05-19 08:10:41 UTC
Description of problem:
This happened exactly after I executed scp in terminal. I have no idea why.

Version-Release number of selected component:
webkitgtk4-2.8.3-1.fc22

Additional info:
reporter:       libreport-2.5.1
backtrace_rating: 4
cmdline:        /usr/libexec/webkit2gtk-4.0/WebKitWebProcess 21
crash_function: exit
executable:     /usr/libexec/webkit2gtk-4.0/WebKitWebProcess
global_pid:     2697
kernel:         4.0.3-300.fc22.x86_64
runlevel:       N 5
type:           CCpp
uid:            1002
var_log_messages: [System Logs]:\n-- Logs begin at Fri 2015-05-15 11:00:48 CEST, end at Tue 2015-05-19 10:01:21 CEST. --

Truncated backtrace:
Thread no. 1 (10 frames)
 #6 exit at exit.c:104
 #7 IPC::Connection::didFailToSendSyncMessage at /usr/src/debug/webkitgtk-2.8.3/Source/WebKit2/Platform/IPC/Connection.cpp:833
 #8 IPC::Connection::sendSyncMessage at /usr/src/debug/webkitgtk-2.8.3/Source/WebKit2/Platform/IPC/Connection.cpp:521
 #9 IPC::Connection::sendSync<Messages::WebProcessProxy::ShouldTerminate>(Messages::WebProcessProxy::ShouldTerminate&&, Messages::WebProcessProxy::ShouldTerminate::Reply&&, unsigned long, std::chrono::duration<long, std::ratio<1l, 1000l> >, unsigned int) at /usr/src/debug/webkitgtk-2.8.3/Source/WebKit2/Platform/IPC/Connection.h:362
 #10 WebKit::WebProcess::shouldTerminate at /usr/src/debug/webkitgtk-2.8.3/Source/WebKit2/WebProcess/WebProcess.cpp:578
 #11 WebKit::ChildProcess::terminationTimerFired at /usr/src/debug/webkitgtk-2.8.3/Source/WebKit2/Shared/ChildProcess.cpp:145
 #12 operator() at /usr/src/debug/webkitgtk-2.8.3/Source/WTF/wtf/gtk/RunLoopGtk.cpp:104
 #13 std::_Function_handler<bool(), WTF::RunLoop::TimerBase::start(double, bool)::<lambda()> >::_M_invoke(const std::_Any_data &) at /usr/include/c++/5.1.1/functional:1857
 #14 operator() at /usr/include/c++/5.1.1/functional:2271
 #15 WTF::GMainLoopSource::boolCallback at /usr/src/debug/webkitgtk-2.8.3/Source/WTF/wtf/gobject/GMainLoopSource.cpp:405

Comment 1 Kamil Páral 2015-05-19 08:10:44 UTC
Created attachment 1027006 [details]
File: backtrace

Comment 2 Kamil Páral 2015-05-19 08:10:46 UTC
Created attachment 1027007 [details]
File: cgroup

Comment 3 Kamil Páral 2015-05-19 08:10:47 UTC
Created attachment 1027009 [details]
File: core_backtrace

Comment 4 Kamil Páral 2015-05-19 08:10:49 UTC
Created attachment 1027010 [details]
File: dso_list

Comment 5 Kamil Páral 2015-05-19 08:10:50 UTC
Created attachment 1027011 [details]
File: environ

Comment 6 Kamil Páral 2015-05-19 08:10:51 UTC
Created attachment 1027012 [details]
File: limits

Comment 7 Kamil Páral 2015-05-19 08:10:53 UTC
Created attachment 1027013 [details]
File: maps

Comment 8 Kamil Páral 2015-05-19 08:10:55 UTC
Created attachment 1027014 [details]
File: mountinfo

Comment 9 Kamil Páral 2015-05-19 08:10:57 UTC
Created attachment 1027015 [details]
File: namespaces

Comment 10 Kamil Páral 2015-05-19 08:10:58 UTC
Created attachment 1027016 [details]
File: open_fds

Comment 11 Kamil Páral 2015-05-19 08:11:00 UTC
Created attachment 1027017 [details]
File: proc_pid_status

Comment 12 Michael Catanzaro 2015-05-23 17:25:32 UTC
This is not quite the same as bug #1208872, but I am going to mark it as a duplicate because it is the same underlying problem: the SoupSession is being destroyed in an exit handler, we have no idea why, and that causes a Bad Thing.

*** This bug has been marked as a duplicate of bug 1208872 ***