Skip to content

Debug on Windows #1

@fastict

Description

@fastict

Hi,

I am trying to get Awesomium up and running on Windows. Here's my config:
XPSP2, Visual Studio 2008 SP1, Windows SDK 7.0.

The Release version compiles and runs ok (with minor adjustments).

The Debug version crashes soon after startup. It's in a different spot depending on which revision you're trying, but I think it's centered around isMainThread(). For example in one test, it failed the Assert() in ActiveDOMObject.cpp on this bit:

#if ENABLE(WORKERS)
ASSERT((m_scriptExecutionContext->isDocument() && isMainThread())
    || (m_scriptExecutionContext->isWorkerContext() && currentThread() == static_cast<WorkerContext*>(m_scriptExecutionContext)->thread()->threadID()));
#endif

Has anyone succesfully run the Debug version on Windows?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions