[Webkit-unassigned] [Bug 56116] [Qt][WK2] Need a way to debug the web process after the UI process dies

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 14 10:45:49 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=56116





--- Comment #3 from Balazs Kelemen <kbalazs at webkit.org>  2011-03-14 10:45:49 PST ---
(In reply to comment #2)
> Out of curiosity, what was the use case?

(gdb) set follow-fork-mode child
(gdb) r
Starting program: /home/balazs/master_clean/WebKitBuild/Debug/bin/MiniBrowser 
[Thread debugging using libthread_db enabled]
[New Thread 0x7fffebf45710 (LWP 28471)]
[New Thread 0x7fffeb744710 (LWP 28472)]
[New process 28473]
[Thread debugging using libthread_db enabled]
process 28473 is executing new program: /home/balazs/master_clean/WebKitBuild/Debug/bin/QtWebProcess
[Thread debugging using libthread_db enabled]
[New Thread 0x7fffebf45710 (LWP 28571)]
[New Thread 0x7fffea7f2710 (LWP 28572)]
^C[Thread 0x7fffea7f2710 (LWP 28572) exited]
[Thread 0x7fffebf45710 (LWP 28571) exited]

Program terminated with signal SIGKILL, Killed.
The program no longer exists.

With the patch via ^C the debugger can normally interrupt execution.

-- 
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