[Webkit-unassigned] [Bug 133553] New: [Win] Debug builds of TestWebKitAPI are crashing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 5 10:49:08 PDT 2014


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

           Summary: [Win] Debug builds of TestWebKitAPI are crashing
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: bfulgham at webkit.org


The build bots are falling (in debug builds) to run the "run-api-tests" due to a crash.

Build log:

    perl ./Tools/Scripts/run-api-tests --debug --verbose --no-build
     in dir /home/buildbot/slave/win-debug-tests/build (timeout 1200 secs)
     using PTY: False
    Error (2): The system cannot find the file specified.

    cygpath: can't convert empty path
    Failed to build list of tests!
    program finished with exit code 3

The cygpath warning is not a problem. The actual crash is as follows:

     KernelBase.dll!_RaiseException at 16()    Unknown
     [External Code]    
     msvcr120.dll!Concurrency::details::SchedulerBase::SchedulerBase(const Concurrency::SchedulerPolicy & policy) Line 159    C++
     msvcr120.dll!Concurrency::details::SchedulerBase::CreateWithoutInitializing(const Concurrency::SchedulerPolicy & policy) Line 285    C++
     msvcr120.dll!Concurrency::details::SchedulerBase::GetDefaultScheduler() Line 657    C++
     msvcr120.dll!Concurrency::details::SchedulerBase::CreateContextFromDefaultScheduler() Line 571    C++
     msvcr120.dll!Concurrency::details::SchedulerBase::CurrentContext()    C++
     msvcr120.dll!Concurrency::details::LockQueueNode::LockQueueNode(unsigned int timeout) Line 620    C++
     msvcr120.dll!Concurrency::critical_section::lock() Line 1031    C++
     msvcp120.dll!mtx_do_lock(_Mtx_internal_imp_t * * mtx, const xtime * target) Line 67    C++
     msvcp120.dll!_Mtx_lock(_Mtx_internal_imp_t * * mtx) Line 153    C++
     WebKit.dll!std::_Mtx_lockX(_Mtx_internal_imp_t * * _Mtx) Line 68    C++
     WebKit.dll!std::_Mutex_base::lock() Line 41    C++
     WebKit.dll!std::lock_guard<std::mutex>::lock_guard<std::mutex>(std::mutex & _Mtx) Line 184    C++
>	WebKit.dll!WTF::HashTable<WebCore::Widget const *,WTF::KeyValuePair<WebCore::Widget const *,WebCore::RenderWidget *>,WTF::KeyValuePairKeyExtractor<WTF::KeyValuePair<WebCore::Widget const *,WebCore::RenderWidget *> >,WTF::PtrHash<WebCore::Widget const *>,WTF::HashMap<WebCore::Widget const *,WebCore::RenderWidget *,WTF::PtrHash<WebCore::Widget const *>,WTF::HashTraits<WebCore::Widget const *>,WTF::HashTraits<WebCore::RenderWidget *> >::KeyValuePairTraits,WTF::HashTraits<WebCore::Widget const *> >::invalidateIterators() Line 1230	C++
     WebKit.dll!WTF::HashTable<WTF::ListHashSetNode<WTF::RefPtr<WebCore::WebKitNamedFlow>,1> *,WTF::ListHashSetNode<WTF::RefPtr<WebCore::WebKitNamedFlow>,1> *,WTF::IdentityExtractor,WTF::ListHashSetNodeHashFunctions<WebCore::DOMNamedFlowCollection::DOMNamedFlowHashFunctions>,WTF::HashTraits<WTF::ListHashSetNode<WTF::RefPtr<WebCore::WebKitNamedFlow>,1> *>,WTF::HashTraits<WTF::ListHashSetNode<WTF::RefPtr<WebCore::WebKitNamedFlow>,1> *> >::~HashTable<WTF::ListHashSetNode<WTF::RefPtr<WebCore::WebKitNamedFlow>,1> *,WTF::ListHashSetNode<WTF::RefPtr<WebCore::WebKitNamedFlow>,1> *,WTF::IdentityExtractor,WTF::ListHashSetNodeHashFunctions<WebCore::DOMNamedFlowCollection::DOMNamedFlowHashFunctions>,WTF::HashTraits<WTF::ListHashSetNode<WTF::RefPtr<WebCore::WebKitNamedFlow>,1> *>,WTF::HashTraits<WTF::ListHashSetNode<WTF::RefPtr<WebCore::WebKitNamedFlow>,1> *> >() Line 352    C++
     [External Code]    

This seems to have been going for at least r169288.

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