[Webkit-unassigned] [Bug 129864] Crash shortly after loading certain web pages

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 7 13:31:52 PST 2014


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





--- Comment #6 from Aaron Golden <aegolden at gmail.com>  2014-03-07 13:28:53 PST ---
I was able to reproduce the bug again by running Tools/Scripts/debug-safari --target-web-process instead of Tools/Scripts/run-safari --debug.  The WebProcess is hitting the shim initializer (WebKitSecItemShimInitialize) with non-NULL callbacks, but the SafariForWebkitDevelopment process *itself* is calling shimSecItemCopyMatching, and the shim struct used by the SafariForWebkitDevelopment process is empty (all callbacks NULL).

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