bitshares/bitshares1-qtwallet

Windows crash during syncing

valzav opened this issue · 1 comments

    Qt5WebKit.dll!WTFCrash() Line 345   C++
    Qt5WebKit.dll!WTF::fastMalloc(unsigned int n) Line 292  C++
    Qt5WebKit.dll!WebCore::TextCodecUTF8::decode(const char * bytes, unsigned int length, bool flush, bool stopOnError, bool & sawError) Line 353   C++
    Qt5WebKit.dll!WebCore::TextResourceDecoder::decode(const char * data, unsigned int len) Line 643    C++
    Qt5WebKit.dll!WebCore::CachedScript::script() Line 76   C++
    Qt5WebKit.dll!JSC::appendSourceToError(JSC::ExecState * callFrame, JSC::ErrorInstance * exception, unsigned int bytecodeOffset) Line 434    C++
    Qt5WebKit.dll!JSC::Interpreter::throwException(JSC::ExecState * & callFrame, JSC::JSValue & exceptionValue, unsigned int bytecodeOffset) Line 714   C++
    Qt5WebKit.dll!JSC::genericThrow(JSC::VM * vm, JSC::ExecState * callFrame, JSC::JSValue exceptionValue, unsigned int vPCIndex) Line 46   C++
    Qt5WebKit.dll!JSC::jitThrow(JSC::VM * vm, JSC::ExecState * callFrame, JSC::JSValue exceptionValue, JSC::ReturnAddressPtr faultLocation) Line 67 C++
    Qt5WebKit.dll!cti_vm_throw(void * * args) Line 3566 C++
    Qt5WebKit.dll!ctiVMThrowTrampoline() Line 261   C++
    Qt5WebKit.dll!JSC::Heap::reportExtraMemoryCostSlowCase(unsigned int cost) Line 308  C++
    Qt5WebKit.dll!WebCore::EventTarget::fireEventListeners(WebCore::Event * event, WebCore::EventTargetData * d, WTF::Vector<WebCore::RegisteredEventListener,1,WTF::CrashOnOverflow> & entry) Line 249 C++
    Qt5WebKit.dll!WebCore::EventTarget::fireEventListeners(WebCore::Event * event) Line 190 C++
    Qt5WebKit.dll!WebCore::EventTarget::dispatchEvent(WTF::PassRefPtr<WebCore::Event> event) Line 157   C++
    Qt5WebKit.dll!WebCore::XMLHttpRequestProgressEventThrottle::dispatchEvent(WTF::PassRefPtr<WebCore::Event> event) Line 97    C++
    Qt5WebKit.dll!WebCore::XMLHttpRequest::callReadyStateChangeListener() Line 424  C++
    Qt5WebKit.dll!WebCore::XMLHttpRequest::didFinishLoading(unsigned long identifier, double __formal) Line 1152    C++
    Qt5WebKit.dll!WebCore::DocumentThreadableLoader::didFinishLoading(unsigned long identifier, double finishTime) Line 323 C++
    Qt5WebKit.dll!WebCore::DocumentThreadableLoader::notifyFinished(WebCore::CachedResource * resource) Line 310    C++
    Qt5WebKit.dll!WebCore::CachedResource::checkNotify() Line 369   C++
    Qt5WebKit.dll!WebCore::CachedResource::finishLoading(WebCore::ResourceBuffer * __formal) Line 386   C++
    Qt5WebKit.dll!WebCore::CachedRawResource::finishLoading(WebCore::ResourceBuffer * data) Line 95 C++
    Qt5WebKit.dll!WebCore::SubresourceLoader::didFinishLoading(double finishTime) Line 284  C++
    Qt5WebKit.dll!WebCore::ResourceLoader::didFinishLoading(WebCore::ResourceHandle * __formal, double finishTime) Line 489 C++
    Qt5WebKit.dll!WebCore::QNetworkReplyHandler::finish() Line 520  C++
    Qt5WebKit.dll!WebCore::QNetworkReplyHandlerCallQueue::flush() Line 250  C++
    Qt5Core.dll!QMetaObject::activate(QObject * sender, int signalOffset, int local_signal_index, void * * argv) Line 3571  C++
    Qt5Core.dll!QMetaObject::activate(QObject * sender, const QMetaObject * m, int local_signal_index, void * * argv) Line 3444 C++
    Qt5Network.dll!QNetworkReply::finished() Line 304   C++
    Qt5Network.dll!QNetworkReplyHttpImplPrivate::finished() Line 1916   C++
    Qt5Core.dll!QMetaCallEvent::placeMetaCall(QObject * object) Line 489    C++
    Qt5Core.dll!QObject::event(QEvent * e) Line 1148    C++
    Qt5Widgets.dll!QApplicationPrivate::notify_helper(QObject * receiver, QEvent * e) Line 3483 C++
    Qt5Widgets.dll!QApplication::notify(QObject * receiver, QEvent * e) Line 2873   C++
>   BitShares.exe!BitSharesApp::notify(QObject * receiver, QEvent * e) Line 554 C++
    Qt5Core.dll!QCoreApplication::notifyInternal(QObject * receiver, QEvent * event) Line 881   C++
    Qt5Core.dll!QCoreApplicationPrivate::sendPostedEvents(QObject * receiver, int event_type, QThreadData * data) Line 1485 C++
    Qt5Core.dll!QCoreApplication::sendPostedEvents(QObject * receiver, int event_type) Line 1343    C++
    qwindows.dll!QWindowsGuiEventDispatcher::sendPostedEvents() Line 89 C++
    Qt5Core.dll!qt_internal_proc(HWND__ * hwnd, unsigned int message, unsigned int wp, long lp) Line 423    C++
    [External Code] 
    [Frames below may be incorrect and/or missing, no symbols loaded for user32.dll]    
    Qt5Core.dll!QEventDispatcherWin32::processEvents(QFlags<enum QEventLoop::ProcessEventsFlag> flags) Line 764 C++
    qwindows.dll!QWindowsGuiEventDispatcher::processEvents(QFlags<enum QEventLoop::ProcessEventsFlag> flags) Line 81    C++
    Qt5Core.dll!QEventLoop::exec(QFlags<enum QEventLoop::ProcessEventsFlag> flags) Line 211 C++
    Qt5Core.dll!QCoreApplication::exec() Line 1134  C++
    BitShares.exe!BitSharesApp::run() Line 416  C++
    BitShares.exe!BitSharesApp::run(int & argc, char * * argv) Line 320 C++
    BitShares.exe!main(int argc, char * * argv) Line 11 C++

Superseded by: #112