Skip to content

Instantly share code, notes, and snippets.

@mikewest
Created March 6, 2013 15:01
Show Gist options
  • Save mikewest/5099876 to your computer and use it in GitHub Desktop.
Save mikewest/5099876 to your computer and use it in GitHub Desktop.
STDERR: ASSERTION FAILED: m_key != PTHREAD_KEYS_MAX
STDERR: ../../Source/WTF/wtf/ThreadIdentifierDataPthreads.cpp(65) : static ThreadIdentifier WTF::ThreadIdentifierData::identifier()
STDERR: 1 0x87568c6 WTF::ThreadIdentifierData::identifier()
STDERR: 2 0x875829f WTF::currentThread()
STDERR: 3 0x7ecd180 WTF::ThreadRestrictionVerifier::isSafeToUse() const
STDERR: 4 0x7ecc975 WTF::RefCountedBase::ref()
STDERR: 5 0x7ecc4d6 WebKit::WebCString::WebCString(WTF::CString const&)
STDERR: 6 0x7ecc459 WebKit::WebCString::WebCString(WTF::CString const&)
STDERR: 7 0x82dfd58 WebKit::WebURL::WebURL(WebCore::KURL const&)
STDERR: 8 0x82dfce9 WebKit::WebURL::WebURL(WebCore::KURL const&)
STDERR: 9 0x82e0b36 WebKit::WebURLRequest::url() const
STDERR: 10 0x7c62826 appcache::WebApplicationCacheHostImpl::willStartMainResourceRequest(WebKit::WebURLRequest&, WebKit::WebFrame const*)
STDERR: 11 0x6670aa WebCore::ApplicationCacheHost::maybeLoadMainResource(WebCore::ResourceRequest&, WebCore::SubstituteData&)
STDERR: 12 0x2f652d7 WebCore::MainResourceLoader::load(WebCore::ResourceRequest const&, WebCore::SubstituteData const&)
STDERR: 13 0x2eeb922 WebCore::DocumentLoader::startLoadingMainResource()
STDERR: 14 0x2f3044c WebCore::FrameLoader::continueLoadAfterWillSubmitForm()
STDERR: 15 0x2f2bd96 WebCore::FrameLoader::continueLoadAfterNavigationPolicy(WebCore::ResourceRequest const&, WTF::PassRefPtr<WebCore::FormState>, bool)
STDERR: 16 0x2f2be3c WebCore::FrameLoader::callContinueLoadAfterNavigationPolicy(void*, WebCore::ResourceRequest const&, WTF::PassRefPtr<WebCore::FormState>, bool)
STDERR: 17 0x2f737fc WebCore::PolicyCallback::call(bool)
STDERR: 18 0x2f74894 WebCore::PolicyChecker::continueAfterNavigationPolicy(WebCore::PolicyAction)
STDERR: 19 0x6ad8ca WebKit::FrameLoaderClientImpl::dispatchDecidePolicyForNavigationAction(void (WebCore::PolicyChecker::*)(WebCore::PolicyAction), WebCore::NavigationAction const&, WebCore::ResourceRequest const&, WTF::PassRefPtr<WebCore::FormState>)
STDERR: 20 0x2f7454c WebCore::PolicyChecker::checkNavigationPolicy(WebCore::ResourceRequest const&, WebCore::DocumentLoader*, WTF::PassRefPtr<WebCore::FormState>, void (*)(void*, WebCore::ResourceRequest const&, WTF::PassRefPtr<WebCore::FormState>, bool), void*)
STDERR: 21 0x2f2b672 WebCore::FrameLoader::loadWithDocumentLoader(WebCore::DocumentLoader*, WebCore::FrameLoadType, WTF::PassRefPtr<WebCore::FormState>)
STDERR: 22 0x2f28152 WebCore::FrameLoader::load(WebCore::DocumentLoader*)
STDERR: 23 0x2f2af4e WebCore::FrameLoader::load(WebCore::FrameLoadRequest const&)
STDERR: 24 0x741988 WebKit::WebFrameImpl::loadRequest(WebKit::WebURLRequest const&)
STDERR: 25 0x98fb3 WebViewHost::navigate(TestNavigationEntry const&, bool)
STDERR: 26 0x99156 non-virtual thunk to WebViewHost::navigate(TestNavigationEntry const&, bool)
STDERR: 27 0x7c67d TestNavigationController::navigateToPendingEntry(bool)
STDERR: 28 0x7c93a TestNavigationController::loadEntry(TestNavigationEntry*)
STDERR: 29 0x97b0f WebViewHost::loadURLForFrame(WebKit::WebURL const&, std::string const&)
STDERR: 30 0x820b3 TestShell::loadURL(WebKit::WebURL const&)
STDERR: 31 0x81fba TestShell::runFileTest(TestParams const&, bool)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment